WooCommerce - Version 3.0.0

Version Description

  • 2017-04-04 =
  • New gallery on single product pages with better mobile support, using PhotoSwipe and Zoom. Declare support with add_theme_support() - wc-product-gallery-zoom, wc-product-gallery-lightbox, wc-product-gallery-slider
  • Made the store notice dismissible on the frontend.
  • Variable products no longer show striked out prices in combination with ranges for clarity when on sale.
  • Prices no longer display as 'free' instead of 0, to fix issues with ranges and localization and for consistency.
  • Improved structured product data by using JSON-LD instead of inline Microdata.
  • Improved downloads list layout (template file).
  • Respect stock status and prevent the "out of stock threshold" setting affecting existing in-stock products.
  • Improved handling of shop page rewrite rules to allow subpages.
  • Redirect to login after password reset.
  • When using authorizations in PayPal Standard, automatically capture funds when the order goes processing/completed.
  • On multisite, when a user logs into a store with an account on a site, but not the current site, rather than error, add the user to the current site as a customer.
  • Show variable weights/dimensions even when parent values are not set.
  • Automatically sort tax rates rather than allow clunky manual sorting.
  • When deleting a tax rate class, remove it's tax rates.
  • Made WC_Logger pluggable via wc_get_logger function.
  • Use 'average rating' post meta for 'rating' product sorting option.
  • Show better labels in nav menus metabox.
  • Sort Recently Viewed products by the view order.
  • Removed internal scroll from log viewer.
  • Add reply-to to admin emails.
  • Improved the zone setup flow.
  • Made wc_get_wildcard_postcodes return the orignal postcode plus * since wildcards should match empty strings too.
  • Use all paid statuses in $customer->get_total_spent().
  • Move location of billing email field to work with password managers.
  • Option to restrict selling locations by country.
  • Added tool to clear orphaned variations in system status.
  • Remove checkbox options in system status tools and replace with constants.
  • Added security section in system status report.
  • Add image_url setting to PayPal Standard.
  • Fixed attribute registration. Attributes are non-hierarchical by default (parent is not supported).
  • Add sort parameter to checkout fields to aid with sorting per locale.
  • Merged percent and percent product coupon types (they provide the same discount).
  • Prevent payment details being cleared after update_checkout events.
  • Performance - Converted _featured and _visibility meta data to terms for faster catalog queries. Upgrade routine handles migration. Developers may need to update queries to reflect this change.
  • Includes product attributes archives links in "Additional Information" tab.
  • Select2 has been upgraded to v4.
  • Improved logging system for extensions.
  • Tax suffix is now hidden on non-taxable products.
  • Grouped products are linked from the parent rather than the children. Children can be in more than one group.
  • Performance - Converted rating filters to visibility terms.
  • Performance - Added visibility term for outofstock products to speed those queries up also.
  • Performance - Introduced a new CRUD (create, read, update, delete) system for Products, Orders, Customers and Shipping Zones.
  • Performance - Optimised variable product sync. Upper/lower price meta is no longer stored, just the main prices, if a child has weight, and if a child has dimensions.
  • Performance - Removed WP_Query from up-sells.php and related.php and replaced with PHP foreach loop (since we already have the product IDs).
  • Performance - Removed the feature where old orders get access to new downloads on product edit. Looping potentially thousands of orders to do this is too much of a performance burden for stores and this can sometimes be unexpected behavior too. This does however updates edited downloads.
  • Performance - Removed 'items' column on orders screen due to loading excessive data.
  • Performance - Deferred email sending for faster checkouts. Now uses CRON.
  • API - New Rest API v2 with support for meta_data amongst other things.
  • API - Removed last order from customers part of the API due to performance concerns - use orders endpoint instead. Other order data on the endpoint is now transient cached.
  • API - Allow oAuth1.0a authentication using headers.
  • API - New Shipping Zones endpoints.
  • API - New variations endpoints.
  • API - New settings endpoints.
  • API - Payment gateways and shipping methods endpoints.
  • API - Prevented the (broken) ability to manipulate variations directly on the products endpoints.
  • CLI - New CLI which uses the REST API endpoints rather than it's own functions.
  • Localization - Improved RTL support.
  • Localization - Added a language independent permalink setting function.
  • Localization - Added inline comments for placeholder strings.
  • Localization - Added Nigerian and Pakistan Provinces to i18n/state.
  • Localization - US and Poland postcode validation.
  • To read more about this release, see our dev blog announcement here: http://wp.me/p6wtcw-Uo

See changelog for all versions.

=

Download this release

Release Info

Developer claudiosanches
Plugin Icon 128x128 WooCommerce
Version 3.0.0
Comparing to
See all releases

Version 3.0.0

Files changed (96) hide show
  1. assets/css/_animation.scss +9 -0
  2. assets/css/_fonts.scss +25 -0
  3. assets/css/_mixins.scss +270 -0
  4. assets/css/_variables.scss +21 -0
  5. assets/css/activation-rtl.css +1 -0
  6. assets/css/activation.css +1 -0
  7. assets/css/activation.scss +103 -0
  8. assets/css/admin-rtl.css +2 -0
  9. assets/css/admin.css +2 -0
  10. assets/css/admin.scss +5578 -0
  11. assets/css/auth-rtl.css +1 -0
  12. assets/css/auth.css +1 -0
  13. assets/css/auth.scss +150 -0
  14. assets/css/dashboard-rtl.css +1 -0
  15. assets/css/dashboard.css +1 -0
  16. assets/css/dashboard.scss +243 -0
  17. assets/css/menu-rtl.css +1 -0
  18. assets/css/menu.css +1 -0
  19. assets/css/menu.scss +68 -0
  20. assets/css/photoswipe/default-skin/default-skin.css +483 -0
  21. assets/css/photoswipe/default-skin/default-skin.png +0 -0
  22. assets/css/photoswipe/default-skin/default-skin.svg +1 -0
  23. assets/css/photoswipe/default-skin/preloader.gif +0 -0
  24. assets/css/photoswipe/photoswipe.css +177 -0
  25. assets/css/prettyPhoto-rtl.css +1 -0
  26. assets/css/prettyPhoto.css +1 -0
  27. assets/css/prettyPhoto.scss +606 -0
  28. assets/css/reports-print-rtl.css +1 -0
  29. assets/css/reports-print.css +1 -0
  30. assets/css/reports-print.scss +73 -0
  31. assets/css/select2.css +1 -0
  32. assets/css/select2.scss +484 -0
  33. assets/css/twenty-seventeen-rtl.css +1 -0
  34. assets/css/twenty-seventeen.css +1 -0
  35. assets/css/twenty-seventeen.scss +1009 -0
  36. assets/css/wc-setup-rtl.css +1 -0
  37. assets/css/wc-setup.css +1 -0
  38. assets/css/wc-setup.scss +490 -0
  39. assets/css/woocommerce-layout-rtl.css +1 -0
  40. assets/css/woocommerce-layout.css +1 -0
  41. assets/css/woocommerce-layout.scss +559 -0
  42. assets/css/woocommerce-rtl.css +1 -0
  43. assets/css/woocommerce-smallscreen-rtl.css +1 -0
  44. assets/css/woocommerce-smallscreen.css +1 -0
  45. assets/css/woocommerce-smallscreen.scss +234 -0
  46. assets/css/woocommerce.css +1 -0
  47. assets/css/woocommerce.scss +2230 -0
  48. assets/fonts/WooCommerce.eot +0 -0
  49. assets/fonts/WooCommerce.svg +98 -0
  50. assets/fonts/WooCommerce.ttf +0 -0
  51. assets/fonts/WooCommerce.woff +0 -0
  52. assets/fonts/star.eot +0 -0
  53. assets/fonts/star.svg +19 -0
  54. assets/fonts/star.ttf +0 -0
  55. assets/fonts/star.woff +0 -0
  56. assets/images/calendar.png +0 -0
  57. assets/images/help.png +0 -0
  58. assets/images/icons/credit-cards/amex.png +0 -0
  59. assets/images/icons/credit-cards/amex.svg +14 -0
  60. assets/images/icons/credit-cards/diners.png +0 -0
  61. assets/images/icons/credit-cards/diners.svg +15 -0
  62. assets/images/icons/credit-cards/discover.png +0 -0
  63. assets/images/icons/credit-cards/discover.svg +14 -0
  64. assets/images/icons/credit-cards/jcb.png +0 -0
  65. assets/images/icons/credit-cards/jcb.svg +29 -0
  66. assets/images/icons/credit-cards/laser.png +0 -0
  67. assets/images/icons/credit-cards/laser.svg +71 -0
  68. assets/images/icons/credit-cards/maestro.png +0 -0
  69. assets/images/icons/credit-cards/maestro.svg +29 -0
  70. assets/images/icons/credit-cards/mastercard.png +0 -0
  71. assets/images/icons/credit-cards/mastercard.svg +31 -0
  72. assets/images/icons/credit-cards/visa.png +0 -0
  73. assets/images/icons/credit-cards/visa.svg +17 -0
  74. assets/images/icons/edit.png +0 -0
  75. assets/images/icons/loader.svg +8 -0
  76. assets/images/paypal-braintree.png +0 -0
  77. assets/images/paypal.png +0 -0
  78. assets/images/placeholder.png +0 -0
  79. assets/images/select2-spinner.gif +0 -0
  80. assets/images/select2.png +0 -0
  81. assets/images/select2x2.png +0 -0
  82. assets/images/storefront-bg.jpg +0 -0
  83. assets/images/storefront.png +0 -0
  84. assets/images/stripe.png +0 -0
  85. assets/images/woocommerce_logo.png +0 -0
  86. assets/images/woocommerce_logo.svg +47 -0
  87. assets/js/accounting/accounting.js +413 -0
  88. assets/js/accounting/accounting.min.js +11 -0
  89. assets/js/admin/api-keys.js +158 -0
  90. assets/js/admin/api-keys.min.js +1 -0
  91. assets/js/admin/backbone-modal.js +143 -0
  92. assets/js/admin/backbone-modal.min.js +1 -0
  93. assets/js/admin/meta-boxes-coupon.js +33 -0
  94. assets/js/admin/meta-boxes-coupon.min.js +1 -0
  95. assets/js/admin/meta-boxes-order.js +1311 -0
  96. assets/js/admin/meta-boxes-order.min.js +1 -0
assets/css/_animation.scss ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * _animation.scss
3
+ * Custom WooCommerce Animations.
4
+ */
5
+ @include keyframes( spin ) {
6
+ 100% {
7
+ @include transform( rotate( 360deg ) );
8
+ }
9
+ }
assets/css/_fonts.scss ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * _fonts.scss
3
+ * Custom WooCommerce fonts.
4
+ */
5
+ @font-face {
6
+ font-family: 'star';
7
+ src: url('../fonts/star.eot');
8
+ src: url('../fonts/star.eot?#iefix') format('embedded-opentype'),
9
+ url('../fonts/star.woff') format('woff'),
10
+ url('../fonts/star.ttf') format('truetype'),
11
+ url('../fonts/star.svg#star') format('svg');
12
+ font-weight: normal;
13
+ font-style: normal;
14
+ }
15
+
16
+ @font-face {
17
+ font-family: 'WooCommerce';
18
+ src: url('../fonts/WooCommerce.eot');
19
+ src: url('../fonts/WooCommerce.eot?#iefix') format('embedded-opentype'),
20
+ url('../fonts/WooCommerce.woff') format('woff'),
21
+ url('../fonts/WooCommerce.ttf') format('truetype'),
22
+ url('../fonts/WooCommerce.svg#WooCommerce') format('svg');
23
+ font-weight: normal;
24
+ font-style: normal;
25
+ }
assets/css/_mixins.scss ADDED
@@ -0,0 +1,270 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Deprecated
3
+ * Fallback for bourbon equivalent
4
+ */
5
+ @mixin clearfix() {
6
+ *zoom: 1;
7
+
8
+ &::before,
9
+ &::after {
10
+ content: ' ';
11
+ display: table;
12
+ }
13
+
14
+ &::after {
15
+ clear: both;
16
+ }
17
+ }
18
+
19
+ /**
20
+ * Deprecated
21
+ * Vendor prefix no longer required.
22
+ */
23
+ @mixin border_radius($radius: 4px) {
24
+ border-radius: $radius;
25
+ }
26
+
27
+ /**
28
+ * Deprecated
29
+ * Vendor prefix no longer required.
30
+ */
31
+ @mixin border_radius_right($radius: 4px) {
32
+ border-top-right-radius: $radius;
33
+ border-bottom-right-radius: $radius;
34
+ }
35
+
36
+ /**
37
+ * Deprecated
38
+ * Vendor prefix no longer required.
39
+ */
40
+ @mixin border_radius_left($radius: 4px) {
41
+ border-top-left-radius: $radius;
42
+ border-bottom-left-radius: $radius;
43
+ }
44
+
45
+ /**
46
+ * Deprecated
47
+ * Vendor prefix no longer required.
48
+ */
49
+ @mixin border_radius_bottom($radius: 4px) {
50
+ border-bottom-left-radius: $radius;
51
+ border-bottom-right-radius: $radius;
52
+ }
53
+
54
+ /**
55
+ * Deprecated
56
+ * Vendor prefix no longer required.
57
+ */
58
+ @mixin border_radius_top($radius: 4px) {
59
+ border-top-left-radius: $radius;
60
+ border-top-right-radius: $radius;
61
+ }
62
+
63
+ /**
64
+ * Deprecated
65
+ * Vendor prefix no longer required.
66
+ */
67
+ @mixin opacity( $opacity: 0.75 ) {
68
+ opacity: $opacity;
69
+ }
70
+
71
+ /**
72
+ * Deprecated
73
+ * Vendor prefix no longer required.
74
+ */
75
+ @mixin box_shadow($shadow_x: 3px, $shadow_y: 3px, $shadow_rad: 3px, $shadow_in: 3px, $shadow_color: #888) {
76
+ box-shadow: $shadow_x $shadow_y $shadow_rad $shadow_in $shadow_color;
77
+ }
78
+
79
+ /**
80
+ * Deprecated
81
+ * Vendor prefix no longer required.
82
+ */
83
+ @mixin inset_box_shadow($shadow_x: 3px, $shadow_y: 3px, $shadow_rad: 3px, $shadow_in: 3px, $shadow_color: #888) {
84
+ box-shadow: inset $shadow_x $shadow_y $shadow_rad $shadow_in $shadow_color;
85
+ }
86
+
87
+ /**
88
+ * Deprecated
89
+ * Vendor prefix no longer required.
90
+ */
91
+ @mixin text_shadow($shadow_x: 3px, $shadow_y: 3px, $shadow_rad: 3px, $shadow_color: #fff) {
92
+ text-shadow: $shadow_x $shadow_y $shadow_rad $shadow_color;
93
+ }
94
+
95
+ /**
96
+ * Deprecated
97
+ * Vendor prefix no longer required.
98
+ */
99
+ @mixin vertical_gradient($from: #000, $to: #fff) {
100
+ background-color: $from;
101
+ background: -webkit-linear-gradient($from, $to);
102
+ }
103
+
104
+ /**
105
+ * Deprecated
106
+ * Vendor prefix no longer required.
107
+ */
108
+ @mixin transition($selector: all, $animation: ease-in-out, $duration: 0.2s) {
109
+ transition: $selector $animation $duration;
110
+ }
111
+
112
+ /**
113
+ * Deprecated
114
+ * Use bourbon mixin instead `@include transform(scale(1.5));`
115
+ */
116
+ @mixin scale($ratio: 1.5) {
117
+ -webkit-transform: scale($ratio);
118
+ transform: scale($ratio);
119
+ }
120
+
121
+ /**
122
+ * Deprecated
123
+ * Use bourbon mixin instead `@include box-sizing(border-box);`
124
+ */
125
+ @mixin borderbox() {
126
+ box-sizing: border-box;
127
+ }
128
+
129
+ @mixin darkorlighttextshadow($a, $opacity: 0.8) {
130
+ @if lightness($a) >= 65% {
131
+ @include text_shadow(0, -1px, 0, rgba(0, 0, 0, $opacity));
132
+ }
133
+ @else {
134
+ @include text_shadow(0, 1px, 0, rgba(255, 255, 255, $opacity));
135
+ }
136
+ }
137
+
138
+ /**
139
+ * Objects
140
+ */
141
+ @mixin menu() {
142
+ @include clearfix();
143
+
144
+ li {
145
+ display: inline-block;
146
+ }
147
+ }
148
+
149
+ @mixin mediaright() {
150
+ @include clearfix();
151
+
152
+ img {
153
+ float: right;
154
+ height: auto;
155
+ }
156
+ }
157
+
158
+ @mixin medialeft() {
159
+ @include clearfix();
160
+
161
+ img {
162
+ float: right;
163
+ height: auto;
164
+ }
165
+ }
166
+
167
+ @mixin ir() {
168
+ display: block;
169
+ text-indent: -9999px;
170
+ position: relative;
171
+ height: 1em;
172
+ width: 1em;
173
+ }
174
+
175
+ @mixin icon( $glyph: '\e001' ) {
176
+ font-family: 'WooCommerce';
177
+ speak: none;
178
+ font-weight: normal;
179
+ font-variant: normal;
180
+ text-transform: none;
181
+ line-height: 1;
182
+ -webkit-font-smoothing: antialiased;
183
+ margin: 0;
184
+ text-indent: 0;
185
+ position: absolute;
186
+ top: 0;
187
+ left: 0;
188
+ width: 100%;
189
+ height: 100%;
190
+ text-align: center;
191
+ content: $glyph;
192
+ }
193
+
194
+ @mixin icon_dashicons( $glyph: '\f333' ) {
195
+ font-family: 'Dashicons';
196
+ speak: none;
197
+ font-weight: normal;
198
+ font-variant: normal;
199
+ text-transform: none;
200
+ line-height: 1;
201
+ -webkit-font-smoothing: antialiased;
202
+ margin: 0;
203
+ text-indent: 0;
204
+ position: absolute;
205
+ top: 0;
206
+ left: 0;
207
+ width: 100%;
208
+ height: 100%;
209
+ text-align: center;
210
+ content: $glyph;
211
+ }
212
+
213
+ @mixin iconbefore( $glyph: '\e001' ) {
214
+ font-family: 'WooCommerce';
215
+ speak: none;
216
+ font-weight: normal;
217
+ font-variant: normal;
218
+ text-transform: none;
219
+ line-height: 1;
220
+ -webkit-font-smoothing: antialiased;
221
+ margin-right: 0.618em;
222
+ content: $glyph;
223
+ text-decoration: none;
224
+ }
225
+
226
+ @mixin iconbeforedashicons( $glyph: '\f333' ) {
227
+ font-family: 'Dashicons';
228
+ speak: none;
229
+ font-weight: normal;
230
+ font-variant: normal;
231
+ text-transform: none;
232
+ line-height: 1;
233
+ -webkit-font-smoothing: antialiased;
234
+ content: $glyph;
235
+ text-decoration: none;
236
+ }
237
+
238
+ @mixin iconafter( $glyph: '\e001' ) {
239
+ font-family: 'WooCommerce';
240
+ speak: none;
241
+ font-weight: normal;
242
+ font-variant: normal;
243
+ text-transform: none;
244
+ line-height: 1;
245
+ -webkit-font-smoothing: antialiased;
246
+ margin-left: 0.618em;
247
+ content: $glyph;
248
+ text-decoration: none;
249
+ }
250
+
251
+ @mixin loader() {
252
+ &::before {
253
+ height: 1em;
254
+ width: 1em;
255
+ display: block;
256
+ position: absolute;
257
+ top: 50%;
258
+ left: 50%;
259
+ margin-left: -0.5em;
260
+ margin-top: -0.5em;
261
+ content: '';
262
+ @include animation( spin 1s ease-in-out infinite );
263
+ background: url('../images/icons/loader.svg') center center;
264
+ background-size: cover;
265
+ line-height: 1;
266
+ text-align: center;
267
+ font-size: 2em;
268
+ color: rgba(#000, 0.75);
269
+ }
270
+ }
assets/css/_variables.scss ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * WooCommerce CSS Variables
3
+ */
4
+
5
+ $woocommerce: #a46497;
6
+ $green: #7ad03a;
7
+ $red: #a00;
8
+ $orange: #ffba00;
9
+ $blue: #2ea2cc;
10
+
11
+ $primary: #a46497; // Primary color for buttons (alt)
12
+ $primarytext: desaturate(lighten($primary, 50%), 18%); // Text on primary color bg
13
+
14
+ $secondary: desaturate(lighten($primary, 40%), 21%); // Secondary buttons
15
+ $secondarytext: desaturate(darken($secondary, 60%), 21%); // Text on secondary color bg
16
+
17
+ $highlight: adjust-hue($primary, 150deg); // Prices, In stock labels, sales flash
18
+ $highlightext: desaturate(lighten($highlight, 50%), 18%); // Text on highlight color bg
19
+
20
+ $contentbg: #fff; // Content BG - Tabs (active state)
21
+ $subtext: #777; // small, breadcrumbs etc
assets/css/activation-rtl.css ADDED
@@ -0,0 +1 @@
 
1
+ div.woocommerce-message{overflow:hidden;position:relative;border-right-color:#cc99c2!important}div.woocommerce-message p{max-width:700px}.woocommerce-message a.button-primary,p.woocommerce-actions a.button-primary{background:#bb77ae;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;color:#fff;text-shadow:0 -1px 1px #a36597,-1px 0 1px #a36597,0 1px 1px #a36597,1px 0 1px #a36597}.woocommerce-message a.button-primary:active,.woocommerce-message a.button-primary:focus,.woocommerce-message a.button-primary:hover,p.woocommerce-actions a.button-primary:active,p.woocommerce-actions a.button-primary:focus,p.woocommerce-actions a.button-primary:hover{background:#a36597;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.woocommerce-message a.woocommerce-message-close,p.woocommerce-actions a.woocommerce-message-close{position:absolute;top:0;left:0;padding:10px 21px 10px 15px;font-size:13px;line-height:1.23076923;text-decoration:none}.woocommerce-message a.woocommerce-message-close::before,p.woocommerce-actions a.woocommerce-message-close::before{position:absolute;top:8px;right:0;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.woocommerce-message a.button-primary,.woocommerce-message a.button-secondary,p.woocommerce-actions a.button-primary,p.woocommerce-actions a.button-secondary{text-decoration:none!important}.woocommerce-message .twitter-share-button,p.woocommerce-actions .twitter-share-button{margin-top:-3px;margin-right:3px;vertical-align:middle}.woocommerce-about-text,p.woocommerce-actions{margin-bottom:1em!important}div.woocommerce-legacy-shipping-notice,div.woocommerce-no-shipping-methods-notice{overflow:hidden;padding:1px 12px}div.woocommerce-legacy-shipping-notice p,div.woocommerce-no-shipping-methods-notice p{position:relative;z-index:1;max-width:700px;line-height:1.5em;margin:12px 0}div.woocommerce-legacy-shipping-notice p.main,div.woocommerce-no-shipping-methods-notice p.main{font-size:1.1em}div.woocommerce-legacy-shipping-notice::before,div.woocommerce-no-shipping-methods-notice::before{content:'\e01b';font-family:WooCommerce;text-align:center;line-height:1;color:#f7f1f6;display:block;width:1em;font-size:20em;top:36px;left:12px;position:absolute}
assets/css/activation.css ADDED
@@ -0,0 +1 @@
 
1
+ div.woocommerce-message{overflow:hidden;position:relative;border-left-color:#cc99c2!important}div.woocommerce-message p{max-width:700px}.woocommerce-message a.button-primary,p.woocommerce-actions a.button-primary{background:#bb77ae;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;color:#fff;text-shadow:0 -1px 1px #a36597,1px 0 1px #a36597,0 1px 1px #a36597,-1px 0 1px #a36597}.woocommerce-message a.button-primary:active,.woocommerce-message a.button-primary:focus,.woocommerce-message a.button-primary:hover,p.woocommerce-actions a.button-primary:active,p.woocommerce-actions a.button-primary:focus,p.woocommerce-actions a.button-primary:hover{background:#a36597;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.woocommerce-message a.woocommerce-message-close,p.woocommerce-actions a.woocommerce-message-close{position:absolute;top:0;right:0;padding:10px 15px 10px 21px;font-size:13px;line-height:1.23076923;text-decoration:none}.woocommerce-message a.woocommerce-message-close::before,p.woocommerce-actions a.woocommerce-message-close::before{position:absolute;top:8px;left:0;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.woocommerce-message a.button-primary,.woocommerce-message a.button-secondary,p.woocommerce-actions a.button-primary,p.woocommerce-actions a.button-secondary{text-decoration:none!important}.woocommerce-message .twitter-share-button,p.woocommerce-actions .twitter-share-button{margin-top:-3px;margin-left:3px;vertical-align:middle}.woocommerce-about-text,p.woocommerce-actions{margin-bottom:1em!important}div.woocommerce-legacy-shipping-notice,div.woocommerce-no-shipping-methods-notice{overflow:hidden;padding:1px 12px}div.woocommerce-legacy-shipping-notice p,div.woocommerce-no-shipping-methods-notice p{position:relative;z-index:1;max-width:700px;line-height:1.5em;margin:12px 0}div.woocommerce-legacy-shipping-notice p.main,div.woocommerce-no-shipping-methods-notice p.main{font-size:1.1em}div.woocommerce-legacy-shipping-notice::before,div.woocommerce-no-shipping-methods-notice::before{content:'\e01b';font-family:WooCommerce;text-align:center;line-height:1;color:#f7f1f6;display:block;width:1em;font-size:20em;top:36px;right:12px;position:absolute}
assets/css/activation.scss ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * activation.scss
3
+ * Styles applied to elements displayed on activation
4
+ */
5
+
6
+ /**
7
+ * Imports
8
+ */
9
+ @import 'bourbon';
10
+
11
+ /**
12
+ * Styling begins
13
+ */
14
+ div.woocommerce-message {
15
+ overflow: hidden;
16
+ position: relative;
17
+ border-left-color: #cc99c2 !important;
18
+ p {
19
+ max-width: 700px;
20
+ }
21
+ }
22
+
23
+ p.woocommerce-actions,
24
+ .woocommerce-message {
25
+ a.button-primary {
26
+ background: #bb77ae;
27
+ border-color: #a36597;
28
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
29
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
30
+ color: #fff;
31
+ text-shadow: 0 -1px 1px #a36597, 1px 0 1px #a36597, 0 1px 1px #a36597, -1px 0 1px #a36597;
32
+
33
+ &:hover, &:focus, &:active {
34
+ background: #a36597;
35
+ border-color: #a36597;
36
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
37
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
38
+ }
39
+ }
40
+
41
+ a.woocommerce-message-close {
42
+ position: absolute;
43
+ top: 0;
44
+ right: 0;
45
+ padding: 10px 15px 10px 21px;
46
+ font-size: 13px;
47
+ line-height: 1.23076923;
48
+ text-decoration: none;
49
+ &::before {
50
+ position: absolute;
51
+ top: 8px;
52
+ left: 0;
53
+ -webkit-transition: all 0.1s ease-in-out;
54
+ transition: all 0.1s ease-in-out;
55
+ }
56
+ }
57
+
58
+ a.button-primary,
59
+ a.button-secondary {
60
+ text-decoration: none !important;
61
+ }
62
+
63
+ .twitter-share-button {
64
+ margin-top: -3px;
65
+ margin-left: 3px;
66
+ vertical-align: middle;
67
+ }
68
+ }
69
+
70
+ p.woocommerce-actions,
71
+ .woocommerce-about-text {
72
+ margin-bottom: 1em !important;
73
+ }
74
+
75
+ div.woocommerce-legacy-shipping-notice,
76
+ div.woocommerce-no-shipping-methods-notice {
77
+ overflow: hidden;
78
+ padding: 1px 12px;
79
+ p {
80
+ position: relative;
81
+ z-index: 1;
82
+ max-width: 700px;
83
+ line-height: 1.5em;
84
+ margin: 12px 0;
85
+
86
+ &.main {
87
+ font-size: 1.1em;
88
+ }
89
+ }
90
+ &::before {
91
+ content: '\e01b';
92
+ font-family: 'WooCommerce';
93
+ text-align: center;
94
+ line-height: 1;
95
+ color: #f7f1f6;
96
+ display: block;
97
+ width: 1em;
98
+ font-size: 20em;
99
+ top: 36px;
100
+ right: 12px;
101
+ position: absolute;
102
+ }
103
+ }
assets/css/admin-rtl.css ADDED
@@ -0,0 +1,2 @@
 
 
1
+ .select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--classic .select2-results>.select2-results__options,.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:-o-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
2
+ @charset "UTF-8";.button.wc-reload::after,.woocommerce-help-tip::after{speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased}@-webkit-keyframes spin{100%{-webkit-transform:rotate(-360deg)}}@-moz-keyframes spin{100%{-moz-transform:rotate(-360deg)}}@keyframes spin{100%{-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}.blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;right:50%;margin-right:-.5em;margin-top:-.5em;content:'';-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.wc_addons_wrap .addons-featured{max-width:1140px;margin:-1%}.wc_addons_wrap .addons-banner-block-item-icon,.wc_addons_wrap .addons-column-block-item-icon{align-items:center;display:flex;justify-content:center}.wc_addons_wrap .addons-banner-block{background:#fff;box-shadow:0 0 1px rgba(0,0,0,.2);margin:2% 1% 0;max-width:1140px;padding:20px}.wc_addons_wrap .addons-banner-block img{height:62px}.wc_addons_wrap .addons-banner-block p{margin:0 0 20px}.wc_addons_wrap .addons-banner-block-items{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin:0 -10px}.wc_addons_wrap .addons-banner-block-item{border:1px solid #e6e6e6;border-radius:3px;flex:1 1 200px;margin:10px;max-width:350px;min-width:200px;width:30%}.wc_addons_wrap .addons-banner-block-item-icon{background:#f7f7f7;height:143px}.wc_addons_wrap .addons-banner-block-item-content{display:flex;flex-direction:column;height:184px;justify-content:space-between;padding:24px}.wc_addons_wrap .addons-banner-block-item-content h3{margin-top:0}.wc_addons_wrap .addons-banner-block-item-content p{margin:0 0 auto}.wc_addons_wrap .addons-column-section{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.wc_addons_wrap .addons-column{flex:1 1 200px;margin:0 1%;width:49.5%}.wc_addons_wrap .addons-column-block,.wc_addons_wrap .addons-small-dark-block,.wc_addons_wrap .addons-small-light-block{box-sizing:border-box;box-shadow:0 0 1px rgba(0,0,0,.2);margin:4% 0 0;padding:20px}.wc_addons_wrap .addons-column-block img{max-height:50px;max-width:50px}.wc_addons_wrap .addons-column-block,.wc_addons_wrap .addons-small-light-block{background:#fff}.wc_addons_wrap .addons-column-block-left{float:right}.wc_addons_wrap .addons-column-block-right{float:left}.wc_addons_wrap .addons-column-block-item{display:flex;border-top:2px solid #f9f9f9;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:0 -20px;padding:20px}.wc_addons_wrap .addons-column-block-item-icon{background:#f7f7f7;border:1px solid #e6e6e6;height:100px;margin:0 0 10px 10px;width:100px}.wc_addons_wrap .addons-column-block-item-content{display:flex;flex:1 1 200px;flex-wrap:wrap;height:20%;justify-content:space-between;min-width:200px}.wc_addons_wrap .addons-column-block-item-content h2{float:right;margin-top:8px}.wc_addons_wrap .addons-column-block-item-content a{float:left}.wc_addons_wrap .addons-column-block-item-content p{float:right}.wc_addons_wrap .addons-small-dark-block{background-color:#54687d;text-align:center}.wc_addons_wrap .addons-small-dark-items{display:flex;flex-wrap:wrap;justify-content:space-around}.wc_addons_wrap .addons-small-dark-item{margin:0 0 20px}.wc_addons_wrap .addons-small-dark-block h1{color:#fff}.wc_addons_wrap .addons-small-dark-block p{color:#fafafa}.wc_addons_wrap .addons-small-dark-item-icon img{height:30px}.wc_addons_wrap .addons-small-dark-item a{margin:28px auto 0}.wc_addons_wrap .addons-small-light-block{display:flex;flex-wrap:wrap}.wc_addons_wrap .addons-small-light-block h1{margin-top:-12px}.wc_addons_wrap .addons-small-light-block p{margin-top:0}.wc_addons_wrap .addons-small-light-block img{height:225px;margin:0 -20px 0 0}.wc_addons_wrap .addons-small-light-block-content{display:flex;flex:1 1 100px;flex-direction:column;justify-content:space-around}.wc_addons_wrap .addons-small-light-block-buttons{display:flex;justify-content:space-between}.wc_addons_wrap .addons-small-light-block-content a{width:48%}.wc_addons_wrap .addons-button{border-radius:3px;cursor:pointer;display:block;height:37px;line-height:37px;text-align:center;text-decoration:none;width:124px}.wc_addons_wrap .addons-button-solid{background-color:#955a89;color:#fff}.wc_addons_wrap .addons-button-solid:hover{color:#fff;opacity:.8}.wc_addons_wrap .addons-button-outline-green{border:1px solid #73ae39;color:#73ae39}.wc_addons_wrap .addons-button-outline-green:hover{color:#73ae39;opacity:.8}.wc_addons_wrap .addons-button-outline-white{border:1px solid #fff;color:#fff}.wc_addons_wrap .addons-button-outline-white:hover{color:#fff;opacity:.8}.wc_addons_wrap .addons-button-installed{background:#e6e6e6;color:#3c3c3c}.wc_addons_wrap .addons-button-installed:hover{color:#3c3c3c;opacity:.8}@media only screen and (max-width:400px){.wc_addons_wrap .addons-featured{margin:-1% -5%}.wc_addons_wrap .addons-button,.wc_addons_wrap .addons-small-dark-item{width:100%}.wc_addons_wrap .addons-column-block-item-icon{background:0 0;border:none;height:75px;margin:0 0 10px 10px;width:75px}}.wc_addons_wrap .products{overflow:hidden}.wc_addons_wrap .products li{float:right;margin:0 0 1em 1em!important;padding:0;vertical-align:top;width:300px}.wc_addons_wrap .products li a{text-decoration:none;color:inherit;border:1px solid #ddd;display:block;min-height:220px;overflow:hidden;background:#f5f5f5;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1)}.wc_addons_wrap .products li a img{max-width:258px;max-height:24px;padding:17px 20px;display:block;margin:0;background:#fff;border-left:260px solid #fff}.wc_addons_wrap .products li a .price,.wc_addons_wrap .products li a img.extension-thumb+h3{display:none}.wc_addons_wrap .products li a h2,.wc_addons_wrap .products li a h3{margin:0!important;padding:20px!important;background:#fff}.wc_addons_wrap .products li a p{padding:20px!important;margin:0!important;border-top:1px solid #f1f1f1}.wc_addons_wrap .products li a:focus,.wc_addons_wrap .products li a:hover{background-color:#fff}.wc_addons_wrap .storefront{background:url(../images/storefront-bg.jpg) bottom right #f6f6f6;border:1px solid #ddd;padding:20px;overflow:hidden;zoom:1}.wc_addons_wrap .storefront img{width:278px;height:auto;float:right;margin:0 0 0 20px;box-shadow:0 1px 6px rgba(0,0,0,.1)}.wc_addons_wrap .storefront p{max-width:750px}.woocommerce-BlankState a.button-primary,.woocommerce-BlankState button.button-primary,.woocommerce-message a.button-primary,.woocommerce-message button.button-primary{background:#bb77ae;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;color:#fff;text-shadow:0 -1px 1px #a36597,-1px 0 1px #a36597,0 1px 1px #a36597,1px 0 1px #a36597;display:inline-block}.woocommerce-BlankState a.button-primary:active,.woocommerce-BlankState a.button-primary:focus,.woocommerce-BlankState a.button-primary:hover,.woocommerce-BlankState button.button-primary:active,.woocommerce-BlankState button.button-primary:focus,.woocommerce-BlankState button.button-primary:hover,.woocommerce-message a.button-primary:active,.woocommerce-message a.button-primary:focus,.woocommerce-message a.button-primary:hover,.woocommerce-message button.button-primary:active,.woocommerce-message button.button-primary:focus,.woocommerce-message button.button-primary:hover{background:#a36597;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.woocommerce-message{position:relative;border-right-color:#cc99c2!important;overflow:hidden}.woocommerce-message a.docs,.woocommerce-message a.skip{text-decoration:none!important}.woocommerce-message a.woocommerce-message-close{position:absolute;top:10px;left:10px;padding:10px 21px 10px 15px;font-size:13px;line-height:1.23076923;text-decoration:none}.woocommerce-message a.woocommerce-message-close::before{position:absolute;top:8px;right:0;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.woocommerce-message .twitter-share-button{margin-top:-3px;margin-right:3px;vertical-align:middle}#variable_product_options #message,#variable_product_options .notice{margin:10px}.clear{clear:both}#woocommerce-fields-bulk.inline-edit-col label,#woocommerce-fields.inline-edit-col{clear:right}.wrap.woocommerce div.error,.wrap.woocommerce div.updated{margin-top:10px}mark.amount{background:0 0;color:inherit}.simplify-commerce-banner{overflow:hidden}.simplify-commerce-banner img{float:left;padding:15px 0;margin-right:1em;width:200px}.woocommerce-help-tip{color:#666;display:inline-block;font-size:1.1em;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.woocommerce-help-tip::after{font-family:Dashicons;font-weight:400;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";cursor:help}h2 .woocommerce-help-tip{margin-top:-5px;margin-right:.25em}table.wc_status_table{margin-bottom:1em}table.wc_status_table h2{font-size:14px;margin:0}table.wc_status_table tr:nth-child(2n) td,table.wc_status_table tr:nth-child(2n) th{background:#fcfcfc}table.wc_status_table th{font-weight:700;padding:9px}table.wc_status_table td:first-child{width:33%}table.wc_status_table td.help{width:1em}table.wc_status_table td{padding:9px;font-size:1.1em}table.wc_status_table td mark{background:0 0}table.wc_status_table td mark.yes{color:#7ad03a}table.wc_status_table td mark.no{color:#999}table.wc_status_table td mark.error{color:#a00}table.wc_status_table td ul{margin:0}table.wc_status_table .help_tip{cursor:help}#debug-report{display:none;margin:10px 0;padding:0;position:relative}#debug-report textarea{font-family:monospace;width:100%;margin:0;height:300px;padding:20px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;resize:none;font-size:12px;line-height:20px;outline:0}.wp-list-table.logs .log-level{display:inline;padding:.2em .6em .3em;font-size:80%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.2em}.wp-list-table.logs .log-level:empty{display:none}.wp-list-table.logs .log-level--alert,.wp-list-table.logs .log-level--emergency{background-color:#ff4136}.wp-list-table.logs .log-level--critical,.wp-list-table.logs .log-level--error{background-color:#ff851b}.wp-list-table.logs .log-level--notice,.wp-list-table.logs .log-level--warning{color:#222;background-color:#ffdc00}.wp-list-table.logs .log-level--info{background-color:#0074d9}.wp-list-table.logs .log-level--debug{background-color:#3d9970}@media screen and (min-width:783px){.wp-list-table.logs .column-timestamp{width:18%}.wp-list-table.logs .column-level{width:14%}.wp-list-table.logs .column-source{width:15%}}#log-viewer-select{padding:10px 0 8px;line-height:28px}#log-viewer-select h2 a{vertical-align:middle}#log-viewer{background:#fff;border:1px solid #e5e5e5;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04);padding:5px 20px}#log-viewer pre{font-family:monospace;white-space:pre-wrap}.inline-edit-product.quick-edit-row .inline-edit-col-center,.inline-edit-product.quick-edit-row .inline-edit-col-right{float:left!important}#woocommerce-fields.inline-edit-col label.featured,#woocommerce-fields.inline-edit-col label.manage_stock{margin-right:10px}#woocommerce-fields.inline-edit-col .dimensions div{display:block;margin:.2em 0}#woocommerce-fields.inline-edit-col .dimensions div span.title{display:block;float:right;width:5em}#woocommerce-fields.inline-edit-col .dimensions div span.input-text-wrap{display:block;margin-right:5em}#woocommerce-fields.inline-edit-col .text{box-sizing:border-box;width:99%;float:right;margin:1px 1px 1px 1%}#woocommerce-fields.inline-edit-col .height,#woocommerce-fields.inline-edit-col .length,#woocommerce-fields.inline-edit-col .width{width:32.33%}#woocommerce-fields.inline-edit-col .height{margin-left:0}#woocommerce-fields-bulk.inline-edit-col .inline-edit-group label{clear:none;width:49%;margin:.2em 0}#woocommerce-fields-bulk.inline-edit-col .inline-edit-group.dimensions label{width:75%;max-width:75%}#woocommerce-fields-bulk.inline-edit-col .length,#woocommerce-fields-bulk.inline-edit-col .regular_price,#woocommerce-fields-bulk.inline-edit-col .sale_price,#woocommerce-fields-bulk.inline-edit-col .stock,#woocommerce-fields-bulk.inline-edit-col .weight{box-sizing:border-box;width:100%;margin-right:4.4em}#woocommerce-fields-bulk.inline-edit-col .height,#woocommerce-fields-bulk.inline-edit-col .length,#woocommerce-fields-bulk.inline-edit-col .width{box-sizing:border-box;width:25%}.column-coupon_code{line-height:2.25em}.column-coupon_code,ul.wc_coupon_list{margin:0;overflow:hidden;zoom:1;clear:both}ul.wc_coupon_list li{margin:0}ul.wc_coupon_list li.code{display:inline-block}ul.wc_coupon_list li.code::after{content:', '}ul.wc_coupon_list li.code:last-of-type::after{display:none}ul.wc_coupon_list li.code .tips{cursor:pointer}ul.wc_coupon_list_block{margin:0;padding-bottom:2px}ul.wc_coupon_list_block li{border-top:1px solid #fff;border-bottom:1px solid #ccc;line-height:2.5em;margin:0;padding:.5em 0}ul.wc_coupon_list_block li:first-child{border-top:0;padding-top:0}ul.wc_coupon_list_block li:last-child{border-bottom:0;padding-bottom:0}.button.wc-reload{text-indent:-9999px;position:relative;padding:0;height:28px;width:28px!important;display:inline-block}.button.wc-reload::after{font-family:Dashicons;font-weight:400;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";line-height:28px}#order_data h2,#order_data p.order_number{font-family:HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',sans-serif;font-weight:400}#woocommerce-order-data .handlediv,#woocommerce-order-data .hndle{display:none}#woocommerce-order-data .inside{display:block!important}#order_data{padding:23px 24px 12px}#order_data h2{margin:0;font-size:21px;line-height:1.2;text-shadow:-1px 1px 1px #fff;padding:0}#order_data h3{font-size:14px}#order_data h3,#order_data h4{color:#333;margin:1.33em 0 0}#order_data p{color:#777}#order_data p.order_number{margin:0;line-height:1.6em;font-size:16px}#order_data .order_data_column_container{clear:both}#order_data .order_data_column{width:32%;padding:0 0 0 2%;float:right}#order_data .order_data_column>h3 span{display:block}#order_data .order_data_column:last-child{padding-left:0}#order_data .order_data_column p{padding:0!important}#order_data .order_data_column .address strong{display:block}#order_data .order_data_column .form-field{float:right;clear:right;width:48%;padding:0;margin:9px 0 0}#order_data .order_data_column .form-field label{display:block;padding:0 0 3px}#order_data .order_data_column .form-field input,#order_data .order_data_column .form-field select,#order_data .order_data_column .form-field textarea{width:100%}#order_data .order_data_column .form-field .select2-container{width:100%!important}#order_data .order_data_column .form-field .date-picker{width:50%}#order_data .order_data_column .form-field .hour,#order_data .order_data_column .form-field .minute{width:3.5em}#order_data .order_data_column .form-field small{display:block;margin:5px 0 0;color:#999}#order_data .order_data_column ._billing_address_2_field,#order_data .order_data_column ._billing_last_name_field,#order_data .order_data_column ._billing_phone_field,#order_data .order_data_column ._billing_postcode_field,#order_data .order_data_column ._billing_state_field,#order_data .order_data_column ._shipping_address_2_field,#order_data .order_data_column ._shipping_last_name_field,#order_data .order_data_column ._shipping_postcode_field,#order_data .order_data_column ._shipping_state_field,#order_data .order_data_column .form-field.last{float:left;clear:left}#order_data .order_data_column ._billing_company_field,#order_data .order_data_column ._shipping_company_field,#order_data .order_data_column ._transaction_id_field,#order_data .order_data_column .form-field-wide{width:100%;clear:both}#order_data .order_data_column ._billing_company_field .wc-customer-search,#order_data .order_data_column ._billing_company_field .wc-enhanced-select,#order_data .order_data_column ._billing_company_field input,#order_data .order_data_column ._billing_company_field select,#order_data .order_data_column ._billing_company_field textarea,#order_data .order_data_column ._shipping_company_field .wc-customer-search,#order_data .order_data_column ._shipping_company_field .wc-enhanced-select,#order_data .order_data_column ._shipping_company_field input,#order_data .order_data_column ._shipping_company_field select,#order_data .order_data_column ._shipping_company_field textarea,#order_data .order_data_column ._transaction_id_field .wc-customer-search,#order_data .order_data_column ._transaction_id_field .wc-enhanced-select,#order_data .order_data_column ._transaction_id_field input,#order_data .order_data_column ._transaction_id_field select,#order_data .order_data_column ._transaction_id_field textarea,#order_data .order_data_column .form-field-wide .wc-customer-search,#order_data .order_data_column .form-field-wide .wc-enhanced-select,#order_data .order_data_column .form-field-wide input,#order_data .order_data_column .form-field-wide select,#order_data .order_data_column .form-field-wide textarea{width:100%}#order_data .order_data_column p.none_set{color:#999}#order_data .order_data_column div.edit_address{display:none;zoom:1;padding-left:1px}#order_data .order_data_column .wc-customer-user label a,#order_data .order_data_column .wc-order-status label a{float:left}#order_data .order_data_column a.edit_address{width:14px;height:0;padding:14px 0 0;margin:0 6px 0 0;overflow:hidden;position:relative;color:#999;border:0;float:left}#order_data .order_data_column a.edit_address:focus,#order_data .order_data_column a.edit_address:hover{color:#000}#order_data .order_data_column a.edit_address::after{position:absolute;top:0;right:0;text-align:center;vertical-align:top;line-height:14px;font-size:14px;font-weight:400;-webkit-font-smoothing:antialiased;font-family:Dashicons;content:'\f464'}#order_data .order_data_column .billing-same-as-shipping,#order_data .order_data_column .load_customer_billing,#order_data .order_data_column .load_customer_shipping{font-size:13px;display:inline-block;font-weight:400}#order_data .order_data_column .load_customer_shipping{margin-left:.3em}.order_actions{margin:0;overflow:hidden;zoom:1}.order_actions li{border-top:1px solid #fff;border-bottom:1px solid #ddd;padding:6px 0;margin:0;line-height:1.6em;float:right;width:50%;text-align:center}.order_actions li a{float:none;text-align:center;text-decoration:underline}.order_actions li.wide{width:auto;float:none;clear:both;padding:6px;text-align:right;overflow:hidden}.order_actions li #delete-action{line-height:25px;vertical-align:middle;text-align:right;float:right}.order_actions li .save_order{float:left}.order_actions li#actions{overflow:hidden}.order_actions li#actions .button{width:24px;box-sizing:border-box;float:left}.order_actions li#actions select{width:225px;box-sizing:border-box;float:right}#woocommerce-order-items .inside{margin:0;padding:0;background:#fefefe}#woocommerce-order-items .wc-order-data-row{border-bottom:1px solid #dfdfdf;padding:1.5em 2em;background:#f8f8f8;line-height:2em;text-align:left}#woocommerce-order-items .wc-order-data-row::after,#woocommerce-order-items .wc-order-data-row::before{content:' ';display:table}#woocommerce-order-items .wc-order-data-row::after{clear:both}#woocommerce-order-items .wc-order-data-row p{margin:0;line-height:2em}#woocommerce-order-items .wc-order-data-row .wc-used-coupons{text-align:right}#woocommerce-order-items .wc-order-data-row .wc-used-coupons .tips{display:inline-block}#woocommerce-order-items .wc-used-coupons{float:right;width:50%}#woocommerce-order-items .wc-order-totals{float:left;width:50%;margin:0;padding:0;text-align:left}#woocommerce-order-items .wc-order-totals .amount{font-weight:700}#woocommerce-order-items .wc-order-totals .label{vertical-align:top}#woocommerce-order-items .wc-order-totals .total{font-size:1em!important;width:10em;margin:0 .5em 0 0;box-sizing:border-box}#woocommerce-order-items .wc-order-totals .total input[type=text]{width:96%;float:left}#woocommerce-order-items .wc-order-totals .refunded-total{color:#a00}#woocommerce-order-items .refund-actions{margin-top:5px;padding-top:12px;border-top:1px solid #dfdfdf}#woocommerce-order-items .refund-actions .button{float:left;margin-right:4px}#woocommerce-order-items .refund-actions .cancel-action,#woocommerce-order-items .wc-order-item-bulk-edit .cancel-action{float:right;margin-right:0}#woocommerce-order-items .add_meta{margin-right:0!important}#woocommerce-order-items h3 small{color:#999}#woocommerce-order-items .amount{white-space:nowrap}#woocommerce-order-items .add-items .description{margin-left:10px}#woocommerce-order-items .add-items .button{float:right;margin-left:.25em}#woocommerce-order-items .add-items .button-primary{float:none;margin-left:0}#woocommerce-order-items .inside{display:block!important}#woocommerce-order-items .handlediv,#woocommerce-order-items .hndle{display:none}#woocommerce-order-items .woocommerce_order_items_wrapper{margin:0;overflow-x:auto}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items{width:100%;background:#fff}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items thead th{text-align:right;padding:1em;font-weight:400;color:#999;background:#f8f8f8;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items thead th.sortable{cursor:pointer}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items thead th:last-child{padding-left:2em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items thead th:first-child{padding-right:2em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items thead th .wc-arrow{float:left;position:relative;margin-left:-1em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td{padding:1.5em 1em 1em;text-align:right;line-height:1.5em;vertical-align:top;border-bottom:1px solid #f8f8f8}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th textarea,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td textarea{width:100%}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td select{width:50%}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th textarea,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td textarea{font-size:14px;padding:4px;color:#555}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th:last-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td:last-child{padding-left:2em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td:first-child{padding-right:2em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr td{cursor:pointer}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr.selected{background:#f5ebf3}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr.selected td{border-color:#e6cce1;opacity:.8}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr:last-child td{border-bottom:1px solid #dfdfdf}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr:first-child td{border-top:8px solid #f8f8f8}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody#order_line_items tr:first-child td{border-top:none}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.thumb{text-align:right;width:38px;padding-bottom:1.5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.thumb .wc-order-item-thumbnail{width:38px;height:38px;border:2px solid #e8e8e8;background:#f8f8f8;color:#ccc;position:relative;font-size:21px;display:block;text-align:center}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.thumb .wc-order-item-thumbnail::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;height:100%;text-align:center;content:"";width:38px;line-height:38px;display:block}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.thumb .wc-order-item-thumbnail img{width:100%;height:100%;margin:0;padding:0;position:relative}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.name .wc-order-item-sku,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.name .wc-order-item-variation{display:block;margin-top:.5em;font-size:.92em!important;color:#888}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item{min-width:200px}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .center,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .variation-id{text-align:center}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class{text-align:left}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class label{white-space:nowrap;color:#999;font-size:.833em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class label input{display:inline}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class input{width:70px;vertical-align:middle;text-align:left}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class select{width:85px;height:26px;vertical-align:middle;font-size:1em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input{display:inline-block;background:#fff;border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);margin:1px 0;min-width:80px;overflow:hidden;line-height:1em;text-align:left}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input{width:100%;box-sizing:border-box}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input label{font-size:.75em;padding:4px 6px 0;color:#555;display:block}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input input{width:100%;box-sizing:border-box;border:0;box-shadow:none;margin:0;padding:0 6px 4px;color:#555;background:0 0}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input input::-webkit-input-placeholder{color:#ddd}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input:first-child{border-bottom:1px dashed #ddd;background:#fff}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input:first-child label{color:#ccc}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .view{white-space:nowrap}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .edit{text-align:right}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class small.times{font-size:.92em!important;color:#888}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-taxes{margin:0}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-taxes label{display:block}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-discount{display:block;margin-top:.5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class small.times{margin-left:.25em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity{text-align:center}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity input{text-align:center;width:50px}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items span.subtotal{opacity:.5}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.tax_class,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.tax_class{text-align:right}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .calculated{border-color:#ae8ca2;border-style:dotted}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta{width:100%}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta{margin:.5em 0 0;font-size:.92em!important;color:#888}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.fee .thumb div::before,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.refund .thumb div::before,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .thumb div::before{color:#ccc;top:0;right:0;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;text-align:center;font-family:WooCommerce}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr th,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr th{border:0;padding:0 0 .5em 4px;line-height:1.5em;width:20%}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td{padding:0 0 .5em 4px;border:0;line-height:1.5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td input{width:100%;margin:0;position:relative;border-bottom:0;box-shadow:none}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .refund_by,ul.order_notes li p.meta .exact-date{border-bottom:1px dotted #999}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td textarea,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td textarea{width:100%;height:4em;margin:0;box-shadow:none}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td input:focus+textarea,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td input:focus+textarea{border-top-color:#999}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td p,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td p{margin:0 0 .5em;line-height:1.5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td p:last-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td p:last-child{margin:0}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.fee .thumb div{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.5em;line-height:1em;vertical-align:middle;margin:0}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.fee .thumb div::before{line-height:1;margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:""}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.refund .thumb div{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.5em;line-height:1em;vertical-align:middle;margin:0}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.refund .thumb div::before{line-height:1;margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:""}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .thumb div{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.5em;line-height:1em;vertical-align:middle;margin:0}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .thumb div::before{line-height:1;margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:""}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .shipping_method,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .shipping_method_name{width:100%;margin:0 0 .5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax{white-space:nowrap}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax .delete-order-tax,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax .delete-order-tax{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;float:left;font-size:14px;visibility:hidden;margin:3px 0 0 -18px}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax .delete-order-tax::before,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax .delete-order-tax::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#999}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax .delete-order-tax:hover::before,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax .delete-order-tax:hover::before{color:#a00}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax:hover .delete-order-tax,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax:hover .delete-order-tax{visibility:visible}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items small.refunded{display:block;color:#a00;white-space:nowrap;margin-top:.5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items small.refunded::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;text-indent:0;width:100%;height:100%;text-align:center;content:"";position:relative;top:auto;right:auto;margin:-1px 0 0 4px;vertical-align:middle;line-height:1em}#woocommerce-order-items .wc-order-edit-line-item{padding-right:0}#woocommerce-order-items .wc-order-edit-line-item-actions{width:44px;text-align:left;padding-right:0;vertical-align:middle}#woocommerce-order-items .wc-order-edit-line-item-actions a{color:#ccc;display:inline-block;cursor:pointer;padding:0 0 .5em;margin:0 12px 0 0;vertical-align:middle;text-decoration:none;line-height:16px;width:16px;overflow:hidden}#woocommerce-order-items .wc-order-edit-line-item-actions a::before{margin:0;padding:0;font-size:16px;width:16px;height:16px}#woocommerce-order-items .wc-order-edit-line-item-actions .delete-order-item::before,#woocommerce-order-items .wc-order-edit-line-item-actions .delete_refund::before,#woocommerce-order-items .wc-order-edit-line-item-actions .edit-order-item::before{font-family:Dashicons;-webkit-font-smoothing:antialiased;top:0;right:0;width:100%;height:100%;margin:0;text-align:center;position:relative;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;text-indent:0}#woocommerce-order-items .wc-order-edit-line-item-actions a:hover::before{color:#999}#woocommerce-order-items .wc-order-edit-line-item-actions a:first-child{margin-right:0}#woocommerce-order-items .wc-order-edit-line-item-actions .edit-order-item::before{content:""}#woocommerce-order-items .wc-order-edit-line-item-actions .delete-order-item::before,#woocommerce-order-items .wc-order-edit-line-item-actions .delete_refund::before{content:""}#woocommerce-order-items .wc-order-edit-line-item-actions .delete-order-item:hover::before,#woocommerce-order-items .wc-order-edit-line-item-actions .delete_refund:hover::before{color:#a00}#woocommerce-order-items tbody tr .wc-order-edit-line-item-actions{visibility:hidden}#woocommerce-order-items tbody tr:hover .wc-order-edit-line-item-actions{visibility:visible}#woocommerce-order-items .wc-order-totals .wc-order-edit-line-item-actions{width:1.5em;visibility:visible!important}#woocommerce-order-items .wc-order-totals .wc-order-edit-line-item-actions a{padding:0}#woocommerce-order-downloads .buttons{float:right;padding:0;margin:0;vertical-align:top}#woocommerce-order-downloads .buttons .add_item_id,#woocommerce-order-downloads .buttons .select2-container{width:400px!important;margin-left:9px;vertical-align:top;float:right}#woocommerce-order-downloads .buttons button{margin:2px 0 0}#woocommerce-order-downloads h3 small{color:#999}#poststuff #woocommerce-order-actions .inside{margin:0;padding:0}#poststuff #woocommerce-order-actions .inside ul.order_actions li{padding:6px 10px;box-sizing:border-box}#poststuff #woocommerce-order-actions .inside ul.order_actions li:last-child{border-bottom:0}#poststuff #woocommerce-order-notes .inside{margin:0;padding:0}#poststuff #woocommerce-order-notes .inside ul.order_notes li{padding:0 10px}#woocommerce_customers p.search-box{margin:6px 0 4px;float:right}#woocommerce_customers .tablenav{float:left;clear:none}#woocommerce-product-images .inside #product_images_container ul::after,.woocommerce_variable_attributes .data::after{clear:both}.widefat.customers td{vertical-align:middle;padding:4px 7px}.widefat .column-order_title{width:15%}.widefat .column-order_title time{display:block;color:#999;margin:3px 0}.widefat .column-orders,.widefat .column-paying,.widefat .column-spent{text-align:center;width:8%}.widefat .column-last_order{width:11%}.widefat .column-order_actions,.widefat .column-user_actions,.widefat .column-wc_actions{width:110px}.widefat .column-order_actions a.button,.widefat .column-user_actions a.button,.widefat .column-wc_actions a.button{float:right;margin:0 0 2px 4px;cursor:pointer;padding:3px 4px;height:auto}.widefat .column-order_actions a.button img,.widefat .column-user_actions a.button img,.widefat .column-wc_actions a.button img{display:block;width:12px;height:auto}.widefat small.meta{display:block;color:#999;font-size:inherit;margin:3px 0}.widefat .column-order_date,.widefat .column-order_total{width:9%}.widefat .column-order_status{width:45px;text-align:center}.widefat .column-order_status mark{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;background:0 0;font-size:1.4em;margin:0 auto}.widefat .column-order_status mark.cancelled::after,.widefat .column-order_status mark.completed::after,.widefat .column-order_status mark.failed::after,.widefat .column-order_status mark.on-hold::after,.widefat .column-order_status mark.pending::after,.widefat .column-order_status mark.processing::after,.widefat .column-order_status mark.refunded::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center}.column-customer_message .note-on::after,.column-order_notes .note-on::after{speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;top:0;right:0;text-align:center;line-height:16px;font-family:WooCommerce}.widefat .column-order_status mark.pending::after{content:'\e012';color:#ffba00}.widefat .column-order_status mark.completed::after{content:'\e015';color:#2ea2cc}.widefat .column-order_status mark.on-hold::after{content:'\e033';color:#999}.widefat .column-order_status mark.failed::after{content:'\e016';color:#d0c21f}.widefat .column-order_status mark.cancelled::after{content:'\e013';color:#a00}.widefat .column-order_status mark.processing::after{content:'\e011';color:#73a724}.widefat .column-order_status mark.refunded::after{content:'\e014';color:#999}.widefat td.column-order_status{padding-top:9px}.column-customer_message .note-on{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto;color:#999}.column-customer_message .note-on::after{margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:""}.column-order_notes .note-on{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto;color:#999}.column-order_notes .note-on::after{margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:""}.order_actions .complete,.order_actions .processing,.order_actions .view{display:block;text-indent:-9999px;position:relative;padding:0!important;height:2em!important;width:2em}.order_actions .processing::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";line-height:1.85}.order_actions .complete::after,.order_actions .view::after{font-family:Dashicons;text-indent:0;position:absolute;width:100%;height:100%;right:0;line-height:1.85;margin:0;text-align:center;font-weight:400;top:0;speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased}.order_actions .complete::after{content:""}.order_actions .view::after{content:""}.user_actions .edit,.user_actions .link,.user_actions .refresh,.user_actions .view{display:block;text-indent:-9999px;position:relative;padding:0!important;height:2em!important;width:2em}.user_actions .edit::after,.user_actions .link::after,.user_actions .refresh::after,.user_actions .view::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";line-height:1.85}.user_actions .edit::after{font-family:Dashicons;content:'\f464'}.user_actions .link::after{content:'\e00d'}.user_actions .view::after{content:'\e010'}.user_actions .refresh::after{content:'\e031'}.attributes-table td,.attributes-table th{width:15%;vertical-align:top}.attributes-table .attribute-terms{width:32%}.attributes-table .attribute-actions{width:2em}.attributes-table .attribute-actions .configure-terms{display:block;text-indent:-9999px;position:relative;padding:0!important;height:2em!important;width:2em}.attributes-table .attribute-actions .configure-terms::after{speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";font-family:Dashicons;line-height:1.85}ul.order_notes{padding:2px 0 0}ul.order_notes li .note_content{padding:10px;background:#efefef;position:relative}ul.order_notes li .note_content p{margin:0;padding:0;word-wrap:break-word}ul.order_notes li p.meta{padding:10px;color:#999;margin:0;font-size:11px}ul.order_notes li a.delete_note{color:#a00}table.wp-list-table .row-actions,table.wp-list-table span.na{color:#999}ul.order_notes li .note_content::after{content:'';display:block;position:absolute;bottom:-10px;right:20px;width:0;height:0;border-width:10px 0 0 10px;border-style:solid;border-color:#efefef transparent}ul.order_notes li.customer-note .note_content{background:#a7cedc}ul.order_notes li.customer-note .note_content::after{border-color:#a7cedc transparent}ul.order_notes li.system-note .note_content{background:#d7cad2}ul.order_notes li.system-note .note_content::after{border-color:#d7cad2 transparent}.add_note{border-top:1px solid #ddd;padding:10px 10px 0}.add_note h4{margin-top:5px!important}.add_note #add_order_note{width:100%;height:50px}table.wp-list-table .column-thumb{width:52px;text-align:center;white-space:nowrap}table.wp-list-table .column-name{width:22%}table.wp-list-table .column-product_cat,table.wp-list-table .column-product_tag{width:11%!important}table.wp-list-table .column-featured,table.wp-list-table .column-product_type{width:48px;text-align:right!important}table.wp-list-table .column-customer_message,table.wp-list-table .column-order_notes{width:48px;text-align:center}table.wp-list-table .column-customer_message img,table.wp-list-table .column-order_notes img{margin:0 auto;padding-top:0!important}table.wp-list-table .manage-column.column-featured img,table.wp-list-table .manage-column.column-product_type img{padding-right:2px}table.wp-list-table .column-price .woocommerce-price-suffix{display:none}table.wp-list-table img{margin:1px 2px}table.wp-list-table td.column-thumb img{margin:0;width:auto;height:auto;max-width:40px;max-height:40px;vertical-align:middle}table.wp-list-table .column-is_in_stock{text-align:right!important}table.wp-list-table span.wc-featured,table.wp-list-table span.wc-image,table.wp-list-table span.wc-type{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto}table.wp-list-table span.wc-featured::before,table.wp-list-table span.wc-image::before,table.wp-list-table span.wc-type::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:""}table.wp-list-table span.wc-featured::before{content:'\f155'}table.wp-list-table span.wc-featured.not-featured::before{content:'\f154'}table.wp-list-table td.column-featured span.wc-featured{font-size:1.6em;cursor:pointer}table.wp-list-table span.wc-type::before{font-family:WooCommerce;content:'\e006'}table.wp-list-table span.product-type{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.6em;margin:0 auto}table.wp-list-table span.product-type::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:""}table.wp-list-table span.product-type.grouped::before{content:'\e002'}table.wp-list-table span.product-type.external::before{content:'\e034'}table.wp-list-table span.product-type.variable::before{content:'\e003'}table.wp-list-table span.product-type.downloadable::before{content:'\e001'}table.wp-list-table span.product-type.virtual::before{content:'\e000'}table.wp-list-table mark.instock{font-weight:700;color:#7ad03a;background:0 0;line-height:1}table.wp-list-table mark.outofstock{font-weight:700;color:#a44;background:0 0;line-height:1}table.wp-list-table .notes_head,table.wp-list-table .order-notes_head,table.wp-list-table .status_head{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto}table.wp-list-table .notes_head::after,table.wp-list-table .order-notes_head::after,table.wp-list-table .status_head::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center}table.wc_emails .wc-email-settings-table-name,table.wc_emails td.name,table.wc_gateways .wc-email-settings-table-name,table.wc_gateways td.name,table.wc_shipping .wc-email-settings-table-name,table.wc_shipping td.name{font-weight:700}table.wp-list-table .order-notes_head::after{content:'\e028'}table.wp-list-table .notes_head::after{content:'\e026'}table.wp-list-table .status_head::after{content:'\e011'}table.wp-list-table .column-order_items{width:12%}table.wp-list-table .column-order_items table.order_items{width:100%;margin:3px 0 0;padding:0;display:none}table.wp-list-table .column-order_items table.order_items td{border:0;margin:0;padding:0 0 3px}table.wp-list-table .column-order_items table.order_items td.qty{color:#999;padding-left:6px;text-align:right}mark.notice{background:#fff;color:#a00;margin:0 10px 0 0}a.export_rates,a.import_rates{float:left;margin-right:9px;margin-top:-2px;margin-bottom:0}#rates-search{float:left}#rates-search input.wc-tax-rates-search-field{padding:4px 8px;font-size:1.2em}#rates-pagination{float:left;margin-left:.5em}#rates-pagination .tablenav{margin:0}table.wc_input_table,table.wc_tax_rates{width:100%}table.wc_input_table span.tips,table.wc_tax_rates span.tips{color:#2ea2cc}table.wc_input_table th,table.wc_tax_rates th{white-space:nowrap;padding:10px}table.wc_input_table td,table.wc_tax_rates td{padding:0;border-left:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;border-top:0;background:#fff;cursor:default}table.wc_input_table td input[type=text],table.wc_input_table td input[type=number],table.wc_tax_rates td input[type=text],table.wc_tax_rates td input[type=number]{width:100%;padding:8px 10px;margin:0;border:0;outline:0;background:0 0}table.wc_input_table td input[type=text]:focus,table.wc_input_table td input[type=number]:focus,table.wc_tax_rates td input[type=text]:focus,table.wc_tax_rates td input[type=number]:focus{outline:0;box-shadow:none}table.wc_input_table td.apply_to_shipping,table.wc_input_table td.compound,table.wc_tax_rates td.apply_to_shipping,table.wc_tax_rates td.compound{padding:5px 7px;vertical-align:middle}table.wc_input_table td.apply_to_shipping input,table.wc_input_table td.compound input,table.wc_tax_rates td.apply_to_shipping input,table.wc_tax_rates td.compound input{width:auto;padding:0}table.wc_input_table td:last-child,table.wc_tax_rates td:last-child{border-left:0}table.wc_input_table tr.current td,table.wc_tax_rates tr.current td{background-color:#fefbcc}table.wc_input_table .cost,table.wc_input_table .cost input,table.wc_input_table .item_cost,table.wc_input_table .item_cost input,table.wc_tax_rates .cost,table.wc_tax_rates .cost input,table.wc_tax_rates .item_cost,table.wc_tax_rates .item_cost input{text-align:left}table.wc_input_table th.sort,table.wc_tax_rates th.sort{width:17px;padding:0 4px}table.wc_input_table td.sort,table.wc_tax_rates td.sort{padding:0 4px}table.wc_input_table .ui-sortable:not(.ui-sortable-disabled) td.sort,table.wc_tax_rates .ui-sortable:not(.ui-sortable-disabled) td.sort{cursor:move;font-size:15px;background:#f9f9f9;text-align:center;vertical-align:middle}table.wc_input_table .ui-sortable:not(.ui-sortable-disabled) td.sort::before,table.wc_tax_rates .ui-sortable:not(.ui-sortable-disabled) td.sort::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;float:right;height:100%}table.wc_input_table .ui-sortable:not(.ui-sortable-disabled) td.sort:hover::before,table.wc_tax_rates .ui-sortable:not(.ui-sortable-disabled) td.sort:hover::before{color:#333}table.wc_input_table .button,table.wc_tax_rates .button{float:right;margin-left:5px}table.wc_input_table .export,table.wc_input_table .import,table.wc_tax_rates .export,table.wc_tax_rates .import{float:left;margin-left:0;margin-right:5px}table.wc_input_table span.tips,table.wc_tax_rates span.tips{padding:0 3px}table.wc_input_table .pagination,table.wc_tax_rates .pagination{float:left}table.wc_input_table .pagination .button,table.wc_tax_rates .pagination .button{margin-right:5px;margin-left:0}table.wc_input_table .pagination .current,table.wc_tax_rates .pagination .current{background:#bbb;text-shadow:none}table.wc_input_table tr:last-child td,table.wc_tax_rates tr:last-child td{border-bottom:0}table.wc_emails,table.wc_gateways,table.wc_shipping{position:relative}table.wc_emails td,table.wc_gateways td,table.wc_shipping td{vertical-align:middle;padding:7px;line-height:2em}table.wc_emails tr:nth-child(odd) td,table.wc_gateways tr:nth-child(odd) td,table.wc_shipping tr:nth-child(odd) td{background:#f9f9f9}table.wc_emails th,table.wc_gateways th,table.wc_shipping th{padding:9px 7px!important;vertical-align:middle}table.wc_emails .settings,table.wc_gateways .settings,table.wc_shipping .settings{text-align:left}table.wc_emails .default,table.wc_emails .radio,table.wc_emails .status,table.wc_gateways .default,table.wc_gateways .radio,table.wc_gateways .status,table.wc_shipping .default,table.wc_shipping .radio,table.wc_shipping .status{text-align:center}table.wc_emails .default .tips,table.wc_emails .radio .tips,table.wc_emails .status .tips,table.wc_gateways .default .tips,table.wc_gateways .radio .tips,table.wc_gateways .status .tips,table.wc_shipping .default .tips,table.wc_shipping .radio .tips,table.wc_shipping .status .tips{margin:0 auto}table.wc_emails .default input,table.wc_emails .radio input,table.wc_emails .status input,table.wc_gateways .default input,table.wc_gateways .radio input,table.wc_gateways .status input,table.wc_shipping .default input,table.wc_shipping .radio input,table.wc_shipping .status input{margin:0}table.wc_emails th.sort,table.wc_gateways th.sort,table.wc_shipping th.sort{width:28px;padding:0}table.wc_emails td.sort,table.wc_gateways td.sort,table.wc_shipping td.sort{padding:0 7px;cursor:move;font-size:15px;text-align:center;vertical-align:middle}table.wc_emails td.sort::before,table.wc_gateways td.sort::before,table.wc_shipping td.sort::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;float:right;height:100%}table.wc_emails .wc-email-settings-table-name span,table.wc_gateways .wc-email-settings-table-name span,table.wc_shipping .wc-email-settings-table-name span{font-weight:400;color:#999;margin:0 4px 0 0!important}table.wc_emails .wc-email-settings-table-status,table.wc_gateways .wc-email-settings-table-status,table.wc_shipping .wc-email-settings-table-status{text-align:center;width:1em}table.wc_emails .wc-email-settings-table-status .tips,table.wc_gateways .wc-email-settings-table-status .tips,table.wc_shipping .wc-email-settings-table-status .tips{margin:0 auto}table.wc_emails .wc-email-settings-table-actions a,table.wc_gateways .wc-email-settings-table-actions a,table.wc_shipping .wc-email-settings-table-actions a{display:block;text-indent:-9999px;position:relative;padding:0!important;height:2em!important;width:2em}table.wc_emails .wc-email-settings-table-actions a::after,table.wc_gateways .wc-email-settings-table-actions a::after,table.wc_shipping .wc-email-settings-table-actions a::after{speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";font-family:Dashicons;line-height:1.85}.wc-shipping-zone-settings th{padding:24px 0 24px 24px}.wc-shipping-zone-settings td.forminp{padding:15px 10px}.wc-shipping-zone-settings td.forminp input,.wc-shipping-zone-settings td.forminp textarea{padding:8px;width:448px;max-width:100%!important}.wc-shipping-zone-settings td.forminp .wc-shipping-zone-region-select{width:448px;max-width:100%!important}.wc-shipping-zone-settings td.forminp .wc-shipping-zone-region-select .select2-choices{padding:8px 8px 4px;border-color:#DDD;min-height:0;line-height:1}.wc-shipping-zone-settings td.forminp .wc-shipping-zone-region-select .select2-choices input{padding:0}.wc-shipping-zone-settings td.forminp .wc-shipping-zone-region-select .select2-choices li{margin:0 0 4px 4px}.wc-shipping-zone-settings .wc-shipping-zone-postcodes-toggle{margin:.5em 0 0;font-size:.9em;text-decoration:underline;display:block}.wc-shipping-zone-settings .wc-shipping-zone-postcodes-toggle+.wc-shipping-zone-postcodes{display:none}.wc-shipping-zone-settings .wc-shipping-zone-postcodes textarea{margin:10px 0}.wc-shipping-zone-settings .wc-shipping-zone-postcodes .description{font-size:.9em;color:#999}.wc-shipping-zone-settings+p.submit{margin-top:0}table tr table.wc-shipping-zone-methods tr .row-actions,table tr:hover table.wc-shipping-zone-methods tr .row-actions{position:relative}table tr table.wc-shipping-zone-methods tr:hover .row-actions,table tr:hover table.wc-shipping-zone-methods tr:hover .row-actions{position:static}.wc-shipping-zones-heading .page-title-action{display:inline-block}table.wc-shipping-classes td,table.wc-shipping-classes th,table.wc-shipping-zone-methods td,table.wc-shipping-zone-methods th,table.wc-shipping-zones td,table.wc-shipping-zones th{vertical-align:top;line-height:24px;padding:1em!important;font-size:14px;background:#fff}table.wc-shipping-classes td li,table.wc-shipping-classes th li,table.wc-shipping-zone-methods td li,table.wc-shipping-zone-methods th li,table.wc-shipping-zones td li,table.wc-shipping-zones th li{line-height:24px;font-size:14px}table.wc-shipping-classes td .woocommerce-help-tip,table.wc-shipping-classes th .woocommerce-help-tip,table.wc-shipping-zone-methods td .woocommerce-help-tip,table.wc-shipping-zone-methods th .woocommerce-help-tip,table.wc-shipping-zones td .woocommerce-help-tip,table.wc-shipping-zones th .woocommerce-help-tip{margin:0!important}table.wc-shipping-classes thead th,table.wc-shipping-zone-methods thead th,table.wc-shipping-zones thead th{vertical-align:middle}table.wc-shipping-classes thead .wc-shipping-zone-sort,table.wc-shipping-zone-methods thead .wc-shipping-zone-sort,table.wc-shipping-zones thead .wc-shipping-zone-sort{text-align:center}table.wc-shipping-classes tbody td,table.wc-shipping-zone-methods tbody td,table.wc-shipping-zones tbody td{padding:1.5em 1em!important}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state,table.wc-shipping-classes td.wc-shipping-zones-blank-state,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state,table.wc-shipping-zones td.wc-shipping-zones-blank-state{background:#f7f1f6!important;overflow:hidden;position:relative;padding:7.5em 7.5%!important;border-bottom:2px solid #eee2ec}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state,table.wc-shipping-classes td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state,table.wc-shipping-zones td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state{padding:2em!important}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state p,table.wc-shipping-classes td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state p,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state p,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state p,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state p,table.wc-shipping-zones td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state p{margin-bottom:0}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state li,table.wc-shipping-classes td.wc-shipping-zone-method-blank-state p,table.wc-shipping-classes td.wc-shipping-zones-blank-state li,table.wc-shipping-classes td.wc-shipping-zones-blank-state p,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state li,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state p,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state li,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state p,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state li,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state p,table.wc-shipping-zones td.wc-shipping-zones-blank-state li,table.wc-shipping-zones td.wc-shipping-zones-blank-state p{color:#a46497;font-size:1.5em;line-height:1.5em;margin:0 0 1em;position:relative;z-index:1;text-shadow:-1px 1px 1px #fff}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state li.main,table.wc-shipping-classes td.wc-shipping-zone-method-blank-state p.main,table.wc-shipping-classes td.wc-shipping-zones-blank-state li.main,table.wc-shipping-classes td.wc-shipping-zones-blank-state p.main,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state li.main,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state p.main,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state li.main,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state p.main,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state li.main,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state p.main,table.wc-shipping-zones td.wc-shipping-zones-blank-state li.main,table.wc-shipping-zones td.wc-shipping-zones-blank-state p.main{font-size:2em}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state li,table.wc-shipping-classes td.wc-shipping-zones-blank-state li,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state li,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state li,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state li,table.wc-shipping-zones td.wc-shipping-zones-blank-state li{margin-right:1em;list-style:circle inside}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state::before,table.wc-shipping-classes td.wc-shipping-zones-blank-state::before,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state::before,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state::before,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state::before,table.wc-shipping-zones td.wc-shipping-zones-blank-state::before{content:'\e01b';font-family:WooCommerce;text-align:center;line-height:1;color:#eee2ec;display:block;width:1em;font-size:40em;top:50%;left:-3.75%;margin-top:-.1875em;position:absolute}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state .button-primary,table.wc-shipping-classes td.wc-shipping-zones-blank-state .button-primary,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state .button-primary,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state .button-primary,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state .button-primary,table.wc-shipping-zones td.wc-shipping-zones-blank-state .button-primary{background-color:#804877;border-color:#804877;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 0 rgba(0,0,0,.15);margin:0;opacity:1;text-shadow:0 -1px 1px #8a4f7f,-1px 0 1px #8a4f7f,0 1px 1px #8a4f7f,1px 0 1px #8a4f7f;font-size:1.5em;padding:.75em 1em;height:auto;position:relative;z-index:1}table.wc-shipping-classes .wc-shipping-class-rows tr:nth-child(odd) td,table.wc-shipping-classes .wc-shipping-zone-method-rows tr:nth-child(odd) td,table.wc-shipping-classes tbody.wc-shipping-zone-rows tr:nth-child(odd) td,table.wc-shipping-classes tr.odd td,table.wc-shipping-zone-methods .wc-shipping-class-rows tr:nth-child(odd) td,table.wc-shipping-zone-methods .wc-shipping-zone-method-rows tr:nth-child(odd) td,table.wc-shipping-zone-methods tbody.wc-shipping-zone-rows tr:nth-child(odd) td,table.wc-shipping-zone-methods tr.odd td,table.wc-shipping-zones .wc-shipping-class-rows tr:nth-child(odd) td,table.wc-shipping-zones .wc-shipping-zone-method-rows tr:nth-child(odd) td,table.wc-shipping-zones tbody.wc-shipping-zone-rows tr:nth-child(odd) td,table.wc-shipping-zones tr.odd td{background:#f9f9f9}table.wc-shipping-classes p,table.wc-shipping-classes ul,table.wc-shipping-zone-methods p,table.wc-shipping-zone-methods ul,table.wc-shipping-zones p,table.wc-shipping-zones ul{margin:0}table.wc-shipping-classes td.wc-shipping-zone-method-sort,table.wc-shipping-classes td.wc-shipping-zone-sort,table.wc-shipping-zone-methods td.wc-shipping-zone-method-sort,table.wc-shipping-zone-methods td.wc-shipping-zone-sort,table.wc-shipping-zones td.wc-shipping-zone-method-sort,table.wc-shipping-zones td.wc-shipping-zone-sort{cursor:move;font-size:15px;text-align:center}table.wc-shipping-classes td.wc-shipping-zone-method-sort::before,table.wc-shipping-classes td.wc-shipping-zone-sort::before,table.wc-shipping-zone-methods td.wc-shipping-zone-method-sort::before,table.wc-shipping-zone-methods td.wc-shipping-zone-sort::before,table.wc-shipping-zones td.wc-shipping-zone-method-sort::before,table.wc-shipping-zones td.wc-shipping-zone-sort::before{content:'\f333';font-family:Dashicons;text-align:center;color:#999;display:block;width:17px;float:right;height:100%;line-height:24px}table.wc-shipping-classes td.wc-shipping-zone-method-sort:hover::before,table.wc-shipping-classes td.wc-shipping-zone-sort:hover::before,table.wc-shipping-zone-methods td.wc-shipping-zone-method-sort:hover::before,table.wc-shipping-zone-methods td.wc-shipping-zone-sort:hover::before,table.wc-shipping-zones td.wc-shipping-zone-method-sort:hover::before,table.wc-shipping-zones td.wc-shipping-zone-sort:hover::before{color:#333}table.wc-shipping-classes td.wc-shipping-zone-worldwide,table.wc-shipping-zone-methods td.wc-shipping-zone-worldwide,table.wc-shipping-zones td.wc-shipping-zone-worldwide{text-align:center}table.wc-shipping-classes td.wc-shipping-zone-worldwide::before,table.wc-shipping-zone-methods td.wc-shipping-zone-worldwide::before,table.wc-shipping-zones td.wc-shipping-zone-worldwide::before{content:'\f319';font-family:dashicons;text-align:center;color:#999;display:block;width:17px;float:right;height:100%;line-height:24px}table.wc-shipping-classes .wc-shipping-zone-methods,table.wc-shipping-classes .wc-shipping-zone-name,table.wc-shipping-zone-methods .wc-shipping-zone-methods,table.wc-shipping-zone-methods .wc-shipping-zone-name,table.wc-shipping-zones .wc-shipping-zone-methods,table.wc-shipping-zones .wc-shipping-zone-name{width:25%}table.wc-shipping-classes .wc-shipping-class-description input,table.wc-shipping-classes .wc-shipping-class-description select,table.wc-shipping-classes .wc-shipping-class-description textarea,table.wc-shipping-classes .wc-shipping-class-name input,table.wc-shipping-classes .wc-shipping-class-name select,table.wc-shipping-classes .wc-shipping-class-name textarea,table.wc-shipping-classes .wc-shipping-class-slug input,table.wc-shipping-classes .wc-shipping-class-slug select,table.wc-shipping-classes .wc-shipping-class-slug textarea,table.wc-shipping-classes .wc-shipping-zone-name input,table.wc-shipping-classes .wc-shipping-zone-name select,table.wc-shipping-classes .wc-shipping-zone-name textarea,table.wc-shipping-classes .wc-shipping-zone-region input,table.wc-shipping-classes .wc-shipping-zone-region select,table.wc-shipping-classes .wc-shipping-zone-region textarea,table.wc-shipping-zone-methods .wc-shipping-class-description input,table.wc-shipping-zone-methods .wc-shipping-class-description select,table.wc-shipping-zone-methods .wc-shipping-class-description textarea,table.wc-shipping-zone-methods .wc-shipping-class-name input,table.wc-shipping-zone-methods .wc-shipping-class-name select,table.wc-shipping-zone-methods .wc-shipping-class-name textarea,table.wc-shipping-zone-methods .wc-shipping-class-slug input,table.wc-shipping-zone-methods .wc-shipping-class-slug select,table.wc-shipping-zone-methods .wc-shipping-class-slug textarea,table.wc-shipping-zone-methods .wc-shipping-zone-name input,table.wc-shipping-zone-methods .wc-shipping-zone-name select,table.wc-shipping-zone-methods .wc-shipping-zone-name textarea,table.wc-shipping-zone-methods .wc-shipping-zone-region input,table.wc-shipping-zone-methods .wc-shipping-zone-region select,table.wc-shipping-zone-methods .wc-shipping-zone-region textarea,table.wc-shipping-zones .wc-shipping-class-description input,table.wc-shipping-zones .wc-shipping-class-description select,table.wc-shipping-zones .wc-shipping-class-description textarea,table.wc-shipping-zones .wc-shipping-class-name input,table.wc-shipping-zones .wc-shipping-class-name select,table.wc-shipping-zones .wc-shipping-class-name textarea,table.wc-shipping-zones .wc-shipping-class-slug input,table.wc-shipping-zones .wc-shipping-class-slug select,table.wc-shipping-zones .wc-shipping-class-slug textarea,table.wc-shipping-zones .wc-shipping-zone-name input,table.wc-shipping-zones .wc-shipping-zone-name select,table.wc-shipping-zones .wc-shipping-zone-name textarea,table.wc-shipping-zones .wc-shipping-zone-region input,table.wc-shipping-zones .wc-shipping-zone-region select,table.wc-shipping-zones .wc-shipping-zone-region textarea{width:100%}table.wc-shipping-classes .wc-shipping-class-description a.wc-shipping-class-delete,table.wc-shipping-classes .wc-shipping-class-description a.wc-shipping-zone-delete,table.wc-shipping-classes .wc-shipping-class-name a.wc-shipping-class-delete,table.wc-shipping-classes .wc-shipping-class-name a.wc-shipping-zone-delete,table.wc-shipping-classes .wc-shipping-class-slug a.wc-shipping-class-delete,table.wc-shipping-classes .wc-shipping-class-slug a.wc-shipping-zone-delete,table.wc-shipping-classes .wc-shipping-zone-name a.wc-shipping-class-delete,table.wc-shipping-classes .wc-shipping-zone-name a.wc-shipping-zone-delete,table.wc-shipping-classes .wc-shipping-zone-region a.wc-shipping-class-delete,table.wc-shipping-classes .wc-shipping-zone-region a.wc-shipping-zone-delete,table.wc-shipping-zone-methods .wc-shipping-class-description a.wc-shipping-class-delete,table.wc-shipping-zone-methods .wc-shipping-class-description a.wc-shipping-zone-delete,table.wc-shipping-zone-methods .wc-shipping-class-name a.wc-shipping-class-delete,table.wc-shipping-zone-methods .wc-shipping-class-name a.wc-shipping-zone-delete,table.wc-shipping-zone-methods .wc-shipping-class-slug a.wc-shipping-class-delete,table.wc-shipping-zone-methods .wc-shipping-class-slug a.wc-shipping-zone-delete,table.wc-shipping-zone-methods .wc-shipping-zone-name a.wc-shipping-class-delete,table.wc-shipping-zone-methods .wc-shipping-zone-name a.wc-shipping-zone-delete,table.wc-shipping-zone-methods .wc-shipping-zone-region a.wc-shipping-class-delete,table.wc-shipping-zone-methods .wc-shipping-zone-region a.wc-shipping-zone-delete,table.wc-shipping-zones .wc-shipping-class-description a.wc-shipping-class-delete,table.wc-shipping-zones .wc-shipping-class-description a.wc-shipping-zone-delete,table.wc-shipping-zones .wc-shipping-class-name a.wc-shipping-class-delete,table.wc-shipping-zones .wc-shipping-class-name a.wc-shipping-zone-delete,table.wc-shipping-zones .wc-shipping-class-slug a.wc-shipping-class-delete,table.wc-shipping-zones .wc-shipping-class-slug a.wc-shipping-zone-delete,table.wc-shipping-zones .wc-shipping-zone-name a.wc-shipping-class-delete,table.wc-shipping-zones .wc-shipping-zone-name a.wc-shipping-zone-delete,table.wc-shipping-zones .wc-shipping-zone-region a.wc-shipping-class-delete,table.wc-shipping-zones .wc-shipping-zone-region a.wc-shipping-zone-delete{color:#a00}table.wc-shipping-classes .wc-shipping-class-description a.wc-shipping-class-delete:hover,table.wc-shipping-classes .wc-shipping-class-description a.wc-shipping-zone-delete:hover,table.wc-shipping-classes .wc-shipping-class-name a.wc-shipping-class-delete:hover,table.wc-shipping-classes .wc-shipping-class-name a.wc-shipping-zone-delete:hover,table.wc-shipping-classes .wc-shipping-class-slug a.wc-shipping-class-delete:hover,table.wc-shipping-classes .wc-shipping-class-slug a.wc-shipping-zone-delete:hover,table.wc-shipping-classes .wc-shipping-zone-name a.wc-shipping-class-delete:hover,table.wc-shipping-classes .wc-shipping-zone-name a.wc-shipping-zone-delete:hover,table.wc-shipping-classes .wc-shipping-zone-region a.wc-shipping-class-delete:hover,table.wc-shipping-classes .wc-shipping-zone-region a.wc-shipping-zone-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-description a.wc-shipping-class-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-description a.wc-shipping-zone-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-name a.wc-shipping-class-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-name a.wc-shipping-zone-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-slug a.wc-shipping-class-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-slug a.wc-shipping-zone-delete:hover,table.wc-shipping-zone-methods .wc-shipping-zone-name a.wc-shipping-class-delete:hover,table.wc-shipping-zone-methods .wc-shipping-zone-name a.wc-shipping-zone-delete:hover,table.wc-shipping-zone-methods .wc-shipping-zone-region a.wc-shipping-class-delete:hover,table.wc-shipping-zone-methods .wc-shipping-zone-region a.wc-shipping-zone-delete:hover,table.wc-shipping-zones .wc-shipping-class-description a.wc-shipping-class-delete:hover,table.wc-shipping-zones .wc-shipping-class-description a.wc-shipping-zone-delete:hover,table.wc-shipping-zones .wc-shipping-class-name a.wc-shipping-class-delete:hover,table.wc-shipping-zones .wc-shipping-class-name a.wc-shipping-zone-delete:hover,table.wc-shipping-zones .wc-shipping-class-slug a.wc-shipping-class-delete:hover,table.wc-shipping-zones .wc-shipping-class-slug a.wc-shipping-zone-delete:hover,table.wc-shipping-zones .wc-shipping-zone-name a.wc-shipping-class-delete:hover,table.wc-shipping-zones .wc-shipping-zone-name a.wc-shipping-zone-delete:hover,table.wc-shipping-zones .wc-shipping-zone-region a.wc-shipping-class-delete:hover,table.wc-shipping-zones .wc-shipping-zone-region a.wc-shipping-zone-delete:hover{color:red}table.wc-shipping-classes .wc-shipping-class-count,table.wc-shipping-zone-methods .wc-shipping-class-count,table.wc-shipping-zones .wc-shipping-class-count{text-align:center}table.wc-shipping-classes td.wc-shipping-zone-methods,table.wc-shipping-zone-methods td.wc-shipping-zone-methods,table.wc-shipping-zones td.wc-shipping-zone-methods{color:#555}table.wc-shipping-classes td.wc-shipping-zone-methods .method_disabled,table.wc-shipping-zone-methods td.wc-shipping-zone-methods .method_disabled,table.wc-shipping-zones td.wc-shipping-zone-methods .method_disabled{text-decoration:line-through}table.wc-shipping-classes td.wc-shipping-zone-methods ul,table.wc-shipping-zone-methods td.wc-shipping-zone-methods ul,table.wc-shipping-zones td.wc-shipping-zone-methods ul{position:relative;padding-left:32px}table.wc-shipping-classes td.wc-shipping-zone-methods ul li,table.wc-shipping-zone-methods td.wc-shipping-zone-methods ul li,table.wc-shipping-zones td.wc-shipping-zone-methods ul li{color:#555;display:inline;margin:0}table.wc-shipping-classes td.wc-shipping-zone-methods ul li::before,table.wc-shipping-zone-methods td.wc-shipping-zone-methods ul li::before,table.wc-shipping-zones td.wc-shipping-zone-methods ul li::before{content:', '}table.wc-shipping-classes td.wc-shipping-zone-methods ul li:first-child::before,table.wc-shipping-zone-methods td.wc-shipping-zone-methods ul li:first-child::before,table.wc-shipping-zones td.wc-shipping-zone-methods ul li:first-child::before{content:''}table.wc-shipping-classes td.wc-shipping-zone-methods .add_shipping_method,table.wc-shipping-zone-methods td.wc-shipping-zone-methods .add_shipping_method,table.wc-shipping-zones td.wc-shipping-zone-methods .add_shipping_method{display:block;width:24px;padding:24px 0 0;height:0;overflow:hidden;cursor:pointer}table.wc-shipping-classes td.wc-shipping-zone-methods .add_shipping_method::before,table.wc-shipping-zone-methods td.wc-shipping-zone-methods .add_shipping_method::before,table.wc-shipping-zones td.wc-shipping-zone-methods .add_shipping_method::before{speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;font-family:Dashicons;content:'\f502';color:#999;vertical-align:middle;line-height:24px;font-size:16px;margin:0}table.wc-shipping-classes td.wc-shipping-zone-methods .add_shipping_method.disabled,table.wc-shipping-zone-methods td.wc-shipping-zone-methods .add_shipping_method.disabled,table.wc-shipping-zones td.wc-shipping-zone-methods .add_shipping_method.disabled{cursor:not-allowed}table.wc-shipping-classes td.wc-shipping-zone-methods .add_shipping_method.disabled::before,table.wc-shipping-zone-methods td.wc-shipping-zone-methods .add_shipping_method.disabled::before,table.wc-shipping-zones td.wc-shipping-zone-methods .add_shipping_method.disabled::before{color:#ccc}table.wc-shipping-classes .wc-shipping-zone-method-title,table.wc-shipping-zone-methods .wc-shipping-zone-method-title,table.wc-shipping-zones .wc-shipping-zone-method-title{width:25%}table.wc-shipping-classes .wc-shipping-zone-method-title .wc-shipping-zone-method-delete,table.wc-shipping-zone-methods .wc-shipping-zone-method-title .wc-shipping-zone-method-delete,table.wc-shipping-zones .wc-shipping-zone-method-title .wc-shipping-zone-method-delete{color:red}table.wc-shipping-classes .wc-shipping-zone-method-enabled,table.wc-shipping-zone-methods .wc-shipping-zone-method-enabled,table.wc-shipping-zones .wc-shipping-zone-method-enabled{text-align:center}table.wc-shipping-classes .wc-shipping-zone-method-enabled a,table.wc-shipping-zone-methods .wc-shipping-zone-method-enabled a,table.wc-shipping-zones .wc-shipping-zone-method-enabled a{display:inline-block}table.wc-shipping-classes .wc-shipping-zone-method-enabled .woocommerce-input-toggle,table.wc-shipping-zone-methods .wc-shipping-zone-method-enabled .woocommerce-input-toggle,table.wc-shipping-zones .wc-shipping-zone-method-enabled .woocommerce-input-toggle{margin-top:3px}table.wc-shipping-classes .wc-shipping-zone-method-type,table.wc-shipping-zone-methods .wc-shipping-zone-method-type,table.wc-shipping-zones .wc-shipping-zone-method-type{display:block}table.wc-shipping-classes tfoot input,table.wc-shipping-classes tfoot select,table.wc-shipping-zone-methods tfoot input,table.wc-shipping-zone-methods tfoot select,table.wc-shipping-zones tfoot input,table.wc-shipping-zones tfoot select{vertical-align:middle!important}table.wc-shipping-classes tfoot .button-secondary,table.wc-shipping-zone-methods tfoot .button-secondary,table.wc-shipping-zones tfoot .button-secondary{float:left}table.wc-shipping-classes .editing .wc-shipping-zone-edit,table.wc-shipping-classes .editing .wc-shipping-zone-view,table.wc-shipping-zone-methods .editing .wc-shipping-zone-edit,table.wc-shipping-zone-methods .editing .wc-shipping-zone-view,table.wc-shipping-zones .editing .wc-shipping-zone-edit,table.wc-shipping-zones .editing .wc-shipping-zone-view{display:none}.woocommerce-input-toggle{height:16px;width:32px;border:2px solid #935687;background-color:#935687;display:inline-block;text-indent:-9999px;border-radius:10em;position:relative}.woocommerce-input-toggle:before{content:"";display:block;width:16px;height:16px;background:#fff;position:absolute;top:0;left:0;border-radius:100%}.woocommerce-input-toggle.woocommerce-input-toggle--disabled{border-color:#999;background-color:#999}.woocommerce-input-toggle.woocommerce-input-toggle--disabled:before{left:auto;right:0}.wc-modal-shipping-method-settings{background:#f8f8f8;padding:1em!important}.wc-modal-shipping-method-settings form .form-table{width:100%;background:#fff;margin:0 0 1.5em}.wc-modal-shipping-method-settings form .form-table tr th{width:30%;position:relative}.wc-modal-shipping-method-settings form .form-table tr th .woocommerce-help-tip{float:left;margin:-8px 0 0 -.5em;vertical-align:middle;left:0;top:50%;position:absolute}.wc-modal-shipping-method-settings form .form-table tr td input,.wc-modal-shipping-method-settings form .form-table tr td select,.wc-modal-shipping-method-settings form .form-table tr td textarea{width:50%;min-width:250px}.wc-modal-shipping-method-settings form .form-table tr td input[type=checkbox]{width:auto;min-width:16px}.wc-modal-shipping-method-settings form .form-table tr td,.wc-modal-shipping-method-settings form .form-table tr th{vertical-align:middle;margin:0;line-height:24px;padding:1em;border-bottom:1px solid #f8f8f8}.wc-modal-shipping-method-settings form .form-table:last-of-type{margin-bottom:0}.wc-backbone-modal .wc-shipping-zone-method-selector p{margin-top:0}.wc-backbone-modal .wc-shipping-zone-method-selector .wc-shipping-zone-method-description{margin:.75em 1px 0;line-height:1.5em;color:#999;font-style:italic}.wc-backbone-modal .wc-shipping-zone-method-selector select{width:100%;cursor:pointer}img.help_tip{margin:0 9px 0 0;vertical-align:middle}.postbox img.help_tip{margin-top:0}.postbox .woocommerce-help-tip{margin:0 9px 0 0}.status-disabled,.status-enabled,.status-manual{font-size:1.4em;display:block;text-indent:-9999px;position:relative;height:1em;width:1em}.status-disabled::before,.status-enabled::before,.status-manual::before{font-family:WooCommerce;line-height:1;margin:0;position:absolute;width:100%;height:100%;text-indent:0;top:0;font-variant:normal;-webkit-font-smoothing:antialiased;font-weight:400;text-align:center;right:0;speak:none;text-transform:none}.status-manual::before{content:"";color:#999}.status-enabled::before{content:"";color:#a46497}.status-disabled::before{content:"";color:#ccc}.woocommerce h2.woo-nav-tab-wrapper{margin-bottom:1em}.woocommerce nav.woo-nav-tab-wrapper{margin:1.5em 0 1em;border-bottom:1px solid #ccc}.woocommerce .subsubsub{margin:-8px 0 0}.woocommerce .wc-admin-breadcrumb{margin-right:.5em}.woocommerce .wc-admin-breadcrumb a{color:#a46497}.woocommerce #template div{margin:0}.woocommerce #template div p .button{float:left;margin-right:10px;margin-top:-4px}.woocommerce #template div .editor textarea{margin-bottom:8px}.woocommerce textarea[disabled=disabled]{background:#dfdfdf!important}.woocommerce table.form-table{margin:0;position:relative}.woocommerce table.form-table .forminp-radio ul{margin:0}.woocommerce table.form-table .forminp-radio ul li{line-height:1.4em}.woocommerce table.form-table textarea.input-text{height:100%;min-width:150px;display:block}.woocommerce table.form-table input.regular-input{width:400px}.woocommerce table.form-table textarea.wide-input{width:100%}.woocommerce table.form-table .woocommerce-help-tip,.woocommerce table.form-table img.help_tip{padding:0;margin:-4px 5px 0 0;vertical-align:middle;cursor:help;line-height:1}.woocommerce table.form-table span.help_tip{cursor:help;color:#2ea2cc}.woocommerce table.form-table th{position:relative;padding-left:24px}.woocommerce table.form-table .select2-container{vertical-align:top;margin-bottom:3px}.woocommerce table.form-table table.widefat th{padding-left:inherit}.woocommerce table.form-table th .woocommerce-help-tip,.woocommerce table.form-table th img.help_tip{margin:2px 0 0 -24px;float:left}.woocommerce table.form-table .wp-list-table .woocommerce-help-tip{float:none}.woocommerce table.form-table fieldset{margin-top:4px}.woocommerce table.form-table fieldset .woocommerce-help-tip,.woocommerce table.form-table fieldset img.help_tip{margin:-3px 5px 0 0}.woocommerce table.form-table fieldset p.description{margin-bottom:8px}.woocommerce table.form-table fieldset:first-child{margin-top:0}.woocommerce table.form-table .iris-picker{z-index:100;display:none;position:absolute;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.2)}.woocommerce table.form-table .iris-picker .ui-slider{border:0!important;margin:0!important;width:auto!important;height:auto!important;background:none!important}.woocommerce table.form-table .iris-picker .ui-slider .ui-slider-handle{margin-bottom:0!important}.woocommerce table.form-table .colorpickpreview{padding:3px 20px 3px 3px;border:1px solid #ddd;border-right:0}.woocommerce table.form-table .colorpick{border-left:0}.woocommerce table.form-table .image_width_settings{vertical-align:middle}.woocommerce table.form-table .image_width_settings label{margin-right:10px}.woocommerce table.form-table .wc_emails_wrapper{padding:0 0 10px 15px}.woocommerce #tabs-wrap table a.remove{margin-right:4px}.woocommerce #tabs-wrap table p{margin:0 0 4px!important;overflow:hidden;zoom:1}.woocommerce #tabs-wrap table p a.add{float:right}#wp-excerpt-editor-container{background:#fff}#product_variation-parent #parent_id{width:100%}#postimagediv img{border:1px solid #d5d5d5;max-width:100%}#woocommerce-product-images .inside{margin:0;padding:0}#woocommerce-product-images .inside .add_product_images{padding:0 12px 12px}#woocommerce-product-images .inside #product_images_container{padding:0 9px 0 0}#woocommerce-product-images .inside #product_images_container ul{margin:0;padding:0}#woocommerce-product-images .inside #product_images_container ul::after,#woocommerce-product-images .inside #product_images_container ul::before{content:' ';display:table}#woocommerce-product-images .inside #product_images_container ul li.add,#woocommerce-product-images .inside #product_images_container ul li.image,#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder{width:80px;float:right;cursor:move;border:1px solid #d5d5d5;margin:9px 0 0 9px;background:#f7f7f7;border-radius:2px;position:relative;box-sizing:border-box}#woocommerce-product-images .inside #product_images_container ul li.add img,#woocommerce-product-images .inside #product_images_container ul li.image img,#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder img{width:100%;height:auto;display:block}#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder{border:3px dashed #ddd;position:relative}#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";font-size:2.618em;line-height:72px;color:#ddd}#woocommerce-product-images .inside #product_images_container ul ul.actions{position:absolute;top:-8px;left:-8px;padding:2px;display:none}#woocommerce-product-images .inside #product_images_container ul ul.actions li{float:left;margin:0 2px 0 0}#woocommerce-product-images .inside #product_images_container ul ul.actions li a{width:1em;margin:0;height:0;display:block;overflow:hidden}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.tips{cursor:pointer}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.delete{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.4em}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.delete::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#999}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.delete:hover::before{color:#a00}#woocommerce-product-images .inside #product_images_container ul li:hover ul.actions{display:block}#woocommerce-product-data .hndle{padding:10px}#woocommerce-product-data .hndle span{display:block;vertical-align:middle;line-height:24px}#woocommerce-product-data .hndle span span{display:inline;line-height:inherit;vertical-align:baseline}#woocommerce-product-data .hndle select{margin:0 .5em 0 0}#woocommerce-product-data .hndle label{padding-left:1em;font-size:12px;vertical-align:baseline}#woocommerce-product-data .hndle label:first-child{margin-left:1em;border-left:1px solid #dfdfdf}#woocommerce-product-data .hndle input,#woocommerce-product-data .hndle select{margin-top:-3px 0 0;vertical-align:middle}#woocommerce-product-data>.handlediv{margin-top:4px}#woocommerce-product-data .wrap{margin:0}#woocommerce-coupon-description{padding:3px 8px;font-size:1.7em;line-height:1.42em;height:auto;width:100%;outline:0;margin:10px 0;display:block}#woocommerce-coupon-description::-webkit-input-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-description::-moz-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-description:-ms-input-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-description:-moz-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-data .panel-wrap,#woocommerce-product-data .panel-wrap{background:#fff}#woocommerce-coupon-data .wc-metaboxes-wrapper,#woocommerce-coupon-data .woocommerce_options_panel,#woocommerce-product-data .wc-metaboxes-wrapper,#woocommerce-product-data .woocommerce_options_panel{float:right;width:80%}#woocommerce-coupon-data .wc-metaboxes-wrapper .wc-radios,#woocommerce-coupon-data .woocommerce_options_panel .wc-radios,#woocommerce-product-data .wc-metaboxes-wrapper .wc-radios,#woocommerce-product-data .woocommerce_options_panel .wc-radios{display:block;float:right;margin:0}#woocommerce-coupon-data .wc-metaboxes-wrapper .wc-radios li,#woocommerce-coupon-data .woocommerce_options_panel .wc-radios li,#woocommerce-product-data .wc-metaboxes-wrapper .wc-radios li,#woocommerce-product-data .woocommerce_options_panel .wc-radios li{display:block;padding:0 0 10px}#woocommerce-coupon-data .wc-metaboxes-wrapper .wc-radios li input,#woocommerce-coupon-data .woocommerce_options_panel .wc-radios li input,#woocommerce-product-data .wc-metaboxes-wrapper .wc-radios li input,#woocommerce-product-data .woocommerce_options_panel .wc-radios li input{width:auto}#woocommerce-coupon-data .panel-wrap,#woocommerce-product-data .panel-wrap,.woocommerce .panel-wrap{overflow:hidden}#woocommerce-coupon-data ul.wc-tabs,#woocommerce-product-data ul.wc-tabs,.woocommerce ul.wc-tabs{margin:0;width:20%;float:right;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-left:1px solid #eee;box-sizing:border-box}#woocommerce-coupon-data ul.wc-tabs::after,#woocommerce-product-data ul.wc-tabs::after,.woocommerce ul.wc-tabs::after{content:'';display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;right:0;background-color:#fafafa;border-left:1px solid #eee}#woocommerce-coupon-data ul.wc-tabs li,#woocommerce-product-data ul.wc-tabs li,.woocommerce ul.wc-tabs li{margin:0;padding:0;display:block;position:relative}#woocommerce-coupon-data ul.wc-tabs li a,#woocommerce-product-data ul.wc-tabs li a,.woocommerce ul.wc-tabs li a{margin:0;padding:10px;display:block;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee}#woocommerce-coupon-data ul.wc-tabs li a span,#woocommerce-product-data ul.wc-tabs li a span,.woocommerce ul.wc-tabs li a span{margin-right:.618em;margin-left:.618em}#woocommerce-coupon-data ul.wc-tabs li a::before,#woocommerce-product-data ul.wc-tabs li a::before,.woocommerce ul.wc-tabs li a::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:"";text-decoration:none}#woocommerce-coupon-data ul.wc-tabs li.general_options a::before,#woocommerce-product-data ul.wc-tabs li.general_options a::before,.woocommerce ul.wc-tabs li.general_options a::before{content:'\f107'}#woocommerce-coupon-data ul.wc-tabs li.inventory_options a::before,#woocommerce-product-data ul.wc-tabs li.inventory_options a::before,.woocommerce ul.wc-tabs li.inventory_options a::before{content:'\f481'}#woocommerce-coupon-data ul.wc-tabs li.shipping_options a::before,#woocommerce-product-data ul.wc-tabs li.shipping_options a::before,.woocommerce ul.wc-tabs li.shipping_options a::before{font-family:WooCommerce;content:'\e01a'}#woocommerce-coupon-data ul.wc-tabs li.linked_product_options a::before,#woocommerce-product-data ul.wc-tabs li.linked_product_options a::before,.woocommerce ul.wc-tabs li.linked_product_options a::before{content:'\f103'}#woocommerce-coupon-data ul.wc-tabs li.attribute_options a::before,#woocommerce-product-data ul.wc-tabs li.attribute_options a::before,.woocommerce ul.wc-tabs li.attribute_options a::before{content:'\f175'}#woocommerce-coupon-data ul.wc-tabs li.advanced_options a::before,#woocommerce-product-data ul.wc-tabs li.advanced_options a::before,.woocommerce ul.wc-tabs li.advanced_options a::before{font-family:Dashicons;content:'\f111'}#woocommerce-coupon-data ul.wc-tabs li.variations_options a::before,#woocommerce-product-data ul.wc-tabs li.variations_options a::before,.woocommerce ul.wc-tabs li.variations_options a::before{content:'\f509'}#woocommerce-coupon-data ul.wc-tabs li.usage_restriction_options a::before,#woocommerce-product-data ul.wc-tabs li.usage_restriction_options a::before,.woocommerce ul.wc-tabs li.usage_restriction_options a::before{font-family:WooCommerce;content:'\e602'}#woocommerce-coupon-data ul.wc-tabs li.usage_limit_options a::before,#woocommerce-product-data ul.wc-tabs li.usage_limit_options a::before,.woocommerce ul.wc-tabs li.usage_limit_options a::before{font-family:WooCommerce;content:'\e601'}#woocommerce-coupon-data ul.wc-tabs li.general_coupon_data a::before,#woocommerce-product-data ul.wc-tabs li.general_coupon_data a::before,.woocommerce ul.wc-tabs li.general_coupon_data a::before{font-family:WooCommerce;content:'\e600'}#woocommerce-coupon-data ul.wc-tabs li.active a,#woocommerce-product-data ul.wc-tabs li.active a,.woocommerce ul.wc-tabs li.active a{color:#555;position:relative;background-color:#eee}.woocommerce_page_wc-settings input[type=email],.woocommerce_page_wc-settings input[type=url]{direction:rtl}.woocommerce_page_wc-settings .shippingrows th.check-column{padding-top:20px}.woocommerce_page_wc-settings .shippingrows tfoot th{padding-right:10px}.woocommerce_page_wc-settings .shippingrows .add.button::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"";text-decoration:none}.woocommerce_page_wc-settings h3.wc-settings-sub-title{font-size:1.2em}#woocommerce-coupon-data .inside,#woocommerce-order-data .inside,#woocommerce-order-downloads .inside,#woocommerce-product-data .inside,#woocommerce-product-type-options .inside{margin:0;padding:0}.panel,.woocommerce_options_panel{padding:9px;color:#555}.panel .form-field .woocommerce-help-tip,.woocommerce_options_panel .form-field .woocommerce-help-tip{font-size:1.4em}.panel,.woocommerce_page_settings .woocommerce_options_panel{padding:0}#woocommerce-product-specs .inside,#woocommerce-product-type-options .panel{margin:0;padding:9px}#woocommerce-product-type-options .panel p,.woocommerce_options_panel fieldset.form-field,.woocommerce_options_panel p{margin:0 0 9px;font-size:12px;padding:5px 9px;line-height:24px}#woocommerce-product-type-options .panel p::after,.woocommerce_options_panel fieldset.form-field::after,.woocommerce_options_panel p::after{content:'.';display:block;height:0;clear:both;visibility:hidden}.woocommerce_options_panel .checkbox,.woocommerce_variable_attributes .checkbox{width:auto;margin:4px 0!important;vertical-align:middle;float:right}.woocommerce_options_panel .downloadable_files table,.woocommerce_variations .downloadable_files table{width:100%;padding:0!important}.woocommerce_options_panel .downloadable_files table th,.woocommerce_variations .downloadable_files table th{padding:7px 7px 7px 0!important}.woocommerce_options_panel .downloadable_files table th.sort,.woocommerce_variations .downloadable_files table th.sort{width:17px;padding:7px!important}.woocommerce_options_panel .downloadable_files table th .woocommerce-help-tip,.woocommerce_variations .downloadable_files table th .woocommerce-help-tip{font-size:1.1em;margin-right:0}.woocommerce_options_panel .downloadable_files table td,.woocommerce_variations .downloadable_files table td{vertical-align:middle!important;padding:4px 7px 4px 0!important;position:relative}.woocommerce_options_panel .downloadable_files table td:last-child,.woocommerce_variations .downloadable_files table td:last-child{padding-left:7px!important}.woocommerce_options_panel .downloadable_files table td input.input_text,.woocommerce_variations .downloadable_files table td input.input_text{width:100%;float:none;min-width:0;margin:1px 0}.woocommerce_options_panel .downloadable_files table td .upload_file_button,.woocommerce_variations .downloadable_files table td .upload_file_button{width:auto;float:left;cursor:pointer}.woocommerce_options_panel .downloadable_files table td .delete,.woocommerce_variations .downloadable_files table td .delete{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.2em}.woocommerce_options_panel .downloadable_files table td .delete::before,.woocommerce_variations .downloadable_files table td .delete::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#999}.woocommerce_options_panel .downloadable_files table td .delete:hover::before,.woocommerce_variations .downloadable_files table td .delete:hover::before{color:#a00}.woocommerce_options_panel .downloadable_files table td.sort,.woocommerce_variations .downloadable_files table td.sort{width:17px;cursor:move;font-size:15px;text-align:center;background:#f9f9f9;padding-left:7px!important}.woocommerce_options_panel .downloadable_files table td.sort::before,.woocommerce_variations .downloadable_files table td.sort::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;float:right;height:100%}.woocommerce_options_panel .downloadable_files table td.sort:hover::before,.woocommerce_variations .downloadable_files table td.sort:hover::before{color:#333}.woocommerce_variation h3 .sort{width:17px;height:26px;cursor:move;float:left;font-size:15px;font-weight:400;margin-left:.5em;visibility:hidden;text-align:center;vertical-align:middle}.woocommerce_variation h3 .sort::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:28px;color:#999;display:block;width:17px;float:right;height:100%}.woocommerce_variation h3 .sort:hover::before{color:#777}.woocommerce_variation h3:hover .sort,.woocommerce_variation.ui-sortable-helper .sort{visibility:visible}.woocommerce_options_panel{min-height:175px;box-sizing:border-box}.woocommerce_options_panel .downloadable_files{padding:0 162px 0 9px;position:relative;margin:9px 0}.woocommerce_options_panel .downloadable_files label{position:absolute;right:0;margin:0 12px 0 0;line-height:24px}.woocommerce_options_panel p{margin:9px 0}.woocommerce_options_panel fieldset.form-field,.woocommerce_options_panel p.form-field{padding:5px 162px 5px 20px!important}.woocommerce_options_panel .sale_price_dates_fields .short:first-of-type{margin-bottom:1em}.woocommerce_options_panel .sale_price_dates_fields .short:nth-of-type(2){clear:right}.woocommerce_options_panel label,.woocommerce_options_panel legend{float:right;width:150px;padding:0;margin:0 -150px 0 0}.woocommerce_options_panel label .req,.woocommerce_options_panel legend .req{font-weight:700;font-style:normal;color:#a00}.woocommerce_options_panel .description{padding:0;margin:0 7px 0 0;clear:none;display:inline}.woocommerce_options_panel .description-block{margin-right:0;display:block}.woocommerce_options_panel input,.woocommerce_options_panel select,.woocommerce_options_panel textarea{margin:0}.woocommerce_options_panel textarea{float:right;height:3.5em;line-height:1.5em;vertical-align:top}.woocommerce_options_panel input[type=text],.woocommerce_options_panel input[type=number],.woocommerce_options_panel input[type=email],.woocommerce_options_panel input[type=password]{width:50%;float:right}.woocommerce_options_panel input.button{width:auto;margin-right:8px}.woocommerce_options_panel select{float:right}.woocommerce_options_panel .short,.woocommerce_options_panel input[type=text].short,.woocommerce_options_panel input[type=number].short,.woocommerce_options_panel input[type=email].short,.woocommerce_options_panel input[type=password].short{width:50%}.woocommerce_options_panel .sized{width:auto!important;margin-left:6px}.woocommerce_options_panel .options_group{border-top:1px solid #fff;border-bottom:1px solid #eee}.woocommerce_options_panel .options_group:first-child{border-top:0}.woocommerce_options_panel .options_group:last-child{border-bottom:0}.woocommerce_options_panel .options_group fieldset{margin:9px 0;font-size:12px;padding:5px 9px;line-height:24px}.woocommerce_options_panel .options_group fieldset label{width:auto;float:none}.woocommerce_options_panel .options_group fieldset ul{float:right;width:50%;margin:0;padding:0}.woocommerce_options_panel .options_group fieldset ul li{margin:0;width:auto}.woocommerce_options_panel .options_group fieldset ul li input{width:auto;float:none;margin-left:4px}.woocommerce_options_panel .options_group fieldset ul.wc-radios label{margin-right:0}.woocommerce_options_panel .dimensions_field .wrap{display:block;width:50%}.woocommerce_options_panel .dimensions_field .wrap input{width:30.75%;margin-left:3.8%}.woocommerce_options_panel .dimensions_field .wrap .last{margin-left:0}.woocommerce_options_panel.padded{padding:1em}#woocommerce-product-data input.dp-applied,.woocommerce_options_panel .select2-container{float:right}#grouped_product_options,#simple_product_options,#virtual_product_options{padding:12px;font-style:italic;color:#666}.wc-metaboxes-wrapper .toolbar{margin:0!important;border-top:1px solid #fff;border-bottom:1px solid #eee;padding:9px 12px!important}.wc-metaboxes-wrapper .toolbar:first-child{border-top:0}.wc-metaboxes-wrapper .toolbar:last-child{border-bottom:0}.wc-metaboxes-wrapper .toolbar .add_variation{float:left;margin-right:5px}.wc-metaboxes-wrapper .toolbar .cancel-variation-changes,.wc-metaboxes-wrapper .toolbar .save-variation-changes{float:right;margin-left:5px}.wc-metaboxes-wrapper p.toolbar{overflow:hidden;zoom:1}.wc-metaboxes-wrapper .expand-close{margin-left:2px;color:#777;font-size:12px;font-style:italic}.wc-metaboxes-wrapper .expand-close a{background:0 0;padding:0;font-size:12px;text-decoration:none}.wc-metaboxes-wrapper#product_attributes .expand-close{float:left;line-height:28px}.wc-metaboxes-wrapper .fr,.wc-metaboxes-wrapper button.add_variable_attribute{float:left;margin:0 6px 0 0}.wc-metaboxes-wrapper .wc-metaboxes{border-bottom:1px solid #eee}.wc-metaboxes-wrapper .wc-metabox-sortable-placeholder{border-color:#bbb;background-color:#f5f5f5;margin-bottom:9px;border-width:1px;border-style:dashed}.wc-metaboxes-wrapper .wc-metabox{background:#fff;border-bottom:1px solid #eee;margin:0!important}.wc-metaboxes-wrapper .wc-metabox select{font-weight:400}.wc-metaboxes-wrapper .wc-metabox:last-of-type{border-bottom:0}.wc-metaboxes-wrapper .wc-metabox .handlediv{width:27px}.wc-metaboxes-wrapper .wc-metabox .handlediv::before{content:'\f142'!important;cursor:pointer;display:inline-block;font:400 20px/1 Dashicons;line-height:.5!important;padding:8px 10px;position:relative;left:12px;top:0}.wc-metaboxes-wrapper .wc-metabox.closed{border-radius:3px}.wc-metaboxes-wrapper .wc-metabox.closed .handlediv::before{content:'\f140'!important}.wc-metaboxes-wrapper .wc-metabox.closed h3{border:0}.wc-metaboxes-wrapper .wc-metabox h3{margin:0!important;padding:.75em 1em .75em .75em!important;font-size:1em!important;overflow:hidden;zoom:1;cursor:move}.wc-metaboxes-wrapper .wc-metabox h3 a.delete,.wc-metaboxes-wrapper .wc-metabox h3 button{float:left}.wc-metaboxes-wrapper .wc-metabox h3 a.delete{color:red;font-weight:400;line-height:26px;text-decoration:none;position:relative;visibility:hidden}.wc-metaboxes-wrapper .wc-metabox h3 strong{line-height:26px;font-weight:700}.wc-metaboxes-wrapper .wc-metabox h3 select{font-family:sans-serif;max-width:20%;margin:.25em 0 .25em .25em}.wc-metaboxes-wrapper .wc-metabox h3 .handlediv{background-position:6px 5px!important;visibility:hidden;height:26px}.wc-metaboxes-wrapper .wc-metabox h3.fixed{cursor:pointer!important}.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3{cursor:pointer;padding:.5em 1em .5em .75em!important}.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3 .handlediv,.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3 .sort,.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3 a.delete{margin-top:.25em}.wc-metaboxes-wrapper .wc-metabox h3:hover .handlediv,.wc-metaboxes-wrapper .wc-metabox h3:hover a.delete,.wc-metaboxes-wrapper .wc-metabox.ui-sortable-helper .handlediv,.wc-metaboxes-wrapper .wc-metabox.ui-sortable-helper a.delete{visibility:visible}.wc-metaboxes-wrapper .wc-metabox table{width:100%;position:relative;background-color:#fdfdfd;padding:1em;border-top:1px solid #eee}.wc-metaboxes-wrapper .wc-metabox table td{text-align:right;padding:0 0 1em 6px;vertical-align:top;border:0}.wc-metaboxes-wrapper .wc-metabox table td label{text-align:right;display:block;line-height:21px}.wc-metaboxes-wrapper .wc-metabox table td input{float:right;min-width:200px}.wc-metaboxes-wrapper .wc-metabox table td input,.wc-metaboxes-wrapper .wc-metabox table td textarea{width:100%;margin:0;display:block;font-size:14px;padding:4px;color:#555}.wc-metaboxes-wrapper .wc-metabox table td .select2-container,.wc-metaboxes-wrapper .wc-metabox table td select{width:100%!important}.wc-metaboxes-wrapper .wc-metabox table td input.short{width:200px}.wc-metaboxes-wrapper .wc-metabox table td input.checkbox{width:16px;min-width:inherit;vertical-align:text-bottom;display:inline-block;float:none}.wc-metaboxes-wrapper .wc-metabox table td.attribute_name{width:200px}.wc-metaboxes-wrapper .wc-metabox table .minus,.wc-metaboxes-wrapper .wc-metabox table .plus{margin-top:6px}.wc-metaboxes-wrapper .wc-metabox table .fl{float:right}.wc-metaboxes-wrapper .wc-metabox table .fr{float:left}.variations-pagenav{float:left;line-height:24px}.variations-pagenav .displaying-num{color:#777;font-size:12px;font-style:italic}.variations-pagenav a{padding:0 10px 3px;background:rgba(0,0,0,.05);font-size:16px;font-weight:400;text-decoration:none}.variations-pagenav a.disabled,.variations-pagenav a.disabled:active,.variations-pagenav a.disabled:focus,.variations-pagenav a.disabled:hover{color:#a0a5aa;background:rgba(0,0,0,.05)}.variations-defaults{float:right}.variations-defaults select{margin:.25em 0 .25em .25em}.woocommerce_variable_attributes{background-color:#fdfdfd;border-top:1px solid #eee}.woocommerce_variable_attributes .data{padding:1em 2em}.woocommerce_variable_attributes .data::after,.woocommerce_variable_attributes .data::before{content:' ';display:table}.woocommerce_variable_attributes .upload_image_button{display:block;width:64px;height:64px;float:right;margin-left:20px;position:relative;cursor:pointer}.woocommerce_variable_attributes .upload_image_button img{width:100%;height:auto;display:none}.woocommerce_variable_attributes .upload_image_button::before{content:'\f128';font-family:Dashicons;position:absolute;top:0;right:0;left:0;bottom:0;text-align:center;line-height:64px;font-size:64px;font-weight:400;-webkit-font-smoothing:antialiased}.woocommerce_variable_attributes .upload_image_button.remove img{display:block}.woocommerce_variable_attributes .upload_image_button.remove::before{content:'\f335';display:none}.woocommerce_variable_attributes .upload_image_button.remove:hover::before{display:block}.woocommerce_variable_attributes .options{border:1px solid #eee;border-width:1px 0;padding:.25em 0}.woocommerce_variable_attributes .options label{display:inline-block;padding:4px 0 2px 1em}.woocommerce_variable_attributes .options input[type=checkbox]{margin:0 .5em 0 5px!important;vertical-align:middle}.form-row label{display:inline-block}.form-row .woocommerce-help-tip{float:left}.form-row input[type=number],.form-row input[type=text],.form-row select,.form-row textarea{width:100%;vertical-align:middle;margin:2px 0 0;padding:6px}.form-row select{height:30px;line-height:30px}.form-row.dimensions_field .wrap{clear:right;display:block}.form-row.dimensions_field input{width:33%;float:right;vertical-align:middle}.form-row.dimensions_field input:last-of-type{margin-left:0;width:34%}.form-row.form-row-first,.form-row.form-row-last{width:48%;float:left}.form-row.form-row-first{clear:both;float:right}.form-row.form-row-full{clear:both}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0}#tiptip_holder{display:none;position:absolute;top:0;left:0;z-index:9999999}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-right:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-right:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-right:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-right:-5px;border-left-color:#333}#tiptip_holder.tip_left{padding-left:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-right:-7px;border-right-color:#333}#tiptip_content,.chart-tooltip,.wc_error_tip{color:#fff;font-size:.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.chart-tooltip code,.wc_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}#tiptip_arrow{margin-right:79.5px!important;margin-left:0!important}.wc_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#d82223;margin:1.5em -1em 0 1px;z-index:9999999}.wc_error_tip::after{content:'';display:block;border:8px solid #d82223;border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;position:absolute;top:-3px;right:50%;margin:-1em -3px 0 0}img.ui-datepicker-trigger{vertical-align:middle;margin-top:-1px;cursor:pointer}.wc-metabox-content img.ui-datepicker-trigger,.woocommerce_options_panel img.ui-datepicker-trigger{float:right;margin-left:8px;margin-top:4px;margin-right:4px}#ui-datepicker-div{display:none}.woocommerce-reports-wide.woocommerce-reports-wrap,.woocommerce-reports-wrap.woocommerce-reports-wrap{margin-right:300px;padding-top:18px}.woocommerce-reports-wide.halved,.woocommerce-reports-wrap.halved{margin:0;overflow:hidden;zoom:1}.woocommerce-reports-wide .widefat td,.woocommerce-reports-wrap .widefat td{vertical-align:top;padding:7px}.woocommerce-reports-wide .widefat td .description,.woocommerce-reports-wrap .widefat td .description{margin:4px 0 0}.woocommerce-reports-wide .postbox::after,.woocommerce-reports-wrap .postbox::after{content:'.';display:block;height:0;clear:both;visibility:hidden}.woocommerce-reports-wide .postbox h3,.woocommerce-reports-wrap .postbox h3{cursor:default!important}.woocommerce-reports-wide .postbox .inside,.woocommerce-reports-wrap .postbox .inside{padding:10px;margin:0!important}.woocommerce-reports-wide .postbox div.stats_range,.woocommerce-reports-wide .postbox h3.stats_range,.woocommerce-reports-wrap .postbox div.stats_range,.woocommerce-reports-wrap .postbox h3.stats_range{border-bottom-color:#dfdfdf;margin:0;padding:0!important}.woocommerce-reports-wide .postbox div.stats_range .export_csv,.woocommerce-reports-wide .postbox h3.stats_range .export_csv,.woocommerce-reports-wrap .postbox div.stats_range .export_csv,.woocommerce-reports-wrap .postbox h3.stats_range .export_csv{float:left;line-height:26px;border-right:1px solid #dfdfdf;padding:10px;display:block;text-decoration:none}.woocommerce-reports-wide .postbox div.stats_range .export_csv::before,.woocommerce-reports-wide .postbox h3.stats_range .export_csv::before,.woocommerce-reports-wrap .postbox div.stats_range .export_csv::before,.woocommerce-reports-wrap .postbox h3.stats_range .export_csv::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:"";text-decoration:none;margin-left:4px}.woocommerce-reports-wide .postbox div.stats_range ul,.woocommerce-reports-wide .postbox h3.stats_range ul,.woocommerce-reports-wrap .postbox div.stats_range ul,.woocommerce-reports-wrap .postbox h3.stats_range ul{list-style:none;margin:0;padding:0;zoom:1;background:#f5f5f5;border-bottom:1px solid #ccc}.woocommerce-reports-wide .postbox div.stats_range ul::after,.woocommerce-reports-wide .postbox div.stats_range ul::before,.woocommerce-reports-wide .postbox h3.stats_range ul::after,.woocommerce-reports-wide .postbox h3.stats_range ul::before,.woocommerce-reports-wrap .postbox div.stats_range ul::after,.woocommerce-reports-wrap .postbox div.stats_range ul::before,.woocommerce-reports-wrap .postbox h3.stats_range ul::after,.woocommerce-reports-wrap .postbox h3.stats_range ul::before{content:' ';display:table}.woocommerce-reports-wide .postbox div.stats_range ul::after,.woocommerce-reports-wide .postbox h3.stats_range ul::after,.woocommerce-reports-wrap .postbox div.stats_range ul::after,.woocommerce-reports-wrap .postbox h3.stats_range ul::after{clear:both}.woocommerce-reports-wide .postbox div.stats_range ul li,.woocommerce-reports-wide .postbox h3.stats_range ul li,.woocommerce-reports-wrap .postbox div.stats_range ul li,.woocommerce-reports-wrap .postbox h3.stats_range ul li{float:right;margin:0;padding:0;line-height:26px;font-weight:700;font-size:14px}.woocommerce-reports-wide .postbox div.stats_range ul li a,.woocommerce-reports-wide .postbox h3.stats_range ul li a,.woocommerce-reports-wrap .postbox div.stats_range ul li a,.woocommerce-reports-wrap .postbox h3.stats_range ul li a{border-left:1px solid #dfdfdf;padding:10px;display:block;text-decoration:none}.woocommerce-reports-wide .postbox div.stats_range ul li.active,.woocommerce-reports-wide .postbox h3.stats_range ul li.active,.woocommerce-reports-wrap .postbox div.stats_range ul li.active,.woocommerce-reports-wrap .postbox h3.stats_range ul li.active{background:#fff;-webkit-box-shadow:0 4px 0 0 #fff;box-shadow:0 4px 0 0 #fff}.woocommerce-reports-wide .postbox div.stats_range ul li.active a,.woocommerce-reports-wide .postbox h3.stats_range ul li.active a,.woocommerce-reports-wrap .postbox div.stats_range ul li.active a,.woocommerce-reports-wrap .postbox h3.stats_range ul li.active a{color:#777}.woocommerce-reports-wide .postbox div.stats_range ul li.custom,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom{padding:9px 10px;vertical-align:middle}.woocommerce-reports-wide .postbox div.stats_range ul li.custom div,.woocommerce-reports-wide .postbox div.stats_range ul li.custom form,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom div,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom form,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom div,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom form,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom div,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom form{display:inline;margin:0}.woocommerce-reports-wide .postbox div.stats_range ul li.custom div input.range_datepicker,.woocommerce-reports-wide .postbox div.stats_range ul li.custom form input.range_datepicker,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom div input.range_datepicker,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom form input.range_datepicker,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom div input.range_datepicker,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom form input.range_datepicker,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom div input.range_datepicker,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom form input.range_datepicker{padding:0;margin:0 0 0 10px;background:0 0;border:0;color:#777;text-align:center;-webkit-box-shadow:none;box-shadow:none}.woocommerce-reports-wide .postbox div.stats_range ul li.custom div input.range_datepicker.from,.woocommerce-reports-wide .postbox div.stats_range ul li.custom form input.range_datepicker.from,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom div input.range_datepicker.from,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom form input.range_datepicker.from,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom div input.range_datepicker.from,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom form input.range_datepicker.from,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom div input.range_datepicker.from,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom form input.range_datepicker.from{margin-left:0}.woocommerce-reports-wide .postbox .chart-with-sidebar,.woocommerce-reports-wrap .postbox .chart-with-sidebar{padding:12px 249px 12px 12px;margin:0!important}.woocommerce-reports-wide .postbox .chart-with-sidebar .chart-sidebar,.woocommerce-reports-wrap .postbox .chart-with-sidebar .chart-sidebar{width:225px;margin-right:-237px;float:right}.woocommerce-reports-wide .postbox .chart-widgets,.woocommerce-reports-wrap .postbox .chart-widgets{margin:0;padding:0}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget{margin:0 0 1em;background:#fafafa;border:1px solid #dfdfdf}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget::after,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget::after{content:'.';display:block;height:0;clear:both;visibility:hidden}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget h4,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget h4{background:#fff;border:1px solid #dfdfdf;border-right-width:0;border-left-width:0;padding:10px;margin:0;color:#2ea2cc;border-top-width:0;background-image:-webkit-gradient(linear,right bottom,right top,from(#ececec),to(#f9f9f9));background-image:-webkit-linear-gradient(bottom,#ececec,#f9f9f9);background-image:-moz-linear-gradient(bottom,#ececec,#f9f9f9);background-image:-o-linear-gradient(bottom,#ececec,#f9f9f9);background-image:linear-gradient(to top,#ececec,#f9f9f9)}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.count,.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table tr.active td,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.count,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table tr.active td{background:#f5f5f5}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget h4.section_title:hover,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget h4.section_title:hover{color:#a00}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title{cursor:pointer}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title span,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title span{display:block}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title span::after,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title span::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none;float:left;font-size:.9em;line-height:1.618}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title.open,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title.open{color:#333}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title.open span::after,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title.open span::after{display:none}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section{border-bottom:1px solid #dfdfdf}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section .select2-container,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section .select2-container{width:100%!important}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section:last-of-type,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section:last-of-type{border-radius:0 0 3px 3px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table{width:100%}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td{padding:7px 10px;vertical-align:top;border-top:1px solid #e5e5e5;line-height:1.4em}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table tr:first-child td,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table tr:first-child td{border-top:0}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.name,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.name{max-width:175px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.name a,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.name a{word-wrap:break-word}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.sparkline,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.sparkline{vertical-align:middle}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table .wc_sparkline,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table .wc_sparkline{width:32px;height:1em;display:block;float:left}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget form,.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget p,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget form,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget p{margin:0;padding:10px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget form .submit,.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget p .submit,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget form .submit,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget p .submit{margin-top:10px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget #product_ids,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget #product_ids{width:100%}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .select_all,.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .select_none,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .select_all,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .select_none{float:left;color:#999;margin-right:4px;margin-top:10px}.woocommerce-reports-wide .postbox .chart-legend,.woocommerce-reports-wrap .postbox .chart-legend{list-style:none;margin:0 0 1em;padding:0;border:1px solid #dfdfdf;border-left-width:0;border-bottom-width:0;background:#fff}.woocommerce-reports-wide .postbox .chart-legend li,.woocommerce-reports-wrap .postbox .chart-legend li{border-left:5px solid #aaa;color:#aaa;padding:1em;display:block;margin:0;-webkit-transition:all ease .5s;box-shadow:inset 0 -1px 0 0 #dfdfdf}.woocommerce-reports-wide .postbox .chart-legend li strong,.woocommerce-reports-wrap .postbox .chart-legend li strong{font-size:1.618em;line-height:1.2em;color:#464646;font-weight:400;display:block;font-family:HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',sans-serif}.woocommerce-reports-wide .postbox .chart-legend li strong del,.woocommerce-reports-wrap .postbox .chart-legend li strong del{color:#e74c3c;font-weight:400}.woocommerce-reports-wide .postbox .chart-legend li:hover,.woocommerce-reports-wrap .postbox .chart-legend li:hover{box-shadow:inset 0 -1px 0 0 #dfdfdf,inset -300px 0 0 rgba(156,93,144,.1);border-left:5px solid #9c5d90!important;padding-right:1.5em;color:#9c5d90}.woocommerce-reports-wide .postbox .pie-chart-legend,.woocommerce-reports-wrap .postbox .pie-chart-legend{margin:12px 0 0;overflow:hidden}.woocommerce-reports-wide .postbox .pie-chart-legend li,.woocommerce-reports-wrap .postbox .pie-chart-legend li{float:right;margin:0;padding:6px 0 0;border-top:4px solid #999;text-align:center;box-sizing:border-box;width:50%}.woocommerce-reports-wide .postbox .stat,.woocommerce-reports-wrap .postbox .stat{font-size:1.5em!important;font-weight:700;text-align:center}.woocommerce-reports-wide .postbox .chart-placeholder,.woocommerce-reports-wrap .postbox .chart-placeholder{width:100%;height:650px;overflow:hidden;position:relative}.woocommerce-reports-wide .postbox .chart-prompt,.woocommerce-reports-wrap .postbox .chart-prompt{line-height:650px;margin:0;color:#999;font-size:1.2em;font-style:italic;text-align:center}.woocommerce-reports-wide .postbox .chart-container,.woocommerce-reports-wrap .postbox .chart-container{background:#fff;padding:12px;position:relative;border:1px solid #dfdfdf;border-radius:3px}.woocommerce-reports-wide .postbox .main .chart-legend,.woocommerce-reports-wrap .postbox .main .chart-legend{margin-top:12px}.woocommerce-reports-wide .postbox .main .chart-legend li,.woocommerce-reports-wrap .postbox .main .chart-legend li{border-left:0;margin:0 0 0 8px;float:right;border-top:4px solid #aaa}.woocommerce-reports-wide .woocommerce-reports-main,.woocommerce-reports-wrap .woocommerce-reports-main{float:right;min-width:100%}.woocommerce-reports-wide .woocommerce-reports-main table td,.woocommerce-reports-wrap .woocommerce-reports-main table td{padding:9px}.woocommerce-reports-wide .woocommerce-reports-sidebar,.woocommerce-reports-wrap .woocommerce-reports-sidebar{display:inline;width:281px;margin-right:-300px;clear:both;float:right}.woocommerce-reports-wide .woocommerce-reports-left,.woocommerce-reports-wrap .woocommerce-reports-left{width:49.5%;float:right}.woocommerce-reports-wide .woocommerce-reports-right,.woocommerce-reports-wrap .woocommerce-reports-right{width:49.5%;float:left}.woocommerce-reports-wide .column-wc_actions a.edit,.woocommerce-reports-wide .column-wc_actions a.view,.woocommerce-reports-wrap .column-wc_actions a.edit,.woocommerce-reports-wrap .column-wc_actions a.view{display:block;text-indent:-9999px;position:relative;padding:0!important;height:2em!important;width:2em}.woocommerce-reports-wide .column-wc_actions a.edit::after,.woocommerce-reports-wide .column-wc_actions a.view::after,.woocommerce-reports-wrap .column-wc_actions a.edit::after,.woocommerce-reports-wrap .column-wc_actions a.view::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;line-height:1.85}.woocommerce-reports-wide .column-wc_actions a.edit::after,.woocommerce-reports-wrap .column-wc_actions a.edit::after{content:'\f464'}.woocommerce-reports-wide .column-wc_actions a.view::after,.woocommerce-reports-wrap .column-wc_actions a.view::after{content:'\f177'}.woocommerce-wide-reports-wrap{padding-bottom:11px}.woocommerce-wide-reports-wrap .widefat .export-data{float:left}.woocommerce-wide-reports-wrap .widefat td,.woocommerce-wide-reports-wrap .widefat th{vertical-align:middle;padding:7px}form.report_filters div,form.report_filters input,form.report_filters label,form.report_filters p{vertical-align:middle}.chart-tooltip{position:absolute;display:none;line-height:1}table.bar_chart{width:100%}table.bar_chart thead th{text-align:right;color:#ccc;padding:6px 0}table.bar_chart tbody th{padding:6px 0;width:25%;text-align:right!important;font-weight:400!important;border-bottom:1px solid #fee}table.bar_chart tbody td{text-align:left;line-height:24px;padding:6px 0 6px 6px;border-bottom:1px solid #fee}table.bar_chart tbody td span{color:#8a4b75;display:block}table.bar_chart tbody td span.alt{color:#47a03e;margin-top:6px}table.bar_chart tbody td.bars{position:relative;text-align:right;padding:6px 0 6px 6px;border-bottom:1px solid #fee}table.bar_chart tbody td.bars a,table.bar_chart tbody td.bars span{text-decoration:none;clear:both;background:#8a4b75;float:right;display:block;line-height:24px;height:24px;-moz-border-radius:3px;-webkit-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;border-radius:3px}.post-type-product .woocommerce-BlankState-message::before,.post-type-shop_coupon .woocommerce-BlankState-message::before,.post-type-shop_order .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center}table.bar_chart tbody td.bars span.alt{clear:both;background:#47a03e}table.bar_chart tbody td.bars span.alt span{margin:0;color:#c5dec2!important;text-shadow:0 1px 0 #47a03e;background:0 0}.post-type-shop_order .woocommerce-BlankState-message::before{content:""}.post-type-shop_coupon .woocommerce-BlankState-message::before{content:""}.post-type-product .woocommerce-BlankState-message::before{content:""}.woocommerce-BlankState{text-align:center;padding:5em 0 0}.woocommerce-BlankState .woocommerce-BlankState-message{color:#aaa;margin:0 auto 1.5em;line-height:1.5em;font-size:1.2em;max-width:500px}.woocommerce-BlankState .woocommerce-BlankState-message::before{color:#ddd;text-shadow:0 -1px 1px rgba(0,0,0,.2),0 1px 0 rgba(255,255,255,.8);font-size:8em;display:block;position:relative!important;top:auto;right:auto;line-height:1em;margin:0 0 .1875em}.woocommerce-BlankState .woocommerce-BlankState-cta{font-size:1.2em;padding:.75em 1.5em;height:auto}@media only screen and (max-width:1280px){#order_data .order_data_column{width:48%}#order_data .order_data_column:first-child{width:100%}.woocommerce_options_panel .description{display:block;clear:both;margin-right:0}.woocommerce_options_panel .dimensions_field .wrap,.woocommerce_options_panel .short,.woocommerce_options_panel input[type=text].short,.woocommerce_options_panel input[type=number].short,.woocommerce_options_panel input[type=email].short,.woocommerce_options_panel input[type=password].short{width:80%}.woocommerce_options_panel .downloadable_files,.woocommerce_variations .downloadable_files{padding:0;clear:both}.woocommerce_options_panel .downloadable_files label,.woocommerce_variations .downloadable_files label{position:static}.woocommerce_options_panel .downloadable_files table,.woocommerce_variations .downloadable_files table{margin:0 12px 24px;width:94%}.woocommerce_options_panel .downloadable_files table .sort,.woocommerce_variations .downloadable_files table .sort{visibility:hidden}.woocommerce_options_panel .woocommerce_variable_attributes .downloadable_files table,.woocommerce_variations .woocommerce_variable_attributes .downloadable_files table{margin:0 0 1em;width:100%}}@media only screen and (max-width:900px){#woocommerce-coupon-data ul.coupon_data_tabs,#woocommerce-product-data .wc-tabs-back,#woocommerce-product-data ul.product_data_tabs{width:10%}#woocommerce-coupon-data .wc-metaboxes-wrapper,#woocommerce-coupon-data .woocommerce_options_panel,#woocommerce-product-data .wc-metaboxes-wrapper,#woocommerce-product-data .woocommerce_options_panel{width:90%}#woocommerce-coupon-data ul.coupon_data_tabs li a,#woocommerce-product-data ul.product_data_tabs li a{position:relative;text-indent:-999px;padding:10px}#woocommerce-coupon-data ul.coupon_data_tabs li a::before,#woocommerce-product-data ul.product_data_tabs li a::before{position:absolute;top:0;left:0;bottom:0;right:0;text-indent:0;text-align:center;line-height:40px;width:100%;height:40px}}@media only screen and (max-width:782px){#wp-excerpt-media-buttons a{font-size:16px;line-height:37px;height:39px;padding:0 15px 0 20px}#wp-excerpt-editor-tools{padding-top:20px;padding-left:15px;overflow:hidden;margin-bottom:-1px}.post-type-product .wp-list-table .is-expanded td:not(.hidden),.post-type-shop_order .wp-list-table .is-expanded td:not(.hidden){overflow:visible}#woocommerce-product-data .checkbox{width:25px}.variations-pagenav{float:none;text-align:center;font-size:18px}.variations-pagenav .displaying-num{font-size:16px}.variations-pagenav a{padding:8px 20px 11px;font-size:18px}.variations-pagenav select{padding:0 20px}.variations-defaults{float:none;text-align:center;margin-top:10px}.post-type-product .wp-list-table .column-thumb{display:none;text-align:right;padding-bottom:0}.post-type-product .wp-list-table .column-thumb::before{display:none!important}.post-type-product .wp-list-table .column-thumb img{max-width:32px}.post-type-product .wp-list-table .toggle-row{top:-28px}.post-type-shop_order .wp-list-table .column-order_status{display:none;text-align:right;padding-bottom:0}.post-type-shop_order .wp-list-table .column-order_status mark{margin:0}.post-type-shop_order .wp-list-table .column-order_status::before{display:none!important}.post-type-shop_order .wp-list-table .column-customer_message,.post-type-shop_order .wp-list-table .column-order_notes{text-align:inherit}.post-type-shop_order .wp-list-table .column-order_notes .note-on{font-size:1.3em;margin:0}.post-type-shop_order .wp-list-table .toggle-row{top:-15px}}@media only screen and (max-width:500px){.woocommerce_options_panel label,.woocommerce_options_panel legend{float:none;width:auto;display:block;margin:0}.woocommerce_options_panel fieldset.form-field,.woocommerce_options_panel p.form-field{padding:5px 20px!important}}.wc-backbone-modal *{box-sizing:border-box}.wc-backbone-modal .wc-backbone-modal-content{position:fixed;background:#fff;z-index:100000;right:50%;top:50%;transform:translate(50%,-50%);width:500px}.wc-backbone-modal .wc-backbone-modal-content article{overflow:auto}.wc-backbone-modal.wc-backbone-modal-shipping-method-settings .wc-backbone-modal-content{width:75%;min-width:500px}.wc-backbone-modal .select2-container{width:100%!important}.wc-backbone-modal-backdrop{position:fixed;top:0;right:0;left:0;bottom:0;min-height:360px;background:#000;opacity:.7;z-index:99900}.wc-backbone-modal-main{padding-bottom:55px}.wc-backbone-modal-main article,.wc-backbone-modal-main header{display:block;position:relative}.wc-backbone-modal-main .wc-backbone-modal-header{height:auto;background:#fcfcfc;padding:1em 1.5em;border-bottom:1px solid #ddd}.wc-backbone-modal-main .wc-backbone-modal-header h1{margin:0;font-size:18px;font-weight:700;line-height:1.5em}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link{cursor:pointer;color:#777;height:54px;width:54px;padding:0;position:absolute;top:0;left:0;text-align:center;border:0;border-right:1px solid #ddd;background-color:transparent;-webkit-transition:color .1s ease-in-out,background .1s ease-in-out;transition:color .1s ease-in-out,background .1s ease-in-out}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link::before{font:400 22px/50px dashicons!important;color:#666;display:block;content:'\f335';font-weight:300}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:focus,.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:hover{background:#ddd;border-color:#ccc;color:#000}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:focus{outline:0}.wc-backbone-modal-main article{padding:1.5em}.wc-backbone-modal-main article p{margin:1.5em 0}.wc-backbone-modal-main article p:last-child,.wc-backbone-modal-main footer .inner .button{margin-bottom:0}.wc-backbone-modal-main article p:first-child{margin-top:0}.wc-backbone-modal-main article .pagination{padding:10px 0 0;text-align:center}.wc-backbone-modal-main footer{position:absolute;right:0;left:0;bottom:0;z-index:100;padding:1em 1.5em;background:#fcfcfc;border-top:1px solid #dfdfdf;box-shadow:0 -4px 4px -4px rgba(0,0,0,.1)}.select2-container .select2-selection,.select2-dropdown{border-color:#ddd}.wc-backbone-modal-main footer .inner{float:left;line-height:23px}.select2-drop,.select2-dropdown{z-index:999999!important}.select2-results{line-height:1.5em}.select2-results .select2-results__group,.select2-results .select2-results__option{margin:0;padding:8px}.select2-dropdown--below{box-shadow:0 1px 1px rgba(0,0,0,.1)}.select2-dropdown--above{box-shadow:0 -1px 1px rgba(0,0,0,.1)}.select2-selection__rendered.ui-sortable li{cursor:move}.select2-container .select2-search__field{min-width:150px}.select2-container .select2-selection--single{height:32px}.select2-container .select2-selection--single .select2-selection__rendered{line-height:32px;padding-left:24px}.select2-container .select2-selection--single .select2-selection__arrow{left:3px;height:30px}.select2-container .select2-selection--multiple{min-height:28px;border-radius:0;line-height:1.5}.select2-container .select2-selection--multiple li{margin:0}.select2-container .select2-selection--multiple .select2-selection__choice{padding:2px 6px}.select2-container .select2-selection__clear{color:#999;margin-top:-1px}.select2-container .select2-search--inline .select2-search__field{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 0}.woocommerce table.form-table .select2-container{min-width:400px!important}.post-type-shop_order .tablenav .actions{overflow:visible}.post-type-shop_order .tablenav input,.post-type-shop_order .tablenav select{line-height:32px;height:32px}.post-type-shop_order .tablenav .select2-container{float:right;width:200px!important;font-size:14px;vertical-align:middle;margin:1px 1px 4px 6px}
assets/css/admin.css ADDED
@@ -0,0 +1,2 @@
 
 
1
+ .select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--classic .select2-results>.select2-results__options,.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:-o-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
2
+ @charset "UTF-8";.button.wc-reload::after,.woocommerce-help-tip::after{speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes spin{100%{-moz-transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}.blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:'';-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.wc_addons_wrap .addons-featured{max-width:1140px;margin:-1%}.wc_addons_wrap .addons-banner-block-item-icon,.wc_addons_wrap .addons-column-block-item-icon{align-items:center;display:flex;justify-content:center}.wc_addons_wrap .addons-banner-block{background:#fff;box-shadow:0 0 1px rgba(0,0,0,.2);margin:2% 1% 0;max-width:1140px;padding:20px}.wc_addons_wrap .addons-banner-block img{height:62px}.wc_addons_wrap .addons-banner-block p{margin:0 0 20px}.wc_addons_wrap .addons-banner-block-items{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin:0 -10px}.wc_addons_wrap .addons-banner-block-item{border:1px solid #e6e6e6;border-radius:3px;flex:1 1 200px;margin:10px;max-width:350px;min-width:200px;width:30%}.wc_addons_wrap .addons-banner-block-item-icon{background:#f7f7f7;height:143px}.wc_addons_wrap .addons-banner-block-item-content{display:flex;flex-direction:column;height:184px;justify-content:space-between;padding:24px}.wc_addons_wrap .addons-banner-block-item-content h3{margin-top:0}.wc_addons_wrap .addons-banner-block-item-content p{margin:0 0 auto}.wc_addons_wrap .addons-column-section{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.wc_addons_wrap .addons-column{flex:1 1 200px;margin:0 1%;width:49.5%}.wc_addons_wrap .addons-column-block,.wc_addons_wrap .addons-small-dark-block,.wc_addons_wrap .addons-small-light-block{box-sizing:border-box;box-shadow:0 0 1px rgba(0,0,0,.2);margin:4% 0 0;padding:20px}.wc_addons_wrap .addons-column-block img{max-height:50px;max-width:50px}.wc_addons_wrap .addons-column-block,.wc_addons_wrap .addons-small-light-block{background:#fff}.wc_addons_wrap .addons-column-block-left{float:left}.wc_addons_wrap .addons-column-block-right{float:right}.wc_addons_wrap .addons-column-block-item{display:flex;border-top:2px solid #f9f9f9;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:0 -20px;padding:20px}.wc_addons_wrap .addons-column-block-item-icon{background:#f7f7f7;border:1px solid #e6e6e6;height:100px;margin:0 10px 10px 0;width:100px}.wc_addons_wrap .addons-column-block-item-content{display:flex;flex:1 1 200px;flex-wrap:wrap;height:20%;justify-content:space-between;min-width:200px}.wc_addons_wrap .addons-column-block-item-content h2{float:left;margin-top:8px}.wc_addons_wrap .addons-column-block-item-content a{float:right}.wc_addons_wrap .addons-column-block-item-content p{float:left}.wc_addons_wrap .addons-small-dark-block{background-color:#54687d;text-align:center}.wc_addons_wrap .addons-small-dark-items{display:flex;flex-wrap:wrap;justify-content:space-around}.wc_addons_wrap .addons-small-dark-item{margin:0 0 20px}.wc_addons_wrap .addons-small-dark-block h1{color:#fff}.wc_addons_wrap .addons-small-dark-block p{color:#fafafa}.wc_addons_wrap .addons-small-dark-item-icon img{height:30px}.wc_addons_wrap .addons-small-dark-item a{margin:28px auto 0}.wc_addons_wrap .addons-small-light-block{display:flex;flex-wrap:wrap}.wc_addons_wrap .addons-small-light-block h1{margin-top:-12px}.wc_addons_wrap .addons-small-light-block p{margin-top:0}.wc_addons_wrap .addons-small-light-block img{height:225px;margin:0 0 0 -20px}.wc_addons_wrap .addons-small-light-block-content{display:flex;flex:1 1 100px;flex-direction:column;justify-content:space-around}.wc_addons_wrap .addons-small-light-block-buttons{display:flex;justify-content:space-between}.wc_addons_wrap .addons-small-light-block-content a{width:48%}.wc_addons_wrap .addons-button{border-radius:3px;cursor:pointer;display:block;height:37px;line-height:37px;text-align:center;text-decoration:none;width:124px}.wc_addons_wrap .addons-button-solid{background-color:#955a89;color:#fff}.wc_addons_wrap .addons-button-solid:hover{color:#fff;opacity:.8}.wc_addons_wrap .addons-button-outline-green{border:1px solid #73ae39;color:#73ae39}.wc_addons_wrap .addons-button-outline-green:hover{color:#73ae39;opacity:.8}.wc_addons_wrap .addons-button-outline-white{border:1px solid #fff;color:#fff}.wc_addons_wrap .addons-button-outline-white:hover{color:#fff;opacity:.8}.wc_addons_wrap .addons-button-installed{background:#e6e6e6;color:#3c3c3c}.wc_addons_wrap .addons-button-installed:hover{color:#3c3c3c;opacity:.8}@media only screen and (max-width:400px){.wc_addons_wrap .addons-featured{margin:-1% -5%}.wc_addons_wrap .addons-button,.wc_addons_wrap .addons-small-dark-item{width:100%}.wc_addons_wrap .addons-column-block-item-icon{background:0 0;border:none;height:75px;margin:0 10px 10px 0;width:75px}}.wc_addons_wrap .products{overflow:hidden}.wc_addons_wrap .products li{float:left;margin:0 1em 1em 0!important;padding:0;vertical-align:top;width:300px}.wc_addons_wrap .products li a{text-decoration:none;color:inherit;border:1px solid #ddd;display:block;min-height:220px;overflow:hidden;background:#f5f5f5;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),inset 0 -1px 0 rgba(0,0,0,.1)}.wc_addons_wrap .products li a img{max-width:258px;max-height:24px;padding:17px 20px;display:block;margin:0;background:#fff;border-right:260px solid #fff}.wc_addons_wrap .products li a .price,.wc_addons_wrap .products li a img.extension-thumb+h3{display:none}.wc_addons_wrap .products li a h2,.wc_addons_wrap .products li a h3{margin:0!important;padding:20px!important;background:#fff}.wc_addons_wrap .products li a p{padding:20px!important;margin:0!important;border-top:1px solid #f1f1f1}.wc_addons_wrap .products li a:focus,.wc_addons_wrap .products li a:hover{background-color:#fff}.wc_addons_wrap .storefront{background:url(../images/storefront-bg.jpg) bottom right #f6f6f6;border:1px solid #ddd;padding:20px;overflow:hidden;zoom:1}.wc_addons_wrap .storefront img{width:278px;height:auto;float:left;margin:0 20px 0 0;box-shadow:0 1px 6px rgba(0,0,0,.1)}.wc_addons_wrap .storefront p{max-width:750px}.woocommerce-BlankState a.button-primary,.woocommerce-BlankState button.button-primary,.woocommerce-message a.button-primary,.woocommerce-message button.button-primary{background:#bb77ae;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;color:#fff;text-shadow:0 -1px 1px #a36597,1px 0 1px #a36597,0 1px 1px #a36597,-1px 0 1px #a36597;display:inline-block}.woocommerce-BlankState a.button-primary:active,.woocommerce-BlankState a.button-primary:focus,.woocommerce-BlankState a.button-primary:hover,.woocommerce-BlankState button.button-primary:active,.woocommerce-BlankState button.button-primary:focus,.woocommerce-BlankState button.button-primary:hover,.woocommerce-message a.button-primary:active,.woocommerce-message a.button-primary:focus,.woocommerce-message a.button-primary:hover,.woocommerce-message button.button-primary:active,.woocommerce-message button.button-primary:focus,.woocommerce-message button.button-primary:hover{background:#a36597;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.woocommerce-message{position:relative;border-left-color:#cc99c2!important;overflow:hidden}.woocommerce-message a.docs,.woocommerce-message a.skip{text-decoration:none!important}.woocommerce-message a.woocommerce-message-close{position:absolute;top:10px;right:10px;padding:10px 15px 10px 21px;font-size:13px;line-height:1.23076923;text-decoration:none}.woocommerce-message a.woocommerce-message-close::before{position:absolute;top:8px;left:0;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.woocommerce-message .twitter-share-button{margin-top:-3px;margin-left:3px;vertical-align:middle}#variable_product_options #message,#variable_product_options .notice{margin:10px}.clear{clear:both}#woocommerce-fields-bulk.inline-edit-col label,#woocommerce-fields.inline-edit-col{clear:left}.wrap.woocommerce div.error,.wrap.woocommerce div.updated{margin-top:10px}mark.amount{background:0 0;color:inherit}.simplify-commerce-banner{overflow:hidden}.simplify-commerce-banner img{float:right;padding:15px 0;margin-left:1em;width:200px}.woocommerce-help-tip{color:#666;display:inline-block;font-size:1.1em;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px}.woocommerce-help-tip::after{font-family:Dashicons;font-weight:400;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";cursor:help}h2 .woocommerce-help-tip{margin-top:-5px;margin-left:.25em}table.wc_status_table{margin-bottom:1em}table.wc_status_table h2{font-size:14px;margin:0}table.wc_status_table tr:nth-child(2n) td,table.wc_status_table tr:nth-child(2n) th{background:#fcfcfc}table.wc_status_table th{font-weight:700;padding:9px}table.wc_status_table td:first-child{width:33%}table.wc_status_table td.help{width:1em}table.wc_status_table td{padding:9px;font-size:1.1em}table.wc_status_table td mark{background:0 0}table.wc_status_table td mark.yes{color:#7ad03a}table.wc_status_table td mark.no{color:#999}table.wc_status_table td mark.error{color:#a00}table.wc_status_table td ul{margin:0}table.wc_status_table .help_tip{cursor:help}#debug-report{display:none;margin:10px 0;padding:0;position:relative}#debug-report textarea{font-family:monospace;width:100%;margin:0;height:300px;padding:20px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;resize:none;font-size:12px;line-height:20px;outline:0}.wp-list-table.logs .log-level{display:inline;padding:.2em .6em .3em;font-size:80%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.2em}.wp-list-table.logs .log-level:empty{display:none}.wp-list-table.logs .log-level--alert,.wp-list-table.logs .log-level--emergency{background-color:#ff4136}.wp-list-table.logs .log-level--critical,.wp-list-table.logs .log-level--error{background-color:#ff851b}.wp-list-table.logs .log-level--notice,.wp-list-table.logs .log-level--warning{color:#222;background-color:#ffdc00}.wp-list-table.logs .log-level--info{background-color:#0074d9}.wp-list-table.logs .log-level--debug{background-color:#3d9970}@media screen and (min-width:783px){.wp-list-table.logs .column-timestamp{width:18%}.wp-list-table.logs .column-level{width:14%}.wp-list-table.logs .column-source{width:15%}}#log-viewer-select{padding:10px 0 8px;line-height:28px}#log-viewer-select h2 a{vertical-align:middle}#log-viewer{background:#fff;border:1px solid #e5e5e5;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04);padding:5px 20px}#log-viewer pre{font-family:monospace;white-space:pre-wrap}.inline-edit-product.quick-edit-row .inline-edit-col-center,.inline-edit-product.quick-edit-row .inline-edit-col-right{float:right!important}#woocommerce-fields.inline-edit-col label.featured,#woocommerce-fields.inline-edit-col label.manage_stock{margin-left:10px}#woocommerce-fields.inline-edit-col .dimensions div{display:block;margin:.2em 0}#woocommerce-fields.inline-edit-col .dimensions div span.title{display:block;float:left;width:5em}#woocommerce-fields.inline-edit-col .dimensions div span.input-text-wrap{display:block;margin-left:5em}#woocommerce-fields.inline-edit-col .text{box-sizing:border-box;width:99%;float:left;margin:1px 1% 1px 1px}#woocommerce-fields.inline-edit-col .height,#woocommerce-fields.inline-edit-col .length,#woocommerce-fields.inline-edit-col .width{width:32.33%}#woocommerce-fields.inline-edit-col .height{margin-right:0}#woocommerce-fields-bulk.inline-edit-col .inline-edit-group label{clear:none;width:49%;margin:.2em 0}#woocommerce-fields-bulk.inline-edit-col .inline-edit-group.dimensions label{width:75%;max-width:75%}#woocommerce-fields-bulk.inline-edit-col .length,#woocommerce-fields-bulk.inline-edit-col .regular_price,#woocommerce-fields-bulk.inline-edit-col .sale_price,#woocommerce-fields-bulk.inline-edit-col .stock,#woocommerce-fields-bulk.inline-edit-col .weight{box-sizing:border-box;width:100%;margin-left:4.4em}#woocommerce-fields-bulk.inline-edit-col .height,#woocommerce-fields-bulk.inline-edit-col .length,#woocommerce-fields-bulk.inline-edit-col .width{box-sizing:border-box;width:25%}.column-coupon_code{line-height:2.25em}.column-coupon_code,ul.wc_coupon_list{margin:0;overflow:hidden;zoom:1;clear:both}ul.wc_coupon_list li{margin:0}ul.wc_coupon_list li.code{display:inline-block}ul.wc_coupon_list li.code::after{content:', '}ul.wc_coupon_list li.code:last-of-type::after{display:none}ul.wc_coupon_list li.code .tips{cursor:pointer}ul.wc_coupon_list_block{margin:0;padding-bottom:2px}ul.wc_coupon_list_block li{border-top:1px solid #fff;border-bottom:1px solid #ccc;line-height:2.5em;margin:0;padding:.5em 0}ul.wc_coupon_list_block li:first-child{border-top:0;padding-top:0}ul.wc_coupon_list_block li:last-child{border-bottom:0;padding-bottom:0}.button.wc-reload{text-indent:-9999px;position:relative;padding:0;height:28px;width:28px!important;display:inline-block}.button.wc-reload::after{font-family:Dashicons;font-weight:400;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";line-height:28px}#order_data h2,#order_data p.order_number{font-family:HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',sans-serif;font-weight:400}#woocommerce-order-data .handlediv,#woocommerce-order-data .hndle{display:none}#woocommerce-order-data .inside{display:block!important}#order_data{padding:23px 24px 12px}#order_data h2{margin:0;font-size:21px;line-height:1.2;text-shadow:1px 1px 1px #fff;padding:0}#order_data h3{font-size:14px}#order_data h3,#order_data h4{color:#333;margin:1.33em 0 0}#order_data p{color:#777}#order_data p.order_number{margin:0;line-height:1.6em;font-size:16px}#order_data .order_data_column_container{clear:both}#order_data .order_data_column{width:32%;padding:0 2% 0 0;float:left}#order_data .order_data_column>h3 span{display:block}#order_data .order_data_column:last-child{padding-right:0}#order_data .order_data_column p{padding:0!important}#order_data .order_data_column .address strong{display:block}#order_data .order_data_column .form-field{float:left;clear:left;width:48%;padding:0;margin:9px 0 0}#order_data .order_data_column .form-field label{display:block;padding:0 0 3px}#order_data .order_data_column .form-field input,#order_data .order_data_column .form-field select,#order_data .order_data_column .form-field textarea{width:100%}#order_data .order_data_column .form-field .select2-container{width:100%!important}#order_data .order_data_column .form-field .date-picker{width:50%}#order_data .order_data_column .form-field .hour,#order_data .order_data_column .form-field .minute{width:3.5em}#order_data .order_data_column .form-field small{display:block;margin:5px 0 0;color:#999}#order_data .order_data_column ._billing_address_2_field,#order_data .order_data_column ._billing_last_name_field,#order_data .order_data_column ._billing_phone_field,#order_data .order_data_column ._billing_postcode_field,#order_data .order_data_column ._billing_state_field,#order_data .order_data_column ._shipping_address_2_field,#order_data .order_data_column ._shipping_last_name_field,#order_data .order_data_column ._shipping_postcode_field,#order_data .order_data_column ._shipping_state_field,#order_data .order_data_column .form-field.last{float:right;clear:right}#order_data .order_data_column ._billing_company_field,#order_data .order_data_column ._shipping_company_field,#order_data .order_data_column ._transaction_id_field,#order_data .order_data_column .form-field-wide{width:100%;clear:both}#order_data .order_data_column ._billing_company_field .wc-customer-search,#order_data .order_data_column ._billing_company_field .wc-enhanced-select,#order_data .order_data_column ._billing_company_field input,#order_data .order_data_column ._billing_company_field select,#order_data .order_data_column ._billing_company_field textarea,#order_data .order_data_column ._shipping_company_field .wc-customer-search,#order_data .order_data_column ._shipping_company_field .wc-enhanced-select,#order_data .order_data_column ._shipping_company_field input,#order_data .order_data_column ._shipping_company_field select,#order_data .order_data_column ._shipping_company_field textarea,#order_data .order_data_column ._transaction_id_field .wc-customer-search,#order_data .order_data_column ._transaction_id_field .wc-enhanced-select,#order_data .order_data_column ._transaction_id_field input,#order_data .order_data_column ._transaction_id_field select,#order_data .order_data_column ._transaction_id_field textarea,#order_data .order_data_column .form-field-wide .wc-customer-search,#order_data .order_data_column .form-field-wide .wc-enhanced-select,#order_data .order_data_column .form-field-wide input,#order_data .order_data_column .form-field-wide select,#order_data .order_data_column .form-field-wide textarea{width:100%}#order_data .order_data_column p.none_set{color:#999}#order_data .order_data_column div.edit_address{display:none;zoom:1;padding-right:1px}#order_data .order_data_column .wc-customer-user label a,#order_data .order_data_column .wc-order-status label a{float:right}#order_data .order_data_column a.edit_address{width:14px;height:0;padding:14px 0 0;margin:0 0 0 6px;overflow:hidden;position:relative;color:#999;border:0;float:right}#order_data .order_data_column a.edit_address:focus,#order_data .order_data_column a.edit_address:hover{color:#000}#order_data .order_data_column a.edit_address::after{position:absolute;top:0;left:0;text-align:center;vertical-align:top;line-height:14px;font-size:14px;font-weight:400;-webkit-font-smoothing:antialiased;font-family:Dashicons;content:'\f464'}#order_data .order_data_column .billing-same-as-shipping,#order_data .order_data_column .load_customer_billing,#order_data .order_data_column .load_customer_shipping{font-size:13px;display:inline-block;font-weight:400}#order_data .order_data_column .load_customer_shipping{margin-right:.3em}.order_actions{margin:0;overflow:hidden;zoom:1}.order_actions li{border-top:1px solid #fff;border-bottom:1px solid #ddd;padding:6px 0;margin:0;line-height:1.6em;float:left;width:50%;text-align:center}.order_actions li a{float:none;text-align:center;text-decoration:underline}.order_actions li.wide{width:auto;float:none;clear:both;padding:6px;text-align:left;overflow:hidden}.order_actions li #delete-action{line-height:25px;vertical-align:middle;text-align:left;float:left}.order_actions li .save_order{float:right}.order_actions li#actions{overflow:hidden}.order_actions li#actions .button{width:24px;box-sizing:border-box;float:right}.order_actions li#actions select{width:225px;box-sizing:border-box;float:left}#woocommerce-order-items .inside{margin:0;padding:0;background:#fefefe}#woocommerce-order-items .wc-order-data-row{border-bottom:1px solid #dfdfdf;padding:1.5em 2em;background:#f8f8f8;line-height:2em;text-align:right}#woocommerce-order-items .wc-order-data-row::after,#woocommerce-order-items .wc-order-data-row::before{content:' ';display:table}#woocommerce-order-items .wc-order-data-row::after{clear:both}#woocommerce-order-items .wc-order-data-row p{margin:0;line-height:2em}#woocommerce-order-items .wc-order-data-row .wc-used-coupons{text-align:left}#woocommerce-order-items .wc-order-data-row .wc-used-coupons .tips{display:inline-block}#woocommerce-order-items .wc-used-coupons{float:left;width:50%}#woocommerce-order-items .wc-order-totals{float:right;width:50%;margin:0;padding:0;text-align:right}#woocommerce-order-items .wc-order-totals .amount{font-weight:700}#woocommerce-order-items .wc-order-totals .label{vertical-align:top}#woocommerce-order-items .wc-order-totals .total{font-size:1em!important;width:10em;margin:0 0 0 .5em;box-sizing:border-box}#woocommerce-order-items .wc-order-totals .total input[type=text]{width:96%;float:right}#woocommerce-order-items .wc-order-totals .refunded-total{color:#a00}#woocommerce-order-items .refund-actions{margin-top:5px;padding-top:12px;border-top:1px solid #dfdfdf}#woocommerce-order-items .refund-actions .button{float:right;margin-left:4px}#woocommerce-order-items .refund-actions .cancel-action,#woocommerce-order-items .wc-order-item-bulk-edit .cancel-action{float:left;margin-left:0}#woocommerce-order-items .add_meta{margin-left:0!important}#woocommerce-order-items h3 small{color:#999}#woocommerce-order-items .amount{white-space:nowrap}#woocommerce-order-items .add-items .description{margin-right:10px}#woocommerce-order-items .add-items .button{float:left;margin-right:.25em}#woocommerce-order-items .add-items .button-primary{float:none;margin-right:0}#woocommerce-order-items .inside{display:block!important}#woocommerce-order-items .handlediv,#woocommerce-order-items .hndle{display:none}#woocommerce-order-items .woocommerce_order_items_wrapper{margin:0;overflow-x:auto}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items{width:100%;background:#fff}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items thead th{text-align:left;padding:1em;font-weight:400;color:#999;background:#f8f8f8;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items thead th.sortable{cursor:pointer}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items thead th:last-child{padding-right:2em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items thead th:first-child{padding-left:2em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items thead th .wc-arrow{float:right;position:relative;margin-right:-1em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td{padding:1.5em 1em 1em;text-align:left;line-height:1.5em;vertical-align:top;border-bottom:1px solid #f8f8f8}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th textarea,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td textarea{width:100%}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td select{width:50%}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th textarea,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td textarea{font-size:14px;padding:4px;color:#555}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th:last-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td:last-child{padding-right:2em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody th:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td:first-child{padding-left:2em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr td{cursor:pointer}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr.selected{background:#f5ebf3}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr.selected td{border-color:#e6cce1;opacity:.8}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr:last-child td{border-bottom:1px solid #dfdfdf}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr:first-child td{border-top:8px solid #f8f8f8}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tbody#order_line_items tr:first-child td{border-top:none}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.thumb{text-align:left;width:38px;padding-bottom:1.5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.thumb .wc-order-item-thumbnail{width:38px;height:38px;border:2px solid #e8e8e8;background:#f8f8f8;color:#ccc;position:relative;font-size:21px;display:block;text-align:center}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.thumb .wc-order-item-thumbnail::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;height:100%;text-align:center;content:"";width:38px;line-height:38px;display:block}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.thumb .wc-order-item-thumbnail img{width:100%;height:100%;margin:0;padding:0;position:relative}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.name .wc-order-item-sku,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.name .wc-order-item-variation{display:block;margin-top:.5em;font-size:.92em!important;color:#888}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item{min-width:200px}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .center,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .variation-id{text-align:center}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class{text-align:right}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class label{white-space:nowrap;color:#999;font-size:.833em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax label input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class label input{display:inline}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class input{width:70px;vertical-align:middle;text-align:right}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax select,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class select{width:85px;height:26px;vertical-align:middle;font-size:1em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input{display:inline-block;background:#fff;border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);margin:1px 0;min-width:80px;overflow:hidden;line-height:1em;text-align:right}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input{width:100%;box-sizing:border-box}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input label{font-size:.75em;padding:4px 6px 0;color:#555;display:block}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input input{width:100%;box-sizing:border-box;border:0;box-shadow:none;margin:0;padding:0 6px 4px;color:#555;background:0 0}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input input::-webkit-input-placeholder,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input input::-webkit-input-placeholder{color:#ddd}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input:first-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input:first-child{border-bottom:1px dashed #ddd;background:#fff}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .split-input div.input:first-child label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input:first-child input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input:first-child label{color:#ccc}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .view,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .view{white-space:nowrap}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .edit,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .edit{text-align:left}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class del,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class small.times{font-size:.92em!important;color:#888}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-taxes,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-refund-fields,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-taxes{margin:0}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-taxes label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-refund-fields label,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-taxes label{display:block}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax .wc-order-item-discount,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .wc-order-item-discount{display:block;margin-top:.5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .item_cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_cost small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .line_tax small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax small.times,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class small.times{margin-right:.25em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity{text-align:center}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .quantity input{text-align:center;width:50px}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items span.subtotal{opacity:.5}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.tax_class,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.tax_class{text-align:left}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .calculated{border-color:#ae8ca2;border-style:dotted}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta{width:100%}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta{margin:.5em 0 0;font-size:.92em!important;color:#888}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.fee .thumb div::before,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.refund .thumb div::before,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .thumb div::before{color:#ccc;top:0;left:0;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;text-align:center;font-family:WooCommerce}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr th,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr th{border:0;padding:0 4px .5em 0;line-height:1.5em;width:20%}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td{padding:0 4px .5em 0;border:0;line-height:1.5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td input{width:100%;margin:0;position:relative;border-bottom:0;box-shadow:none}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .refund_by,ul.order_notes li p.meta .exact-date{border-bottom:1px dotted #999}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td textarea,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td textarea{width:100%;height:4em;margin:0;box-shadow:none}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td input:focus+textarea,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td input:focus+textarea{border-top-color:#999}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td p,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td p{margin:0 0 .5em;line-height:1.5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr td p:last-child,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr td p:last-child{margin:0}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.fee .thumb div{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.5em;line-height:1em;vertical-align:middle;margin:0}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.fee .thumb div::before{line-height:1;margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:""}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.refund .thumb div{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.5em;line-height:1em;vertical-align:middle;margin:0}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.refund .thumb div::before{line-height:1;margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:""}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .thumb div{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.5em;line-height:1em;vertical-align:middle;margin:0}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .thumb div::before{line-height:1;margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:""}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .shipping_method,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .shipping_method_name{width:100%;margin:0 0 .5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax{white-space:nowrap}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax .delete-order-tax,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax .delete-order-tax{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;float:right;font-size:14px;visibility:hidden;margin:3px -18px 0 0}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax .delete-order-tax::before,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax .delete-order-tax::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#999}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax .delete-order-tax:hover::before,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax .delete-order-tax:hover::before{color:#a00}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.line_tax:hover .delete-order-tax,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items th.line_tax:hover .delete-order-tax{visibility:visible}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items small.refunded{display:block;color:#a00;white-space:nowrap;margin-top:.5em}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items small.refunded::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;text-indent:0;width:100%;height:100%;text-align:center;content:"";position:relative;top:auto;left:auto;margin:-1px 4px 0 0;vertical-align:middle;line-height:1em}#woocommerce-order-items .wc-order-edit-line-item{padding-left:0}#woocommerce-order-items .wc-order-edit-line-item-actions{width:44px;text-align:right;padding-left:0;vertical-align:middle}#woocommerce-order-items .wc-order-edit-line-item-actions a{color:#ccc;display:inline-block;cursor:pointer;padding:0 0 .5em;margin:0 0 0 12px;vertical-align:middle;text-decoration:none;line-height:16px;width:16px;overflow:hidden}#woocommerce-order-items .wc-order-edit-line-item-actions a::before{margin:0;padding:0;font-size:16px;width:16px;height:16px}#woocommerce-order-items .wc-order-edit-line-item-actions .delete-order-item::before,#woocommerce-order-items .wc-order-edit-line-item-actions .delete_refund::before,#woocommerce-order-items .wc-order-edit-line-item-actions .edit-order-item::before{font-family:Dashicons;-webkit-font-smoothing:antialiased;top:0;left:0;width:100%;height:100%;margin:0;text-align:center;position:relative;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;text-indent:0}#woocommerce-order-items .wc-order-edit-line-item-actions a:hover::before{color:#999}#woocommerce-order-items .wc-order-edit-line-item-actions a:first-child{margin-left:0}#woocommerce-order-items .wc-order-edit-line-item-actions .edit-order-item::before{content:""}#woocommerce-order-items .wc-order-edit-line-item-actions .delete-order-item::before,#woocommerce-order-items .wc-order-edit-line-item-actions .delete_refund::before{content:""}#woocommerce-order-items .wc-order-edit-line-item-actions .delete-order-item:hover::before,#woocommerce-order-items .wc-order-edit-line-item-actions .delete_refund:hover::before{color:#a00}#woocommerce-order-items tbody tr .wc-order-edit-line-item-actions{visibility:hidden}#woocommerce-order-items tbody tr:hover .wc-order-edit-line-item-actions{visibility:visible}#woocommerce-order-items .wc-order-totals .wc-order-edit-line-item-actions{width:1.5em;visibility:visible!important}#woocommerce-order-items .wc-order-totals .wc-order-edit-line-item-actions a{padding:0}#woocommerce-order-downloads .buttons{float:left;padding:0;margin:0;vertical-align:top}#woocommerce-order-downloads .buttons .add_item_id,#woocommerce-order-downloads .buttons .select2-container{width:400px!important;margin-right:9px;vertical-align:top;float:left}#woocommerce-order-downloads .buttons button{margin:2px 0 0}#woocommerce-order-downloads h3 small{color:#999}#poststuff #woocommerce-order-actions .inside{margin:0;padding:0}#poststuff #woocommerce-order-actions .inside ul.order_actions li{padding:6px 10px;box-sizing:border-box}#poststuff #woocommerce-order-actions .inside ul.order_actions li:last-child{border-bottom:0}#poststuff #woocommerce-order-notes .inside{margin:0;padding:0}#poststuff #woocommerce-order-notes .inside ul.order_notes li{padding:0 10px}#woocommerce_customers p.search-box{margin:6px 0 4px;float:left}#woocommerce_customers .tablenav{float:right;clear:none}#woocommerce-product-images .inside #product_images_container ul::after,.woocommerce_variable_attributes .data::after{clear:both}.widefat.customers td{vertical-align:middle;padding:4px 7px}.widefat .column-order_title{width:15%}.widefat .column-order_title time{display:block;color:#999;margin:3px 0}.widefat .column-orders,.widefat .column-paying,.widefat .column-spent{text-align:center;width:8%}.widefat .column-last_order{width:11%}.widefat .column-order_actions,.widefat .column-user_actions,.widefat .column-wc_actions{width:110px}.widefat .column-order_actions a.button,.widefat .column-user_actions a.button,.widefat .column-wc_actions a.button{float:left;margin:0 4px 2px 0;cursor:pointer;padding:3px 4px;height:auto}.widefat .column-order_actions a.button img,.widefat .column-user_actions a.button img,.widefat .column-wc_actions a.button img{display:block;width:12px;height:auto}.widefat small.meta{display:block;color:#999;font-size:inherit;margin:3px 0}.widefat .column-order_date,.widefat .column-order_total{width:9%}.widefat .column-order_status{width:45px;text-align:center}.widefat .column-order_status mark{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;background:0 0;font-size:1.4em;margin:0 auto}.widefat .column-order_status mark.cancelled::after,.widefat .column-order_status mark.completed::after,.widefat .column-order_status mark.failed::after,.widefat .column-order_status mark.on-hold::after,.widefat .column-order_status mark.pending::after,.widefat .column-order_status mark.processing::after,.widefat .column-order_status mark.refunded::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center}.column-customer_message .note-on::after,.column-order_notes .note-on::after{speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;top:0;left:0;text-align:center;line-height:16px;font-family:WooCommerce}.widefat .column-order_status mark.pending::after{content:'\e012';color:#ffba00}.widefat .column-order_status mark.completed::after{content:'\e015';color:#2ea2cc}.widefat .column-order_status mark.on-hold::after{content:'\e033';color:#999}.widefat .column-order_status mark.failed::after{content:'\e016';color:#d0c21f}.widefat .column-order_status mark.cancelled::after{content:'\e013';color:#a00}.widefat .column-order_status mark.processing::after{content:'\e011';color:#73a724}.widefat .column-order_status mark.refunded::after{content:'\e014';color:#999}.widefat td.column-order_status{padding-top:9px}.column-customer_message .note-on{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto;color:#999}.column-customer_message .note-on::after{margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:""}.column-order_notes .note-on{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto;color:#999}.column-order_notes .note-on::after{margin:0;text-indent:0;position:absolute;width:100%;height:100%;content:""}.order_actions .complete,.order_actions .processing,.order_actions .view{display:block;text-indent:-9999px;position:relative;padding:0!important;height:2em!important;width:2em}.order_actions .processing::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";line-height:1.85}.order_actions .complete::after,.order_actions .view::after{font-family:Dashicons;text-indent:0;position:absolute;width:100%;height:100%;left:0;line-height:1.85;margin:0;text-align:center;font-weight:400;top:0;speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased}.order_actions .complete::after{content:""}.order_actions .view::after{content:""}.user_actions .edit,.user_actions .link,.user_actions .refresh,.user_actions .view{display:block;text-indent:-9999px;position:relative;padding:0!important;height:2em!important;width:2em}.user_actions .edit::after,.user_actions .link::after,.user_actions .refresh::after,.user_actions .view::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";line-height:1.85}.user_actions .edit::after{font-family:Dashicons;content:'\f464'}.user_actions .link::after{content:'\e00d'}.user_actions .view::after{content:'\e010'}.user_actions .refresh::after{content:'\e031'}.attributes-table td,.attributes-table th{width:15%;vertical-align:top}.attributes-table .attribute-terms{width:32%}.attributes-table .attribute-actions{width:2em}.attributes-table .attribute-actions .configure-terms{display:block;text-indent:-9999px;position:relative;padding:0!important;height:2em!important;width:2em}.attributes-table .attribute-actions .configure-terms::after{speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";font-family:Dashicons;line-height:1.85}ul.order_notes{padding:2px 0 0}ul.order_notes li .note_content{padding:10px;background:#efefef;position:relative}ul.order_notes li .note_content p{margin:0;padding:0;word-wrap:break-word}ul.order_notes li p.meta{padding:10px;color:#999;margin:0;font-size:11px}ul.order_notes li a.delete_note{color:#a00}table.wp-list-table .row-actions,table.wp-list-table span.na{color:#999}ul.order_notes li .note_content::after{content:'';display:block;position:absolute;bottom:-10px;left:20px;width:0;height:0;border-width:10px 10px 0 0;border-style:solid;border-color:#efefef transparent}ul.order_notes li.customer-note .note_content{background:#a7cedc}ul.order_notes li.customer-note .note_content::after{border-color:#a7cedc transparent}ul.order_notes li.system-note .note_content{background:#d7cad2}ul.order_notes li.system-note .note_content::after{border-color:#d7cad2 transparent}.add_note{border-top:1px solid #ddd;padding:10px 10px 0}.add_note h4{margin-top:5px!important}.add_note #add_order_note{width:100%;height:50px}table.wp-list-table .column-thumb{width:52px;text-align:center;white-space:nowrap}table.wp-list-table .column-name{width:22%}table.wp-list-table .column-product_cat,table.wp-list-table .column-product_tag{width:11%!important}table.wp-list-table .column-featured,table.wp-list-table .column-product_type{width:48px;text-align:left!important}table.wp-list-table .column-customer_message,table.wp-list-table .column-order_notes{width:48px;text-align:center}table.wp-list-table .column-customer_message img,table.wp-list-table .column-order_notes img{margin:0 auto;padding-top:0!important}table.wp-list-table .manage-column.column-featured img,table.wp-list-table .manage-column.column-product_type img{padding-left:2px}table.wp-list-table .column-price .woocommerce-price-suffix{display:none}table.wp-list-table img{margin:1px 2px}table.wp-list-table td.column-thumb img{margin:0;width:auto;height:auto;max-width:40px;max-height:40px;vertical-align:middle}table.wp-list-table .column-is_in_stock{text-align:left!important}table.wp-list-table span.wc-featured,table.wp-list-table span.wc-image,table.wp-list-table span.wc-type{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto}table.wp-list-table span.wc-featured::before,table.wp-list-table span.wc-image::before,table.wp-list-table span.wc-type::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:""}table.wp-list-table span.wc-featured::before{content:'\f155'}table.wp-list-table span.wc-featured.not-featured::before{content:'\f154'}table.wp-list-table td.column-featured span.wc-featured{font-size:1.6em;cursor:pointer}table.wp-list-table span.wc-type::before{font-family:WooCommerce;content:'\e006'}table.wp-list-table span.product-type{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.6em;margin:0 auto}table.wp-list-table span.product-type::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:""}table.wp-list-table span.product-type.grouped::before{content:'\e002'}table.wp-list-table span.product-type.external::before{content:'\e034'}table.wp-list-table span.product-type.variable::before{content:'\e003'}table.wp-list-table span.product-type.downloadable::before{content:'\e001'}table.wp-list-table span.product-type.virtual::before{content:'\e000'}table.wp-list-table mark.instock{font-weight:700;color:#7ad03a;background:0 0;line-height:1}table.wp-list-table mark.outofstock{font-weight:700;color:#a44;background:0 0;line-height:1}table.wp-list-table .notes_head,table.wp-list-table .order-notes_head,table.wp-list-table .status_head{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;margin:0 auto}table.wp-list-table .notes_head::after,table.wp-list-table .order-notes_head::after,table.wp-list-table .status_head::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center}table.wc_emails .wc-email-settings-table-name,table.wc_emails td.name,table.wc_gateways .wc-email-settings-table-name,table.wc_gateways td.name,table.wc_shipping .wc-email-settings-table-name,table.wc_shipping td.name{font-weight:700}table.wp-list-table .order-notes_head::after{content:'\e028'}table.wp-list-table .notes_head::after{content:'\e026'}table.wp-list-table .status_head::after{content:'\e011'}table.wp-list-table .column-order_items{width:12%}table.wp-list-table .column-order_items table.order_items{width:100%;margin:3px 0 0;padding:0;display:none}table.wp-list-table .column-order_items table.order_items td{border:0;margin:0;padding:0 0 3px}table.wp-list-table .column-order_items table.order_items td.qty{color:#999;padding-right:6px;text-align:left}mark.notice{background:#fff;color:#a00;margin:0 0 0 10px}a.export_rates,a.import_rates{float:right;margin-left:9px;margin-top:-2px;margin-bottom:0}#rates-search{float:right}#rates-search input.wc-tax-rates-search-field{padding:4px 8px;font-size:1.2em}#rates-pagination{float:right;margin-right:.5em}#rates-pagination .tablenav{margin:0}table.wc_input_table,table.wc_tax_rates{width:100%}table.wc_input_table span.tips,table.wc_tax_rates span.tips{color:#2ea2cc}table.wc_input_table th,table.wc_tax_rates th{white-space:nowrap;padding:10px}table.wc_input_table td,table.wc_tax_rates td{padding:0;border-right:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;border-top:0;background:#fff;cursor:default}table.wc_input_table td input[type=text],table.wc_input_table td input[type=number],table.wc_tax_rates td input[type=text],table.wc_tax_rates td input[type=number]{width:100%;padding:8px 10px;margin:0;border:0;outline:0;background:0 0}table.wc_input_table td input[type=text]:focus,table.wc_input_table td input[type=number]:focus,table.wc_tax_rates td input[type=text]:focus,table.wc_tax_rates td input[type=number]:focus{outline:0;box-shadow:none}table.wc_input_table td.apply_to_shipping,table.wc_input_table td.compound,table.wc_tax_rates td.apply_to_shipping,table.wc_tax_rates td.compound{padding:5px 7px;vertical-align:middle}table.wc_input_table td.apply_to_shipping input,table.wc_input_table td.compound input,table.wc_tax_rates td.apply_to_shipping input,table.wc_tax_rates td.compound input{width:auto;padding:0}table.wc_input_table td:last-child,table.wc_tax_rates td:last-child{border-right:0}table.wc_input_table tr.current td,table.wc_tax_rates tr.current td{background-color:#fefbcc}table.wc_input_table .cost,table.wc_input_table .cost input,table.wc_input_table .item_cost,table.wc_input_table .item_cost input,table.wc_tax_rates .cost,table.wc_tax_rates .cost input,table.wc_tax_rates .item_cost,table.wc_tax_rates .item_cost input{text-align:right}table.wc_input_table th.sort,table.wc_tax_rates th.sort{width:17px;padding:0 4px}table.wc_input_table td.sort,table.wc_tax_rates td.sort{padding:0 4px}table.wc_input_table .ui-sortable:not(.ui-sortable-disabled) td.sort,table.wc_tax_rates .ui-sortable:not(.ui-sortable-disabled) td.sort{cursor:move;font-size:15px;background:#f9f9f9;text-align:center;vertical-align:middle}table.wc_input_table .ui-sortable:not(.ui-sortable-disabled) td.sort::before,table.wc_tax_rates .ui-sortable:not(.ui-sortable-disabled) td.sort::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;float:left;height:100%}table.wc_input_table .ui-sortable:not(.ui-sortable-disabled) td.sort:hover::before,table.wc_tax_rates .ui-sortable:not(.ui-sortable-disabled) td.sort:hover::before{color:#333}table.wc_input_table .button,table.wc_tax_rates .button{float:left;margin-right:5px}table.wc_input_table .export,table.wc_input_table .import,table.wc_tax_rates .export,table.wc_tax_rates .import{float:right;margin-right:0;margin-left:5px}table.wc_input_table span.tips,table.wc_tax_rates span.tips{padding:0 3px}table.wc_input_table .pagination,table.wc_tax_rates .pagination{float:right}table.wc_input_table .pagination .button,table.wc_tax_rates .pagination .button{margin-left:5px;margin-right:0}table.wc_input_table .pagination .current,table.wc_tax_rates .pagination .current{background:#bbb;text-shadow:none}table.wc_input_table tr:last-child td,table.wc_tax_rates tr:last-child td{border-bottom:0}table.wc_emails,table.wc_gateways,table.wc_shipping{position:relative}table.wc_emails td,table.wc_gateways td,table.wc_shipping td{vertical-align:middle;padding:7px;line-height:2em}table.wc_emails tr:nth-child(odd) td,table.wc_gateways tr:nth-child(odd) td,table.wc_shipping tr:nth-child(odd) td{background:#f9f9f9}table.wc_emails th,table.wc_gateways th,table.wc_shipping th{padding:9px 7px!important;vertical-align:middle}table.wc_emails .settings,table.wc_gateways .settings,table.wc_shipping .settings{text-align:right}table.wc_emails .default,table.wc_emails .radio,table.wc_emails .status,table.wc_gateways .default,table.wc_gateways .radio,table.wc_gateways .status,table.wc_shipping .default,table.wc_shipping .radio,table.wc_shipping .status{text-align:center}table.wc_emails .default .tips,table.wc_emails .radio .tips,table.wc_emails .status .tips,table.wc_gateways .default .tips,table.wc_gateways .radio .tips,table.wc_gateways .status .tips,table.wc_shipping .default .tips,table.wc_shipping .radio .tips,table.wc_shipping .status .tips{margin:0 auto}table.wc_emails .default input,table.wc_emails .radio input,table.wc_emails .status input,table.wc_gateways .default input,table.wc_gateways .radio input,table.wc_gateways .status input,table.wc_shipping .default input,table.wc_shipping .radio input,table.wc_shipping .status input{margin:0}table.wc_emails th.sort,table.wc_gateways th.sort,table.wc_shipping th.sort{width:28px;padding:0}table.wc_emails td.sort,table.wc_gateways td.sort,table.wc_shipping td.sort{padding:0 7px;cursor:move;font-size:15px;text-align:center;vertical-align:middle}table.wc_emails td.sort::before,table.wc_gateways td.sort::before,table.wc_shipping td.sort::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;float:left;height:100%}table.wc_emails .wc-email-settings-table-name span,table.wc_gateways .wc-email-settings-table-name span,table.wc_shipping .wc-email-settings-table-name span{font-weight:400;color:#999;margin:0 0 0 4px!important}table.wc_emails .wc-email-settings-table-status,table.wc_gateways .wc-email-settings-table-status,table.wc_shipping .wc-email-settings-table-status{text-align:center;width:1em}table.wc_emails .wc-email-settings-table-status .tips,table.wc_gateways .wc-email-settings-table-status .tips,table.wc_shipping .wc-email-settings-table-status .tips{margin:0 auto}table.wc_emails .wc-email-settings-table-actions a,table.wc_gateways .wc-email-settings-table-actions a,table.wc_shipping .wc-email-settings-table-actions a{display:block;text-indent:-9999px;position:relative;padding:0!important;height:2em!important;width:2em}table.wc_emails .wc-email-settings-table-actions a::after,table.wc_gateways .wc-email-settings-table-actions a::after,table.wc_shipping .wc-email-settings-table-actions a::after{speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";font-family:Dashicons;line-height:1.85}.wc-shipping-zone-settings th{padding:24px 24px 24px 0}.wc-shipping-zone-settings td.forminp{padding:15px 10px}.wc-shipping-zone-settings td.forminp input,.wc-shipping-zone-settings td.forminp textarea{padding:8px;width:448px;max-width:100%!important}.wc-shipping-zone-settings td.forminp .wc-shipping-zone-region-select{width:448px;max-width:100%!important}.wc-shipping-zone-settings td.forminp .wc-shipping-zone-region-select .select2-choices{padding:8px 8px 4px;border-color:#DDD;min-height:0;line-height:1}.wc-shipping-zone-settings td.forminp .wc-shipping-zone-region-select .select2-choices input{padding:0}.wc-shipping-zone-settings td.forminp .wc-shipping-zone-region-select .select2-choices li{margin:0 4px 4px 0}.wc-shipping-zone-settings .wc-shipping-zone-postcodes-toggle{margin:.5em 0 0;font-size:.9em;text-decoration:underline;display:block}.wc-shipping-zone-settings .wc-shipping-zone-postcodes-toggle+.wc-shipping-zone-postcodes{display:none}.wc-shipping-zone-settings .wc-shipping-zone-postcodes textarea{margin:10px 0}.wc-shipping-zone-settings .wc-shipping-zone-postcodes .description{font-size:.9em;color:#999}.wc-shipping-zone-settings+p.submit{margin-top:0}table tr table.wc-shipping-zone-methods tr .row-actions,table tr:hover table.wc-shipping-zone-methods tr .row-actions{position:relative}table tr table.wc-shipping-zone-methods tr:hover .row-actions,table tr:hover table.wc-shipping-zone-methods tr:hover .row-actions{position:static}.wc-shipping-zones-heading .page-title-action{display:inline-block}table.wc-shipping-classes td,table.wc-shipping-classes th,table.wc-shipping-zone-methods td,table.wc-shipping-zone-methods th,table.wc-shipping-zones td,table.wc-shipping-zones th{vertical-align:top;line-height:24px;padding:1em!important;font-size:14px;background:#fff}table.wc-shipping-classes td li,table.wc-shipping-classes th li,table.wc-shipping-zone-methods td li,table.wc-shipping-zone-methods th li,table.wc-shipping-zones td li,table.wc-shipping-zones th li{line-height:24px;font-size:14px}table.wc-shipping-classes td .woocommerce-help-tip,table.wc-shipping-classes th .woocommerce-help-tip,table.wc-shipping-zone-methods td .woocommerce-help-tip,table.wc-shipping-zone-methods th .woocommerce-help-tip,table.wc-shipping-zones td .woocommerce-help-tip,table.wc-shipping-zones th .woocommerce-help-tip{margin:0!important}table.wc-shipping-classes thead th,table.wc-shipping-zone-methods thead th,table.wc-shipping-zones thead th{vertical-align:middle}table.wc-shipping-classes thead .wc-shipping-zone-sort,table.wc-shipping-zone-methods thead .wc-shipping-zone-sort,table.wc-shipping-zones thead .wc-shipping-zone-sort{text-align:center}table.wc-shipping-classes tbody td,table.wc-shipping-zone-methods tbody td,table.wc-shipping-zones tbody td{padding:1.5em 1em!important}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state,table.wc-shipping-classes td.wc-shipping-zones-blank-state,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state,table.wc-shipping-zones td.wc-shipping-zones-blank-state{background:#f7f1f6!important;overflow:hidden;position:relative;padding:7.5em 7.5%!important;border-bottom:2px solid #eee2ec}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state,table.wc-shipping-classes td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state,table.wc-shipping-zones td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state{padding:2em!important}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state p,table.wc-shipping-classes td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state p,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state p,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state p,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state.wc-shipping-zone-method-blank-state p,table.wc-shipping-zones td.wc-shipping-zones-blank-state.wc-shipping-zone-method-blank-state p{margin-bottom:0}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state li,table.wc-shipping-classes td.wc-shipping-zone-method-blank-state p,table.wc-shipping-classes td.wc-shipping-zones-blank-state li,table.wc-shipping-classes td.wc-shipping-zones-blank-state p,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state li,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state p,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state li,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state p,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state li,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state p,table.wc-shipping-zones td.wc-shipping-zones-blank-state li,table.wc-shipping-zones td.wc-shipping-zones-blank-state p{color:#a46497;font-size:1.5em;line-height:1.5em;margin:0 0 1em;position:relative;z-index:1;text-shadow:1px 1px 1px #fff}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state li.main,table.wc-shipping-classes td.wc-shipping-zone-method-blank-state p.main,table.wc-shipping-classes td.wc-shipping-zones-blank-state li.main,table.wc-shipping-classes td.wc-shipping-zones-blank-state p.main,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state li.main,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state p.main,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state li.main,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state p.main,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state li.main,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state p.main,table.wc-shipping-zones td.wc-shipping-zones-blank-state li.main,table.wc-shipping-zones td.wc-shipping-zones-blank-state p.main{font-size:2em}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state li,table.wc-shipping-classes td.wc-shipping-zones-blank-state li,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state li,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state li,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state li,table.wc-shipping-zones td.wc-shipping-zones-blank-state li{margin-left:1em;list-style:circle inside}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state::before,table.wc-shipping-classes td.wc-shipping-zones-blank-state::before,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state::before,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state::before,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state::before,table.wc-shipping-zones td.wc-shipping-zones-blank-state::before{content:'\e01b';font-family:WooCommerce;text-align:center;line-height:1;color:#eee2ec;display:block;width:1em;font-size:40em;top:50%;right:-3.75%;margin-top:-.1875em;position:absolute}table.wc-shipping-classes td.wc-shipping-zone-method-blank-state .button-primary,table.wc-shipping-classes td.wc-shipping-zones-blank-state .button-primary,table.wc-shipping-zone-methods td.wc-shipping-zone-method-blank-state .button-primary,table.wc-shipping-zone-methods td.wc-shipping-zones-blank-state .button-primary,table.wc-shipping-zones td.wc-shipping-zone-method-blank-state .button-primary,table.wc-shipping-zones td.wc-shipping-zones-blank-state .button-primary{background-color:#804877;border-color:#804877;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 0 rgba(0,0,0,.15);margin:0;opacity:1;text-shadow:0 -1px 1px #8a4f7f,1px 0 1px #8a4f7f,0 1px 1px #8a4f7f,-1px 0 1px #8a4f7f;font-size:1.5em;padding:.75em 1em;height:auto;position:relative;z-index:1}table.wc-shipping-classes .wc-shipping-class-rows tr:nth-child(odd) td,table.wc-shipping-classes .wc-shipping-zone-method-rows tr:nth-child(odd) td,table.wc-shipping-classes tbody.wc-shipping-zone-rows tr:nth-child(odd) td,table.wc-shipping-classes tr.odd td,table.wc-shipping-zone-methods .wc-shipping-class-rows tr:nth-child(odd) td,table.wc-shipping-zone-methods .wc-shipping-zone-method-rows tr:nth-child(odd) td,table.wc-shipping-zone-methods tbody.wc-shipping-zone-rows tr:nth-child(odd) td,table.wc-shipping-zone-methods tr.odd td,table.wc-shipping-zones .wc-shipping-class-rows tr:nth-child(odd) td,table.wc-shipping-zones .wc-shipping-zone-method-rows tr:nth-child(odd) td,table.wc-shipping-zones tbody.wc-shipping-zone-rows tr:nth-child(odd) td,table.wc-shipping-zones tr.odd td{background:#f9f9f9}table.wc-shipping-classes p,table.wc-shipping-classes ul,table.wc-shipping-zone-methods p,table.wc-shipping-zone-methods ul,table.wc-shipping-zones p,table.wc-shipping-zones ul{margin:0}table.wc-shipping-classes td.wc-shipping-zone-method-sort,table.wc-shipping-classes td.wc-shipping-zone-sort,table.wc-shipping-zone-methods td.wc-shipping-zone-method-sort,table.wc-shipping-zone-methods td.wc-shipping-zone-sort,table.wc-shipping-zones td.wc-shipping-zone-method-sort,table.wc-shipping-zones td.wc-shipping-zone-sort{cursor:move;font-size:15px;text-align:center}table.wc-shipping-classes td.wc-shipping-zone-method-sort::before,table.wc-shipping-classes td.wc-shipping-zone-sort::before,table.wc-shipping-zone-methods td.wc-shipping-zone-method-sort::before,table.wc-shipping-zone-methods td.wc-shipping-zone-sort::before,table.wc-shipping-zones td.wc-shipping-zone-method-sort::before,table.wc-shipping-zones td.wc-shipping-zone-sort::before{content:'\f333';font-family:Dashicons;text-align:center;color:#999;display:block;width:17px;float:left;height:100%;line-height:24px}table.wc-shipping-classes td.wc-shipping-zone-method-sort:hover::before,table.wc-shipping-classes td.wc-shipping-zone-sort:hover::before,table.wc-shipping-zone-methods td.wc-shipping-zone-method-sort:hover::before,table.wc-shipping-zone-methods td.wc-shipping-zone-sort:hover::before,table.wc-shipping-zones td.wc-shipping-zone-method-sort:hover::before,table.wc-shipping-zones td.wc-shipping-zone-sort:hover::before{color:#333}table.wc-shipping-classes td.wc-shipping-zone-worldwide,table.wc-shipping-zone-methods td.wc-shipping-zone-worldwide,table.wc-shipping-zones td.wc-shipping-zone-worldwide{text-align:center}table.wc-shipping-classes td.wc-shipping-zone-worldwide::before,table.wc-shipping-zone-methods td.wc-shipping-zone-worldwide::before,table.wc-shipping-zones td.wc-shipping-zone-worldwide::before{content:'\f319';font-family:dashicons;text-align:center;color:#999;display:block;width:17px;float:left;height:100%;line-height:24px}table.wc-shipping-classes .wc-shipping-zone-methods,table.wc-shipping-classes .wc-shipping-zone-name,table.wc-shipping-zone-methods .wc-shipping-zone-methods,table.wc-shipping-zone-methods .wc-shipping-zone-name,table.wc-shipping-zones .wc-shipping-zone-methods,table.wc-shipping-zones .wc-shipping-zone-name{width:25%}table.wc-shipping-classes .wc-shipping-class-description input,table.wc-shipping-classes .wc-shipping-class-description select,table.wc-shipping-classes .wc-shipping-class-description textarea,table.wc-shipping-classes .wc-shipping-class-name input,table.wc-shipping-classes .wc-shipping-class-name select,table.wc-shipping-classes .wc-shipping-class-name textarea,table.wc-shipping-classes .wc-shipping-class-slug input,table.wc-shipping-classes .wc-shipping-class-slug select,table.wc-shipping-classes .wc-shipping-class-slug textarea,table.wc-shipping-classes .wc-shipping-zone-name input,table.wc-shipping-classes .wc-shipping-zone-name select,table.wc-shipping-classes .wc-shipping-zone-name textarea,table.wc-shipping-classes .wc-shipping-zone-region input,table.wc-shipping-classes .wc-shipping-zone-region select,table.wc-shipping-classes .wc-shipping-zone-region textarea,table.wc-shipping-zone-methods .wc-shipping-class-description input,table.wc-shipping-zone-methods .wc-shipping-class-description select,table.wc-shipping-zone-methods .wc-shipping-class-description textarea,table.wc-shipping-zone-methods .wc-shipping-class-name input,table.wc-shipping-zone-methods .wc-shipping-class-name select,table.wc-shipping-zone-methods .wc-shipping-class-name textarea,table.wc-shipping-zone-methods .wc-shipping-class-slug input,table.wc-shipping-zone-methods .wc-shipping-class-slug select,table.wc-shipping-zone-methods .wc-shipping-class-slug textarea,table.wc-shipping-zone-methods .wc-shipping-zone-name input,table.wc-shipping-zone-methods .wc-shipping-zone-name select,table.wc-shipping-zone-methods .wc-shipping-zone-name textarea,table.wc-shipping-zone-methods .wc-shipping-zone-region input,table.wc-shipping-zone-methods .wc-shipping-zone-region select,table.wc-shipping-zone-methods .wc-shipping-zone-region textarea,table.wc-shipping-zones .wc-shipping-class-description input,table.wc-shipping-zones .wc-shipping-class-description select,table.wc-shipping-zones .wc-shipping-class-description textarea,table.wc-shipping-zones .wc-shipping-class-name input,table.wc-shipping-zones .wc-shipping-class-name select,table.wc-shipping-zones .wc-shipping-class-name textarea,table.wc-shipping-zones .wc-shipping-class-slug input,table.wc-shipping-zones .wc-shipping-class-slug select,table.wc-shipping-zones .wc-shipping-class-slug textarea,table.wc-shipping-zones .wc-shipping-zone-name input,table.wc-shipping-zones .wc-shipping-zone-name select,table.wc-shipping-zones .wc-shipping-zone-name textarea,table.wc-shipping-zones .wc-shipping-zone-region input,table.wc-shipping-zones .wc-shipping-zone-region select,table.wc-shipping-zones .wc-shipping-zone-region textarea{width:100%}table.wc-shipping-classes .wc-shipping-class-description a.wc-shipping-class-delete,table.wc-shipping-classes .wc-shipping-class-description a.wc-shipping-zone-delete,table.wc-shipping-classes .wc-shipping-class-name a.wc-shipping-class-delete,table.wc-shipping-classes .wc-shipping-class-name a.wc-shipping-zone-delete,table.wc-shipping-classes .wc-shipping-class-slug a.wc-shipping-class-delete,table.wc-shipping-classes .wc-shipping-class-slug a.wc-shipping-zone-delete,table.wc-shipping-classes .wc-shipping-zone-name a.wc-shipping-class-delete,table.wc-shipping-classes .wc-shipping-zone-name a.wc-shipping-zone-delete,table.wc-shipping-classes .wc-shipping-zone-region a.wc-shipping-class-delete,table.wc-shipping-classes .wc-shipping-zone-region a.wc-shipping-zone-delete,table.wc-shipping-zone-methods .wc-shipping-class-description a.wc-shipping-class-delete,table.wc-shipping-zone-methods .wc-shipping-class-description a.wc-shipping-zone-delete,table.wc-shipping-zone-methods .wc-shipping-class-name a.wc-shipping-class-delete,table.wc-shipping-zone-methods .wc-shipping-class-name a.wc-shipping-zone-delete,table.wc-shipping-zone-methods .wc-shipping-class-slug a.wc-shipping-class-delete,table.wc-shipping-zone-methods .wc-shipping-class-slug a.wc-shipping-zone-delete,table.wc-shipping-zone-methods .wc-shipping-zone-name a.wc-shipping-class-delete,table.wc-shipping-zone-methods .wc-shipping-zone-name a.wc-shipping-zone-delete,table.wc-shipping-zone-methods .wc-shipping-zone-region a.wc-shipping-class-delete,table.wc-shipping-zone-methods .wc-shipping-zone-region a.wc-shipping-zone-delete,table.wc-shipping-zones .wc-shipping-class-description a.wc-shipping-class-delete,table.wc-shipping-zones .wc-shipping-class-description a.wc-shipping-zone-delete,table.wc-shipping-zones .wc-shipping-class-name a.wc-shipping-class-delete,table.wc-shipping-zones .wc-shipping-class-name a.wc-shipping-zone-delete,table.wc-shipping-zones .wc-shipping-class-slug a.wc-shipping-class-delete,table.wc-shipping-zones .wc-shipping-class-slug a.wc-shipping-zone-delete,table.wc-shipping-zones .wc-shipping-zone-name a.wc-shipping-class-delete,table.wc-shipping-zones .wc-shipping-zone-name a.wc-shipping-zone-delete,table.wc-shipping-zones .wc-shipping-zone-region a.wc-shipping-class-delete,table.wc-shipping-zones .wc-shipping-zone-region a.wc-shipping-zone-delete{color:#a00}table.wc-shipping-classes .wc-shipping-class-description a.wc-shipping-class-delete:hover,table.wc-shipping-classes .wc-shipping-class-description a.wc-shipping-zone-delete:hover,table.wc-shipping-classes .wc-shipping-class-name a.wc-shipping-class-delete:hover,table.wc-shipping-classes .wc-shipping-class-name a.wc-shipping-zone-delete:hover,table.wc-shipping-classes .wc-shipping-class-slug a.wc-shipping-class-delete:hover,table.wc-shipping-classes .wc-shipping-class-slug a.wc-shipping-zone-delete:hover,table.wc-shipping-classes .wc-shipping-zone-name a.wc-shipping-class-delete:hover,table.wc-shipping-classes .wc-shipping-zone-name a.wc-shipping-zone-delete:hover,table.wc-shipping-classes .wc-shipping-zone-region a.wc-shipping-class-delete:hover,table.wc-shipping-classes .wc-shipping-zone-region a.wc-shipping-zone-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-description a.wc-shipping-class-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-description a.wc-shipping-zone-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-name a.wc-shipping-class-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-name a.wc-shipping-zone-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-slug a.wc-shipping-class-delete:hover,table.wc-shipping-zone-methods .wc-shipping-class-slug a.wc-shipping-zone-delete:hover,table.wc-shipping-zone-methods .wc-shipping-zone-name a.wc-shipping-class-delete:hover,table.wc-shipping-zone-methods .wc-shipping-zone-name a.wc-shipping-zone-delete:hover,table.wc-shipping-zone-methods .wc-shipping-zone-region a.wc-shipping-class-delete:hover,table.wc-shipping-zone-methods .wc-shipping-zone-region a.wc-shipping-zone-delete:hover,table.wc-shipping-zones .wc-shipping-class-description a.wc-shipping-class-delete:hover,table.wc-shipping-zones .wc-shipping-class-description a.wc-shipping-zone-delete:hover,table.wc-shipping-zones .wc-shipping-class-name a.wc-shipping-class-delete:hover,table.wc-shipping-zones .wc-shipping-class-name a.wc-shipping-zone-delete:hover,table.wc-shipping-zones .wc-shipping-class-slug a.wc-shipping-class-delete:hover,table.wc-shipping-zones .wc-shipping-class-slug a.wc-shipping-zone-delete:hover,table.wc-shipping-zones .wc-shipping-zone-name a.wc-shipping-class-delete:hover,table.wc-shipping-zones .wc-shipping-zone-name a.wc-shipping-zone-delete:hover,table.wc-shipping-zones .wc-shipping-zone-region a.wc-shipping-class-delete:hover,table.wc-shipping-zones .wc-shipping-zone-region a.wc-shipping-zone-delete:hover{color:red}table.wc-shipping-classes .wc-shipping-class-count,table.wc-shipping-zone-methods .wc-shipping-class-count,table.wc-shipping-zones .wc-shipping-class-count{text-align:center}table.wc-shipping-classes td.wc-shipping-zone-methods,table.wc-shipping-zone-methods td.wc-shipping-zone-methods,table.wc-shipping-zones td.wc-shipping-zone-methods{color:#555}table.wc-shipping-classes td.wc-shipping-zone-methods .method_disabled,table.wc-shipping-zone-methods td.wc-shipping-zone-methods .method_disabled,table.wc-shipping-zones td.wc-shipping-zone-methods .method_disabled{text-decoration:line-through}table.wc-shipping-classes td.wc-shipping-zone-methods ul,table.wc-shipping-zone-methods td.wc-shipping-zone-methods ul,table.wc-shipping-zones td.wc-shipping-zone-methods ul{position:relative;padding-right:32px}table.wc-shipping-classes td.wc-shipping-zone-methods ul li,table.wc-shipping-zone-methods td.wc-shipping-zone-methods ul li,table.wc-shipping-zones td.wc-shipping-zone-methods ul li{color:#555;display:inline;margin:0}table.wc-shipping-classes td.wc-shipping-zone-methods ul li::before,table.wc-shipping-zone-methods td.wc-shipping-zone-methods ul li::before,table.wc-shipping-zones td.wc-shipping-zone-methods ul li::before{content:', '}table.wc-shipping-classes td.wc-shipping-zone-methods ul li:first-child::before,table.wc-shipping-zone-methods td.wc-shipping-zone-methods ul li:first-child::before,table.wc-shipping-zones td.wc-shipping-zone-methods ul li:first-child::before{content:''}table.wc-shipping-classes td.wc-shipping-zone-methods .add_shipping_method,table.wc-shipping-zone-methods td.wc-shipping-zone-methods .add_shipping_method,table.wc-shipping-zones td.wc-shipping-zone-methods .add_shipping_method{display:block;width:24px;padding:24px 0 0;height:0;overflow:hidden;cursor:pointer}table.wc-shipping-classes td.wc-shipping-zone-methods .add_shipping_method::before,table.wc-shipping-zone-methods td.wc-shipping-zone-methods .add_shipping_method::before,table.wc-shipping-zones td.wc-shipping-zone-methods .add_shipping_method::before{speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;font-family:Dashicons;content:'\f502';color:#999;vertical-align:middle;line-height:24px;font-size:16px;margin:0}table.wc-shipping-classes td.wc-shipping-zone-methods .add_shipping_method.disabled,table.wc-shipping-zone-methods td.wc-shipping-zone-methods .add_shipping_method.disabled,table.wc-shipping-zones td.wc-shipping-zone-methods .add_shipping_method.disabled{cursor:not-allowed}table.wc-shipping-classes td.wc-shipping-zone-methods .add_shipping_method.disabled::before,table.wc-shipping-zone-methods td.wc-shipping-zone-methods .add_shipping_method.disabled::before,table.wc-shipping-zones td.wc-shipping-zone-methods .add_shipping_method.disabled::before{color:#ccc}table.wc-shipping-classes .wc-shipping-zone-method-title,table.wc-shipping-zone-methods .wc-shipping-zone-method-title,table.wc-shipping-zones .wc-shipping-zone-method-title{width:25%}table.wc-shipping-classes .wc-shipping-zone-method-title .wc-shipping-zone-method-delete,table.wc-shipping-zone-methods .wc-shipping-zone-method-title .wc-shipping-zone-method-delete,table.wc-shipping-zones .wc-shipping-zone-method-title .wc-shipping-zone-method-delete{color:red}table.wc-shipping-classes .wc-shipping-zone-method-enabled,table.wc-shipping-zone-methods .wc-shipping-zone-method-enabled,table.wc-shipping-zones .wc-shipping-zone-method-enabled{text-align:center}table.wc-shipping-classes .wc-shipping-zone-method-enabled a,table.wc-shipping-zone-methods .wc-shipping-zone-method-enabled a,table.wc-shipping-zones .wc-shipping-zone-method-enabled a{display:inline-block}table.wc-shipping-classes .wc-shipping-zone-method-enabled .woocommerce-input-toggle,table.wc-shipping-zone-methods .wc-shipping-zone-method-enabled .woocommerce-input-toggle,table.wc-shipping-zones .wc-shipping-zone-method-enabled .woocommerce-input-toggle{margin-top:3px}table.wc-shipping-classes .wc-shipping-zone-method-type,table.wc-shipping-zone-methods .wc-shipping-zone-method-type,table.wc-shipping-zones .wc-shipping-zone-method-type{display:block}table.wc-shipping-classes tfoot input,table.wc-shipping-classes tfoot select,table.wc-shipping-zone-methods tfoot input,table.wc-shipping-zone-methods tfoot select,table.wc-shipping-zones tfoot input,table.wc-shipping-zones tfoot select{vertical-align:middle!important}table.wc-shipping-classes tfoot .button-secondary,table.wc-shipping-zone-methods tfoot .button-secondary,table.wc-shipping-zones tfoot .button-secondary{float:right}table.wc-shipping-classes .editing .wc-shipping-zone-edit,table.wc-shipping-classes .editing .wc-shipping-zone-view,table.wc-shipping-zone-methods .editing .wc-shipping-zone-edit,table.wc-shipping-zone-methods .editing .wc-shipping-zone-view,table.wc-shipping-zones .editing .wc-shipping-zone-edit,table.wc-shipping-zones .editing .wc-shipping-zone-view{display:none}.woocommerce-input-toggle{height:16px;width:32px;border:2px solid #935687;background-color:#935687;display:inline-block;text-indent:-9999px;border-radius:10em;position:relative}.woocommerce-input-toggle:before{content:"";display:block;width:16px;height:16px;background:#fff;position:absolute;top:0;right:0;border-radius:100%}.woocommerce-input-toggle.woocommerce-input-toggle--disabled{border-color:#999;background-color:#999}.woocommerce-input-toggle.woocommerce-input-toggle--disabled:before{right:auto;left:0}.wc-modal-shipping-method-settings{background:#f8f8f8;padding:1em!important}.wc-modal-shipping-method-settings form .form-table{width:100%;background:#fff;margin:0 0 1.5em}.wc-modal-shipping-method-settings form .form-table tr th{width:30%;position:relative}.wc-modal-shipping-method-settings form .form-table tr th .woocommerce-help-tip{float:right;margin:-8px -.5em 0 0;vertical-align:middle;right:0;top:50%;position:absolute}.wc-modal-shipping-method-settings form .form-table tr td input,.wc-modal-shipping-method-settings form .form-table tr td select,.wc-modal-shipping-method-settings form .form-table tr td textarea{width:50%;min-width:250px}.wc-modal-shipping-method-settings form .form-table tr td input[type=checkbox]{width:auto;min-width:16px}.wc-modal-shipping-method-settings form .form-table tr td,.wc-modal-shipping-method-settings form .form-table tr th{vertical-align:middle;margin:0;line-height:24px;padding:1em;border-bottom:1px solid #f8f8f8}.wc-modal-shipping-method-settings form .form-table:last-of-type{margin-bottom:0}.wc-backbone-modal .wc-shipping-zone-method-selector p{margin-top:0}.wc-backbone-modal .wc-shipping-zone-method-selector .wc-shipping-zone-method-description{margin:.75em 1px 0;line-height:1.5em;color:#999;font-style:italic}.wc-backbone-modal .wc-shipping-zone-method-selector select{width:100%;cursor:pointer}img.help_tip{margin:0 0 0 9px;vertical-align:middle}.postbox img.help_tip{margin-top:0}.postbox .woocommerce-help-tip{margin:0 0 0 9px}.status-disabled,.status-enabled,.status-manual{font-size:1.4em;display:block;text-indent:-9999px;position:relative;height:1em;width:1em}.status-disabled::before,.status-enabled::before,.status-manual::before{font-family:WooCommerce;line-height:1;margin:0;position:absolute;width:100%;height:100%;text-indent:0;top:0;font-variant:normal;-webkit-font-smoothing:antialiased;font-weight:400;text-align:center;left:0;speak:none;text-transform:none}.status-manual::before{content:"";color:#999}.status-enabled::before{content:"";color:#a46497}.status-disabled::before{content:"";color:#ccc}.woocommerce h2.woo-nav-tab-wrapper{margin-bottom:1em}.woocommerce nav.woo-nav-tab-wrapper{margin:1.5em 0 1em;border-bottom:1px solid #ccc}.woocommerce .subsubsub{margin:-8px 0 0}.woocommerce .wc-admin-breadcrumb{margin-left:.5em}.woocommerce .wc-admin-breadcrumb a{color:#a46497}.woocommerce #template div{margin:0}.woocommerce #template div p .button{float:right;margin-left:10px;margin-top:-4px}.woocommerce #template div .editor textarea{margin-bottom:8px}.woocommerce textarea[disabled=disabled]{background:#dfdfdf!important}.woocommerce table.form-table{margin:0;position:relative}.woocommerce table.form-table .forminp-radio ul{margin:0}.woocommerce table.form-table .forminp-radio ul li{line-height:1.4em}.woocommerce table.form-table textarea.input-text{height:100%;min-width:150px;display:block}.woocommerce table.form-table input.regular-input{width:400px}.woocommerce table.form-table textarea.wide-input{width:100%}.woocommerce table.form-table .woocommerce-help-tip,.woocommerce table.form-table img.help_tip{padding:0;margin:-4px 0 0 5px;vertical-align:middle;cursor:help;line-height:1}.woocommerce table.form-table span.help_tip{cursor:help;color:#2ea2cc}.woocommerce table.form-table th{position:relative;padding-right:24px}.woocommerce table.form-table .select2-container{vertical-align:top;margin-bottom:3px}.woocommerce table.form-table table.widefat th{padding-right:inherit}.woocommerce table.form-table th .woocommerce-help-tip,.woocommerce table.form-table th img.help_tip{margin:2px -24px 0 0;float:right}.woocommerce table.form-table .wp-list-table .woocommerce-help-tip{float:none}.woocommerce table.form-table fieldset{margin-top:4px}.woocommerce table.form-table fieldset .woocommerce-help-tip,.woocommerce table.form-table fieldset img.help_tip{margin:-3px 0 0 5px}.woocommerce table.form-table fieldset p.description{margin-bottom:8px}.woocommerce table.form-table fieldset:first-child{margin-top:0}.woocommerce table.form-table .iris-picker{z-index:100;display:none;position:absolute;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.2)}.woocommerce table.form-table .iris-picker .ui-slider{border:0!important;margin:0!important;width:auto!important;height:auto!important;background:none!important}.woocommerce table.form-table .iris-picker .ui-slider .ui-slider-handle{margin-bottom:0!important}.woocommerce table.form-table .colorpickpreview{padding:3px 3px 3px 20px;border:1px solid #ddd;border-right:0}.woocommerce table.form-table .colorpick{border-left:0}.woocommerce table.form-table .image_width_settings{vertical-align:middle}.woocommerce table.form-table .image_width_settings label{margin-left:10px}.woocommerce table.form-table .wc_emails_wrapper{padding:0 15px 10px 0}.woocommerce #tabs-wrap table a.remove{margin-left:4px}.woocommerce #tabs-wrap table p{margin:0 0 4px!important;overflow:hidden;zoom:1}.woocommerce #tabs-wrap table p a.add{float:left}#wp-excerpt-editor-container{background:#fff}#product_variation-parent #parent_id{width:100%}#postimagediv img{border:1px solid #d5d5d5;max-width:100%}#woocommerce-product-images .inside{margin:0;padding:0}#woocommerce-product-images .inside .add_product_images{padding:0 12px 12px}#woocommerce-product-images .inside #product_images_container{padding:0 0 0 9px}#woocommerce-product-images .inside #product_images_container ul{margin:0;padding:0}#woocommerce-product-images .inside #product_images_container ul::after,#woocommerce-product-images .inside #product_images_container ul::before{content:' ';display:table}#woocommerce-product-images .inside #product_images_container ul li.add,#woocommerce-product-images .inside #product_images_container ul li.image,#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder{width:80px;float:left;cursor:move;border:1px solid #d5d5d5;margin:9px 9px 0 0;background:#f7f7f7;border-radius:2px;position:relative;box-sizing:border-box}#woocommerce-product-images .inside #product_images_container ul li.add img,#woocommerce-product-images .inside #product_images_container ul li.image img,#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder img{width:100%;height:auto;display:block}#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder{border:3px dashed #ddd;position:relative}#woocommerce-product-images .inside #product_images_container ul li.wc-metabox-sortable-placeholder::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";font-size:2.618em;line-height:72px;color:#ddd}#woocommerce-product-images .inside #product_images_container ul ul.actions{position:absolute;top:-8px;right:-8px;padding:2px;display:none}#woocommerce-product-images .inside #product_images_container ul ul.actions li{float:right;margin:0 0 0 2px}#woocommerce-product-images .inside #product_images_container ul ul.actions li a{width:1em;margin:0;height:0;display:block;overflow:hidden}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.tips{cursor:pointer}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.delete{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.4em}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.delete::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#999}#woocommerce-product-images .inside #product_images_container ul ul.actions li a.delete:hover::before{color:#a00}#woocommerce-product-images .inside #product_images_container ul li:hover ul.actions{display:block}#woocommerce-product-data .hndle{padding:10px}#woocommerce-product-data .hndle span{display:block;vertical-align:middle;line-height:24px}#woocommerce-product-data .hndle span span{display:inline;line-height:inherit;vertical-align:baseline}#woocommerce-product-data .hndle select{margin:0 0 0 .5em}#woocommerce-product-data .hndle label{padding-right:1em;font-size:12px;vertical-align:baseline}#woocommerce-product-data .hndle label:first-child{margin-right:1em;border-right:1px solid #dfdfdf}#woocommerce-product-data .hndle input,#woocommerce-product-data .hndle select{margin-top:-3px 0 0;vertical-align:middle}#woocommerce-product-data>.handlediv{margin-top:4px}#woocommerce-product-data .wrap{margin:0}#woocommerce-coupon-description{padding:3px 8px;font-size:1.7em;line-height:1.42em;height:auto;width:100%;outline:0;margin:10px 0;display:block}#woocommerce-coupon-description::-webkit-input-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-description::-moz-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-description:-ms-input-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-description:-moz-placeholder{line-height:1.42em;color:#bbb}#woocommerce-coupon-data .panel-wrap,#woocommerce-product-data .panel-wrap{background:#fff}#woocommerce-coupon-data .wc-metaboxes-wrapper,#woocommerce-coupon-data .woocommerce_options_panel,#woocommerce-product-data .wc-metaboxes-wrapper,#woocommerce-product-data .woocommerce_options_panel{float:left;width:80%}#woocommerce-coupon-data .wc-metaboxes-wrapper .wc-radios,#woocommerce-coupon-data .woocommerce_options_panel .wc-radios,#woocommerce-product-data .wc-metaboxes-wrapper .wc-radios,#woocommerce-product-data .woocommerce_options_panel .wc-radios{display:block;float:left;margin:0}#woocommerce-coupon-data .wc-metaboxes-wrapper .wc-radios li,#woocommerce-coupon-data .woocommerce_options_panel .wc-radios li,#woocommerce-product-data .wc-metaboxes-wrapper .wc-radios li,#woocommerce-product-data .woocommerce_options_panel .wc-radios li{display:block;padding:0 0 10px}#woocommerce-coupon-data .wc-metaboxes-wrapper .wc-radios li input,#woocommerce-coupon-data .woocommerce_options_panel .wc-radios li input,#woocommerce-product-data .wc-metaboxes-wrapper .wc-radios li input,#woocommerce-product-data .woocommerce_options_panel .wc-radios li input{width:auto}#woocommerce-coupon-data .panel-wrap,#woocommerce-product-data .panel-wrap,.woocommerce .panel-wrap{overflow:hidden}#woocommerce-coupon-data ul.wc-tabs,#woocommerce-product-data ul.wc-tabs,.woocommerce ul.wc-tabs{margin:0;width:20%;float:left;line-height:1em;padding:0 0 10px;position:relative;background-color:#fafafa;border-right:1px solid #eee;box-sizing:border-box}#woocommerce-coupon-data ul.wc-tabs::after,#woocommerce-product-data ul.wc-tabs::after,.woocommerce ul.wc-tabs::after{content:'';display:block;width:100%;height:9999em;position:absolute;bottom:-9999em;left:0;background-color:#fafafa;border-right:1px solid #eee}#woocommerce-coupon-data ul.wc-tabs li,#woocommerce-product-data ul.wc-tabs li,.woocommerce ul.wc-tabs li{margin:0;padding:0;display:block;position:relative}#woocommerce-coupon-data ul.wc-tabs li a,#woocommerce-product-data ul.wc-tabs li a,.woocommerce ul.wc-tabs li a{margin:0;padding:10px;display:block;box-shadow:none;text-decoration:none;line-height:20px!important;border-bottom:1px solid #eee}#woocommerce-coupon-data ul.wc-tabs li a span,#woocommerce-product-data ul.wc-tabs li a span,.woocommerce ul.wc-tabs li a span{margin-left:.618em;margin-right:.618em}#woocommerce-coupon-data ul.wc-tabs li a::before,#woocommerce-product-data ul.wc-tabs li a::before,.woocommerce ul.wc-tabs li a::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:"";text-decoration:none}#woocommerce-coupon-data ul.wc-tabs li.general_options a::before,#woocommerce-product-data ul.wc-tabs li.general_options a::before,.woocommerce ul.wc-tabs li.general_options a::before{content:'\f107'}#woocommerce-coupon-data ul.wc-tabs li.inventory_options a::before,#woocommerce-product-data ul.wc-tabs li.inventory_options a::before,.woocommerce ul.wc-tabs li.inventory_options a::before{content:'\f481'}#woocommerce-coupon-data ul.wc-tabs li.shipping_options a::before,#woocommerce-product-data ul.wc-tabs li.shipping_options a::before,.woocommerce ul.wc-tabs li.shipping_options a::before{font-family:WooCommerce;content:'\e01a'}#woocommerce-coupon-data ul.wc-tabs li.linked_product_options a::before,#woocommerce-product-data ul.wc-tabs li.linked_product_options a::before,.woocommerce ul.wc-tabs li.linked_product_options a::before{content:'\f103'}#woocommerce-coupon-data ul.wc-tabs li.attribute_options a::before,#woocommerce-product-data ul.wc-tabs li.attribute_options a::before,.woocommerce ul.wc-tabs li.attribute_options a::before{content:'\f175'}#woocommerce-coupon-data ul.wc-tabs li.advanced_options a::before,#woocommerce-product-data ul.wc-tabs li.advanced_options a::before,.woocommerce ul.wc-tabs li.advanced_options a::before{font-family:Dashicons;content:'\f111'}#woocommerce-coupon-data ul.wc-tabs li.variations_options a::before,#woocommerce-product-data ul.wc-tabs li.variations_options a::before,.woocommerce ul.wc-tabs li.variations_options a::before{content:'\f509'}#woocommerce-coupon-data ul.wc-tabs li.usage_restriction_options a::before,#woocommerce-product-data ul.wc-tabs li.usage_restriction_options a::before,.woocommerce ul.wc-tabs li.usage_restriction_options a::before{font-family:WooCommerce;content:'\e602'}#woocommerce-coupon-data ul.wc-tabs li.usage_limit_options a::before,#woocommerce-product-data ul.wc-tabs li.usage_limit_options a::before,.woocommerce ul.wc-tabs li.usage_limit_options a::before{font-family:WooCommerce;content:'\e601'}#woocommerce-coupon-data ul.wc-tabs li.general_coupon_data a::before,#woocommerce-product-data ul.wc-tabs li.general_coupon_data a::before,.woocommerce ul.wc-tabs li.general_coupon_data a::before{font-family:WooCommerce;content:'\e600'}#woocommerce-coupon-data ul.wc-tabs li.active a,#woocommerce-product-data ul.wc-tabs li.active a,.woocommerce ul.wc-tabs li.active a{color:#555;position:relative;background-color:#eee}.woocommerce_page_wc-settings input[type=email],.woocommerce_page_wc-settings input[type=url]{direction:ltr}.woocommerce_page_wc-settings .shippingrows th.check-column{padding-top:20px}.woocommerce_page_wc-settings .shippingrows tfoot th{padding-left:10px}.woocommerce_page_wc-settings .shippingrows .add.button::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none}.woocommerce_page_wc-settings h3.wc-settings-sub-title{font-size:1.2em}#woocommerce-coupon-data .inside,#woocommerce-order-data .inside,#woocommerce-order-downloads .inside,#woocommerce-product-data .inside,#woocommerce-product-type-options .inside{margin:0;padding:0}.panel,.woocommerce_options_panel{padding:9px;color:#555}.panel .form-field .woocommerce-help-tip,.woocommerce_options_panel .form-field .woocommerce-help-tip{font-size:1.4em}.panel,.woocommerce_page_settings .woocommerce_options_panel{padding:0}#woocommerce-product-specs .inside,#woocommerce-product-type-options .panel{margin:0;padding:9px}#woocommerce-product-type-options .panel p,.woocommerce_options_panel fieldset.form-field,.woocommerce_options_panel p{margin:0 0 9px;font-size:12px;padding:5px 9px;line-height:24px}#woocommerce-product-type-options .panel p::after,.woocommerce_options_panel fieldset.form-field::after,.woocommerce_options_panel p::after{content:'.';display:block;height:0;clear:both;visibility:hidden}.woocommerce_options_panel .checkbox,.woocommerce_variable_attributes .checkbox{width:auto;margin:4px 0!important;vertical-align:middle;float:left}.woocommerce_options_panel .downloadable_files table,.woocommerce_variations .downloadable_files table{width:100%;padding:0!important}.woocommerce_options_panel .downloadable_files table th,.woocommerce_variations .downloadable_files table th{padding:7px 0 7px 7px!important}.woocommerce_options_panel .downloadable_files table th.sort,.woocommerce_variations .downloadable_files table th.sort{width:17px;padding:7px!important}.woocommerce_options_panel .downloadable_files table th .woocommerce-help-tip,.woocommerce_variations .downloadable_files table th .woocommerce-help-tip{font-size:1.1em;margin-left:0}.woocommerce_options_panel .downloadable_files table td,.woocommerce_variations .downloadable_files table td{vertical-align:middle!important;padding:4px 0 4px 7px!important;position:relative}.woocommerce_options_panel .downloadable_files table td:last-child,.woocommerce_variations .downloadable_files table td:last-child{padding-right:7px!important}.woocommerce_options_panel .downloadable_files table td input.input_text,.woocommerce_variations .downloadable_files table td input.input_text{width:100%;float:none;min-width:0;margin:1px 0}.woocommerce_options_panel .downloadable_files table td .upload_file_button,.woocommerce_variations .downloadable_files table td .upload_file_button{width:auto;float:right;cursor:pointer}.woocommerce_options_panel .downloadable_files table td .delete,.woocommerce_variations .downloadable_files table td .delete{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;font-size:1.2em}.woocommerce_options_panel .downloadable_files table td .delete::before,.woocommerce_variations .downloadable_files table td .delete::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#999}.woocommerce_options_panel .downloadable_files table td .delete:hover::before,.woocommerce_variations .downloadable_files table td .delete:hover::before{color:#a00}.woocommerce_options_panel .downloadable_files table td.sort,.woocommerce_variations .downloadable_files table td.sort{width:17px;cursor:move;font-size:15px;text-align:center;background:#f9f9f9;padding-right:7px!important}.woocommerce_options_panel .downloadable_files table td.sort::before,.woocommerce_variations .downloadable_files table td.sort::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;float:left;height:100%}.woocommerce_options_panel .downloadable_files table td.sort:hover::before,.woocommerce_variations .downloadable_files table td.sort:hover::before{color:#333}.woocommerce_variation h3 .sort{width:17px;height:26px;cursor:move;float:right;font-size:15px;font-weight:400;margin-right:.5em;visibility:hidden;text-align:center;vertical-align:middle}.woocommerce_variation h3 .sort::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:28px;color:#999;display:block;width:17px;float:left;height:100%}.woocommerce_variation h3 .sort:hover::before{color:#777}.woocommerce_variation h3:hover .sort,.woocommerce_variation.ui-sortable-helper .sort{visibility:visible}.woocommerce_options_panel{min-height:175px;box-sizing:border-box}.woocommerce_options_panel .downloadable_files{padding:0 9px 0 162px;position:relative;margin:9px 0}.woocommerce_options_panel .downloadable_files label{position:absolute;left:0;margin:0 0 0 12px;line-height:24px}.woocommerce_options_panel p{margin:9px 0}.woocommerce_options_panel fieldset.form-field,.woocommerce_options_panel p.form-field{padding:5px 20px 5px 162px!important}.woocommerce_options_panel .sale_price_dates_fields .short:first-of-type{margin-bottom:1em}.woocommerce_options_panel .sale_price_dates_fields .short:nth-of-type(2){clear:left}.woocommerce_options_panel label,.woocommerce_options_panel legend{float:left;width:150px;padding:0;margin:0 0 0 -150px}.woocommerce_options_panel label .req,.woocommerce_options_panel legend .req{font-weight:700;font-style:normal;color:#a00}.woocommerce_options_panel .description{padding:0;margin:0 0 0 7px;clear:none;display:inline}.woocommerce_options_panel .description-block{margin-left:0;display:block}.woocommerce_options_panel input,.woocommerce_options_panel select,.woocommerce_options_panel textarea{margin:0}.woocommerce_options_panel textarea{float:left;height:3.5em;line-height:1.5em;vertical-align:top}.woocommerce_options_panel input[type=text],.woocommerce_options_panel input[type=number],.woocommerce_options_panel input[type=email],.woocommerce_options_panel input[type=password]{width:50%;float:left}.woocommerce_options_panel input.button{width:auto;margin-left:8px}.woocommerce_options_panel select{float:left}.woocommerce_options_panel .short,.woocommerce_options_panel input[type=text].short,.woocommerce_options_panel input[type=number].short,.woocommerce_options_panel input[type=email].short,.woocommerce_options_panel input[type=password].short{width:50%}.woocommerce_options_panel .sized{width:auto!important;margin-right:6px}.woocommerce_options_panel .options_group{border-top:1px solid #fff;border-bottom:1px solid #eee}.woocommerce_options_panel .options_group:first-child{border-top:0}.woocommerce_options_panel .options_group:last-child{border-bottom:0}.woocommerce_options_panel .options_group fieldset{margin:9px 0;font-size:12px;padding:5px 9px;line-height:24px}.woocommerce_options_panel .options_group fieldset label{width:auto;float:none}.woocommerce_options_panel .options_group fieldset ul{float:left;width:50%;margin:0;padding:0}.woocommerce_options_panel .options_group fieldset ul li{margin:0;width:auto}.woocommerce_options_panel .options_group fieldset ul li input{width:auto;float:none;margin-right:4px}.woocommerce_options_panel .options_group fieldset ul.wc-radios label{margin-left:0}.woocommerce_options_panel .dimensions_field .wrap{display:block;width:50%}.woocommerce_options_panel .dimensions_field .wrap input{width:30.75%;margin-right:3.8%}.woocommerce_options_panel .dimensions_field .wrap .last{margin-right:0}.woocommerce_options_panel.padded{padding:1em}#woocommerce-product-data input.dp-applied,.woocommerce_options_panel .select2-container{float:left}#grouped_product_options,#simple_product_options,#virtual_product_options{padding:12px;font-style:italic;color:#666}.wc-metaboxes-wrapper .toolbar{margin:0!important;border-top:1px solid #fff;border-bottom:1px solid #eee;padding:9px 12px!important}.wc-metaboxes-wrapper .toolbar:first-child{border-top:0}.wc-metaboxes-wrapper .toolbar:last-child{border-bottom:0}.wc-metaboxes-wrapper .toolbar .add_variation{float:right;margin-left:5px}.wc-metaboxes-wrapper .toolbar .cancel-variation-changes,.wc-metaboxes-wrapper .toolbar .save-variation-changes{float:left;margin-right:5px}.wc-metaboxes-wrapper p.toolbar{overflow:hidden;zoom:1}.wc-metaboxes-wrapper .expand-close{margin-right:2px;color:#777;font-size:12px;font-style:italic}.wc-metaboxes-wrapper .expand-close a{background:0 0;padding:0;font-size:12px;text-decoration:none}.wc-metaboxes-wrapper#product_attributes .expand-close{float:right;line-height:28px}.wc-metaboxes-wrapper .fr,.wc-metaboxes-wrapper button.add_variable_attribute{float:right;margin:0 0 0 6px}.wc-metaboxes-wrapper .wc-metaboxes{border-bottom:1px solid #eee}.wc-metaboxes-wrapper .wc-metabox-sortable-placeholder{border-color:#bbb;background-color:#f5f5f5;margin-bottom:9px;border-width:1px;border-style:dashed}.wc-metaboxes-wrapper .wc-metabox{background:#fff;border-bottom:1px solid #eee;margin:0!important}.wc-metaboxes-wrapper .wc-metabox select{font-weight:400}.wc-metaboxes-wrapper .wc-metabox:last-of-type{border-bottom:0}.wc-metaboxes-wrapper .wc-metabox .handlediv{width:27px}.wc-metaboxes-wrapper .wc-metabox .handlediv::before{content:'\f142'!important;cursor:pointer;display:inline-block;font:400 20px/1 Dashicons;line-height:.5!important;padding:8px 10px;position:relative;right:12px;top:0}.wc-metaboxes-wrapper .wc-metabox.closed{border-radius:3px}.wc-metaboxes-wrapper .wc-metabox.closed .handlediv::before{content:'\f140'!important}.wc-metaboxes-wrapper .wc-metabox.closed h3{border:0}.wc-metaboxes-wrapper .wc-metabox h3{margin:0!important;padding:.75em .75em .75em 1em!important;font-size:1em!important;overflow:hidden;zoom:1;cursor:move}.wc-metaboxes-wrapper .wc-metabox h3 a.delete,.wc-metaboxes-wrapper .wc-metabox h3 button{float:right}.wc-metaboxes-wrapper .wc-metabox h3 a.delete{color:red;font-weight:400;line-height:26px;text-decoration:none;position:relative;visibility:hidden}.wc-metaboxes-wrapper .wc-metabox h3 strong{line-height:26px;font-weight:700}.wc-metaboxes-wrapper .wc-metabox h3 select{font-family:sans-serif;max-width:20%;margin:.25em .25em .25em 0}.wc-metaboxes-wrapper .wc-metabox h3 .handlediv{background-position:6px 5px!important;visibility:hidden;height:26px}.wc-metaboxes-wrapper .wc-metabox h3.fixed{cursor:pointer!important}.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3{cursor:pointer;padding:.5em .75em .5em 1em!important}.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3 .handlediv,.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3 .sort,.wc-metaboxes-wrapper .wc-metabox.woocommerce_variation h3 a.delete{margin-top:.25em}.wc-metaboxes-wrapper .wc-metabox h3:hover .handlediv,.wc-metaboxes-wrapper .wc-metabox h3:hover a.delete,.wc-metaboxes-wrapper .wc-metabox.ui-sortable-helper .handlediv,.wc-metaboxes-wrapper .wc-metabox.ui-sortable-helper a.delete{visibility:visible}.wc-metaboxes-wrapper .wc-metabox table{width:100%;position:relative;background-color:#fdfdfd;padding:1em;border-top:1px solid #eee}.wc-metaboxes-wrapper .wc-metabox table td{text-align:left;padding:0 6px 1em 0;vertical-align:top;border:0}.wc-metaboxes-wrapper .wc-metabox table td label{text-align:left;display:block;line-height:21px}.wc-metaboxes-wrapper .wc-metabox table td input{float:left;min-width:200px}.wc-metaboxes-wrapper .wc-metabox table td input,.wc-metaboxes-wrapper .wc-metabox table td textarea{width:100%;margin:0;display:block;font-size:14px;padding:4px;color:#555}.wc-metaboxes-wrapper .wc-metabox table td .select2-container,.wc-metaboxes-wrapper .wc-metabox table td select{width:100%!important}.wc-metaboxes-wrapper .wc-metabox table td input.short{width:200px}.wc-metaboxes-wrapper .wc-metabox table td input.checkbox{width:16px;min-width:inherit;vertical-align:text-bottom;display:inline-block;float:none}.wc-metaboxes-wrapper .wc-metabox table td.attribute_name{width:200px}.wc-metaboxes-wrapper .wc-metabox table .minus,.wc-metaboxes-wrapper .wc-metabox table .plus{margin-top:6px}.wc-metaboxes-wrapper .wc-metabox table .fl{float:left}.wc-metaboxes-wrapper .wc-metabox table .fr{float:right}.variations-pagenav{float:right;line-height:24px}.variations-pagenav .displaying-num{color:#777;font-size:12px;font-style:italic}.variations-pagenav a{padding:0 10px 3px;background:rgba(0,0,0,.05);font-size:16px;font-weight:400;text-decoration:none}.variations-pagenav a.disabled,.variations-pagenav a.disabled:active,.variations-pagenav a.disabled:focus,.variations-pagenav a.disabled:hover{color:#a0a5aa;background:rgba(0,0,0,.05)}.variations-defaults{float:left}.variations-defaults select{margin:.25em .25em .25em 0}.woocommerce_variable_attributes{background-color:#fdfdfd;border-top:1px solid #eee}.woocommerce_variable_attributes .data{padding:1em 2em}.woocommerce_variable_attributes .data::after,.woocommerce_variable_attributes .data::before{content:' ';display:table}.woocommerce_variable_attributes .upload_image_button{display:block;width:64px;height:64px;float:left;margin-right:20px;position:relative;cursor:pointer}.woocommerce_variable_attributes .upload_image_button img{width:100%;height:auto;display:none}.woocommerce_variable_attributes .upload_image_button::before{content:'\f128';font-family:Dashicons;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;line-height:64px;font-size:64px;font-weight:400;-webkit-font-smoothing:antialiased}.woocommerce_variable_attributes .upload_image_button.remove img{display:block}.woocommerce_variable_attributes .upload_image_button.remove::before{content:'\f335';display:none}.woocommerce_variable_attributes .upload_image_button.remove:hover::before{display:block}.woocommerce_variable_attributes .options{border:1px solid #eee;border-width:1px 0;padding:.25em 0}.woocommerce_variable_attributes .options label{display:inline-block;padding:4px 1em 2px 0}.woocommerce_variable_attributes .options input[type=checkbox]{margin:0 5px 0 .5em!important;vertical-align:middle}.form-row label{display:inline-block}.form-row .woocommerce-help-tip{float:right}.form-row input[type=number],.form-row input[type=text],.form-row select,.form-row textarea{width:100%;vertical-align:middle;margin:2px 0 0;padding:6px}.form-row select{height:30px;line-height:30px}.form-row.dimensions_field .wrap{clear:left;display:block}.form-row.dimensions_field input{width:33%;float:left;vertical-align:middle}.form-row.dimensions_field input:last-of-type{margin-right:0;width:34%}.form-row.form-row-first,.form-row.form-row-last{width:48%;float:right}.form-row.form-row-first{clear:both;float:left}.form-row.form-row-full{clear:both}.tips{cursor:help;text-decoration:none}img.tips{padding:5px 0 0}#tiptip_holder{display:none;position:absolute;top:0;left:0;z-index:9999999}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-left:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-left:-6px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-left:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-left:-5px;border-right-color:#333}#tiptip_holder.tip_left{padding-right:5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-left:-7px;border-left-color:#333}#tiptip_content,.chart-tooltip,.wc_error_tip{color:#fff;font-size:.8em;max-width:150px;background:#333;text-align:center;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.chart-tooltip code,.wc_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}.wc_error_tip{max-width:20em;line-height:1.8em;position:absolute;white-space:normal;background:#d82223;margin:1.5em 1px 0 -1em;z-index:9999999}.wc_error_tip::after{content:'';display:block;border:8px solid #d82223;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-3px;left:50%;margin:-1em 0 0 -3px}img.ui-datepicker-trigger{vertical-align:middle;margin-top:-1px;cursor:pointer}.wc-metabox-content img.ui-datepicker-trigger,.woocommerce_options_panel img.ui-datepicker-trigger{float:left;margin-right:8px;margin-top:4px;margin-left:4px}#ui-datepicker-div{display:none}.woocommerce-reports-wide.woocommerce-reports-wrap,.woocommerce-reports-wrap.woocommerce-reports-wrap{margin-left:300px;padding-top:18px}.woocommerce-reports-wide.halved,.woocommerce-reports-wrap.halved{margin:0;overflow:hidden;zoom:1}.woocommerce-reports-wide .widefat td,.woocommerce-reports-wrap .widefat td{vertical-align:top;padding:7px}.woocommerce-reports-wide .widefat td .description,.woocommerce-reports-wrap .widefat td .description{margin:4px 0 0}.woocommerce-reports-wide .postbox::after,.woocommerce-reports-wrap .postbox::after{content:'.';display:block;height:0;clear:both;visibility:hidden}.woocommerce-reports-wide .postbox h3,.woocommerce-reports-wrap .postbox h3{cursor:default!important}.woocommerce-reports-wide .postbox .inside,.woocommerce-reports-wrap .postbox .inside{padding:10px;margin:0!important}.woocommerce-reports-wide .postbox div.stats_range,.woocommerce-reports-wide .postbox h3.stats_range,.woocommerce-reports-wrap .postbox div.stats_range,.woocommerce-reports-wrap .postbox h3.stats_range{border-bottom-color:#dfdfdf;margin:0;padding:0!important}.woocommerce-reports-wide .postbox div.stats_range .export_csv,.woocommerce-reports-wide .postbox h3.stats_range .export_csv,.woocommerce-reports-wrap .postbox div.stats_range .export_csv,.woocommerce-reports-wrap .postbox h3.stats_range .export_csv{float:right;line-height:26px;border-left:1px solid #dfdfdf;padding:10px;display:block;text-decoration:none}.woocommerce-reports-wide .postbox div.stats_range .export_csv::before,.woocommerce-reports-wide .postbox h3.stats_range .export_csv::before,.woocommerce-reports-wrap .postbox div.stats_range .export_csv::before,.woocommerce-reports-wrap .postbox h3.stats_range .export_csv::before{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;content:"";text-decoration:none;margin-right:4px}.woocommerce-reports-wide .postbox div.stats_range ul,.woocommerce-reports-wide .postbox h3.stats_range ul,.woocommerce-reports-wrap .postbox div.stats_range ul,.woocommerce-reports-wrap .postbox h3.stats_range ul{list-style:none;margin:0;padding:0;zoom:1;background:#f5f5f5;border-bottom:1px solid #ccc}.woocommerce-reports-wide .postbox div.stats_range ul::after,.woocommerce-reports-wide .postbox div.stats_range ul::before,.woocommerce-reports-wide .postbox h3.stats_range ul::after,.woocommerce-reports-wide .postbox h3.stats_range ul::before,.woocommerce-reports-wrap .postbox div.stats_range ul::after,.woocommerce-reports-wrap .postbox div.stats_range ul::before,.woocommerce-reports-wrap .postbox h3.stats_range ul::after,.woocommerce-reports-wrap .postbox h3.stats_range ul::before{content:' ';display:table}.woocommerce-reports-wide .postbox div.stats_range ul::after,.woocommerce-reports-wide .postbox h3.stats_range ul::after,.woocommerce-reports-wrap .postbox div.stats_range ul::after,.woocommerce-reports-wrap .postbox h3.stats_range ul::after{clear:both}.woocommerce-reports-wide .postbox div.stats_range ul li,.woocommerce-reports-wide .postbox h3.stats_range ul li,.woocommerce-reports-wrap .postbox div.stats_range ul li,.woocommerce-reports-wrap .postbox h3.stats_range ul li{float:left;margin:0;padding:0;line-height:26px;font-weight:700;font-size:14px}.woocommerce-reports-wide .postbox div.stats_range ul li a,.woocommerce-reports-wide .postbox h3.stats_range ul li a,.woocommerce-reports-wrap .postbox div.stats_range ul li a,.woocommerce-reports-wrap .postbox h3.stats_range ul li a{border-right:1px solid #dfdfdf;padding:10px;display:block;text-decoration:none}.woocommerce-reports-wide .postbox div.stats_range ul li.active,.woocommerce-reports-wide .postbox h3.stats_range ul li.active,.woocommerce-reports-wrap .postbox div.stats_range ul li.active,.woocommerce-reports-wrap .postbox h3.stats_range ul li.active{background:#fff;-webkit-box-shadow:0 4px 0 0 #fff;box-shadow:0 4px 0 0 #fff}.woocommerce-reports-wide .postbox div.stats_range ul li.active a,.woocommerce-reports-wide .postbox h3.stats_range ul li.active a,.woocommerce-reports-wrap .postbox div.stats_range ul li.active a,.woocommerce-reports-wrap .postbox h3.stats_range ul li.active a{color:#777}.woocommerce-reports-wide .postbox div.stats_range ul li.custom,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom{padding:9px 10px;vertical-align:middle}.woocommerce-reports-wide .postbox div.stats_range ul li.custom div,.woocommerce-reports-wide .postbox div.stats_range ul li.custom form,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom div,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom form,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom div,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom form,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom div,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom form{display:inline;margin:0}.woocommerce-reports-wide .postbox div.stats_range ul li.custom div input.range_datepicker,.woocommerce-reports-wide .postbox div.stats_range ul li.custom form input.range_datepicker,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom div input.range_datepicker,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom form input.range_datepicker,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom div input.range_datepicker,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom form input.range_datepicker,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom div input.range_datepicker,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom form input.range_datepicker{padding:0;margin:0 10px 0 0;background:0 0;border:0;color:#777;text-align:center;-webkit-box-shadow:none;box-shadow:none}.woocommerce-reports-wide .postbox div.stats_range ul li.custom div input.range_datepicker.from,.woocommerce-reports-wide .postbox div.stats_range ul li.custom form input.range_datepicker.from,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom div input.range_datepicker.from,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom form input.range_datepicker.from,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom div input.range_datepicker.from,.woocommerce-reports-wrap .postbox div.stats_range ul li.custom form input.range_datepicker.from,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom div input.range_datepicker.from,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom form input.range_datepicker.from{margin-right:0}.woocommerce-reports-wide .postbox .chart-with-sidebar,.woocommerce-reports-wrap .postbox .chart-with-sidebar{padding:12px 12px 12px 249px;margin:0!important}.woocommerce-reports-wide .postbox .chart-with-sidebar .chart-sidebar,.woocommerce-reports-wrap .postbox .chart-with-sidebar .chart-sidebar{width:225px;margin-left:-237px;float:left}.woocommerce-reports-wide .postbox .chart-widgets,.woocommerce-reports-wrap .postbox .chart-widgets{margin:0;padding:0}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget{margin:0 0 1em;background:#fafafa;border:1px solid #dfdfdf}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget::after,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget::after{content:'.';display:block;height:0;clear:both;visibility:hidden}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget h4,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget h4{background:#fff;border:1px solid #dfdfdf;border-left-width:0;border-right-width:0;padding:10px;margin:0;color:#2ea2cc;border-top-width:0;background-image:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f9f9f9));background-image:-webkit-linear-gradient(bottom,#ececec,#f9f9f9);background-image:-moz-linear-gradient(bottom,#ececec,#f9f9f9);background-image:-o-linear-gradient(bottom,#ececec,#f9f9f9);background-image:linear-gradient(to top,#ececec,#f9f9f9)}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.count,.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table tr.active td,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.count,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table tr.active td{background:#f5f5f5}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget h4.section_title:hover,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget h4.section_title:hover{color:#a00}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title{cursor:pointer}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title span,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title span{display:block}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title span::after,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title span::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"";text-decoration:none;float:right;font-size:.9em;line-height:1.618}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title.open,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title.open{color:#333}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section_title.open span::after,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section_title.open span::after{display:none}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section{border-bottom:1px solid #dfdfdf}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section .select2-container,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section .select2-container{width:100%!important}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section:last-of-type,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section:last-of-type{border-radius:0 0 3px 3px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table{width:100%}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td{padding:7px 10px;vertical-align:top;border-top:1px solid #e5e5e5;line-height:1.4em}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table tr:first-child td,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table tr:first-child td{border-top:0}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.name,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.name{max-width:175px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.name a,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.name a{word-wrap:break-word}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table td.sparkline,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.sparkline{vertical-align:middle}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget table .wc_sparkline,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table .wc_sparkline{width:32px;height:1em;display:block;float:right}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget form,.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget p,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget form,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget p{margin:0;padding:10px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget form .submit,.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget p .submit,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget form .submit,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget p .submit{margin-top:10px}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget #product_ids,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget #product_ids{width:100%}.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .select_all,.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .select_none,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .select_all,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .select_none{float:right;color:#999;margin-left:4px;margin-top:10px}.woocommerce-reports-wide .postbox .chart-legend,.woocommerce-reports-wrap .postbox .chart-legend{list-style:none;margin:0 0 1em;padding:0;border:1px solid #dfdfdf;border-right-width:0;border-bottom-width:0;background:#fff}.woocommerce-reports-wide .postbox .chart-legend li,.woocommerce-reports-wrap .postbox .chart-legend li{border-right:5px solid #aaa;color:#aaa;padding:1em;display:block;margin:0;-webkit-transition:all ease .5s;box-shadow:inset 0 -1px 0 0 #dfdfdf}.woocommerce-reports-wide .postbox .chart-legend li strong,.woocommerce-reports-wrap .postbox .chart-legend li strong{font-size:1.618em;line-height:1.2em;color:#464646;font-weight:400;display:block;font-family:HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',sans-serif}.woocommerce-reports-wide .postbox .chart-legend li strong del,.woocommerce-reports-wrap .postbox .chart-legend li strong del{color:#e74c3c;font-weight:400}.woocommerce-reports-wide .postbox .chart-legend li:hover,.woocommerce-reports-wrap .postbox .chart-legend li:hover{box-shadow:inset 0 -1px 0 0 #dfdfdf,inset 300px 0 0 rgba(156,93,144,.1);border-right:5px solid #9c5d90!important;padding-left:1.5em;color:#9c5d90}.woocommerce-reports-wide .postbox .pie-chart-legend,.woocommerce-reports-wrap .postbox .pie-chart-legend{margin:12px 0 0;overflow:hidden}.woocommerce-reports-wide .postbox .pie-chart-legend li,.woocommerce-reports-wrap .postbox .pie-chart-legend li{float:left;margin:0;padding:6px 0 0;border-top:4px solid #999;text-align:center;box-sizing:border-box;width:50%}.woocommerce-reports-wide .postbox .stat,.woocommerce-reports-wrap .postbox .stat{font-size:1.5em!important;font-weight:700;text-align:center}.woocommerce-reports-wide .postbox .chart-placeholder,.woocommerce-reports-wrap .postbox .chart-placeholder{width:100%;height:650px;overflow:hidden;position:relative}.woocommerce-reports-wide .postbox .chart-prompt,.woocommerce-reports-wrap .postbox .chart-prompt{line-height:650px;margin:0;color:#999;font-size:1.2em;font-style:italic;text-align:center}.woocommerce-reports-wide .postbox .chart-container,.woocommerce-reports-wrap .postbox .chart-container{background:#fff;padding:12px;position:relative;border:1px solid #dfdfdf;border-radius:3px}.woocommerce-reports-wide .postbox .main .chart-legend,.woocommerce-reports-wrap .postbox .main .chart-legend{margin-top:12px}.woocommerce-reports-wide .postbox .main .chart-legend li,.woocommerce-reports-wrap .postbox .main .chart-legend li{border-right:0;margin:0 8px 0 0;float:left;border-top:4px solid #aaa}.woocommerce-reports-wide .woocommerce-reports-main,.woocommerce-reports-wrap .woocommerce-reports-main{float:left;min-width:100%}.woocommerce-reports-wide .woocommerce-reports-main table td,.woocommerce-reports-wrap .woocommerce-reports-main table td{padding:9px}.woocommerce-reports-wide .woocommerce-reports-sidebar,.woocommerce-reports-wrap .woocommerce-reports-sidebar{display:inline;width:281px;margin-left:-300px;clear:both;float:left}.woocommerce-reports-wide .woocommerce-reports-left,.woocommerce-reports-wrap .woocommerce-reports-left{width:49.5%;float:left}.woocommerce-reports-wide .woocommerce-reports-right,.woocommerce-reports-wrap .woocommerce-reports-right{width:49.5%;float:right}.woocommerce-reports-wide .column-wc_actions a.edit,.woocommerce-reports-wide .column-wc_actions a.view,.woocommerce-reports-wrap .column-wc_actions a.edit,.woocommerce-reports-wrap .column-wc_actions a.view{display:block;text-indent:-9999px;position:relative;padding:0!important;height:2em!important;width:2em}.woocommerce-reports-wide .column-wc_actions a.edit::after,.woocommerce-reports-wide .column-wc_actions a.view::after,.woocommerce-reports-wrap .column-wc_actions a.edit::after,.woocommerce-reports-wrap .column-wc_actions a.view::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;line-height:1.85}.woocommerce-reports-wide .column-wc_actions a.edit::after,.woocommerce-reports-wrap .column-wc_actions a.edit::after{content:'\f464'}.woocommerce-reports-wide .column-wc_actions a.view::after,.woocommerce-reports-wrap .column-wc_actions a.view::after{content:'\f177'}.woocommerce-wide-reports-wrap{padding-bottom:11px}.woocommerce-wide-reports-wrap .widefat .export-data{float:right}.woocommerce-wide-reports-wrap .widefat td,.woocommerce-wide-reports-wrap .widefat th{vertical-align:middle;padding:7px}form.report_filters div,form.report_filters input,form.report_filters label,form.report_filters p{vertical-align:middle}.chart-tooltip{position:absolute;display:none;line-height:1}table.bar_chart{width:100%}table.bar_chart thead th{text-align:left;color:#ccc;padding:6px 0}table.bar_chart tbody th{padding:6px 0;width:25%;text-align:left!important;font-weight:400!important;border-bottom:1px solid #fee}table.bar_chart tbody td{text-align:right;line-height:24px;padding:6px 6px 6px 0;border-bottom:1px solid #fee}table.bar_chart tbody td span{color:#8a4b75;display:block}table.bar_chart tbody td span.alt{color:#47a03e;margin-top:6px}table.bar_chart tbody td.bars{position:relative;text-align:left;padding:6px 6px 6px 0;border-bottom:1px solid #fee}table.bar_chart tbody td.bars a,table.bar_chart tbody td.bars span{text-decoration:none;clear:both;background:#8a4b75;float:left;display:block;line-height:24px;height:24px;-moz-border-radius:3px;-webkit-border-radius:3px;-o-border-radius:3px;-khtml-border-radius:3px;border-radius:3px}.post-type-product .woocommerce-BlankState-message::before,.post-type-shop_coupon .woocommerce-BlankState-message::before,.post-type-shop_order .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center}table.bar_chart tbody td.bars span.alt{clear:both;background:#47a03e}table.bar_chart tbody td.bars span.alt span{margin:0;color:#c5dec2!important;text-shadow:0 1px 0 #47a03e;background:0 0}.post-type-shop_order .woocommerce-BlankState-message::before{content:""}.post-type-shop_coupon .woocommerce-BlankState-message::before{content:""}.post-type-product .woocommerce-BlankState-message::before{content:""}.woocommerce-BlankState{text-align:center;padding:5em 0 0}.woocommerce-BlankState .woocommerce-BlankState-message{color:#aaa;margin:0 auto 1.5em;line-height:1.5em;font-size:1.2em;max-width:500px}.woocommerce-BlankState .woocommerce-BlankState-message::before{color:#ddd;text-shadow:0 -1px 1px rgba(0,0,0,.2),0 1px 0 rgba(255,255,255,.8);font-size:8em;display:block;position:relative!important;top:auto;left:auto;line-height:1em;margin:0 0 .1875em}.woocommerce-BlankState .woocommerce-BlankState-cta{font-size:1.2em;padding:.75em 1.5em;height:auto}@media only screen and (max-width:1280px){#order_data .order_data_column{width:48%}#order_data .order_data_column:first-child{width:100%}.woocommerce_options_panel .description{display:block;clear:both;margin-left:0}.woocommerce_options_panel .dimensions_field .wrap,.woocommerce_options_panel .short,.woocommerce_options_panel input[type=text].short,.woocommerce_options_panel input[type=number].short,.woocommerce_options_panel input[type=email].short,.woocommerce_options_panel input[type=password].short{width:80%}.woocommerce_options_panel .downloadable_files,.woocommerce_variations .downloadable_files{padding:0;clear:both}.woocommerce_options_panel .downloadable_files label,.woocommerce_variations .downloadable_files label{position:static}.woocommerce_options_panel .downloadable_files table,.woocommerce_variations .downloadable_files table{margin:0 12px 24px;width:94%}.woocommerce_options_panel .downloadable_files table .sort,.woocommerce_variations .downloadable_files table .sort{visibility:hidden}.woocommerce_options_panel .woocommerce_variable_attributes .downloadable_files table,.woocommerce_variations .woocommerce_variable_attributes .downloadable_files table{margin:0 0 1em;width:100%}}@media only screen and (max-width:900px){#woocommerce-coupon-data ul.coupon_data_tabs,#woocommerce-product-data .wc-tabs-back,#woocommerce-product-data ul.product_data_tabs{width:10%}#woocommerce-coupon-data .wc-metaboxes-wrapper,#woocommerce-coupon-data .woocommerce_options_panel,#woocommerce-product-data .wc-metaboxes-wrapper,#woocommerce-product-data .woocommerce_options_panel{width:90%}#woocommerce-coupon-data ul.coupon_data_tabs li a,#woocommerce-product-data ul.product_data_tabs li a{position:relative;text-indent:-999px;padding:10px}#woocommerce-coupon-data ul.coupon_data_tabs li a::before,#woocommerce-product-data ul.product_data_tabs li a::before{position:absolute;top:0;right:0;bottom:0;left:0;text-indent:0;text-align:center;line-height:40px;width:100%;height:40px}}@media only screen and (max-width:782px){#wp-excerpt-media-buttons a{font-size:16px;line-height:37px;height:39px;padding:0 20px 0 15px}#wp-excerpt-editor-tools{padding-top:20px;padding-right:15px;overflow:hidden;margin-bottom:-1px}.post-type-product .wp-list-table .is-expanded td:not(.hidden),.post-type-shop_order .wp-list-table .is-expanded td:not(.hidden){overflow:visible}#woocommerce-product-data .checkbox{width:25px}.variations-pagenav{float:none;text-align:center;font-size:18px}.variations-pagenav .displaying-num{font-size:16px}.variations-pagenav a{padding:8px 20px 11px;font-size:18px}.variations-pagenav select{padding:0 20px}.variations-defaults{float:none;text-align:center;margin-top:10px}.post-type-product .wp-list-table .column-thumb{display:none;text-align:left;padding-bottom:0}.post-type-product .wp-list-table .column-thumb::before{display:none!important}.post-type-product .wp-list-table .column-thumb img{max-width:32px}.post-type-product .wp-list-table .toggle-row{top:-28px}.post-type-shop_order .wp-list-table .column-order_status{display:none;text-align:left;padding-bottom:0}.post-type-shop_order .wp-list-table .column-order_status mark{margin:0}.post-type-shop_order .wp-list-table .column-order_status::before{display:none!important}.post-type-shop_order .wp-list-table .column-customer_message,.post-type-shop_order .wp-list-table .column-order_notes{text-align:inherit}.post-type-shop_order .wp-list-table .column-order_notes .note-on{font-size:1.3em;margin:0}.post-type-shop_order .wp-list-table .toggle-row{top:-15px}}@media only screen and (max-width:500px){.woocommerce_options_panel label,.woocommerce_options_panel legend{float:none;width:auto;display:block;margin:0}.woocommerce_options_panel fieldset.form-field,.woocommerce_options_panel p.form-field{padding:5px 20px!important}}.wc-backbone-modal *{box-sizing:border-box}.wc-backbone-modal .wc-backbone-modal-content{position:fixed;background:#fff;z-index:100000;left:50%;top:50%;transform:translate(-50%,-50%);width:500px}.wc-backbone-modal .wc-backbone-modal-content article{overflow:auto}.wc-backbone-modal.wc-backbone-modal-shipping-method-settings .wc-backbone-modal-content{width:75%;min-width:500px}.wc-backbone-modal .select2-container{width:100%!important}.wc-backbone-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background:#000;opacity:.7;z-index:99900}.wc-backbone-modal-main{padding-bottom:55px}.wc-backbone-modal-main article,.wc-backbone-modal-main header{display:block;position:relative}.wc-backbone-modal-main .wc-backbone-modal-header{height:auto;background:#fcfcfc;padding:1em 1.5em;border-bottom:1px solid #ddd}.wc-backbone-modal-main .wc-backbone-modal-header h1{margin:0;font-size:18px;font-weight:700;line-height:1.5em}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link{cursor:pointer;color:#777;height:54px;width:54px;padding:0;position:absolute;top:0;right:0;text-align:center;border:0;border-left:1px solid #ddd;background-color:transparent;-webkit-transition:color .1s ease-in-out,background .1s ease-in-out;transition:color .1s ease-in-out,background .1s ease-in-out}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link::before{font:400 22px/50px dashicons!important;color:#666;display:block;content:'\f335';font-weight:300}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:focus,.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:hover{background:#ddd;border-color:#ccc;color:#000}.wc-backbone-modal-main .wc-backbone-modal-header .modal-close-link:focus{outline:0}.wc-backbone-modal-main article{padding:1.5em}.wc-backbone-modal-main article p{margin:1.5em 0}.wc-backbone-modal-main article p:last-child,.wc-backbone-modal-main footer .inner .button{margin-bottom:0}.wc-backbone-modal-main article p:first-child{margin-top:0}.wc-backbone-modal-main article .pagination{padding:10px 0 0;text-align:center}.wc-backbone-modal-main footer{position:absolute;left:0;right:0;bottom:0;z-index:100;padding:1em 1.5em;background:#fcfcfc;border-top:1px solid #dfdfdf;box-shadow:0 -4px 4px -4px rgba(0,0,0,.1)}.select2-container .select2-selection,.select2-dropdown{border-color:#ddd}.wc-backbone-modal-main footer .inner{float:right;line-height:23px}.select2-drop,.select2-dropdown{z-index:999999!important}.select2-results{line-height:1.5em}.select2-results .select2-results__group,.select2-results .select2-results__option{margin:0;padding:8px}.select2-dropdown--below{box-shadow:0 1px 1px rgba(0,0,0,.1)}.select2-dropdown--above{box-shadow:0 -1px 1px rgba(0,0,0,.1)}.select2-selection__rendered.ui-sortable li{cursor:move}.select2-container .select2-search__field{min-width:150px}.select2-container .select2-selection--single{height:32px}.select2-container .select2-selection--single .select2-selection__rendered{line-height:32px;padding-right:24px}.select2-container .select2-selection--single .select2-selection__arrow{right:3px;height:30px}.select2-container .select2-selection--multiple{min-height:28px;border-radius:0;line-height:1.5}.select2-container .select2-selection--multiple li{margin:0}.select2-container .select2-selection--multiple .select2-selection__choice{padding:2px 6px}.select2-container .select2-selection__clear{color:#999;margin-top:-1px}.select2-container .select2-search--inline .select2-search__field{font-family:inherit;font-size:inherit;font-weight:inherit;padding:3px 0}.woocommerce table.form-table .select2-container{min-width:400px!important}.post-type-shop_order .tablenav .actions{overflow:visible}.post-type-shop_order .tablenav input,.post-type-shop_order .tablenav select{line-height:32px;height:32px}.post-type-shop_order .tablenav .select2-container{float:left;width:200px!important;font-size:14px;vertical-align:middle;margin:1px 6px 4px 1px}
assets/css/admin.scss ADDED
@@ -0,0 +1,5578 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ /**
3
+ * admin.scss
4
+ * General WooCommerce admin styles. Settings, product data tabs, reports, etc.
5
+ */
6
+
7
+ /**
8
+ * Imports
9
+ */
10
+ @import 'bourbon';
11
+ @import 'mixins';
12
+ @import 'variables';
13
+ @import 'animation';
14
+ @import 'fonts';
15
+
16
+ /**
17
+ * Styling begins
18
+ */
19
+ .blockUI.blockOverlay {
20
+ @include loader();
21
+ }
22
+
23
+ .wc_addons_wrap {
24
+
25
+ .addons-featured {
26
+ max-width: 1140px;
27
+ margin: -1%;
28
+ }
29
+
30
+ .addons-banner-block-item-icon,
31
+ .addons-column-block-item-icon {
32
+ align-items: center;
33
+ display: flex;
34
+ justify-content: center;
35
+ }
36
+
37
+ .addons-banner-block {
38
+ background: #ffffff;
39
+ box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
40
+ margin: 2% 1% 0;
41
+ max-width: 1140px;
42
+ padding: 20px;
43
+ }
44
+
45
+ .addons-banner-block img {
46
+ height: 62px;
47
+ }
48
+
49
+ .addons-banner-block p {
50
+ margin: 0 0 20px;
51
+ }
52
+
53
+ .addons-banner-block-items {
54
+ display: flex;
55
+ flex-direction: row;
56
+ flex-wrap: wrap;
57
+ justify-content: space-around;
58
+ margin: 0 -10px 0 -10px;
59
+ }
60
+
61
+ .addons-banner-block-item {
62
+ border: 1px solid #e6e6e6;
63
+ border-radius: 3px;
64
+ flex: 1 1 200px;
65
+ margin: 10px;
66
+ max-width: 350px;
67
+ min-width: 200px;
68
+ width: 30%;
69
+ }
70
+
71
+ .addons-banner-block-item-icon {
72
+ background: #f7f7f7;
73
+ height: 143px;
74
+ }
75
+
76
+ .addons-banner-block-item-content {
77
+ display: flex;
78
+ flex-direction: column;
79
+ height: 184px;
80
+ justify-content: space-between;
81
+ padding: 24px;
82
+ }
83
+
84
+ .addons-banner-block-item-content h3 {
85
+ margin-top: 0;
86
+ }
87
+
88
+ .addons-banner-block-item-content p {
89
+ margin: 0 0 auto;
90
+ }
91
+
92
+ .addons-column-section {
93
+ display: flex;
94
+ flex-direction: row;
95
+ flex-wrap: wrap;
96
+ justify-content: space-around;
97
+ }
98
+
99
+ .addons-column {
100
+ flex: 1 1 200px;
101
+ margin: 0 1%;
102
+ width: 49.5%;
103
+ }
104
+
105
+ .addons-small-light-block,
106
+ .addons-small-dark-block,
107
+ .addons-column-block {
108
+ box-sizing: border-box;
109
+ box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
110
+ margin: 4% 0 0;
111
+ padding: 20px;
112
+ }
113
+
114
+ .addons-column-block img {
115
+ max-height: 50px;
116
+ max-width: 50px;
117
+ }
118
+
119
+ .addons-small-light-block,
120
+ .addons-column-block {
121
+ background: #ffffff;
122
+ }
123
+
124
+ .addons-column-block-left {
125
+ float: left;
126
+ }
127
+
128
+ .addons-column-block-right {
129
+ float: right;
130
+ }
131
+
132
+ .addons-column-block-item {
133
+ display: flex;
134
+ border-top: 2px solid #f9f9f9;
135
+ flex-direction: row;
136
+ flex-wrap: wrap;
137
+ justify-content: space-between;
138
+ margin: 0 -20px;
139
+ padding: 20px;
140
+ }
141
+
142
+ .addons-column-block-item-icon {
143
+ background: #f7f7f7;
144
+ border: 1px solid #e6e6e6;
145
+ height: 100px;
146
+ margin: 0 10px 10px 0;
147
+ width: 100px;
148
+ }
149
+
150
+ .addons-column-block-item-content {
151
+ display: flex;
152
+ flex: 1 1 200px;
153
+ flex-wrap: wrap;
154
+ height: 20%;
155
+ justify-content: space-between;
156
+ min-width: 200px;
157
+ }
158
+
159
+ .addons-column-block-item-content h2 {
160
+ float: left;
161
+ margin-top: 8px;
162
+ }
163
+
164
+ .addons-column-block-item-content a {
165
+ float: right;
166
+ }
167
+
168
+ .addons-column-block-item-content p {
169
+ float: left;
170
+ }
171
+
172
+ .addons-small-dark-block {
173
+ background-color: #54687d;
174
+ text-align: center;
175
+ }
176
+
177
+ .addons-small-dark-items {
178
+ display: flex;
179
+ flex-wrap: wrap;
180
+ justify-content: space-around;
181
+ }
182
+
183
+ .addons-small-dark-item {
184
+ margin: 0 0 20px;
185
+ }
186
+
187
+ .addons-small-dark-block h1 {
188
+ color: #ffffff;
189
+ }
190
+
191
+ .addons-small-dark-block p {
192
+ color: #fafafa;
193
+ }
194
+
195
+ .addons-small-dark-item-icon img {
196
+ height: 30px;
197
+ }
198
+
199
+ .addons-small-dark-item a {
200
+ margin: 28px auto 0;
201
+ }
202
+
203
+ .addons-small-light-block {
204
+ display: flex;
205
+ flex-wrap: wrap;
206
+ }
207
+
208
+ .addons-small-light-block h1 {
209
+ margin-top: -12px;
210
+ }
211
+
212
+ .addons-small-light-block p {
213
+ margin-top: 0;
214
+ }
215
+
216
+ .addons-small-light-block img {
217
+ height: 225px;
218
+ margin: 0 0 0 -20px;
219
+ }
220
+
221
+ .addons-small-light-block-content {
222
+ display: flex;
223
+ flex: 1 1 100px;
224
+ flex-direction: column;
225
+ justify-content: space-around;
226
+ }
227
+
228
+ .addons-small-light-block-buttons {
229
+ display: flex;
230
+ justify-content: space-between;
231
+ }
232
+
233
+ .addons-small-light-block-content a {
234
+ width: 48%;
235
+ }
236
+
237
+ .addons-button {
238
+ border-radius: 3px;
239
+ cursor: pointer;
240
+ display: block;
241
+ height: 37px;
242
+ line-height: 37px;
243
+ text-align: center;
244
+ text-decoration: none;
245
+ width: 124px;
246
+ }
247
+
248
+ .addons-button-solid {
249
+ background-color: #955a89;
250
+ color: #ffffff;
251
+ }
252
+
253
+ .addons-button-solid:hover {
254
+ color: #ffffff;
255
+ opacity: 0.8;
256
+ }
257
+
258
+ .addons-button-outline-green {
259
+ border: 1px solid #73ae39;
260
+ color: #73ae39;
261
+ }
262
+
263
+ .addons-button-outline-green:hover {
264
+ color: #73ae39;
265
+ opacity: 0.8;
266
+ }
267
+
268
+ .addons-button-outline-white {
269
+ border: 1px solid #ffffff;
270
+ color: #ffffff;
271
+ }
272
+
273
+ .addons-button-outline-white:hover {
274
+ color: #ffffff;
275
+ opacity: 0.8;
276
+ }
277
+
278
+ .addons-button-installed {
279
+ background: #e6e6e6;
280
+ color: #3c3c3c;
281
+ }
282
+
283
+ .addons-button-installed:hover {
284
+ color: #3c3c3c;
285
+ opacity: 0.8;
286
+ }
287
+
288
+ @media only screen and (max-width : 400px) {
289
+ .addons-featured {
290
+ margin: -1% -5%;
291
+ }
292
+
293
+ .addons-button {
294
+ width: 100%;
295
+ }
296
+
297
+ .addons-small-dark-item {
298
+ width: 100%;
299
+ }
300
+
301
+ .addons-column-block-item-icon {
302
+ background: none;
303
+ border: none;
304
+ height: 75px;
305
+ margin: 0 10px 10px 0;
306
+ width: 75px;
307
+ }
308
+ }
309
+
310
+ .products {
311
+ overflow: hidden;
312
+
313
+ li {
314
+ float: left;
315
+ margin: 0 1em 1em 0 !important;
316
+ padding: 0;
317
+ vertical-align: top;
318
+ width: 300px;
319
+
320
+ a {
321
+ text-decoration: none;
322
+ color: inherit;
323
+ border: 1px solid #ddd;
324
+ display: block;
325
+ min-height: 220px;
326
+ overflow: hidden;
327
+ background: #f5f5f5;
328
+ box-shadow:
329
+ inset 0 1px 0 rgba(255, 255, 255, 0.2),
330
+ inset 0 -1px 0 rgba(0, 0, 0, 0.1);
331
+
332
+ img {
333
+ max-width: 258px;
334
+ max-height: 24px;
335
+ padding: 17px 20px;
336
+ display: block;
337
+ margin: 0;
338
+ background: #fff;
339
+ border-right: 260px solid #fff;
340
+ }
341
+
342
+ img.extension-thumb + h3 {
343
+ display: none;
344
+ }
345
+
346
+ .price {
347
+ display: none;
348
+ }
349
+
350
+ h2, h3 {
351
+ margin: 0 !important;
352
+ padding: 20px !important;
353
+ background: #fff;
354
+ }
355
+
356
+ p {
357
+ padding: 20px !important;
358
+ margin: 0 !important;
359
+ border-top: 1px solid #f1f1f1;
360
+ }
361
+
362
+ &:hover,
363
+ &:focus {
364
+ background-color: #fff;
365
+ }
366
+ }
367
+ }
368
+ }
369
+
370
+ .storefront {
371
+ background: url('../images/storefront-bg.jpg') bottom right #f6f6f6;
372
+ border: 1px solid #ddd;
373
+ padding: 20px;
374
+ overflow: hidden;
375
+ zoom: 1;
376
+
377
+ img {
378
+ width: 278px;
379
+ height: auto;
380
+ float: left;
381
+ margin: 0 20px 0 0;
382
+ box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
383
+ }
384
+
385
+ p {
386
+ max-width: 750px;
387
+ }
388
+ }
389
+ }
390
+
391
+ .woocommerce-message,
392
+ .woocommerce-BlankState {
393
+ a.button-primary,
394
+ button.button-primary {
395
+ background: #bb77ae;
396
+ border-color: #a36597;
397
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
398
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
399
+ color: #fff;
400
+ text-shadow: 0 -1px 1px #a36597, 1px 0 1px #a36597, 0 1px 1px #a36597, -1px 0 1px #a36597;
401
+ display: inline-block;
402
+
403
+ &:hover, &:focus, &:active {
404
+ background: #a36597;
405
+ border-color: #a36597;
406
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
407
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
408
+ }
409
+ }
410
+ }
411
+
412
+ .woocommerce-message {
413
+ position: relative;
414
+ border-left-color: #cc99c2 !important;
415
+ overflow: hidden;
416
+
417
+ a.skip,
418
+ a.docs {
419
+ text-decoration: none !important;
420
+ }
421
+
422
+ a.woocommerce-message-close {
423
+ position: absolute;
424
+ top: 10px;
425
+ right: 10px;
426
+ padding: 10px 15px 10px 21px;
427
+ font-size: 13px;
428
+ line-height: 1.23076923;
429
+ text-decoration: none;
430
+ &::before {
431
+ position: absolute;
432
+ top: 8px;
433
+ left: 0;
434
+ -webkit-transition: all 0.1s ease-in-out;
435
+ transition: all 0.1s ease-in-out;
436
+ }
437
+ }
438
+
439
+ .twitter-share-button {
440
+ margin-top: -3px;
441
+ margin-left: 3px;
442
+ vertical-align: middle;
443
+ }
444
+ }
445
+
446
+ #variable_product_options #message, #variable_product_options .notice {
447
+ margin: 10px;
448
+ }
449
+
450
+ .clear {
451
+ clear: both;
452
+ }
453
+
454
+ .wrap.woocommerce div.updated,
455
+ .wrap.woocommerce div.error {
456
+ margin-top: 10px;
457
+ }
458
+
459
+ mark.amount {
460
+ background: transparent none;
461
+ color: inherit;
462
+ }
463
+
464
+ .simplify-commerce-banner {
465
+ overflow: hidden;
466
+
467
+ img {
468
+ float: right;
469
+ padding: 15px 0;
470
+ margin-left: 1em;
471
+ width: 200px;
472
+ }
473
+ }
474
+
475
+ /**
476
+ * Help Tip
477
+ */
478
+ .woocommerce-help-tip {
479
+ color: #666;
480
+ display: inline-block;
481
+ font-size: 1.1em;
482
+ font-style: normal;
483
+ height: 16px;
484
+ line-height: 16px;
485
+ position: relative;
486
+ vertical-align: middle;
487
+ width: 16px;
488
+
489
+ &::after {
490
+ @include icon_dashicons( '\f223' );
491
+ cursor: help;
492
+ }
493
+ }
494
+
495
+ h2 .woocommerce-help-tip {
496
+ margin-top: -5px;
497
+ margin-left: 0.25em;
498
+ }
499
+
500
+ table.wc_status_table {
501
+ margin-bottom: 1em;
502
+
503
+ h2 {
504
+ font-size: 14px;
505
+ margin: 0;
506
+ }
507
+
508
+ tr {
509
+ &:nth-child( 2n ) {
510
+ th,
511
+ td {
512
+ background: #fcfcfc;
513
+ }
514
+ }
515
+ }
516
+
517
+ th {
518
+ font-weight: 700;
519
+ padding: 9px;
520
+ }
521
+
522
+ td:first-child {
523
+ width: 33%;
524
+ }
525
+
526
+ td.help {
527
+ width: 1em;
528
+ }
529
+
530
+ td {
531
+ padding: 9px;
532
+ font-size: 1.1em;
533
+
534
+ mark {
535
+ background: transparent none;
536
+ }
537
+
538
+ mark.yes {
539
+ color: $green;
540
+ }
541
+
542
+ mark.no {
543
+ color: #999;
544
+ }
545
+
546
+ mark.error {
547
+ color: $red;
548
+ }
549
+
550
+ ul {
551
+ margin: 0;
552
+ }
553
+ }
554
+
555
+ .help_tip {
556
+ cursor: help;
557
+ }
558
+ }
559
+
560
+ #debug-report {
561
+ display: none;
562
+ margin: 10px 0;
563
+ padding: 0;
564
+ position: relative;
565
+
566
+ textarea {
567
+ font-family: monospace;
568
+ width: 100%;
569
+ margin: 0;
570
+ height: 300px;
571
+ padding: 20px;
572
+ -moz-border-radius: 0;
573
+ -webkit-border-radius: 0;
574
+ border-radius: 0;
575
+ resize: none;
576
+ font-size: 12px;
577
+ line-height: 20px;
578
+ outline: 0;
579
+ }
580
+ }
581
+
582
+
583
+ /**
584
+ * DB log viewer
585
+ */
586
+ .wp-list-table.logs {
587
+
588
+ .log-level {
589
+ display: inline;
590
+ padding: .2em .6em .3em;
591
+ font-size: 80%;
592
+ font-weight: bold;
593
+ line-height: 1;
594
+ color: #fff;
595
+ text-align: center;
596
+ white-space: nowrap;
597
+ vertical-align: baseline;
598
+ border-radius: .2em;
599
+
600
+ &:empty {
601
+ display: none;
602
+ }
603
+ }
604
+
605
+ /**
606
+ * Add color to levels
607
+ *
608
+ * Descending severity:
609
+ * emergency, alert -> red
610
+ * critical, error -> orange
611
+ * warning, notice -> yellow
612
+ * info -> blue
613
+ * debug -> gree
614
+ */
615
+
616
+ .log-level--emergency,
617
+ .log-level--alert {
618
+ background-color: #ff4136;
619
+ }
620
+ .log-level--critical,
621
+ .log-level--error {
622
+ background-color: #ff851b;
623
+ }
624
+ .log-level--warning,
625
+ .log-level--notice {
626
+ color: #222;
627
+ background-color: #ffdc00;
628
+ }
629
+ .log-level--info {
630
+ background-color: #0074d9;
631
+ }
632
+ .log-level--debug {
633
+ background-color: #3d9970;
634
+ }
635
+
636
+ // Adjust log table columns only when table is not collapsed
637
+ @media screen and ( min-width: 783px ) {
638
+ .column-timestamp {
639
+ width: 18%;
640
+ }
641
+ .column-level {
642
+ width: 14%;
643
+ }
644
+ .column-source {
645
+ width: 15%;
646
+ }
647
+ }
648
+ }
649
+
650
+ #log-viewer-select {
651
+ padding: 10px 0 8px;
652
+ line-height: 28px;
653
+ h2 {
654
+ a {
655
+ vertical-align: middle;
656
+ }
657
+ }
658
+ }
659
+
660
+ #log-viewer {
661
+ background: #fff;
662
+ border: 1px solid #e5e5e5;
663
+ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
664
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
665
+ padding: 5px 20px;
666
+
667
+ pre {
668
+ font-family: monospace;
669
+ white-space: pre-wrap;
670
+ }
671
+ }
672
+
673
+ .inline-edit-product.quick-edit-row {
674
+ .inline-edit-col-center,
675
+ .inline-edit-col-right {
676
+ float: right !important;
677
+ }
678
+ }
679
+
680
+ #woocommerce-fields.inline-edit-col {
681
+ clear: left;
682
+
683
+ label.featured,
684
+ label.manage_stock {
685
+ margin-left: 10px;
686
+ }
687
+
688
+ .dimensions {
689
+ div {
690
+ display: block;
691
+ margin: 0.2em 0;
692
+
693
+ span.title {
694
+ display: block;
695
+ float: left;
696
+ width: 5em;
697
+ }
698
+
699
+ span.input-text-wrap {
700
+ display: block;
701
+ margin-left: 5em;
702
+ }
703
+ }
704
+ }
705
+
706
+ .text {
707
+ box-sizing: border-box;
708
+ width: 99%;
709
+ float: left;
710
+ margin: 1px 1% 1px 1px;
711
+ }
712
+
713
+ .length, .width, .height {
714
+ width: 32.33%;
715
+ }
716
+
717
+ .height {
718
+ margin-right: 0;
719
+ }
720
+ }
721
+
722
+ #woocommerce-fields-bulk.inline-edit-col {
723
+ label {
724
+ clear: left;
725
+ }
726
+
727
+ .inline-edit-group {
728
+ label {
729
+ clear: none;
730
+ width: 49%;
731
+ margin: 0.2em 0;
732
+ }
733
+ &.dimensions {
734
+ label {
735
+ width: 75%;
736
+ max-width: 75%;
737
+ }
738
+ }
739
+ }
740
+
741
+ .regular_price,
742
+ .sale_price,
743
+ .weight,
744
+ .stock,
745
+ .length {
746
+ box-sizing: border-box;
747
+ width: 100%;
748
+ margin-left: 4.4em;
749
+ }
750
+
751
+ .length,
752
+ .width,
753
+ .height {
754
+ box-sizing: border-box;
755
+ width: 25%;
756
+ }
757
+ }
758
+
759
+ .column-coupon_code {
760
+ line-height: 2.25em;
761
+ }
762
+
763
+ ul.wc_coupon_list,
764
+ .column-coupon_code {
765
+ margin: 0;
766
+ overflow: hidden;
767
+ zoom: 1;
768
+ clear: both;
769
+ }
770
+
771
+ ul.wc_coupon_list {
772
+ li {
773
+ margin: 0;
774
+
775
+ &.code {
776
+ display: inline-block;
777
+
778
+ &::after {
779
+ content: ', ';
780
+ }
781
+
782
+ &:last-of-type {
783
+ &::after {
784
+ display: none;
785
+ }
786
+ }
787
+
788
+ .tips {
789
+ cursor: pointer;
790
+ }
791
+ }
792
+ }
793
+ }
794
+
795
+ ul.wc_coupon_list_block {
796
+ margin: 0;
797
+ padding-bottom: 2px;
798
+
799
+ li {
800
+ border-top: 1px solid #fff;
801
+ border-bottom: 1px solid #ccc;
802
+ line-height: 2.5em;
803
+ margin: 0;
804
+ padding: 0.5em 0;
805
+ }
806
+
807
+ li:first-child {
808
+ border-top: 0;
809
+ padding-top: 0;
810
+ }
811
+
812
+ li:last-child {
813
+ border-bottom: 0;
814
+ padding-bottom: 0;
815
+ }
816
+ }
817
+
818
+ .button.wc-reload {
819
+ @include ir();
820
+ padding: 0;
821
+ height: 28px;
822
+ width: 28px !important;
823
+ display: inline-block;
824
+
825
+ &::after {
826
+ @include icon_dashicons( '\f345' );
827
+ line-height: 28px;
828
+ }
829
+ }
830
+
831
+ #woocommerce-order-data {
832
+ .hndle,
833
+ .handlediv {
834
+ display: none;
835
+ }
836
+
837
+ .inside {
838
+ display: block !important;
839
+ }
840
+ }
841
+
842
+ #order_data {
843
+ padding: 23px 24px 12px;
844
+
845
+ h2 {
846
+ margin: 0;
847
+ font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', sans-serif;
848
+ font-size: 21px;
849
+ font-weight: normal;
850
+ line-height: 1.2;
851
+ text-shadow: 1px 1px 1px white;
852
+ padding: 0;
853
+ }
854
+
855
+ h3 {
856
+ font-size: 14px;
857
+ }
858
+
859
+ h3, h4 {
860
+ color: #333;
861
+ margin: 1.33em 0 0;
862
+ }
863
+
864
+ p {
865
+ color: #777;
866
+ }
867
+
868
+ p.order_number {
869
+ margin: 0;
870
+ font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', sans-serif;
871
+ font-weight: normal;
872
+ line-height: 1.6em;
873
+ font-size: 16px;
874
+ }
875
+
876
+ .order_data_column_container {
877
+ clear: both;
878
+ }
879
+
880
+ .order_data_column {
881
+ width: 32%;
882
+ padding: 0 2% 0 0;
883
+ float: left;
884
+
885
+ > h3 {
886
+ span {
887
+ display: block;
888
+ }
889
+ }
890
+
891
+ &:last-child {
892
+ padding-right: 0;
893
+ }
894
+
895
+ p {
896
+ padding: 0 !important;
897
+ }
898
+
899
+ .address {
900
+ strong {
901
+ display: block;
902
+ }
903
+ }
904
+
905
+ .form-field {
906
+ float: left;
907
+ clear: left;
908
+ width: 48%;
909
+ padding: 0;
910
+ margin: 9px 0 0;
911
+
912
+ label {
913
+ display: block;
914
+ padding: 0 0 3px;
915
+ }
916
+
917
+ input,
918
+ textarea {
919
+ width: 100%;
920
+ }
921
+
922
+ select {
923
+ width: 100%;
924
+ }
925
+
926
+ .select2-container {
927
+ width: 100% !important;
928
+ }
929
+
930
+ .date-picker {
931
+ width: 50%;
932
+ }
933
+
934
+ .hour,
935
+ .minute {
936
+ width: 3.5em;
937
+ }
938
+
939
+ small {
940
+ display: block;
941
+ margin: 5px 0 0;
942
+ color: #999;
943
+ }
944
+ }
945
+
946
+ .form-field.last,
947
+ ._billing_last_name_field,
948
+ ._billing_address_2_field,
949
+ ._billing_postcode_field,
950
+ ._billing_state_field,
951
+ ._billing_phone_field,
952
+ ._shipping_last_name_field,
953
+ ._shipping_address_2_field,
954
+ ._shipping_postcode_field,
955
+ ._shipping_state_field {
956
+ float: right;
957
+ clear: right;
958
+ }
959
+
960
+ .form-field-wide,
961
+ ._billing_company_field,
962
+ ._shipping_company_field,
963
+ ._transaction_id_field {
964
+ width: 100%;
965
+ clear: both;
966
+
967
+ input,
968
+ textarea,
969
+ select,
970
+ .wc-enhanced-select,
971
+ .wc-customer-search {
972
+ width: 100%;
973
+ }
974
+ }
975
+
976
+ p.none_set {
977
+ color: #999;
978
+ }
979
+
980
+ div.edit_address {
981
+ display: none;
982
+ zoom: 1;
983
+ padding-right: 1px;
984
+ }
985
+
986
+ .wc-customer-user, .wc-order-status {
987
+ label a {
988
+ float: right;
989
+ }
990
+ }
991
+
992
+ a.edit_address {
993
+ width: 14px;
994
+ height: 0;
995
+ padding: 14px 0 0;
996
+ margin: 0 0 0 6px;
997
+ overflow: hidden;
998
+ position: relative;
999
+ color: #999;
1000
+ border: 0;
1001
+ float: right;
1002
+ &:hover, &:focus {
1003
+ color: #000;
1004
+ }
1005
+ &::after {
1006
+ font-family: 'WooCommerce';
1007
+ position: absolute;
1008
+ top: 0;
1009
+ left: 0;
1010
+ text-align: center;
1011
+ vertical-align: top;
1012
+ line-height: 14px;
1013
+ font-size: 14px;
1014
+ font-weight: 400;
1015
+ -webkit-font-smoothing: antialiased;
1016
+ }
1017
+ }
1018
+ a.edit_address {
1019
+ &::after {
1020
+ font-family: 'Dashicons';
1021
+ content: '\f464';
1022
+ }
1023
+ }
1024
+
1025
+ .billing-same-as-shipping,
1026
+ .load_customer_shipping,
1027
+ .load_customer_billing {
1028
+ font-size: 13px;
1029
+ display: inline-block;
1030
+ font-weight: normal;
1031
+ }
1032
+
1033
+ .load_customer_shipping {
1034
+ margin-right: .3em;
1035
+ }
1036
+ }
1037
+ }
1038
+
1039
+ .order_actions {
1040
+ margin: 0;
1041
+ overflow: hidden;
1042
+ zoom: 1;
1043
+
1044
+ li {
1045
+ border-top: 1px solid #fff;
1046
+ border-bottom: 1px solid #ddd;
1047
+ padding: 6px 0;
1048
+ margin: 0;
1049
+ line-height: 1.6em;
1050
+ float: left;
1051
+ width: 50%;
1052
+ text-align: center;
1053
+
1054
+ a {
1055
+ float: none;
1056
+ text-align: center;
1057
+ text-decoration: underline;
1058
+ }
1059
+
1060
+ &.wide {
1061
+ width: auto;
1062
+ float: none;
1063
+ clear: both;
1064
+ padding: 6px;
1065
+ text-align: left;
1066
+ overflow: hidden;
1067
+ }
1068
+
1069
+ #delete-action {
1070
+ line-height: 25px;
1071
+ vertical-align: middle;
1072
+ text-align: left;
1073
+ float: left;
1074
+ }
1075
+
1076
+ .save_order {
1077
+ float: right;
1078
+ }
1079
+
1080
+ &#actions {
1081
+ overflow: hidden;
1082
+
1083
+ .button {
1084
+ width: 24px;
1085
+ box-sizing: border-box;
1086
+ float: right;
1087
+ }
1088
+
1089
+ select {
1090
+ width: 225px;
1091
+ box-sizing: border-box;
1092
+ float: left;
1093
+ }
1094
+ }
1095
+ }
1096
+ }
1097
+
1098
+ #woocommerce-order-items {
1099
+ .inside {
1100
+ margin: 0;
1101
+ padding: 0;
1102
+ background: #fefefe;
1103
+ }
1104
+
1105
+ .wc-order-data-row {
1106
+ border-bottom: 1px solid #dfdfdf;
1107
+ padding: 1.5em 2em;
1108
+ background: #f8f8f8;
1109
+ @include clearfix();
1110
+ line-height: 2em;
1111
+ text-align: right;
1112
+
1113
+ p {
1114
+ margin: 0;
1115
+ line-height: 2em;
1116
+ }
1117
+
1118
+ .wc-used-coupons {
1119
+ text-align: left;
1120
+
1121
+ .tips {
1122
+ display: inline-block;
1123
+ }
1124
+ }
1125
+ }
1126
+
1127
+ .wc-used-coupons {
1128
+ float: left;
1129
+ width: 50%;
1130
+ }
1131
+
1132
+ .wc-order-totals {
1133
+ float: right;
1134
+ width: 50%;
1135
+ margin: 0;
1136
+ padding: 0;
1137
+ text-align: right;
1138
+
1139
+ .amount {
1140
+ font-weight: 700;
1141
+ }
1142
+
1143
+ .label {
1144
+ vertical-align: top;
1145
+ }
1146
+
1147
+ .total {
1148
+ font-size: 1em !important;
1149
+ width: 10em;
1150
+ margin: 0 0 0 0.5em;
1151
+ box-sizing: border-box;
1152
+
1153
+ input[type='text'] {
1154
+ width: 96%;
1155
+ float: right;
1156
+ }
1157
+ }
1158
+
1159
+ .refunded-total {
1160
+ color: $red;
1161
+ }
1162
+ }
1163
+
1164
+ .refund-actions {
1165
+ margin-top: 5px;
1166
+ padding-top: 12px;
1167
+ border-top: 1px solid #dfdfdf;
1168
+
1169
+ .button {
1170
+ float: right;
1171
+ margin-left: 4px;
1172
+ }
1173
+
1174
+ .cancel-action {
1175
+ float: left;
1176
+ margin-left: 0;
1177
+ }
1178
+ }
1179
+
1180
+ .wc-order-item-bulk-edit {
1181
+ .cancel-action {
1182
+ float: left;
1183
+ margin-left: 0;
1184
+ }
1185
+ }
1186
+
1187
+ .add_meta {
1188
+ margin-left: 0 !important;
1189
+ }
1190
+
1191
+ h3 small {
1192
+ color: #999;
1193
+ }
1194
+
1195
+ .amount {
1196
+ white-space: nowrap;
1197
+ }
1198
+
1199
+ .add-items {
1200
+ .description {
1201
+ margin-right: 10px;
1202
+ }
1203
+ .button {
1204
+ float: left;
1205
+ margin-right: 0.25em;
1206
+ }
1207
+ .button-primary {
1208
+ float: none;
1209
+ margin-right: 0;
1210
+ }
1211
+ }
1212
+ }
1213
+
1214
+ #woocommerce-order-items {
1215
+ .inside {
1216
+ display: block !important;
1217
+ }
1218
+ .hndle, .handlediv {
1219
+ display: none;
1220
+ }
1221
+ .woocommerce_order_items_wrapper {
1222
+ margin: 0;
1223
+ overflow-x: auto;
1224
+
1225
+ table.woocommerce_order_items {
1226
+ width: 100%;
1227
+ background: #fff;
1228
+
1229
+ thead {
1230
+ th {
1231
+ text-align: left;
1232
+ padding: 1em;
1233
+ font-weight: normal;
1234
+ color: #999;
1235
+ background: #f8f8f8;
1236
+ -webkit-touch-callout: none;
1237
+ -webkit-user-select: none;
1238
+ -khtml-user-select: none;
1239
+ -moz-user-select: none;
1240
+ -ms-user-select: none;
1241
+ user-select: none;
1242
+ &.sortable {
1243
+ cursor: pointer;
1244
+ }
1245
+ &:last-child {
1246
+ padding-right: 2em;
1247
+ }
1248
+ &:first-child {
1249
+ padding-left: 2em;
1250
+ }
1251
+ .wc-arrow {
1252
+ float: right;
1253
+ position: relative;
1254
+ margin-right: -1em;
1255
+ }
1256
+ }
1257
+ }
1258
+
1259
+ tbody th, td {
1260
+ padding: 1.5em 1em 1em;
1261
+ text-align: left;
1262
+ line-height: 1.5em;
1263
+ vertical-align: top;
1264
+ border-bottom: 1px solid #f8f8f8;
1265
+
1266
+ textarea {
1267
+ width: 100%;
1268
+ }
1269
+
1270
+ select {
1271
+ width: 50%;
1272
+ }
1273
+
1274
+ input, textarea {
1275
+ font-size: 14px;
1276
+ padding: 4px;
1277
+ color: #555;
1278
+ }
1279
+ &:last-child {
1280
+ padding-right: 2em;
1281
+ }
1282
+ &:first-child {
1283
+ padding-left: 2em;
1284
+ }
1285
+ }
1286
+
1287
+ tbody tr {
1288
+ td {
1289
+ cursor: pointer;
1290
+ }
1291
+ &.selected {
1292
+ background: #f5ebf3;
1293
+ td {
1294
+ border-color: #e6cce1;
1295
+ opacity: 0.8;
1296
+ }
1297
+ }
1298
+ }
1299
+
1300
+ tbody tr:last-child td {
1301
+ border-bottom: 1px solid #dfdfdf;
1302
+ }
1303
+
1304
+ tbody tr:first-child td {
1305
+ border-top: 8px solid #f8f8f8;
1306
+ }
1307
+
1308
+ tbody#order_line_items tr:first-child td {
1309
+ border-top: none;
1310
+ }
1311
+
1312
+ td.thumb {
1313
+ text-align: left;
1314
+ width: 38px;
1315
+ padding-bottom: 1.5em;
1316
+ .wc-order-item-thumbnail {
1317
+ width: 38px;
1318
+ height: 38px;
1319
+ border: 2px solid #e8e8e8;
1320
+ background: #f8f8f8;
1321
+ color: #ccc;
1322
+ position: relative;
1323
+ font-size: 21px;
1324
+ display: block;
1325
+ text-align: center;
1326
+ &::before {
1327
+ @include icon_dashicons( '\f128' );
1328
+ width: 38px;
1329
+ line-height: 38px;
1330
+ display: block;
1331
+ }
1332
+ img {
1333
+ width: 100%;
1334
+ height: 100%;
1335
+ margin: 0;
1336
+ padding: 0;
1337
+ position: relative;
1338
+ }
1339
+ }
1340
+ }
1341
+ td.name {
1342
+ .wc-order-item-sku, .wc-order-item-variation {
1343
+ display: block;
1344
+ margin-top: 0.5em;
1345
+ font-size: 0.92em !important;
1346
+ color: #888;
1347
+ }
1348
+ }
1349
+
1350
+ .item {
1351
+ min-width: 200px;
1352
+ }
1353
+
1354
+ .center,
1355
+ .variation-id {
1356
+ text-align: center;
1357
+ }
1358
+
1359
+ .cost,
1360
+ .tax,
1361
+ .quantity,
1362
+ .line_cost,
1363
+ .line_tax,
1364
+ .tax_class,
1365
+ .item_cost {
1366
+ text-align: right;
1367
+
1368
+ label {
1369
+ white-space: nowrap;
1370
+ color: #999;
1371
+ font-size: 0.833em;
1372
+
1373
+ input {
1374
+ display: inline;
1375
+ }
1376
+ }
1377
+
1378
+ input {
1379
+ width: 70px;
1380
+ vertical-align: middle;
1381
+ text-align: right;
1382
+ }
1383
+
1384
+ select {
1385
+ width: 85px;
1386
+ height: 26px;
1387
+ vertical-align: middle;
1388
+ font-size: 1em;
1389
+ }
1390
+
1391
+ .split-input {
1392
+ display: inline-block;
1393
+ background: #fff;
1394
+ border: 1px solid #ddd;
1395
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
1396
+ margin: 1px 0;
1397
+ min-width: 80px;
1398
+ overflow: hidden;
1399
+ line-height: 1em;
1400
+ text-align: right;
1401
+
1402
+ div.input {
1403
+ width: 100%;
1404
+ box-sizing: border-box;
1405
+ label {
1406
+ font-size: 0.75em;
1407
+ padding: 4px 6px 0;
1408
+ color: #555;
1409
+ display: block;
1410
+ }
1411
+ input {
1412
+ width: 100%;
1413
+ box-sizing: border-box;
1414
+ border: 0;
1415
+ box-shadow: none;
1416
+ margin: 0;
1417
+ padding: 0 6px 4px;
1418
+ color: #555;
1419
+ background: transparent;
1420
+ &::-webkit-input-placeholder {
1421
+ color: #ddd;
1422
+ }
1423
+ }
1424
+ }
1425
+ div.input:first-child {
1426
+ border-bottom: 1px dashed #ddd;
1427
+ background: #fff;
1428
+ label {
1429
+ color: #ccc;
1430
+ }
1431
+ input {
1432
+ color: #ccc;
1433
+ }
1434
+ }
1435
+ }
1436
+
1437
+ .view {
1438
+ white-space: nowrap;
1439
+ }
1440
+
1441
+ .edit {
1442
+ text-align: left;
1443
+ }
1444
+
1445
+ small.times, del, .wc-order-item-taxes, .wc-order-item-discount, .wc-order-item-refund-fields {
1446
+ font-size: 0.92em !important;
1447
+ color: #888;
1448
+ }
1449
+
1450
+ .wc-order-item-taxes, .wc-order-item-refund-fields {
1451
+ margin: 0;
1452
+ label {
1453
+ display: block;
1454
+ }
1455
+ }
1456
+
1457
+ .wc-order-item-discount {
1458
+ display: block;
1459
+ margin-top: 0.5em;
1460
+ }
1461
+
1462
+ small.times {
1463
+ margin-right: 0.25em;
1464
+ }
1465
+ }
1466
+
1467
+ .quantity {
1468
+ text-align: center;
1469
+
1470
+ input {
1471
+ text-align: center;
1472
+ width: 50px;
1473
+ }
1474
+ }
1475
+
1476
+ span.subtotal {
1477
+ opacity: 0.5;
1478
+ }
1479
+
1480
+ td.tax_class,
1481
+ th.tax_class {
1482
+ text-align: left;
1483
+ }
1484
+
1485
+ .calculated {
1486
+ border-color: #ae8ca2;
1487
+ border-style: dotted;
1488
+ }
1489
+
1490
+ table.meta {
1491
+ width: 100%;
1492
+ }
1493
+
1494
+ table.meta,
1495
+ table.display_meta {
1496
+ margin: 0.5em 0 0;
1497
+ font-size: 0.92em !important;
1498
+ color: #888;
1499
+
1500
+ tr {
1501
+ th {
1502
+ border: 0;
1503
+ padding: 0 4px 0.5em 0;
1504
+ line-height: 1.5em;
1505
+ width: 20%;
1506
+ }
1507
+ td {
1508
+ padding: 0 4px 0.5em 0;
1509
+ border: 0;
1510
+ line-height: 1.5em;
1511
+
1512
+ input {
1513
+ width: 100%;
1514
+ margin: 0;
1515
+ position: relative;
1516
+ border-bottom: 0;
1517
+ box-shadow: none;
1518
+ }
1519
+
1520
+ textarea {
1521
+ width: 100%;
1522
+ height: 4em;
1523
+ margin: 0;
1524
+ box-shadow: none;
1525
+ }
1526
+
1527
+ input:focus + textarea {
1528
+ border-top-color: #999;
1529
+ }
1530
+
1531
+ p {
1532
+ margin: 0 0 0.5em;
1533
+ line-height: 1.5em;
1534
+ }
1535
+
1536
+ p:last-child {
1537
+ margin: 0;
1538
+ }
1539
+ }
1540
+ }
1541
+ }
1542
+
1543
+ .refund_by {
1544
+ border-bottom: 1px dotted #999;
1545
+ }
1546
+
1547
+ tr.fee {
1548
+ .thumb div {
1549
+ @include ir();
1550
+ font-size: 1.5em;
1551
+ line-height: 1em;
1552
+ vertical-align: middle;
1553
+ margin: 0;
1554
+
1555
+ &::before {
1556
+ @include icon( '\e007' );
1557
+ color: #ccc;
1558
+ }
1559
+ }
1560
+ }
1561
+
1562
+ tr.refund {
1563
+ .thumb div {
1564
+ @include ir();
1565
+ font-size: 1.5em;
1566
+ line-height: 1em;
1567
+ vertical-align: middle;
1568
+ margin: 0;
1569
+
1570
+ &::before {
1571
+ @include icon( '\e014' );
1572
+ color: #ccc;
1573
+ }
1574
+ }
1575
+ }
1576
+
1577
+ tr.shipping {
1578
+ .thumb div {
1579
+ @include ir();
1580
+ font-size: 1.5em;
1581
+ line-height: 1em;
1582
+ vertical-align: middle;
1583
+ margin: 0;
1584
+
1585
+ &::before {
1586
+ @include icon( '\e01a' );
1587
+ color: #ccc;
1588
+ }
1589
+ }
1590
+ .shipping_method_name,
1591
+ .shipping_method {
1592
+ width: 100%;
1593
+ margin: 0 0 0.5em;
1594
+ }
1595
+ }
1596
+
1597
+ th.line_tax {
1598
+ white-space: nowrap;
1599
+ }
1600
+
1601
+ th.line_tax,
1602
+ td.line_tax {
1603
+ .delete-order-tax {
1604
+ @include ir();
1605
+ float: right;
1606
+ font-size: 14px;
1607
+ visibility: hidden;
1608
+ margin: 3px -18px 0 0;
1609
+
1610
+ &::before {
1611
+ @include icon_dashicons( '\f153' );
1612
+ color: #999;
1613
+ }
1614
+
1615
+ &:hover {
1616
+ &::before {
1617
+ color: $red;
1618
+ }
1619
+ }
1620
+ }
1621
+
1622
+ &:hover {
1623
+ .delete-order-tax {
1624
+ visibility: visible;
1625
+ }
1626
+ }
1627
+ }
1628
+
1629
+ small.refunded {
1630
+ display: block;
1631
+ color: $red;
1632
+ white-space: nowrap;
1633
+ margin-top: 0.5em;
1634
+ &::before {
1635
+ @include icon_dashicons( '\f171' );
1636
+ position: relative;
1637
+ top: auto;
1638
+ left: auto;
1639
+ margin: -1px 4px 0 0;
1640
+ vertical-align: middle;
1641
+ line-height: 1em;
1642
+ }
1643
+ }
1644
+ }
1645
+ }
1646
+ .wc-order-edit-line-item {
1647
+ padding-left: 0;
1648
+ }
1649
+ .wc-order-edit-line-item-actions {
1650
+ width: 44px;
1651
+ text-align: right;
1652
+ padding-left: 0;
1653
+ vertical-align: middle;
1654
+ a {
1655
+ color: #ccc;
1656
+ display: inline-block;
1657
+ cursor: pointer;
1658
+ padding: 0 0 0.5em;
1659
+ margin: 0 0 0 12px;
1660
+ vertical-align: middle;
1661
+ text-decoration: none;
1662
+ line-height: 16px;
1663
+ width: 16px;
1664
+ overflow: hidden;
1665
+ &::before {
1666
+ margin: 0;
1667
+ padding: 0;
1668
+ font-size: 16px;
1669
+ width: 16px;
1670
+ height: 16px;
1671
+ }
1672
+ &:hover {
1673
+ &::before {
1674
+ color: #999;
1675
+ }
1676
+ }
1677
+ &:first-child {
1678
+ margin-left: 0;
1679
+ }
1680
+ }
1681
+
1682
+ .edit-order-item {
1683
+ &::before {
1684
+ @include icon_dashicons( '\f464' );
1685
+ position: relative;
1686
+ }
1687
+ }
1688
+
1689
+ .delete-order-item,
1690
+ .delete_refund {
1691
+ &::before {
1692
+ @include icon_dashicons( '\f158' );
1693
+ position: relative;
1694
+ }
1695
+ &:hover {
1696
+ &::before {
1697
+ color: $red;
1698
+ }
1699
+ }
1700
+ }
1701
+ }
1702
+
1703
+ tbody tr .wc-order-edit-line-item-actions {
1704
+ visibility: hidden;
1705
+ }
1706
+ tbody tr:hover .wc-order-edit-line-item-actions {
1707
+ visibility: visible;
1708
+ }
1709
+
1710
+ .wc-order-totals .wc-order-edit-line-item-actions {
1711
+ width: 1.5em;
1712
+ visibility: visible !important;
1713
+ a {
1714
+ padding: 0;
1715
+ }
1716
+ }
1717
+ }
1718
+
1719
+ #woocommerce-order-downloads {
1720
+ .buttons {
1721
+ float: left;
1722
+ padding: 0;
1723
+ margin: 0;
1724
+ vertical-align: top;
1725
+
1726
+ .add_item_id,
1727
+ .select2-container {
1728
+ width: 400px !important;
1729
+ margin-right: 9px;
1730
+ vertical-align: top;
1731
+ float: left;
1732
+ }
1733
+
1734
+ button {
1735
+ margin: 2px 0 0;
1736
+ }
1737
+ }
1738
+
1739
+ h3 small {
1740
+ color: #999;
1741
+ }
1742
+ }
1743
+
1744
+ #poststuff #woocommerce-order-actions {
1745
+ .inside {
1746
+ margin: 0;
1747
+ padding: 0;
1748
+
1749
+ ul.order_actions {
1750
+ li {
1751
+ padding: 6px 10px;
1752
+ box-sizing: border-box;
1753
+
1754
+ &:last-child {
1755
+ border-bottom: 0;
1756
+ }
1757
+ }
1758
+ }
1759
+ }
1760
+ }
1761
+
1762
+ #poststuff #woocommerce-order-notes {
1763
+ .inside {
1764
+ margin: 0;
1765
+ padding: 0;
1766
+
1767
+ ul.order_notes {
1768
+ li {
1769
+ padding: 0 10px;
1770
+ }
1771
+ }
1772
+ }
1773
+ }
1774
+
1775
+ #woocommerce_customers {
1776
+ p.search-box {
1777
+ margin: 6px 0 4px;
1778
+ float: left;
1779
+ }
1780
+
1781
+ .tablenav {
1782
+ float: right;
1783
+ clear: none;
1784
+ }
1785
+ }
1786
+
1787
+ .widefat {
1788
+ &.customers {
1789
+ td {
1790
+ vertical-align: middle;
1791
+ padding: 4px 7px;
1792
+ }
1793
+ }
1794
+
1795
+ .column-order_title {
1796
+ width: 15%;
1797
+
1798
+ time {
1799
+ display: block;
1800
+ color: #999;
1801
+ margin: 3px 0;
1802
+ }
1803
+ }
1804
+
1805
+ .column-orders, .column-paying, .column-spent {
1806
+ text-align: center;
1807
+ width: 8%;
1808
+ }
1809
+
1810
+ .column-last_order {
1811
+ width: 11%;
1812
+ }
1813
+
1814
+ .column-order_actions,
1815
+ .column-user_actions,
1816
+ .column-wc_actions {
1817
+ width: 110px;
1818
+
1819
+ a.button {
1820
+ float: left;
1821
+ margin: 0 4px 2px 0;
1822
+ cursor: pointer;
1823
+ padding: 3px 4px;
1824
+ height: auto;
1825
+
1826
+ img {
1827
+ display: block;
1828
+ width: 12px;
1829
+ height: auto;
1830
+ }
1831
+ }
1832
+ }
1833
+
1834
+ small.meta {
1835
+ display: block;
1836
+ color: #999;
1837
+ font-size: inherit;
1838
+ margin: 3px 0;
1839
+ }
1840
+
1841
+ .column-order_total,
1842
+ .column-order_date {
1843
+ width: 9%;
1844
+ }
1845
+
1846
+ .column-order_status {
1847
+ width: 45px;
1848
+ text-align: center;
1849
+
1850
+ mark {
1851
+ @include ir();
1852
+ background: none;
1853
+ font-size: 1.4em;
1854
+ margin: 0 auto;
1855
+ }
1856
+
1857
+ mark.pending,
1858
+ mark.completed,
1859
+ mark.on-hold,
1860
+ mark.failed,
1861
+ mark.cancelled,
1862
+ mark.processing,
1863
+ mark.refunded {
1864
+ &::after {
1865
+ @include icon;
1866
+ }
1867
+ }
1868
+
1869
+ mark.pending::after {
1870
+ content: '\e012';
1871
+ color: $orange;
1872
+ }
1873
+
1874
+ mark.completed::after {
1875
+ content: '\e015';
1876
+ color: $blue;
1877
+ }
1878
+
1879
+ mark.on-hold::after {
1880
+ content: '\e033';
1881
+ color: #999;
1882
+ }
1883
+
1884
+ mark.failed::after {
1885
+ content: '\e016';
1886
+ color: #d0c21f;
1887
+ }
1888
+
1889
+ mark.cancelled::after {
1890
+ content: '\e013';
1891
+ color: $red;
1892
+ }
1893
+
1894
+ mark.processing::after {
1895
+ content: '\e011';
1896
+ color: #73a724;
1897
+ }
1898
+
1899
+ mark.refunded::after {
1900
+ content: '\e014';
1901
+ color: #999;
1902
+ }
1903
+ }
1904
+
1905
+ td.column-order_status {
1906
+ padding-top: 9px;
1907
+ }
1908
+ }
1909
+
1910
+ .column-customer_message {
1911
+ .note-on {
1912
+ @include ir();
1913
+ margin: 0 auto;
1914
+ color: #999;
1915
+
1916
+ &::after {
1917
+ @include icon( '\e026' );
1918
+ line-height: 16px;
1919
+ }
1920
+ }
1921
+ }
1922
+
1923
+ .column-order_notes {
1924
+ .note-on {
1925
+ @include ir();
1926
+ margin: 0 auto;
1927
+ color: #999;
1928
+
1929
+ &::after {
1930
+ @include icon( '\e027' );
1931
+ line-height: 16px;
1932
+ }
1933
+ }
1934
+ }
1935
+
1936
+ .order_actions {
1937
+ .processing,
1938
+ .complete,
1939
+ .view {
1940
+ @include ir();
1941
+ padding: 0 !important;
1942
+ height: 2em !important;
1943
+ width: 2em;
1944
+ }
1945
+
1946
+ .processing::after {
1947
+ @include icon( '\e00f' );
1948
+ line-height: 1.85;
1949
+ }
1950
+
1951
+ .complete::after {
1952
+ @include icon_dashicons( '\f147' );
1953
+ line-height: 1.85;
1954
+ }
1955
+
1956
+ .view::after {
1957
+ @include icon_dashicons( '\f177' );
1958
+ line-height: 1.85;
1959
+ }
1960
+ }
1961
+
1962
+ .user_actions {
1963
+ .edit,
1964
+ .link,
1965
+ .view,
1966
+ .refresh {
1967
+ @include ir();
1968
+ padding: 0 !important;
1969
+ height: 2em !important;
1970
+ width: 2em;
1971
+
1972
+ &::after {
1973
+ @include icon;
1974
+ line-height: 1.85;
1975
+ }
1976
+ }
1977
+
1978
+ .edit::after {
1979
+ font-family: 'Dashicons';
1980
+ content: '\f464';
1981
+ }
1982
+
1983
+ .link::after {
1984
+ content: '\e00d';
1985
+ }
1986
+
1987
+ .view::after {
1988
+ content: '\e010';
1989
+ }
1990
+
1991
+ .refresh::after {
1992
+ content: '\e031';
1993
+ }
1994
+ }
1995
+
1996
+ .attributes-table {
1997
+ td,
1998
+ th {
1999
+ width: 15%;
2000
+ vertical-align: top;
2001
+ }
2002
+
2003
+ .attribute-terms {
2004
+ width: 32%;
2005
+ }
2006
+
2007
+ .attribute-actions {
2008
+ width: 2em;
2009
+
2010
+ .configure-terms {
2011
+ @include ir();
2012
+ padding: 0 !important;
2013
+ height: 2em !important;
2014
+ width: 2em;
2015
+
2016
+ &::after {
2017
+ @include icon('\f111');
2018
+ font-family: 'Dashicons';
2019
+ line-height: 1.85;
2020
+ }
2021
+ }
2022
+ }
2023
+ }
2024
+
2025
+ /* Order notes */
2026
+ ul.order_notes {
2027
+ padding: 2px 0 0;
2028
+
2029
+ li {
2030
+ .note_content {
2031
+ padding: 10px;
2032
+ background: #efefef;
2033
+ position: relative;
2034
+
2035
+ p {
2036
+ margin: 0;
2037
+ padding: 0;
2038
+ word-wrap: break-word;
2039
+ }
2040
+ }
2041
+
2042
+ p.meta {
2043
+ padding: 10px;
2044
+ color: #999;
2045
+ margin: 0;
2046
+ font-size: 11px;
2047
+
2048
+ .exact-date {
2049
+ border-bottom: 1px dotted #999;
2050
+ }
2051
+ }
2052
+
2053
+ a.delete_note {
2054
+ color: $red;
2055
+ }
2056
+
2057
+ .note_content::after {
2058
+ content: '';
2059
+ display: block;
2060
+ position: absolute;
2061
+ bottom: -10px;
2062
+ left: 20px;
2063
+ width: 0;
2064
+ height: 0;
2065
+ border-width: 10px 10px 0 0;
2066
+ border-style: solid;
2067
+ border-color: #efefef transparent;
2068
+ }
2069
+ }
2070
+ li.customer-note {
2071
+ .note_content {
2072
+ background: #a7cedc;
2073
+ }
2074
+ .note_content::after {
2075
+ border-color: #a7cedc transparent;
2076
+ }
2077
+ }
2078
+ li.system-note {
2079
+ .note_content {
2080
+ background: #d7cad2;
2081
+ }
2082
+ .note_content::after {
2083
+ border-color: #d7cad2 transparent;
2084
+ }
2085
+ }
2086
+ }
2087
+
2088
+ .add_note {
2089
+ border-top: 1px solid #ddd;
2090
+ padding: 10px 10px 0;
2091
+
2092
+ h4 {
2093
+ margin-top: 5px !important;
2094
+ }
2095
+
2096
+ #add_order_note {
2097
+ width: 100%;
2098
+ height: 50px;
2099
+ }
2100
+ }
2101
+
2102
+ table.wp-list-table {
2103
+ .column-thumb {
2104
+ width: 52px;
2105
+ text-align: center;
2106
+ white-space: nowrap;
2107
+ }
2108
+
2109
+ .column-name {
2110
+ width: 22%;
2111
+ }
2112
+
2113
+ .column-product_cat,
2114
+ .column-product_tag {
2115
+ width: 11% !important;
2116
+ }
2117
+
2118
+ .column-featured,
2119
+ .column-product_type {
2120
+ width: 48px;
2121
+ text-align: left !important;
2122
+ }
2123
+
2124
+ .column-customer_message,
2125
+ .column-order_notes {
2126
+ width: 48px;
2127
+ text-align: center;
2128
+ img {
2129
+ margin: 0 auto;
2130
+ padding-top: 0 !important;
2131
+ }
2132
+ }
2133
+
2134
+ .manage-column.column-featured img,
2135
+ .manage-column.column-product_type img {
2136
+ padding-left: 2px;
2137
+ }
2138
+
2139
+ .column-price {
2140
+ .woocommerce-price-suffix {
2141
+ display: none;
2142
+ }
2143
+ }
2144
+
2145
+ img {
2146
+ margin: 1px 2px;
2147
+ }
2148
+
2149
+ .row-actions {
2150
+ color: #999;
2151
+ }
2152
+
2153
+ td.column-thumb img {
2154
+ margin: 0;
2155
+ width: auto;
2156
+ height: auto;
2157
+ max-width: 40px;
2158
+ max-height: 40px;
2159
+ vertical-align: middle;
2160
+ }
2161
+
2162
+ span.na {
2163
+ color: #999;
2164
+ }
2165
+
2166
+ .column-is_in_stock {
2167
+ text-align: left !important;
2168
+ }
2169
+
2170
+ span.wc-image,
2171
+ span.wc-featured,
2172
+ span.wc-type {
2173
+ @include ir();
2174
+ margin: 0 auto;
2175
+
2176
+ &::before {
2177
+ @include icon_dashicons( '\f128' );
2178
+ }
2179
+ }
2180
+
2181
+ span.wc-featured {
2182
+ &::before {
2183
+ content: '\f155';
2184
+ }
2185
+ &.not-featured {
2186
+ &::before {
2187
+ content: '\f154';
2188
+ }
2189
+ }
2190
+ }
2191
+
2192
+ td.column-featured {
2193
+ span.wc-featured {
2194
+ font-size: 1.6em;
2195
+ cursor: pointer;
2196
+ }
2197
+ }
2198
+
2199
+ span.wc-type {
2200
+ &::before {
2201
+ font-family: 'WooCommerce';
2202
+ content: '\e006';
2203
+ }
2204
+ }
2205
+
2206
+ span.product-type {
2207
+ @include ir();
2208
+ font-size: 1.6em;
2209
+ margin: 0 auto;
2210
+
2211
+ &::before {
2212
+ @include icon( '\e006' );
2213
+ }
2214
+
2215
+ &.grouped::before {
2216
+ content: '\e002';
2217
+ }
2218
+
2219
+ &.external::before {
2220
+ content: '\e034';
2221
+ }
2222
+
2223
+ &.variable::before {
2224
+ content: '\e003';
2225
+ }
2226
+
2227
+ &.downloadable::before {
2228
+ content: '\e001';
2229
+ }
2230
+
2231
+ &.virtual::before {
2232
+ content: '\e000';
2233
+ }
2234
+ }
2235
+
2236
+ mark.instock {
2237
+ font-weight: 700;
2238
+ color: $green;
2239
+ background: transparent none;
2240
+ line-height: 1;
2241
+ }
2242
+
2243
+ mark.outofstock {
2244
+ font-weight: 700;
2245
+ color: #aa4444;
2246
+ background: transparent none;
2247
+ line-height: 1;
2248
+ }
2249
+
2250
+ .order-notes_head,
2251
+ .notes_head,
2252
+ .status_head {
2253
+ @include ir();
2254
+ margin: 0 auto;
2255
+
2256
+ &::after {
2257
+ @include icon;
2258
+ }
2259
+ }
2260
+
2261
+ .order-notes_head::after {
2262
+ content: '\e028';
2263
+ }
2264
+
2265
+ .notes_head::after {
2266
+ content: '\e026';
2267
+ }
2268
+
2269
+ .status_head::after {
2270
+ content: '\e011';
2271
+ }
2272
+
2273
+ .column-order_items {
2274
+ width: 12%;
2275
+
2276
+ table.order_items {
2277
+ width: 100%;
2278
+ margin: 3px 0 0;
2279
+ padding: 0;
2280
+ display: none;
2281
+
2282
+ td {
2283
+ border: 0;
2284
+ margin: 0;
2285
+ padding: 0 0 3px;
2286
+ }
2287
+
2288
+ td.qty {
2289
+ color: #999;
2290
+ padding-right: 6px;
2291
+ text-align: left;
2292
+ }
2293
+ }
2294
+ }
2295
+ }
2296
+
2297
+ mark.notice {
2298
+ background: #fff;
2299
+ color: $red;
2300
+ margin: 0 0 0 10px;
2301
+ }
2302
+
2303
+ a.export_rates,
2304
+ a.import_rates {
2305
+ float: right;
2306
+ margin-left: 9px;
2307
+ margin-top: -2px;
2308
+ margin-bottom: 0;
2309
+ }
2310
+
2311
+ #rates-search {
2312
+ float: right;
2313
+ input.wc-tax-rates-search-field {
2314
+ padding: 4px 8px;
2315
+ font-size: 1.2em;
2316
+ }
2317
+ }
2318
+ #rates-pagination {
2319
+ float: right;
2320
+ margin-right: 0.5em;
2321
+ .tablenav {
2322
+ margin: 0;
2323
+ }
2324
+ }
2325
+
2326
+ table.wc_tax_rates,
2327
+ table.wc_input_table {
2328
+ width: 100%;
2329
+
2330
+ span.tips {
2331
+ color: $blue;
2332
+ }
2333
+
2334
+ th {
2335
+ white-space: nowrap;
2336
+ padding: 10px;
2337
+ }
2338
+
2339
+ td {
2340
+ padding: 0;
2341
+ border-right: 1px solid #dfdfdf;
2342
+ border-bottom: 1px solid #dfdfdf;
2343
+ border-top: 0;
2344
+ background: #fff;
2345
+ cursor: default;
2346
+
2347
+ input[type='text'],
2348
+ input[type='number'] {
2349
+ width: 100%;
2350
+ padding: 8px 10px;
2351
+ margin: 0;
2352
+ border: 0;
2353
+ outline: 0;
2354
+ background: transparent none;
2355
+
2356
+ &:focus {
2357
+ outline: 0;
2358
+ box-shadow: none;
2359
+ }
2360
+ }
2361
+
2362
+ &.compound,
2363
+ &.apply_to_shipping {
2364
+ padding: 5px 7px;
2365
+ vertical-align: middle;
2366
+
2367
+ input {
2368
+ width: auto;
2369
+ padding: 0;
2370
+ }
2371
+ }
2372
+ }
2373
+
2374
+ td:last-child {
2375
+ border-right: 0;
2376
+ }
2377
+
2378
+ tr.current td {
2379
+ background-color: #fefbcc;
2380
+ }
2381
+
2382
+ .item_cost,
2383
+ .cost {
2384
+ text-align: right;
2385
+
2386
+ input {
2387
+ text-align: right;
2388
+ }
2389
+ }
2390
+
2391
+ th.sort {
2392
+ width: 17px;
2393
+ padding: 0 4px;
2394
+ }
2395
+
2396
+ td.sort {
2397
+ padding: 0 4px;
2398
+ }
2399
+
2400
+ .ui-sortable:not( .ui-sortable-disabled ) {
2401
+ td.sort {
2402
+ cursor: move;
2403
+ font-size: 15px;
2404
+ background: #f9f9f9;
2405
+ text-align: center;
2406
+ vertical-align: middle;
2407
+
2408
+ &::before {
2409
+ content: '\f333';
2410
+ font-family: 'Dashicons';
2411
+ text-align: center;
2412
+ line-height: 1;
2413
+ color: #999;
2414
+ display: block;
2415
+ width: 17px;
2416
+ float: left;
2417
+ height: 100%;
2418
+ }
2419
+
2420
+ &:hover {
2421
+ &::before {
2422
+ color: #333;
2423
+ }
2424
+ }
2425
+ }
2426
+ }
2427
+
2428
+ .button {
2429
+ float: left;
2430
+ margin-right: 5px;
2431
+ }
2432
+
2433
+ .export,
2434
+ .import {
2435
+ float: right;
2436
+ margin-right: 0;
2437
+ margin-left: 5px;
2438
+ }
2439
+
2440
+ span.tips {
2441
+ padding: 0 3px;
2442
+ }
2443
+
2444
+ .pagination {
2445
+ float: right;
2446
+
2447
+ .button {
2448
+ margin-left: 5px;
2449
+ margin-right: 0;
2450
+ }
2451
+
2452
+ .current {
2453
+ background: #bbb;
2454
+ text-shadow: none;
2455
+ }
2456
+ }
2457
+
2458
+ tr {
2459
+ &:last-child {
2460
+ td {
2461
+ border-bottom: 0;
2462
+ }
2463
+ }
2464
+ }
2465
+ }
2466
+
2467
+ table.wc_gateways,
2468
+ table.wc_emails,
2469
+ table.wc_shipping {
2470
+ position: relative;
2471
+
2472
+ td {
2473
+ vertical-align: middle;
2474
+ padding: 7px;
2475
+ line-height: 2em;
2476
+ }
2477
+
2478
+ tr:nth-child( odd ) {
2479
+ td {
2480
+ background: #f9f9f9;
2481
+ }
2482
+ }
2483
+
2484
+ th {
2485
+ padding: 9px 7px !important;
2486
+ vertical-align: middle;
2487
+ }
2488
+
2489
+ td.name {
2490
+ font-weight: 700;
2491
+ }
2492
+
2493
+ .settings {
2494
+ text-align: right;
2495
+ }
2496
+
2497
+ .radio,
2498
+ .default,
2499
+ .status {
2500
+ text-align: center;
2501
+
2502
+ .tips {
2503
+ margin: 0 auto;
2504
+ }
2505
+
2506
+ input {
2507
+ margin: 0;
2508
+ }
2509
+ }
2510
+ th.sort {
2511
+ width: 28px;
2512
+ padding: 0;
2513
+ }
2514
+ td.sort {
2515
+ padding: 0 7px;
2516
+ cursor: move;
2517
+ font-size: 15px;
2518
+ text-align: center;
2519
+ vertical-align: middle;
2520
+
2521
+ &::before {
2522
+ content: '\f333';
2523
+ font-family: 'Dashicons';
2524
+ text-align: center;
2525
+ line-height: 1;
2526
+ color: #999;
2527
+ display: block;
2528
+ width: 17px;
2529
+ float: left;
2530
+ height: 100%;
2531
+ }
2532
+ }
2533
+ .wc-email-settings-table-name {
2534
+ font-weight: 700;
2535
+ span {
2536
+ font-weight: normal;
2537
+ color: #999;
2538
+ margin: 0 0 0 4px !important;
2539
+ }
2540
+ }
2541
+ .wc-email-settings-table-status {
2542
+ text-align: center;
2543
+ width: 1em;
2544
+ .tips {
2545
+ margin: 0 auto;
2546
+ }
2547
+ }
2548
+ .wc-email-settings-table-actions {
2549
+ a {
2550
+ @include ir();
2551
+ padding: 0 !important;
2552
+ height: 2em !important;
2553
+ width: 2em;
2554
+
2555
+ &::after {
2556
+ @include icon('\f111');
2557
+ font-family: 'Dashicons';
2558
+ line-height: 1.85;
2559
+ }
2560
+ }
2561
+ }
2562
+ }
2563
+ .wc-shipping-zone-settings {
2564
+ th {
2565
+ padding: 24px 24px 24px 0;
2566
+ }
2567
+ td.forminp {
2568
+ padding: 15px 10px;
2569
+ input, textarea {
2570
+ padding: 8px;
2571
+ width: 448px;
2572
+ max-width: 100% !important;
2573
+ }
2574
+ .wc-shipping-zone-region-select {
2575
+ width: 448px;
2576
+ max-width: 100% !important;
2577
+ .select2-choices {
2578
+ padding: 8px 8px 4px;
2579
+ border-color: #DDDDDD;
2580
+ min-height: 0;
2581
+ line-height: 1;
2582
+ input {
2583
+ padding: 0;
2584
+ }
2585
+ li {
2586
+ margin: 0 4px 4px 0;
2587
+ }
2588
+ }
2589
+ }
2590
+ }
2591
+ .wc-shipping-zone-postcodes-toggle {
2592
+ margin: 0.5em 0 0;
2593
+ font-size: 0.9em;
2594
+ text-decoration: underline;
2595
+ display: block;
2596
+ }
2597
+ .wc-shipping-zone-postcodes-toggle + .wc-shipping-zone-postcodes {
2598
+ display:none;
2599
+ }
2600
+ .wc-shipping-zone-postcodes {
2601
+ textarea {
2602
+ margin: 10px 0;
2603
+ }
2604
+ .description {
2605
+ font-size: 0.9em;
2606
+ color: #999;
2607
+ }
2608
+ }
2609
+ }
2610
+ .wc-shipping-zone-settings + p.submit {
2611
+ margin-top: 0;
2612
+ }
2613
+ table {
2614
+ tr, tr:hover {
2615
+ table.wc-shipping-zone-methods {
2616
+ tr {
2617
+ .row-actions {
2618
+ position: relative;
2619
+ }
2620
+ }
2621
+ tr:hover {
2622
+ .row-actions {
2623
+ position: static;
2624
+ }
2625
+ }
2626
+ }
2627
+ }
2628
+ }
2629
+ .wc-shipping-zones-heading .page-title-action {
2630
+ display: inline-block;
2631
+ }
2632
+ table.wc-shipping-zones, table.wc-shipping-zone-methods, table.wc-shipping-classes {
2633
+ td, th {
2634
+ vertical-align: top;
2635
+ line-height: 24px;
2636
+ padding: 1em !important;
2637
+ font-size: 14px;
2638
+ background: #fff;
2639
+ li {
2640
+ line-height: 24px;
2641
+ font-size: 14px;
2642
+ }
2643
+ .woocommerce-help-tip {
2644
+ margin: 0 !important;
2645
+ }
2646
+ }
2647
+ thead {
2648
+ th {
2649
+ vertical-align: middle;
2650
+ }
2651
+ .wc-shipping-zone-sort {
2652
+ text-align: center;
2653
+ }
2654
+ }
2655
+ tbody td {
2656
+ padding: 1.5em 1em !important;
2657
+ }
2658
+ td.wc-shipping-zones-blank-state, td.wc-shipping-zone-method-blank-state {
2659
+ background: #f7f1f6 !important;
2660
+ overflow: hidden;
2661
+ position: relative;
2662
+ padding: 7.5em 7.5% !important;
2663
+ border-bottom: 2px solid #eee2ec;
2664
+
2665
+ &.wc-shipping-zone-method-blank-state {
2666
+ padding: 2em !important;
2667
+ p {
2668
+ margin-bottom: 0;
2669
+ }
2670
+ }
2671
+ p, li {
2672
+ color: #a46497;
2673
+ font-size: 1.5em;
2674
+ line-height: 1.5em;
2675
+ margin: 0 0 1em;
2676
+ position: relative;
2677
+ z-index: 1;
2678
+ text-shadow: 1px 1px 1px white;
2679
+
2680
+ &.main {
2681
+ font-size: 2em;
2682
+ }
2683
+ }
2684
+ li {
2685
+ margin-left: 1em;
2686
+ list-style: circle inside;
2687
+ }
2688
+ &::before {
2689
+ content: '\e01b';
2690
+ font-family: 'WooCommerce';
2691
+ text-align: center;
2692
+ line-height: 1;
2693
+ color: #eee2ec;
2694
+ display: block;
2695
+ width: 1em;
2696
+ font-size: 40em;
2697
+ top: 50%;
2698
+ right: -3.75%;
2699
+ margin-top: -0.1875em;
2700
+ position: absolute;
2701
+ }
2702
+ .button-primary {
2703
+ background-color: #804877;
2704
+ border-color: #804877;
2705
+ -webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 0 rgba( 0, 0, 0, 0.15 );
2706
+ box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 0 rgba( 0, 0, 0, 0.15 );
2707
+ margin: 0;
2708
+ opacity: 1;
2709
+ text-shadow: 0 -1px 1px #8a4f7f, 1px 0 1px #8a4f7f, 0 1px 1px #8a4f7f, -1px 0 1px #8a4f7f;
2710
+ font-size: 1.5em;
2711
+ padding: 0.75em 1em;
2712
+ height: auto;
2713
+ position: relative;
2714
+ z-index: 1;
2715
+ }
2716
+ }
2717
+ tbody.wc-shipping-zone-rows, .wc-shipping-zone-method-rows {
2718
+ tr:nth-child( odd ) {
2719
+ td {
2720
+ background: #f9f9f9;
2721
+ }
2722
+ }
2723
+ }
2724
+ tr.odd, .wc-shipping-class-rows tr:nth-child( odd ) {
2725
+ td {
2726
+ background: #f9f9f9;
2727
+ }
2728
+ }
2729
+ ul, p {
2730
+ margin: 0;
2731
+ }
2732
+ td.wc-shipping-zone-sort, td.wc-shipping-zone-method-sort {
2733
+ cursor: move;
2734
+ font-size: 15px;
2735
+ text-align: center;
2736
+
2737
+ &::before {
2738
+ content: '\f333';
2739
+ font-family: 'Dashicons';
2740
+ text-align: center;
2741
+ line-height: 1;
2742
+ color: #999;
2743
+ display: block;
2744
+ width: 17px;
2745
+ float: left;
2746
+ height: 100%;
2747
+ line-height: 24px;
2748
+ }
2749
+ &:hover {
2750
+ &::before {
2751
+ color: #333;
2752
+ }
2753
+ }
2754
+ }
2755
+ td.wc-shipping-zone-worldwide {
2756
+ text-align: center;
2757
+ &::before {
2758
+ content: '\f319';
2759
+ font-family: 'dashicons';
2760
+ text-align: center;
2761
+ line-height: 1;
2762
+ color: #999;
2763
+ display: block;
2764
+ width: 17px;
2765
+ float: left;
2766
+ height: 100%;
2767
+ line-height: 24px;
2768
+ }
2769
+ }
2770
+ .wc-shipping-zone-name,
2771
+ .wc-shipping-zone-methods {
2772
+ width: 25%;
2773
+ }
2774
+ .wc-shipping-class-description,
2775
+ .wc-shipping-class-name,
2776
+ .wc-shipping-class-slug,
2777
+ .wc-shipping-zone-name,
2778
+ .wc-shipping-zone-region {
2779
+ input, select, textarea {
2780
+ width: 100%;
2781
+ }
2782
+ a.wc-shipping-zone-delete, a.wc-shipping-class-delete {
2783
+ color: #a00;
2784
+ }
2785
+ a.wc-shipping-zone-delete:hover, a.wc-shipping-class-delete:hover {
2786
+ color: red;
2787
+ }
2788
+ }
2789
+ .wc-shipping-class-count {
2790
+ text-align: center;
2791
+ }
2792
+ td.wc-shipping-zone-methods {
2793
+ color: #555;
2794
+ .method_disabled {
2795
+ text-decoration: line-through;
2796
+ }
2797
+ ul {
2798
+ position: relative;
2799
+ padding-right: 32px;
2800
+ li {
2801
+ color: #555;
2802
+ display: inline;
2803
+ margin: 0;
2804
+ }
2805
+ li::before {
2806
+ content: ', ';
2807
+ }
2808
+ li:first-child::before {
2809
+ content: '';
2810
+ }
2811
+ }
2812
+ .add_shipping_method {
2813
+ display: block;
2814
+ width: 24px;
2815
+ padding: 24px 0 0;
2816
+ height: 0;
2817
+ overflow: hidden;
2818
+ cursor: pointer;
2819
+
2820
+ &::before {
2821
+ @include icon;
2822
+ font-family: 'Dashicons';
2823
+ content: '\f502';
2824
+ color: #999;
2825
+ vertical-align: middle;
2826
+ line-height: 24px;
2827
+ font-size: 16px;
2828
+ margin: 0;
2829
+ }
2830
+
2831
+ &.disabled {
2832
+ cursor: not-allowed;
2833
+ &::before {
2834
+ color: #ccc;
2835
+ }
2836
+ }
2837
+ }
2838
+ }
2839
+ .wc-shipping-zone-method-title {
2840
+ width: 25%;
2841
+ .wc-shipping-zone-method-delete {
2842
+ color: red;
2843
+ }
2844
+ }
2845
+ .wc-shipping-zone-method-enabled {
2846
+ text-align: center;
2847
+
2848
+ a {
2849
+ display: inline-block;
2850
+ }
2851
+
2852
+ .woocommerce-input-toggle {
2853
+ margin-top: 3px;
2854
+ }
2855
+ }
2856
+ .wc-shipping-zone-method-type {
2857
+ display: block;
2858
+ }
2859
+ tfoot {
2860
+ input, select {
2861
+ vertical-align: middle !important;
2862
+ }
2863
+ .button-secondary {
2864
+ float: right;
2865
+ }
2866
+ }
2867
+ .editing {
2868
+ .wc-shipping-zone-view, .wc-shipping-zone-edit {
2869
+ display: none;
2870
+ }
2871
+ }
2872
+ }
2873
+
2874
+ .woocommerce-input-toggle {
2875
+ height: 16px;
2876
+ width: 32px;
2877
+ border: 2px solid #935687;
2878
+ background-color: #935687;
2879
+ display: inline-block;
2880
+ text-indent: -9999px;
2881
+ border-radius: 10em;
2882
+ position: relative;
2883
+
2884
+ &:before {
2885
+ content: "";
2886
+ display: block;
2887
+ width: 16px;
2888
+ height: 16px;
2889
+ background: #fff;
2890
+ position: absolute;
2891
+ top: 0;
2892
+ right: 0;
2893
+ border-radius: 100%;
2894
+ }
2895
+
2896
+ &.woocommerce-input-toggle--disabled {
2897
+ border-color: #999;
2898
+ background-color: #999;
2899
+
2900
+ &:before {
2901
+ right: auto;
2902
+ left: 0;
2903
+ }
2904
+ }
2905
+ }
2906
+
2907
+ .wc-modal-shipping-method-settings {
2908
+ background: #f8f8f8;
2909
+ padding: 1em !important;
2910
+ form {
2911
+ .form-table {
2912
+ width: 100%;
2913
+ background: #fff;
2914
+ margin: 0 0 1.5em;
2915
+ tr {
2916
+ th {
2917
+ width: 30%;
2918
+ position: relative;
2919
+ .woocommerce-help-tip {
2920
+ float: right;
2921
+ margin: -8px -0.5em 0 0;
2922
+ vertical-align: middle;
2923
+ right: 0;
2924
+ top: 50%;
2925
+ position: absolute;
2926
+ }
2927
+ }
2928
+ td {
2929
+ input, select, textarea {
2930
+ width: 50%;
2931
+ min-width: 250px;
2932
+ }
2933
+ input[type='checkbox'] {
2934
+ width: auto;
2935
+ min-width: 16px;
2936
+ }
2937
+ }
2938
+ td, th {
2939
+ vertical-align: middle;
2940
+ margin: 0;
2941
+ line-height: 24px;
2942
+ padding: 1em;
2943
+ border-bottom: 1px solid #f8f8f8;
2944
+ }
2945
+ }
2946
+ &:last-of-type {
2947
+ margin-bottom: 0;
2948
+ }
2949
+ }
2950
+ }
2951
+ }
2952
+
2953
+ .wc-backbone-modal .wc-shipping-zone-method-selector {
2954
+ p {
2955
+ margin-top: 0;
2956
+ }
2957
+ .wc-shipping-zone-method-description {
2958
+ margin: 0.75em 1px 0;
2959
+ line-height: 1.5em;
2960
+ color: #999;
2961
+ font-style: italic;
2962
+ }
2963
+ select {
2964
+ width: 100%;
2965
+ cursor: pointer;
2966
+ }
2967
+ }
2968
+
2969
+ img.help_tip {
2970
+ margin: 0 0 0 9px;
2971
+ vertical-align: middle;
2972
+ }
2973
+
2974
+ .postbox img.help_tip {
2975
+ margin-top: 0;
2976
+ }
2977
+
2978
+ .postbox .woocommerce-help-tip {
2979
+ margin: 0 0 0 9px;
2980
+ }
2981
+
2982
+ .status-enabled,
2983
+ .status-manual,
2984
+ .status-disabled {
2985
+ font-size: 1.4em;
2986
+ @include ir();
2987
+ }
2988
+
2989
+ .status-manual {
2990
+ &::before {
2991
+ @include icon( '\e008' );
2992
+ color: #999;
2993
+ }
2994
+ }
2995
+
2996
+ .status-enabled {
2997
+ &::before {
2998
+ @include icon( '\e015' );
2999
+ color: $woocommerce;
3000
+ }
3001
+ }
3002
+
3003
+ .status-disabled {
3004
+ &::before {
3005
+ @include icon( '\e013' );
3006
+ color: #ccc;
3007
+ }
3008
+ }
3009
+
3010
+ .woocommerce {
3011
+
3012
+ h2.woo-nav-tab-wrapper {
3013
+ margin-bottom: 1em;
3014
+ }
3015
+
3016
+ nav.woo-nav-tab-wrapper {
3017
+ margin: 1.5em 0 1em;
3018
+ border-bottom: 1px solid #ccc;
3019
+ }
3020
+
3021
+ .subsubsub {
3022
+ margin: -8px 0 0;
3023
+ }
3024
+
3025
+ .wc-admin-breadcrumb {
3026
+ margin-left: 0.5em;
3027
+ a {
3028
+ color: #a46497;
3029
+ }
3030
+ }
3031
+
3032
+ #template div {
3033
+ margin: 0;
3034
+
3035
+ p .button {
3036
+ float: right;
3037
+ margin-left: 10px;
3038
+ margin-top: -4px;
3039
+ }
3040
+
3041
+ .editor {
3042
+ textarea {
3043
+ margin-bottom: 8px;
3044
+ }
3045
+ }
3046
+ }
3047
+
3048
+ textarea[disabled='disabled'] {
3049
+ background: #dfdfdf !important;
3050
+ }
3051
+
3052
+ table.form-table {
3053
+ margin: 0;
3054
+ position: relative;
3055
+
3056
+ .forminp-radio ul {
3057
+ margin: 0;
3058
+ li {
3059
+ line-height: 1.4em;
3060
+ }
3061
+ }
3062
+
3063
+ textarea.input-text {
3064
+ height: 100%;
3065
+ min-width: 150px;
3066
+ display: block;
3067
+ }
3068
+
3069
+ input.regular-input {
3070
+ width: 400px;
3071
+ }
3072
+
3073
+ textarea.wide-input {
3074
+ width: 100%;
3075
+ }
3076
+
3077
+ img.help_tip,
3078
+ .woocommerce-help-tip {
3079
+ padding: 0;
3080
+ margin: -4px 0 0 5px;
3081
+ vertical-align: middle;
3082
+ cursor: help;
3083
+ line-height: 1;
3084
+ }
3085
+
3086
+ span.help_tip {
3087
+ cursor: help;
3088
+ color: $blue;
3089
+ }
3090
+
3091
+ th {
3092
+ position: relative;
3093
+ padding-right: 24px;
3094
+ }
3095
+
3096
+ .select2-container {
3097
+ vertical-align: top;
3098
+ margin-bottom: 3px;
3099
+ }
3100
+
3101
+ table.widefat th {
3102
+ padding-right: inherit;
3103
+ }
3104
+
3105
+ th img.help_tip,
3106
+ th .woocommerce-help-tip {
3107
+ margin: 2px -24px 0 0;
3108
+ float: right;
3109
+ }
3110
+
3111
+ .wp-list-table .woocommerce-help-tip {
3112
+ float: none;
3113
+ }
3114
+
3115
+ fieldset {
3116
+ margin-top: 4px;
3117
+
3118
+ img.help_tip,
3119
+ .woocommerce-help-tip {
3120
+ margin: -3px 0 0 5px;
3121
+ }
3122
+
3123
+ p.description {
3124
+ margin-bottom: 8px;
3125
+ }
3126
+
3127
+ &:first-child {
3128
+ margin-top: 0;
3129
+ }
3130
+ }
3131
+
3132
+ .iris-picker {
3133
+ z-index: 100;
3134
+ display: none;
3135
+ position: absolute;
3136
+ border: 1px solid #ccc;
3137
+ border-radius: 3px;
3138
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
3139
+
3140
+ .ui-slider {
3141
+ border: 0 !important;
3142
+ margin: 0 !important;
3143
+ width: auto !important;
3144
+ height: auto !important;
3145
+ background: none transparent !important;
3146
+
3147
+ .ui-slider-handle {
3148
+ margin-bottom: 0 !important;
3149
+ }
3150
+ }
3151
+ }
3152
+
3153
+ .colorpickpreview {
3154
+ padding: 3px;
3155
+ padding-left: 20px;
3156
+ border: 1px solid #ddd;
3157
+ /* rtl:ignore */
3158
+ border-right: 0;
3159
+ }
3160
+
3161
+ .colorpick {
3162
+ /* rtl:ignore */
3163
+ border-left: 0;
3164
+ }
3165
+
3166
+ .image_width_settings {
3167
+ vertical-align: middle;
3168
+
3169
+ label {
3170
+ margin-left: 10px;
3171
+ }
3172
+ }
3173
+
3174
+ .wc_emails_wrapper {
3175
+ padding: 0 15px 10px 0;
3176
+ }
3177
+ }
3178
+ }
3179
+
3180
+ .woocommerce #tabs-wrap table a.remove {
3181
+ margin-left: 4px;
3182
+ }
3183
+
3184
+ .woocommerce #tabs-wrap table p {
3185
+ margin: 0 0 4px !important;
3186
+ overflow: hidden;
3187
+ zoom: 1;
3188
+ }
3189
+
3190
+ .woocommerce #tabs-wrap table p a.add {
3191
+ float: left;
3192
+ }
3193
+
3194
+ #wp-excerpt-editor-container {
3195
+ background: #fff;
3196
+ }
3197
+
3198
+ #product_variation-parent #parent_id {
3199
+ width: 100%;
3200
+ }
3201
+
3202
+ #postimagediv {
3203
+ img {
3204
+ border: 1px solid #d5d5d5;
3205
+ max-width: 100%;
3206
+ }
3207
+ }
3208
+
3209
+ #woocommerce-product-images {
3210
+ .inside {
3211
+ margin: 0;
3212
+ padding: 0;
3213
+
3214
+ .add_product_images {
3215
+ padding: 0 12px 12px;
3216
+ }
3217
+
3218
+ #product_images_container {
3219
+ padding: 0 0 0 9px;
3220
+
3221
+ ul {
3222
+ @include clearfix();
3223
+ margin: 0;
3224
+ padding: 0;
3225
+
3226
+ li.image,
3227
+ li.add,
3228
+ li.wc-metabox-sortable-placeholder {
3229
+ width: 80px;
3230
+ float: left;
3231
+ cursor: move;
3232
+ border: 1px solid #d5d5d5;
3233
+ margin: 9px 9px 0 0;
3234
+ background: #f7f7f7;
3235
+ @include border-radius(2px);
3236
+ position: relative;
3237
+ box-sizing: border-box;
3238
+
3239
+ img {
3240
+ width: 100%;
3241
+ height: auto;
3242
+ display: block;
3243
+ }
3244
+ }
3245
+
3246
+ li.wc-metabox-sortable-placeholder {
3247
+ border: 3px dashed #dddddd;
3248
+ position: relative;
3249
+
3250
+ &::after {
3251
+ @include icon_dashicons( '\f161' );
3252
+ font-size: 2.618em;
3253
+ line-height: 72px;
3254
+ color: #ddd;
3255
+ }
3256
+ }
3257
+
3258
+ ul.actions {
3259
+ position: absolute;
3260
+ top: -8px;
3261
+ right: -8px;
3262
+ padding: 2px;
3263
+ display: none;
3264
+
3265
+ li {
3266
+ float: right;
3267
+ margin: 0 0 0 2px;
3268
+
3269
+ a {
3270
+ width: 1em;
3271
+ height: 1em;
3272
+ margin: 0;
3273
+ height: 0;
3274
+ display: block;
3275
+ overflow: hidden;
3276
+
3277
+ &.tips {
3278
+ cursor: pointer;
3279
+ }
3280
+ }
3281
+
3282
+ a.delete {
3283
+ @include ir();
3284
+ font-size: 1.4em;
3285
+
3286
+ &::before {
3287
+ @include icon_dashicons( '\f153' );
3288
+ color: #999;
3289
+ }
3290
+
3291
+ &:hover {
3292
+ &::before {
3293
+ color: $red;
3294
+ }
3295
+ }
3296
+ }
3297
+ }
3298
+ }
3299
+
3300
+ li:hover ul.actions {
3301
+ display: block;
3302
+ }
3303
+ }
3304
+ }
3305
+ }
3306
+ }
3307
+
3308
+ #woocommerce-product-data {
3309
+ .hndle {
3310
+ padding: 10px;
3311
+
3312
+ span {
3313
+ display: block;
3314
+ vertical-align: middle;
3315
+ line-height: 24px;
3316
+
3317
+ span {
3318
+ display: inline;
3319
+ line-height: inherit;
3320
+ vertical-align: baseline;
3321
+ }
3322
+ }
3323
+
3324
+ select {
3325
+ margin: 0;
3326
+ }
3327
+
3328
+ label {
3329
+ padding-right: 1em;
3330
+ font-size: 12px;
3331
+ vertical-align: baseline;
3332
+ }
3333
+
3334
+ label:first-child {
3335
+ margin-right: 1em;
3336
+ border-right: 1px solid #dfdfdf;
3337
+ }
3338
+
3339
+ input, select {
3340
+ margin-top: -3px 0 0;
3341
+ vertical-align: middle;
3342
+ }
3343
+
3344
+ select {
3345
+ margin-left: 0.5em;
3346
+ }
3347
+ }
3348
+
3349
+ > .handlediv {
3350
+ margin-top: 4px;
3351
+ }
3352
+
3353
+ .wrap {
3354
+ margin: 0;
3355
+ }
3356
+ }
3357
+
3358
+ #woocommerce-coupon-description {
3359
+ padding: 3px 8px;
3360
+ font-size: 1.7em;
3361
+ line-height: 1.42em;
3362
+ height: auto;
3363
+ width: 100%;
3364
+ outline: 0;
3365
+ margin: 10px 0;
3366
+ display: block;
3367
+
3368
+ &::-webkit-input-placeholder {
3369
+ line-height: 1.42em;
3370
+ color: #bbb;
3371
+ }
3372
+
3373
+ &::-moz-placeholder {
3374
+ line-height:
3375
+ 1.42em;
3376
+ color: #bbb;
3377
+ }
3378
+
3379
+ &:-ms-input-placeholder {
3380
+ line-height: 1.42em;
3381
+ color: #bbb;
3382
+ }
3383
+
3384
+ &:-moz-placeholder {
3385
+ line-height: 1.42em;
3386
+ color: #bbb;
3387
+ }
3388
+ }
3389
+
3390
+ #woocommerce-product-data,
3391
+ #woocommerce-coupon-data {
3392
+ .panel-wrap {
3393
+ background: #fff;
3394
+ }
3395
+
3396
+ .woocommerce_options_panel,
3397
+ .wc-metaboxes-wrapper {
3398
+ float: left;
3399
+ width: 80%;
3400
+
3401
+ .wc-radios {
3402
+ display: block;
3403
+ float: left;
3404
+ margin: 0;
3405
+
3406
+ li {
3407
+ display: block;
3408
+ padding: 0 0 10px;
3409
+
3410
+ input {
3411
+ width: auto;
3412
+ }
3413
+ }
3414
+ }
3415
+ }
3416
+ }
3417
+
3418
+ #woocommerce-product-data,
3419
+ #woocommerce-coupon-data,
3420
+ .woocommerce {
3421
+ .panel-wrap {
3422
+ overflow: hidden;
3423
+ }
3424
+
3425
+ ul.wc-tabs {
3426
+ margin: 0;
3427
+ width: 20%;
3428
+ float: left;
3429
+ line-height: 1em;
3430
+ padding: 0 0 10px;
3431
+ position: relative;
3432
+ background-color: #fafafa;
3433
+ border-right: 1px solid #eee;
3434
+ box-sizing: border-box;
3435
+
3436
+ &::after {
3437
+ content: '';
3438
+ display: block;
3439
+ width: 100%;
3440
+ height: 9999em;
3441
+ position: absolute;
3442
+ bottom: -9999em;
3443
+ left: 0;
3444
+ background-color: #fafafa;
3445
+ border-right: 1px solid #eee;
3446
+ }
3447
+
3448
+ li {
3449
+ margin: 0;
3450
+ padding: 0;
3451
+ display: block;
3452
+ position: relative;
3453
+
3454
+ a {
3455
+ margin: 0;
3456
+ padding: 10px;
3457
+ display: block;
3458
+ box-shadow: none;
3459
+ text-decoration: none;
3460
+ line-height: 20px !important;
3461
+ border-bottom: 1px solid #eee;
3462
+
3463
+ span {
3464
+ margin-left: 0.618em;
3465
+ margin-right: 0.618em;
3466
+ }
3467
+
3468
+ &::before {
3469
+ @include iconbeforedashicons( '\f107' );
3470
+ }
3471
+ }
3472
+
3473
+ &.general_options {
3474
+ a::before {
3475
+ content: '\f107';
3476
+ }
3477
+ }
3478
+
3479
+ &.inventory_options {
3480
+ a::before {
3481
+ content: '\f481';
3482
+ }
3483
+ }
3484
+
3485
+ &.shipping_options {
3486
+ a::before {
3487
+ font-family: 'WooCommerce';
3488
+ content: '\e01a';
3489
+ }
3490
+ }
3491
+
3492
+ &.linked_product_options {
3493
+ a::before {
3494
+ content: '\f103';
3495
+ }
3496
+ }
3497
+
3498
+ &.attribute_options {
3499
+ a::before {
3500
+ content: '\f175';
3501
+ }
3502
+ }
3503
+
3504
+ &.advanced_options {
3505
+ a::before {
3506
+ font-family: 'Dashicons';
3507
+ content: '\f111';
3508
+ }
3509
+ }
3510
+
3511
+ &.variations_options {
3512
+ a::before {
3513
+ content: '\f509';
3514
+ }
3515
+ }
3516
+
3517
+ &.usage_restriction_options {
3518
+ a::before {
3519
+ font-family: 'WooCommerce';
3520
+ content: '\e602';
3521
+ }
3522
+ }
3523
+
3524
+ &.usage_limit_options {
3525
+ a::before {
3526
+ font-family: 'WooCommerce';
3527
+ content: '\e601';
3528
+ }
3529
+ }
3530
+
3531
+ &.general_coupon_data {
3532
+ a::before {
3533
+ font-family: 'WooCommerce';
3534
+ content: '\e600';
3535
+ }
3536
+ }
3537
+
3538
+ &.active {
3539
+ a {
3540
+ color: #555;
3541
+ position: relative;
3542
+ background-color: #eee;
3543
+ }
3544
+ }
3545
+ }
3546
+ }
3547
+ }
3548
+
3549
+ /**
3550
+ * Shipping
3551
+ */
3552
+ .woocommerce_page_wc-settings {
3553
+ input[type=url], input[type=email] {
3554
+ direction: ltr;
3555
+ }
3556
+
3557
+ .shippingrows {
3558
+ th.check-column {
3559
+ padding-top: 20px;
3560
+ }
3561
+
3562
+ tfoot {
3563
+ th {
3564
+ padding-left: 10px;
3565
+ }
3566
+ }
3567
+
3568
+ .add.button::before {
3569
+ @include iconbefore( '\e007' );
3570
+ }
3571
+ }
3572
+
3573
+ h3.wc-settings-sub-title {
3574
+ font-size: 1.2em;
3575
+ }
3576
+ }
3577
+
3578
+ #woocommerce-product-data,
3579
+ #woocommerce-product-type-options,
3580
+ #woocommerce-order-data,
3581
+ #woocommerce-order-downloads,
3582
+ #woocommerce-coupon-data {
3583
+ .inside {
3584
+ margin: 0;
3585
+ padding: 0;
3586
+ }
3587
+ }
3588
+
3589
+ .woocommerce_options_panel,
3590
+ .panel {
3591
+ padding: 9px;
3592
+ color: #555;
3593
+
3594
+ .form-field {
3595
+ .woocommerce-help-tip {
3596
+ font-size: 1.4em;
3597
+ }
3598
+ }
3599
+ }
3600
+
3601
+ .woocommerce_page_settings .woocommerce_options_panel,
3602
+ .panel {
3603
+ padding: 0;
3604
+ }
3605
+
3606
+ #woocommerce-product-type-options .panel,
3607
+ #woocommerce-product-specs .inside {
3608
+ margin: 0;
3609
+ padding: 9px;
3610
+ }
3611
+
3612
+ .woocommerce_options_panel p,
3613
+ #woocommerce-product-type-options .panel p,
3614
+ .woocommerce_options_panel fieldset.form-field {
3615
+ margin: 0 0 9px;
3616
+ font-size: 12px;
3617
+ padding: 5px 9px;
3618
+ line-height: 24px;
3619
+
3620
+ &::after {
3621
+ content: '.';
3622
+ display: block;
3623
+ height: 0;
3624
+ clear: both;
3625
+ visibility: hidden;
3626
+ }
3627
+ }
3628
+
3629
+ .woocommerce_options_panel .checkbox,
3630
+ .woocommerce_variable_attributes .checkbox {
3631
+ width: auto;
3632
+ margin: 4px 0 !important;
3633
+ vertical-align: middle;
3634
+ float: left;
3635
+ }
3636
+
3637
+ .woocommerce_variations,
3638
+ .woocommerce_options_panel {
3639
+ .downloadable_files {
3640
+ table {
3641
+ width: 100%;
3642
+ padding: 0 !important;
3643
+
3644
+ th {
3645
+ padding: 7px 0 7px 7px !important;
3646
+
3647
+ &.sort {
3648
+ width: 17px;
3649
+ padding: 7px !important;
3650
+ }
3651
+
3652
+ .woocommerce-help-tip {
3653
+ font-size: 1.1em;
3654
+ margin-left: 0;
3655
+ }
3656
+ }
3657
+
3658
+ td {
3659
+ vertical-align: middle !important;
3660
+ padding: 4px 0 4px 7px !important;
3661
+ position: relative;
3662
+
3663
+ &:last-child {
3664
+ padding-right: 7px !important;
3665
+ }
3666
+
3667
+ input.input_text {
3668
+ width: 100%;
3669
+ float: none;
3670
+ min-width: 0;
3671
+ margin: 1px 0;
3672
+ }
3673
+
3674
+ .upload_file_button {
3675
+ width: auto;
3676
+ float: right;
3677
+ cursor: pointer;
3678
+ }
3679
+
3680
+ .delete {
3681
+ @include ir();
3682
+ font-size: 1.2em;
3683
+
3684
+ &::before {
3685
+ @include icon_dashicons( '\f153' );
3686
+ color: #999;
3687
+ }
3688
+
3689
+ &:hover {
3690
+ &::before {
3691
+ color: $red;
3692
+ }
3693
+ }
3694
+ }
3695
+ }
3696
+
3697
+ td.sort {
3698
+ width: 17px;
3699
+ cursor: move;
3700
+ font-size: 15px;
3701
+ text-align: center;
3702
+ background: #f9f9f9;
3703
+ padding-right: 7px !important;
3704
+
3705
+ &::before {
3706
+ content: '\f333';
3707
+ font-family: 'Dashicons';
3708
+ text-align: center;
3709
+ line-height: 1;
3710
+ color: #999;
3711
+ display: block;
3712
+ width: 17px;
3713
+ float: left;
3714
+ height: 100%;
3715
+ }
3716
+
3717
+ &:hover {
3718
+ &::before {
3719
+ color: #333;
3720
+ }
3721
+ }
3722
+ }
3723
+ }
3724
+ }
3725
+ }
3726
+ .woocommerce_variation {
3727
+ h3 {
3728
+ .sort {
3729
+ width: 17px;
3730
+ height: 26px;
3731
+ cursor: move;
3732
+ float: right;
3733
+ font-size: 15px;
3734
+ font-weight: 400;
3735
+ margin-right: 0.5em;
3736
+ visibility: hidden;
3737
+ text-align: center;
3738
+ vertical-align: middle;
3739
+
3740
+ &::before {
3741
+ content: '\f333';
3742
+ font-family: 'Dashicons';
3743
+ text-align: center;
3744
+ line-height: 28px;
3745
+ color: #999;
3746
+ display: block;
3747
+ width: 17px;
3748
+ float: left;
3749
+ height: 100%;
3750
+ }
3751
+
3752
+ &:hover {
3753
+ &::before {
3754
+ color: #777;
3755
+ }
3756
+ }
3757
+ }
3758
+ }
3759
+ h3:hover, &.ui-sortable-helper {
3760
+ .sort {
3761
+ visibility: visible;
3762
+ }
3763
+ }
3764
+ }
3765
+
3766
+ .woocommerce_options_panel {
3767
+ min-height: 175px;
3768
+ box-sizing: border-box;
3769
+
3770
+ .downloadable_files {
3771
+ padding: 0 9px 0 162px;
3772
+ position: relative;
3773
+ margin: 9px 0;
3774
+
3775
+ label {
3776
+ position: absolute;
3777
+ left: 0;
3778
+ margin: 0 0 0 12px;
3779
+ line-height: 24px;
3780
+ }
3781
+ }
3782
+
3783
+ p {
3784
+ margin: 9px 0;
3785
+ }
3786
+
3787
+ p.form-field,
3788
+ fieldset.form-field {
3789
+ padding: 5px 20px 5px 162px !important; /** Padding for aligning labels left - 12px + 150 label width **/
3790
+ }
3791
+
3792
+ .sale_price_dates_fields {
3793
+ .short:first-of-type {
3794
+ margin-bottom: 1em;
3795
+ }
3796
+
3797
+ .short:nth-of-type( 2 ) {
3798
+ clear: left;
3799
+ }
3800
+ }
3801
+
3802
+ label,
3803
+ legend {
3804
+ float: left;
3805
+ width: 150px;
3806
+ padding: 0;
3807
+ margin: 0 0 0 -150px;
3808
+
3809
+ .req {
3810
+ font-weight: 700;
3811
+ font-style: normal;
3812
+ color: $red;
3813
+ }
3814
+ }
3815
+
3816
+ .description {
3817
+ padding: 0;
3818
+ margin: 0 0 0 7px;
3819
+ clear: none;
3820
+ display: inline;
3821
+ }
3822
+
3823
+ .description-block {
3824
+ margin-left: 0;
3825
+ display: block;
3826
+ }
3827
+
3828
+ textarea,
3829
+ input,
3830
+ select {
3831
+ margin: 0;
3832
+ }
3833
+
3834
+ textarea {
3835
+ float: left;
3836
+ height: 3.5em;
3837
+ line-height: 1.5em;
3838
+ vertical-align: top;
3839
+ }
3840
+
3841
+ input[type='text'],
3842
+ input[type='email'],
3843
+ input[type='number'],
3844
+ input[type='password'] {
3845
+ width: 50%;
3846
+ float: left;
3847
+ }
3848
+
3849
+ input.button {
3850
+ width: auto;
3851
+ margin-left: 8px;
3852
+ }
3853
+
3854
+ select {
3855
+ float: left;
3856
+ }
3857
+
3858
+ input[type='text'].short,
3859
+ input[type='email'].short,
3860
+ input[type='number'].short,
3861
+ input[type='password'].short,
3862
+ .short {
3863
+ width: 50%;
3864
+ }
3865
+
3866
+ .sized {
3867
+ width: auto !important;
3868
+ margin-right: 6px;
3869
+ }
3870
+
3871
+ .options_group {
3872
+ border-top: 1px solid white;
3873
+ border-bottom: 1px solid #eee;
3874
+
3875
+ &:first-child {
3876
+ border-top: 0;
3877
+ }
3878
+
3879
+ &:last-child {
3880
+ border-bottom: 0;
3881
+ }
3882
+
3883
+ fieldset {
3884
+ margin: 9px 0;
3885
+ font-size: 12px;
3886
+ padding: 5px 9px;
3887
+ line-height: 24px;
3888
+
3889
+ label {
3890
+ width: auto;
3891
+ float: none;
3892
+ }
3893
+
3894
+ ul {
3895
+ float: left;
3896
+ width: 50%;
3897
+ margin: 0;
3898
+ padding: 0;
3899
+
3900
+ li {
3901
+ margin: 0;
3902
+ width: auto;
3903
+
3904
+ input {
3905
+ width: auto;
3906
+ float: none;
3907
+ margin-right: 4px;
3908
+ }
3909
+ }
3910
+ }
3911
+
3912
+ ul.wc-radios {
3913
+ label {
3914
+ margin-left: 0;
3915
+ }
3916
+ }
3917
+ }
3918
+ }
3919
+
3920
+ .dimensions_field {
3921
+ .wrap {
3922
+ display: block;
3923
+ width: 50%;
3924
+
3925
+ input {
3926
+ width: 30.75%;
3927
+ margin-right: 3.8%;
3928
+ }
3929
+
3930
+ .last {
3931
+ margin-right: 0;
3932
+ }
3933
+ }
3934
+ }
3935
+
3936
+ &.padded {
3937
+ padding: 1em;
3938
+ }
3939
+
3940
+ .select2-container {
3941
+ float: left;
3942
+ }
3943
+ }
3944
+
3945
+ #woocommerce-product-data input.dp-applied {
3946
+ float: left;
3947
+ }
3948
+
3949
+ #grouped_product_options,
3950
+ #virtual_product_options,
3951
+ #simple_product_options {
3952
+ padding: 12px;
3953
+ font-style: italic;
3954
+ color: #666;
3955
+ }
3956
+
3957
+ /**
3958
+ * WooCommerce meta boxes
3959
+ */
3960
+ .wc-metaboxes-wrapper {
3961
+ .toolbar {
3962
+ margin: 0 !important;
3963
+ border-top: 1px solid white;
3964
+ border-bottom: 1px solid #eee;
3965
+ padding: 9px 12px !important;
3966
+
3967
+ &:first-child {
3968
+ border-top: 0;
3969
+ }
3970
+
3971
+ &:last-child {
3972
+ border-bottom: 0;
3973
+ }
3974
+
3975
+ .add_variation {
3976
+ float: right;
3977
+ margin-left: 5px;
3978
+ }
3979
+
3980
+ .save-variation-changes,
3981
+ .cancel-variation-changes {
3982
+ float: left;
3983
+ margin-right: 5px;
3984
+ }
3985
+ }
3986
+
3987
+ p.toolbar {
3988
+ overflow: hidden;
3989
+ zoom: 1;
3990
+ }
3991
+
3992
+ .expand-close {
3993
+ margin-right: 2px;
3994
+ color: #777;
3995
+ font-size: 12px;
3996
+ font-style: italic;
3997
+ a {
3998
+ background: none;
3999
+ padding: 0;
4000
+ font-size: 12px;
4001
+ text-decoration: none;
4002
+ }
4003
+ }
4004
+
4005
+ &#product_attributes {
4006
+ .expand-close {
4007
+ float: right;
4008
+ line-height: 28px;
4009
+ }
4010
+ }
4011
+
4012
+ button.add_variable_attribute,
4013
+ .fr {
4014
+ float: right;
4015
+ margin: 0 0 0 6px;
4016
+ }
4017
+
4018
+ .wc-metaboxes {
4019
+ border-bottom: 1px solid #eee;
4020
+ }
4021
+
4022
+ .wc-metabox-sortable-placeholder {
4023
+ border-color: #bbb;
4024
+ background-color: #f5f5f5;
4025
+ margin-bottom: 9px;
4026
+ border-width: 1px;
4027
+ border-style: dashed;
4028
+ }
4029
+
4030
+ .wc-metabox {
4031
+ background: #fff;
4032
+ border-bottom: 1px solid #eee;
4033
+ margin: 0 !important;
4034
+
4035
+ select {
4036
+ font-weight: 400;
4037
+ }
4038
+
4039
+ &:last-of-type {
4040
+ border-bottom: 0;
4041
+ }
4042
+
4043
+ .handlediv {
4044
+ width: 27px;
4045
+
4046
+ &::before {
4047
+ content: '\f142' !important;
4048
+ cursor: pointer;
4049
+ display: inline-block;
4050
+ font: 400 20px/1 'Dashicons';
4051
+ line-height: 0.5 !important;
4052
+ padding: 8px 10px;
4053
+ position: relative;
4054
+ right: 12px;
4055
+ top: 0;
4056
+ }
4057
+ }
4058
+
4059
+ &.closed {
4060
+ @include border-radius(3px);
4061
+
4062
+ .handlediv {
4063
+ &::before {
4064
+ content: '\f140' !important;
4065
+ }
4066
+ }
4067
+
4068
+ h3 {
4069
+ border: 0;
4070
+ }
4071
+ }
4072
+
4073
+ h3 {
4074
+ margin: 0 !important;
4075
+ padding: 0.75em 0.75em 0.75em 1em !important;
4076
+ font-size: 1em !important;
4077
+ overflow: hidden;
4078
+ zoom: 1;
4079
+ cursor: move;
4080
+
4081
+ button, a.delete {
4082
+ float: right;
4083
+ }
4084
+
4085
+ a.delete {
4086
+ color: red;
4087
+ font-weight: normal;
4088
+ line-height: 26px;
4089
+ text-decoration: none;
4090
+ position: relative;
4091
+ visibility: hidden;
4092
+ }
4093
+
4094
+ strong {
4095
+ font-weight: normal;
4096
+ line-height: 26px;
4097
+ font-weight: 700;
4098
+ }
4099
+
4100
+ select {
4101
+ font-family: sans-serif;
4102
+ max-width: 20%;
4103
+ margin: 0.25em 0.25em 0.25em 0;
4104
+ }
4105
+
4106
+ .handlediv {
4107
+ background-position: 6px 5px !important;
4108
+ visibility: hidden;
4109
+ height: 26px;
4110
+ }
4111
+
4112
+ &.fixed {
4113
+ cursor: pointer !important;
4114
+ }
4115
+ }
4116
+
4117
+ &.woocommerce_variation h3 {
4118
+ cursor: pointer;
4119
+ padding: 0.5em 0.75em 0.5em 1em !important;
4120
+ a.delete, .handlediv, .sort {
4121
+ margin-top: 0.25em;
4122
+ }
4123
+ }
4124
+
4125
+ h3:hover, &.ui-sortable-helper {
4126
+ a.delete, .handlediv {
4127
+ visibility: visible;
4128
+ }
4129
+ }
4130
+
4131
+ table {
4132
+ width: 100%;
4133
+ position: relative;
4134
+ background-color: #fdfdfd;
4135
+ padding: 1em;
4136
+ border-top: 1px solid #eee;
4137
+
4138
+ td {
4139
+ text-align: left;
4140
+ padding: 0 6px 1em 0;
4141
+ vertical-align: top;
4142
+ border: 0;
4143
+
4144
+ label {
4145
+ text-align: left;
4146
+ display: block;
4147
+ line-height: 21px;
4148
+ }
4149
+
4150
+ input {
4151
+ float: left;
4152
+ min-width: 200px;
4153
+ }
4154
+
4155
+ input,
4156
+ textarea {
4157
+ width: 100%;
4158
+ margin: 0;
4159
+ display: block;
4160
+ font-size: 14px;
4161
+ padding: 4px;
4162
+ color: #555;
4163
+ }
4164
+
4165
+ select,
4166
+ .select2-container {
4167
+ width: 100% !important;
4168
+ }
4169
+
4170
+ input.short {
4171
+ width: 200px;
4172
+ }
4173
+
4174
+ input.checkbox {
4175
+ width: 16px;
4176
+ min-width: inherit;
4177
+ vertical-align: text-bottom;
4178
+ display: inline-block;
4179
+ float: none;
4180
+ }
4181
+ }
4182
+
4183
+ td.attribute_name {
4184
+ width: 200px;
4185
+ }
4186
+
4187
+ .plus,
4188
+ .minus {
4189
+ margin-top: 6px;
4190
+ }
4191
+
4192
+ .fl {
4193
+ float: left;
4194
+ }
4195
+
4196
+ .fr {
4197
+ float: right;
4198
+ }
4199
+ }
4200
+ }
4201
+ }
4202
+
4203
+ .variations-pagenav {
4204
+ float: right;
4205
+ line-height: 24px;
4206
+
4207
+ .displaying-num {
4208
+ color: #777;
4209
+ font-size: 12px;
4210
+ font-style: italic;
4211
+ }
4212
+
4213
+ a {
4214
+ padding: 0 10px 3px;
4215
+ background: rgba(0, 0, 0, 0.05);
4216
+ font-size: 16px;
4217
+ font-weight: 400;
4218
+ text-decoration: none;
4219
+ }
4220
+
4221
+ a.disabled,
4222
+ a.disabled:active,
4223
+ a.disabled:focus,
4224
+ a.disabled:hover {
4225
+ color: #a0a5aa;
4226
+ background: rgba(0, 0, 0, 0.05);
4227
+ }
4228
+ }
4229
+
4230
+ .variations-defaults {
4231
+ float: left;
4232
+ select {
4233
+ margin: 0.25em 0.25em 0.25em 0;
4234
+ }
4235
+ }
4236
+
4237
+ .woocommerce_variable_attributes {
4238
+ background-color: #fdfdfd;
4239
+ border-top: 1px solid #eee;
4240
+
4241
+ .data {
4242
+ @include clearfix;
4243
+ padding: 1em 2em;
4244
+ }
4245
+
4246
+ .upload_image_button {
4247
+ display: block;
4248
+ width: 64px;
4249
+ height: 64px;
4250
+ float: left;
4251
+ margin-right: 20px;
4252
+ position: relative;
4253
+ cursor: pointer;
4254
+
4255
+ img {
4256
+ width: 100%;
4257
+ height: auto;
4258
+ display: none;
4259
+ }
4260
+
4261
+ &::before {
4262
+ content: '\f128';
4263
+ font-family: 'Dashicons';
4264
+ position: absolute;
4265
+ top: 0;
4266
+ left: 0;
4267
+ right: 0;
4268
+ bottom: 0;
4269
+ text-align: center;
4270
+ line-height: 64px;
4271
+ font-size: 64px;
4272
+ font-weight: 400;
4273
+ -webkit-font-smoothing: antialiased;
4274
+ }
4275
+
4276
+ &.remove {
4277
+ img {
4278
+ display: block;
4279
+ }
4280
+
4281
+ &::before {
4282
+ content: '\f335';
4283
+ display: none;
4284
+ }
4285
+
4286
+ &:hover {
4287
+ &::before {
4288
+ display: block;
4289
+ }
4290
+ }
4291
+ }
4292
+ }
4293
+
4294
+ .options {
4295
+ border: 1px solid #eee;
4296
+ border-width: 1px 0;
4297
+ padding: 0.25em 0;
4298
+
4299
+ label {
4300
+ display: inline-block;
4301
+ padding: 4px 1em 2px 0;
4302
+ }
4303
+
4304
+ input[type=checkbox] {
4305
+ margin: 0 5px 0 .5em!important;
4306
+ vertical-align: middle;
4307
+ }
4308
+ }
4309
+ }
4310
+
4311
+ .form-row {
4312
+ label {
4313
+ display: inline-block;
4314
+ }
4315
+
4316
+ .woocommerce-help-tip {
4317
+ float: right;
4318
+ }
4319
+
4320
+ input[type=text],
4321
+ input[type=number],
4322
+ select,
4323
+ textarea {
4324
+ width: 100%;
4325
+ vertical-align: middle;
4326
+ margin: 2px 0 0;
4327
+ padding: 6px;
4328
+ }
4329
+
4330
+ select {
4331
+ height: 30px;
4332
+ line-height: 30px;
4333
+ }
4334
+
4335
+ &.dimensions_field {
4336
+ .wrap {
4337
+ clear:left;
4338
+ display: block;
4339
+ }
4340
+ input {
4341
+ width: 33%;
4342
+ float: left;
4343
+ vertical-align: middle;
4344
+
4345
+ &:last-of-type {
4346
+ margin-right: 0;
4347
+ width: 34%;
4348
+ }
4349
+ }
4350
+ }
4351
+
4352
+ &.form-row-first,
4353
+ &.form-row-last {
4354
+ width: 48%;
4355
+ float: right;
4356
+ }
4357
+
4358
+ &.form-row-first {
4359
+ clear: both;
4360
+ float: left;
4361
+ }
4362
+
4363
+ &.form-row-full {
4364
+ clear: both;
4365
+ }
4366
+ }
4367
+
4368
+ /**
4369
+ * Tooltips
4370
+ */
4371
+ .tips {
4372
+ cursor: help;
4373
+ text-decoration: none;
4374
+ }
4375
+
4376
+ img.tips {
4377
+ padding: 5px 0 0;
4378
+ }
4379
+
4380
+ #tiptip_holder {
4381
+ display: none;
4382
+ position: absolute;
4383
+ top: 0;
4384
+ /*rtl:ignore*/
4385
+ left: 0;
4386
+ z-index: 9999999;
4387
+
4388
+ &.tip_top {
4389
+ padding-bottom: 5px;
4390
+
4391
+ #tiptip_arrow_inner {
4392
+ margin-top: -7px;
4393
+ margin-left: -6px;
4394
+ border-top-color: #333;
4395
+ }
4396
+ }
4397
+
4398
+ &.tip_bottom {
4399
+ padding-top: 5px;
4400
+
4401
+ #tiptip_arrow_inner {
4402
+ margin-top: -5px;
4403
+ margin-left: -6px;
4404
+ border-bottom-color: #333;
4405
+ }
4406
+ }
4407
+
4408
+ &.tip_right {
4409
+ padding-left: 5px;
4410
+
4411
+ #tiptip_arrow_inner {
4412
+ margin-top: -6px;
4413
+ margin-left: -5px;
4414
+ border-right-color: #333;
4415
+ }
4416
+ }
4417
+
4418
+ &.tip_left {
4419
+ padding-right: 5px;
4420
+
4421
+ #tiptip_arrow_inner {
4422
+ margin-top: -6px;
4423
+ margin-left: -7px;
4424
+ border-left-color: #333;
4425
+ }
4426
+ }
4427
+ }
4428
+
4429
+ #tiptip_content,
4430
+ .chart-tooltip,
4431
+ .wc_error_tip {
4432
+ color: #fff;
4433
+ font-size: 0.8em;
4434
+ max-width: 150px;
4435
+ background: #333;
4436
+ text-align: center;
4437
+ border-radius: 3px;
4438
+ padding: 0.618em 1em;
4439
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
4440
+
4441
+ code {
4442
+ padding: 1px;
4443
+ background: #888;
4444
+ }
4445
+ }
4446
+
4447
+ #tiptip_arrow,
4448
+ #tiptip_arrow_inner {
4449
+ position: absolute;
4450
+ border-color: transparent;
4451
+ border-style: solid;
4452
+ border-width: 6px;
4453
+ height: 0;
4454
+ width: 0;
4455
+ }
4456
+
4457
+ /*rtl:raw:
4458
+ #tiptip_arrow {
4459
+ margin-right: 79.5px!important;
4460
+ margin-left: 0!important;
4461
+ }
4462
+ */
4463
+
4464
+ .wc_error_tip {
4465
+ max-width: 20em;
4466
+ line-height: 1.8em;
4467
+ position: absolute;
4468
+ white-space: normal;
4469
+ background: #d82223;
4470
+ margin: 1.5em 1px 0 -1em;
4471
+ z-index: 9999999;
4472
+
4473
+ &::after {
4474
+ content: '';
4475
+ display: block;
4476
+ border: 8px solid #d82223;
4477
+ border-right-color: transparent;
4478
+ border-left-color: transparent;
4479
+ border-top-color: transparent;
4480
+ position: absolute;
4481
+ top: -3px;
4482
+ left: 50%;
4483
+ margin: -1em 0 0 -3px;
4484
+ }
4485
+ }
4486
+
4487
+ /**
4488
+ * Date picker
4489
+ */
4490
+ img.ui-datepicker-trigger {
4491
+ vertical-align: middle;
4492
+ margin-top: -1px;
4493
+ cursor: pointer;
4494
+ }
4495
+
4496
+ .woocommerce_options_panel img.ui-datepicker-trigger,
4497
+ .wc-metabox-content img.ui-datepicker-trigger {
4498
+ float: left;
4499
+ margin-right: 8px;
4500
+ margin-top: 4px;
4501
+ margin-left: 4px;
4502
+ }
4503
+
4504
+ #ui-datepicker-div {
4505
+ display: none;
4506
+ }
4507
+
4508
+ /**
4509
+ * Reports
4510
+ */
4511
+ .woocommerce-reports-wrap,
4512
+ .woocommerce-reports-wide {
4513
+ &.woocommerce-reports-wrap {
4514
+ margin-left: 300px;
4515
+ padding-top: 18px;
4516
+ }
4517
+
4518
+ &.halved {
4519
+ margin: 0;
4520
+ overflow: hidden;
4521
+ zoom: 1;
4522
+ }
4523
+
4524
+ .widefat {
4525
+ td {
4526
+ vertical-align: top;
4527
+ padding: 7px;
4528
+ .description {
4529
+ margin: 4px 0 0;
4530
+ }
4531
+ }
4532
+ }
4533
+
4534
+ .postbox {
4535
+ &::after {
4536
+ content: '.';
4537
+ display: block;
4538
+ height: 0;
4539
+ clear: both;
4540
+ visibility: hidden;
4541
+ }
4542
+
4543
+ h3 {
4544
+ cursor: default !important;
4545
+ }
4546
+
4547
+ .inside {
4548
+ padding: 10px;
4549
+ margin: 0 !important;
4550
+ }
4551
+
4552
+ div.stats_range,
4553
+ h3.stats_range {
4554
+ border-bottom-color: #dfdfdf;
4555
+ margin: 0;
4556
+ padding: 0 !important;
4557
+
4558
+ .export_csv {
4559
+ float: right;
4560
+ line-height: 26px;
4561
+ border-left: 1px solid #dfdfdf;
4562
+ padding: 10px;
4563
+ display: block;
4564
+ text-decoration: none;
4565
+
4566
+ &::before {
4567
+ @include iconbeforedashicons( '\f346' );
4568
+ margin-right: 4px;
4569
+ }
4570
+ }
4571
+
4572
+ ul {
4573
+ list-style: none outside;
4574
+ margin: 0;
4575
+ padding: 0;
4576
+ zoom: 1;
4577
+ background: #f5f5f5;
4578
+ border-bottom: 1px solid #ccc;
4579
+
4580
+ &::before,
4581
+ &::after {
4582
+ content: ' ';
4583
+ display: table;
4584
+ }
4585
+
4586
+ &::after {
4587
+ clear: both;
4588
+ }
4589
+
4590
+ li {
4591
+ float: left;
4592
+ margin: 0;
4593
+ padding: 0;
4594
+ line-height: 26px;
4595
+ font-weight: bold;
4596
+ font-size: 14px;
4597
+
4598
+ a {
4599
+ border-right: 1px solid #dfdfdf;
4600
+ padding: 10px;
4601
+ display: block;
4602
+ text-decoration: none;
4603
+ }
4604
+
4605
+ &.active {
4606
+ background: #fff;
4607
+ -webkit-box-shadow: 0 4px 0 0 #fff;
4608
+ box-shadow: 0 4px 0 0 #fff;
4609
+
4610
+ a {
4611
+ color: #777;
4612
+ }
4613
+ }
4614
+
4615
+ &.custom {
4616
+ padding: 9px 10px;
4617
+ vertical-align: middle;
4618
+
4619
+ form,
4620
+ div {
4621
+ display: inline;
4622
+ margin: 0;
4623
+
4624
+ input.range_datepicker {
4625
+ padding: 0;
4626
+ margin: 0 10px 0 0;
4627
+ background: transparent;
4628
+ border: 0;
4629
+ color: #777;
4630
+ text-align: center;
4631
+ -webkit-box-shadow: none;
4632
+ box-shadow: none;
4633
+
4634
+ &.from {
4635
+ margin-right: 0;
4636
+ }
4637
+ }
4638
+ }
4639
+ }
4640
+ }
4641
+ }
4642
+ }
4643
+
4644
+ .chart-with-sidebar {
4645
+ padding: 12px 12px 12px 249px;
4646
+ margin: 0 !important;
4647
+
4648
+ .chart-sidebar {
4649
+ width: 225px;
4650
+ margin-left: -237px;
4651
+ float: left;
4652
+ }
4653
+ }
4654
+
4655
+ .chart-widgets {
4656
+ margin: 0;
4657
+ padding: 0;
4658
+
4659
+ li.chart-widget {
4660
+ margin: 0 0 1em;
4661
+ background: #fafafa;
4662
+ border: 1px solid #dfdfdf;
4663
+
4664
+ &::after {
4665
+ content: '.';
4666
+ display: block;
4667
+ height: 0;
4668
+ clear: both;
4669
+ visibility: hidden;
4670
+ }
4671
+
4672
+ h4 {
4673
+ background: #fff;
4674
+ border: 1px solid #dfdfdf;
4675
+ border-left-width: 0;
4676
+ border-right-width: 0;
4677
+ padding: 10px;
4678
+ margin: 0;
4679
+ color: $blue;
4680
+ border-top-width: 0;
4681
+ background-image: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f9f9f9));
4682
+ background-image: -webkit-linear-gradient(bottom, #ececec, #f9f9f9);
4683
+ background-image: -moz-linear-gradient(bottom, #ececec, #f9f9f9);
4684
+ background-image: -o-linear-gradient(bottom, #ececec, #f9f9f9);
4685
+ background-image: linear-gradient(to top, #ececec, #f9f9f9);
4686
+
4687
+ &.section_title:hover {
4688
+ color: $red;
4689
+ }
4690
+ }
4691
+
4692
+ .section_title {
4693
+ cursor: pointer;
4694
+
4695
+ span {
4696
+ display: block;
4697
+
4698
+ &::after {
4699
+ @include iconafter( '\e035' );
4700
+ float: right;
4701
+ font-size: 0.9em;
4702
+ line-height: 1.618;
4703
+ }
4704
+ }
4705
+
4706
+ &.open {
4707
+ color: #333;
4708
+
4709
+ span::after {
4710
+ display: none;
4711
+ }
4712
+ }
4713
+ }
4714
+
4715
+ .section {
4716
+ border-bottom: 1px solid #dfdfdf;
4717
+
4718
+ .select2-container {
4719
+ width: 100% !important;
4720
+ }
4721
+
4722
+ &:last-of-type {
4723
+ border-radius: 0 0 3px 3px;
4724
+ }
4725
+ }
4726
+
4727
+ table {
4728
+ width: 100%;
4729
+
4730
+ td {
4731
+ padding: 7px 10px;
4732
+ vertical-align: top;
4733
+ border-top: 1px solid #e5e5e5;
4734
+ line-height: 1.4em;
4735
+ }
4736
+
4737
+ tr:first-child td {
4738
+ border-top: 0;
4739
+ }
4740
+
4741
+ td.count {
4742
+ background: #f5f5f5;
4743
+ }
4744
+
4745
+ td.name {
4746
+ max-width: 175px;
4747
+
4748
+ a {
4749
+ word-wrap: break-word;
4750
+ }
4751
+ }
4752
+
4753
+ td.sparkline {
4754
+ vertical-align: middle;
4755
+ }
4756
+
4757
+ .wc_sparkline {
4758
+ width: 32px;
4759
+ height: 1em;
4760
+ display: block;
4761
+ float: right;
4762
+ }
4763
+
4764
+ tr.active td {
4765
+ background: #f5f5f5;
4766
+ }
4767
+ }
4768
+
4769
+ form,
4770
+ p {
4771
+ margin: 0;
4772
+ padding: 10px;
4773
+
4774
+ .submit {
4775
+ margin-top: 10px;
4776
+ }
4777
+ }
4778
+
4779
+ #product_ids {
4780
+ width: 100%;
4781
+ }
4782
+
4783
+ .select_all,
4784
+ .select_none {
4785
+ float: right;
4786
+ color: #999;
4787
+ margin-left: 4px;
4788
+ margin-top: 10px;
4789
+ }
4790
+ }
4791
+ }
4792
+
4793
+ .chart-legend {
4794
+ list-style: none outside;
4795
+ margin: 0 0 1em;
4796
+ padding: 0;
4797
+ border: 1px solid #dfdfdf;
4798
+ border-right-width: 0;
4799
+ border-bottom-width: 0;
4800
+ background: #fff;
4801
+
4802
+ li {
4803
+ border-right: 5px solid #aaa;
4804
+ color: #aaa;
4805
+ padding: 1em;
4806
+ display: block;
4807
+ margin: 0;
4808
+ -webkit-transition: all ease 0.5s;
4809
+ box-shadow:
4810
+ inset 0 -1px 0 0 #dfdfdf;
4811
+
4812
+ strong {
4813
+ font-size: 1.618em;
4814
+ line-height: 1.2em;
4815
+ color: #464646;
4816
+ font-weight: normal;
4817
+ display: block;
4818
+ font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', sans-serif;
4819
+
4820
+ del {
4821
+ color: #e74c3c;
4822
+ font-weight: normal;
4823
+ }
4824
+ }
4825
+
4826
+ &:hover {
4827
+ box-shadow:
4828
+ inset 0 -1px 0 0 #dfdfdf,
4829
+ inset 300px 0 0 rgba(156, 93, 144, 0.1);
4830
+ border-right: 5px solid #9c5d90 !important;
4831
+ padding-left: 1.5em;
4832
+ color: #9c5d90;
4833
+ }
4834
+ }
4835
+ }
4836
+
4837
+ .pie-chart-legend {
4838
+ margin: 12px 0 0;
4839
+ overflow: hidden;
4840
+
4841
+ li {
4842
+ float: left;
4843
+ margin: 0;
4844
+ padding: 6px 0 0;
4845
+ border-top: 4px solid #999;
4846
+ text-align: center;
4847
+ box-sizing: border-box;
4848
+ width: 50%;
4849
+ }
4850
+ }
4851
+
4852
+ .stat {
4853
+ font-size: 1.5em !important;
4854
+ font-weight: 700;
4855
+ text-align: center;
4856
+ }
4857
+
4858
+ .chart-placeholder {
4859
+ width: 100%;
4860
+ height: 650px;
4861
+ overflow: hidden;
4862
+ position: relative;
4863
+ }
4864
+
4865
+ .chart-prompt {
4866
+ line-height: 650px;
4867
+ margin: 0;
4868
+ color: #999;
4869
+ font-size: 1.2em;
4870
+ font-style: italic;
4871
+ text-align: center;
4872
+ }
4873
+
4874
+ .chart-container {
4875
+ background: #fff;
4876
+ padding: 12px;
4877
+ position: relative;
4878
+ border: 1px solid #dfdfdf;
4879
+ border-radius: 3px;
4880
+ }
4881
+
4882
+ .main .chart-legend {
4883
+ margin-top: 12px;
4884
+
4885
+ li {
4886
+ border-right: 0;
4887
+ margin: 0 8px 0 0;
4888
+ float: left;
4889
+ border-top: 4px solid #aaa;
4890
+ }
4891
+ }
4892
+ }
4893
+
4894
+ .woocommerce-reports-main {
4895
+ float: left;
4896
+ min-width: 100%;
4897
+
4898
+ table {
4899
+ td {
4900
+ padding: 9px;
4901
+ }
4902
+ }
4903
+ }
4904
+
4905
+ .woocommerce-reports-sidebar {
4906
+ display: inline;
4907
+ width: 281px;
4908
+ margin-left: -300px;
4909
+ clear: both;
4910
+ float: left;
4911
+ }
4912
+
4913
+ .woocommerce-reports-left {
4914
+ width: 49.5%;
4915
+ float: left;
4916
+ }
4917
+
4918
+ .woocommerce-reports-right {
4919
+ width: 49.5%;
4920
+ float: right;
4921
+ }
4922
+
4923
+ .column-wc_actions {
4924
+ a.edit,
4925
+ a.view {
4926
+ @include ir();
4927
+ padding: 0 !important;
4928
+ height: 2em !important;
4929
+ width: 2em;
4930
+
4931
+ &::after {
4932
+ @include icon_dashicons;
4933
+ line-height: 1.85;
4934
+ }
4935
+ }
4936
+
4937
+ a.edit {
4938
+ &::after {
4939
+ content: '\f464';
4940
+ }
4941
+ }
4942
+
4943
+ a.view {
4944
+ &::after {
4945
+ content: '\f177';
4946
+ }
4947
+ }
4948
+ }
4949
+ }
4950
+
4951
+ .woocommerce-wide-reports-wrap {
4952
+ padding-bottom: 11px;
4953
+
4954
+ .widefat {
4955
+ .export-data {
4956
+ float: right;
4957
+ }
4958
+
4959
+ th,
4960
+ td {
4961
+ vertical-align: middle;
4962
+ padding: 7px;
4963
+ }
4964
+ }
4965
+ }
4966
+
4967
+ form.report_filters {
4968
+ p {
4969
+ vertical-align: middle;
4970
+ }
4971
+
4972
+ label,
4973
+ input,
4974
+ div {
4975
+ vertical-align: middle;
4976
+ }
4977
+ }
4978
+
4979
+ .chart-tooltip {
4980
+ position: absolute;
4981
+ display: none;
4982
+ line-height: 1;
4983
+ }
4984
+
4985
+ table.bar_chart {
4986
+ width: 100%;
4987
+
4988
+ thead th {
4989
+ text-align: left;
4990
+ color: #ccc;
4991
+ padding: 6px 0;
4992
+ }
4993
+
4994
+ tbody {
4995
+ th {
4996
+ padding: 6px 0;
4997
+ width: 25%;
4998
+ text-align: left !important;
4999
+ font-weight: normal !important;
5000
+ border-bottom: 1px solid #fee;
5001
+ }
5002
+
5003
+ td {
5004
+ text-align: right;
5005
+ line-height: 24px;
5006
+ padding: 6px 6px 6px 0;
5007
+ border-bottom: 1px solid #fee;
5008
+
5009
+ span {
5010
+ color: #8a4b75;
5011
+ display: block;
5012
+ }
5013
+
5014
+ span.alt {
5015
+ color: #47a03e;
5016
+ margin-top: 6px;
5017
+ }
5018
+ }
5019
+
5020
+ td.bars {
5021
+ position: relative;
5022
+ text-align: left;
5023
+ padding: 6px 6px 6px 0;
5024
+ border-bottom: 1px solid #fee;
5025
+
5026
+ span,
5027
+ a {
5028
+ text-decoration: none;
5029
+ clear: both;
5030
+ background: #8a4b75;
5031
+ float: left;
5032
+ display: block;
5033
+ line-height: 24px;
5034
+ height: 24px;
5035
+ -moz-border-radius: 3px;
5036
+ -webkit-border-radius: 3px;
5037
+ -o-border-radius: 3px;
5038
+ -khtml-border-radius: 3px;
5039
+ border-radius: 3px;
5040
+ }
5041
+
5042
+ span.alt {
5043
+ clear: both;
5044
+ background: #47a03e;
5045
+
5046
+ span {
5047
+ margin: 0;
5048
+ color: #c5dec2 !important;
5049
+ text-shadow: 0 1px 0 #47a03e;
5050
+ background: transparent;
5051
+ }
5052
+ }
5053
+ }
5054
+ }
5055
+ }
5056
+
5057
+ .post-type-shop_order {
5058
+ .woocommerce-BlankState-message::before {
5059
+ @include icon( '\e01d' );
5060
+ }
5061
+ }
5062
+
5063
+ .post-type-shop_coupon {
5064
+ .woocommerce-BlankState-message::before {
5065
+ @include icon( '\e600' );
5066
+ }
5067
+ }
5068
+
5069
+ .post-type-product {
5070
+ .woocommerce-BlankState-message::before {
5071
+ @include icon( '\e006' );
5072
+ }
5073
+ }
5074
+
5075
+ .woocommerce-BlankState {
5076
+ text-align: center;
5077
+ padding: 5em 0 0;
5078
+
5079
+ .woocommerce-BlankState-message {
5080
+ color: #aaa;
5081
+ margin: 0 auto 1.5em;
5082
+ line-height: 1.5em;
5083
+ font-size: 1.2em;
5084
+ max-width: 500px;
5085
+
5086
+ &::before {
5087
+ color: #ddd;
5088
+ text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.8);
5089
+ font-size: 8em;
5090
+ display: block;
5091
+ position: relative !important;
5092
+ top: auto;
5093
+ left: auto;
5094
+ line-height: 1em;
5095
+ margin: 0 0 0.1875em;
5096
+ }
5097
+ }
5098
+
5099
+ .woocommerce-BlankState-cta {
5100
+ font-size: 1.2em;
5101
+ padding: 0.75em 1.5em;
5102
+ height: auto;
5103
+ }
5104
+ }
5105
+
5106
+ /**
5107
+ * Small screen optimisation
5108
+ */
5109
+ @media only screen and (max-width: 1280px) {
5110
+ #order_data {
5111
+ .order_data_column {
5112
+ width: 48%;
5113
+
5114
+ &:first-child {
5115
+ width: 100%;
5116
+ }
5117
+ }
5118
+ }
5119
+ .woocommerce_options_panel {
5120
+ .description {
5121
+ display: block;
5122
+ clear: both;
5123
+ margin-left: 0;
5124
+ }
5125
+
5126
+ .short,
5127
+ input[type='text'].short,
5128
+ input[type='email'].short,
5129
+ input[type='number'].short,
5130
+ input[type='password'].short,
5131
+ .dimensions_field .wrap {
5132
+ width: 80%;
5133
+ }
5134
+ }
5135
+
5136
+
5137
+ .woocommerce_variations,
5138
+ .woocommerce_options_panel {
5139
+ .downloadable_files {
5140
+ padding: 0;
5141
+ clear: both;
5142
+
5143
+ label {
5144
+ position: static;
5145
+ }
5146
+
5147
+ table {
5148
+ margin: 0 12px 24px;
5149
+ width: 94%;
5150
+
5151
+ .sort {
5152
+ visibility: hidden;
5153
+ }
5154
+ }
5155
+ }
5156
+
5157
+ .woocommerce_variable_attributes {
5158
+ .downloadable_files {
5159
+ table {
5160
+ margin: 0 0 1em;
5161
+ width: 100%;
5162
+ }
5163
+ }
5164
+ }
5165
+ }
5166
+ }
5167
+
5168
+ /**
5169
+ * Optimisation for screens 900px and smaller
5170
+ */
5171
+ @media only screen and (max-width: 900px) {
5172
+
5173
+ #woocommerce-coupon-data ul.coupon_data_tabs,
5174
+ #woocommerce-product-data ul.product_data_tabs,
5175
+ #woocommerce-product-data .wc-tabs-back {
5176
+ width: 10%;
5177
+ }
5178
+
5179
+ #woocommerce-coupon-data .wc-metaboxes-wrapper,
5180
+ #woocommerce-coupon-data .woocommerce_options_panel,
5181
+ #woocommerce-product-data .wc-metaboxes-wrapper,
5182
+ #woocommerce-product-data .woocommerce_options_panel {
5183
+ width: 90%;
5184
+ }
5185
+
5186
+ #woocommerce-coupon-data ul.coupon_data_tabs li a,
5187
+ #woocommerce-product-data ul.product_data_tabs li a {
5188
+ position: relative;
5189
+ text-indent: -999px;
5190
+ padding: 10px;
5191
+
5192
+ &::before {
5193
+ position: absolute;
5194
+ top: 0;
5195
+ right: 0;
5196
+ bottom: 0;
5197
+ left: 0;
5198
+ text-indent: 0;
5199
+ text-align: center;
5200
+ line-height: 40px;
5201
+ width: 100%;
5202
+ height: 40px;
5203
+ }
5204
+ }
5205
+ }
5206
+
5207
+ /**
5208
+ * Optimisation for screens 782px and smaller
5209
+ */
5210
+ @media only screen and (max-width: 782px) {
5211
+ #wp-excerpt-media-buttons a {
5212
+ font-size: 16px;
5213
+ line-height: 37px;
5214
+ height: 39px;
5215
+ padding: 0 20px 0 15px;
5216
+ }
5217
+
5218
+ #wp-excerpt-editor-tools {
5219
+ padding-top: 20px;
5220
+ padding-right: 15px;
5221
+ overflow: hidden;
5222
+ margin-bottom: -1px;
5223
+ }
5224
+
5225
+ #woocommerce-product-data .checkbox {
5226
+ width: 25px;
5227
+ }
5228
+
5229
+ .variations-pagenav {
5230
+ float: none;
5231
+ text-align: center;
5232
+ font-size: 18px;
5233
+
5234
+ .displaying-num {
5235
+ font-size: 16px;
5236
+ }
5237
+
5238
+ a {
5239
+ padding: 8px 20px 11px;
5240
+ font-size: 18px;
5241
+ }
5242
+
5243
+ select {
5244
+ padding: 0 20px;
5245
+ }
5246
+ }
5247
+
5248
+ .variations-defaults {
5249
+ float: none;
5250
+ text-align: center;
5251
+ margin-top: 10px;
5252
+ }
5253
+
5254
+ .post-type-product {
5255
+ .wp-list-table {
5256
+ .column-thumb {
5257
+ display: none;
5258
+ text-align: left;
5259
+ padding-bottom: 0;
5260
+
5261
+ &::before {
5262
+ display: none !important;
5263
+ }
5264
+
5265
+ img {
5266
+ max-width: 32px;
5267
+ }
5268
+ }
5269
+
5270
+ .is-expanded {
5271
+ td {
5272
+ &:not( .hidden ) {
5273
+ overflow: visible;
5274
+ }
5275
+ }
5276
+ }
5277
+
5278
+ .toggle-row {
5279
+ top: -28px;
5280
+ }
5281
+ }
5282
+ }
5283
+
5284
+ .post-type-shop_order {
5285
+ .wp-list-table {
5286
+ .column-order_status {
5287
+ display: none;
5288
+ text-align: left;
5289
+ padding-bottom: 0;
5290
+
5291
+ mark {
5292
+ margin: 0;
5293
+ }
5294
+
5295
+ &::before {
5296
+ display: none !important;
5297
+ }
5298
+ }
5299
+
5300
+ .column-customer_message,
5301
+ .column-order_notes {
5302
+ text-align: inherit;
5303
+ }
5304
+
5305
+ .column-order_notes {
5306
+ .note-on {
5307
+ font-size: 1.3em;
5308
+ margin: 0;
5309
+ }
5310
+ }
5311
+
5312
+ .is-expanded {
5313
+ td {
5314
+ &:not( .hidden ) {
5315
+ overflow: visible;
5316
+ }
5317
+ }
5318
+ }
5319
+
5320
+ .toggle-row {
5321
+ top: -15px;
5322
+ }
5323
+ }
5324
+ }
5325
+ }
5326
+
5327
+ @media only screen and (max-width: 500px) {
5328
+ .woocommerce_options_panel label,
5329
+ .woocommerce_options_panel legend {
5330
+ float: none;
5331
+ width: auto;
5332
+ display: block;
5333
+ margin: 0;
5334
+ }
5335
+
5336
+ .woocommerce_options_panel fieldset.form-field,
5337
+ .woocommerce_options_panel p.form-field {
5338
+ padding: 5px 20px !important;
5339
+ }
5340
+ }
5341
+
5342
+ /**
5343
+ * Backbone modal dialog
5344
+ */
5345
+ .wc-backbone-modal {
5346
+ * {
5347
+ box-sizing: border-box;
5348
+ }
5349
+
5350
+ .wc-backbone-modal-content {
5351
+ position: fixed;
5352
+ background: #fff;
5353
+ z-index: 100000;
5354
+ left: 50%;
5355
+ top: 50%;
5356
+ transform: translate(-50%, -50%);
5357
+ width: 500px;
5358
+ article {
5359
+ overflow: auto;
5360
+ }
5361
+ }
5362
+
5363
+ &.wc-backbone-modal-shipping-method-settings {
5364
+ .wc-backbone-modal-content {
5365
+ width: 75%;
5366
+ min-width: 500px;
5367
+ }
5368
+ }
5369
+
5370
+ .select2-container {
5371
+ width: 100% !important;
5372
+ }
5373
+ }
5374
+
5375
+ .wc-backbone-modal-backdrop {
5376
+ position: fixed;
5377
+ top: 0;
5378
+ left: 0;
5379
+ right: 0;
5380
+ bottom: 0;
5381
+ min-height: 360px;
5382
+ background: #000;
5383
+ opacity: 0.7;
5384
+ z-index: 99900;
5385
+ }
5386
+
5387
+ .wc-backbone-modal-main {
5388
+ padding-bottom: 55px;
5389
+
5390
+ header,
5391
+ article {
5392
+ display: block;
5393
+ position: relative;
5394
+ }
5395
+
5396
+ .wc-backbone-modal-header {
5397
+ height: auto;
5398
+ background: #fcfcfc;
5399
+ padding: 1em 1.5em;
5400
+ border-bottom: 1px solid #ddd;
5401
+
5402
+ h1 {
5403
+ margin: 0;
5404
+ font-size: 18px;
5405
+ font-weight: 700;
5406
+ line-height: 1.5em;
5407
+ }
5408
+
5409
+ .modal-close-link {
5410
+ cursor: pointer;
5411
+ color: #777;
5412
+ height: 54px;
5413
+ width: 54px;
5414
+ padding: 0;
5415
+ position: absolute;
5416
+ top: 0;
5417
+ right: 0;
5418
+ text-align: center;
5419
+ border: 0;
5420
+ border-left: 1px solid #ddd;
5421
+ background-color: transparent;
5422
+ -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
5423
+ transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
5424
+
5425
+ &::before {
5426
+ font: normal 22px/50px 'dashicons' !important;
5427
+ color: #666;
5428
+ display: block;
5429
+ content: '\f335';
5430
+ font-weight: 300;
5431
+ }
5432
+
5433
+ &:hover,
5434
+ &:focus {
5435
+ background: #ddd;
5436
+ border-color: #ccc;
5437
+ color: #000;
5438
+ }
5439
+
5440
+ &:focus {
5441
+ outline: none;
5442
+ }
5443
+ }
5444
+ }
5445
+
5446
+ article {
5447
+ padding: 1.5em;
5448
+
5449
+ p {
5450
+ margin: 1.5em 0;
5451
+ }
5452
+ p:first-child {
5453
+ margin-top: 0;
5454
+ }
5455
+
5456
+ p:last-child {
5457
+ margin-bottom: 0;
5458
+ }
5459
+ .pagination {
5460
+ padding: 10px 0 0;
5461
+ text-align: center;
5462
+ }
5463
+ }
5464
+
5465
+ footer {
5466
+ position: absolute;
5467
+ left: 0;
5468
+ right: 0;
5469
+ bottom: 0;
5470
+ z-index: 100;
5471
+ padding: 1em 1.5em;
5472
+ background: #fcfcfc;
5473
+ border-top: 1px solid #dfdfdf;
5474
+ box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
5475
+
5476
+ .inner {
5477
+ float: right;
5478
+ line-height: 23px;
5479
+
5480
+ .button {
5481
+ margin-bottom: 0;
5482
+ }
5483
+ }
5484
+ }
5485
+ }
5486
+
5487
+ /**
5488
+ * Select2 elements.
5489
+ */
5490
+ .select2-drop,
5491
+ .select2-dropdown {
5492
+ z-index: 999999 !important;
5493
+ }
5494
+ .select2-results {
5495
+ line-height: 1.5em;
5496
+ .select2-results__option, .select2-results__group {
5497
+ margin: 0;
5498
+ padding: 8px;
5499
+ }
5500
+ }
5501
+ .select2-dropdown {
5502
+ border-color: #ddd;
5503
+ }
5504
+ .select2-dropdown--below {
5505
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
5506
+ }
5507
+ .select2-dropdown--above {
5508
+ box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
5509
+ }
5510
+ .select2-selection__rendered.ui-sortable li {
5511
+ cursor: move;
5512
+ }
5513
+ .select2-container {
5514
+ .select2-selection {
5515
+ border-color: #ddd;
5516
+ }
5517
+ .select2-search__field {
5518
+ min-width: 150px;
5519
+ }
5520
+ .select2-selection--single {
5521
+ height: 32px;
5522
+ .select2-selection__rendered {
5523
+ line-height: 32px;
5524
+ padding-right: 24px;
5525
+ }
5526
+ .select2-selection__arrow {
5527
+ right: 3px;
5528
+ height: 30px;
5529
+ }
5530
+ }
5531
+ .select2-selection--multiple {
5532
+ min-height: 28px;
5533
+ border-radius: 0;
5534
+ line-height: 1.5;
5535
+ li {
5536
+ margin: 0;
5537
+ }
5538
+ .select2-selection__choice {
5539
+ padding: 2px 6px;
5540
+ }
5541
+ }
5542
+ .select2-selection__clear {
5543
+ color: #999;
5544
+ margin-top: -1px;
5545
+ }
5546
+ .select2-search--inline {
5547
+ .select2-search__field {
5548
+ font-family: inherit;
5549
+ font-size: inherit;
5550
+ font-weight: inherit;
5551
+ padding: 3px 0;
5552
+ }
5553
+ }
5554
+ }
5555
+ .woocommerce table.form-table {
5556
+ .select2-container {
5557
+ min-width: 400px !important;
5558
+ }
5559
+ }
5560
+ .post-type-shop_order {
5561
+ .tablenav {
5562
+ .actions {
5563
+ overflow: visible;
5564
+ }
5565
+ select,
5566
+ input {
5567
+ line-height: 32px;
5568
+ height: 32px;
5569
+ }
5570
+ .select2-container {
5571
+ float: left;
5572
+ width: 200px !important;
5573
+ font-size: 14px;
5574
+ vertical-align: middle;
5575
+ margin: 1px 6px 4px 1px;
5576
+ }
5577
+ }
5578
+ }
assets/css/auth-rtl.css ADDED
@@ -0,0 +1 @@
 
1
+ body{background:#f1f1f1;box-shadow:none;margin:100px auto 24px;padding:0}#wc-logo{border:0;margin:0 0 24px;padding:0;text-align:center}#wc-logo img{max-width:50%}.wc-auth-content{background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.13);overflow:hidden;padding:24px 24px 0;zoom:1}.wc-auth-content h1,.wc-auth-content h2,.wc-auth-content h3,.wc-auth-content table{border:0;clear:none;color:#666;margin:0 0 24px;padding:0}.wc-auth-content p,.wc-auth-content ul{color:#666;font-size:1em;line-height:1.75em;margin:0 0 24px}.wc-auth-content p{padding:0}.wc-auth-content a{color:#a16696}.wc-auth-content a:focus,.wc-auth-content a:hover{color:#111}.wc-auth-content .wc-auth-login label{color:#999;display:block;margin-bottom:.5em}.wc-auth-content .wc-auth-login input{box-sizing:border-box;font-size:1.3em;padding:.5em;width:100%}.wc-auth-content .wc-auth-login .wc-auth-actions{padding:0}.wc-auth-content .wc-auth-login .wc-auth-actions .wc-auth-login-button{float:none;width:100%}.wc-auth-permissions{list-style:disc inside;padding:0}.wc-auth-permissions li{font-size:1em}.wc-auth-logged-in-as{background:#f5f5f5;border-bottom:2px solid #eee;line-height:70px;margin:0 0 24px;padding:0 0 0 1em}.wc-auth-logged-in-as p{margin:0;line-height:70px}.wc-auth-logged-in-as img{float:right;height:70px;margin:0 0 0 1em}.wc-auth-logged-in-as .wc-auth-logout{float:left}.wc-auth .wc-auth-actions{overflow:hidden;padding-right:24px}.wc-auth .wc-auth-actions .button{background:#f7f7f7;border:1px solid #d7d7d7;box-sizing:border-box;color:#777;float:left;font-size:1.25em;height:auto;line-height:1em;padding:1em 2em;text-align:center;width:50%}.wc-auth .wc-auth-actions .button:focus,.wc-auth .wc-auth-actions .button:hover{background:#fcfcfc}.wc-auth .wc-auth-actions .button-primary{background:#ad6ea1;border-color:#a16696;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 0 rgba(0,0,0,.15);color:#fff;float:left;opacity:1;text-shadow:0 -1px 1px #8a4f7f,-1px 0 1px #8a4f7f,0 1px 1px #8a4f7f,1px 0 1px #8a4f7f}.wc-auth .wc-auth-actions .button-primary:focus,.wc-auth .wc-auth-actions .button-primary:hover{background:#b472a8;color:#fff}.wc-auth .wc-auth-actions .wc-auth-approve{float:left}.wc-auth .wc-auth-actions .wc-auth-deny{float:right;margin-right:-24px}
assets/css/auth.css ADDED
@@ -0,0 +1 @@
 
1
+ body{background:#f1f1f1;box-shadow:none;margin:100px auto 24px;padding:0}#wc-logo{border:0;margin:0 0 24px;padding:0;text-align:center}#wc-logo img{max-width:50%}.wc-auth-content{background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.13);overflow:hidden;padding:24px 24px 0;zoom:1}.wc-auth-content h1,.wc-auth-content h2,.wc-auth-content h3,.wc-auth-content table{border:0;clear:none;color:#666;margin:0 0 24px;padding:0}.wc-auth-content p,.wc-auth-content ul{color:#666;font-size:1em;line-height:1.75em;margin:0 0 24px}.wc-auth-content p{padding:0}.wc-auth-content a{color:#a16696}.wc-auth-content a:focus,.wc-auth-content a:hover{color:#111}.wc-auth-content .wc-auth-login label{color:#999;display:block;margin-bottom:.5em}.wc-auth-content .wc-auth-login input{box-sizing:border-box;font-size:1.3em;padding:.5em;width:100%}.wc-auth-content .wc-auth-login .wc-auth-actions{padding:0}.wc-auth-content .wc-auth-login .wc-auth-actions .wc-auth-login-button{float:none;width:100%}.wc-auth-permissions{list-style:disc inside;padding:0}.wc-auth-permissions li{font-size:1em}.wc-auth-logged-in-as{background:#f5f5f5;border-bottom:2px solid #eee;line-height:70px;margin:0 0 24px;padding:0 1em 0 0}.wc-auth-logged-in-as p{margin:0;line-height:70px}.wc-auth-logged-in-as img{float:left;height:70px;margin:0 1em 0 0}.wc-auth-logged-in-as .wc-auth-logout{float:right}.wc-auth .wc-auth-actions{overflow:hidden;padding-left:24px}.wc-auth .wc-auth-actions .button{background:#f7f7f7;border:1px solid #d7d7d7;box-sizing:border-box;color:#777;float:right;font-size:1.25em;height:auto;line-height:1em;padding:1em 2em;text-align:center;width:50%}.wc-auth .wc-auth-actions .button:focus,.wc-auth .wc-auth-actions .button:hover{background:#fcfcfc}.wc-auth .wc-auth-actions .button-primary{background:#ad6ea1;border-color:#a16696;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 0 rgba(0,0,0,.15);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 0 rgba(0,0,0,.15);color:#fff;float:right;opacity:1;text-shadow:0 -1px 1px #8a4f7f,1px 0 1px #8a4f7f,0 1px 1px #8a4f7f,-1px 0 1px #8a4f7f}.wc-auth .wc-auth-actions .button-primary:focus,.wc-auth .wc-auth-actions .button-primary:hover{background:#b472a8;color:#fff}.wc-auth .wc-auth-actions .wc-auth-approve{float:right}.wc-auth .wc-auth-actions .wc-auth-deny{float:left;margin-left:-24px}
assets/css/auth.scss ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ body {
2
+ background: #f1f1f1;
3
+ box-shadow: none;
4
+ margin: 100px auto 24px;
5
+ padding: 0;
6
+ }
7
+
8
+ #wc-logo {
9
+ border: 0;
10
+ margin: 0 0 24px;
11
+ padding: 0;
12
+ text-align: center;
13
+
14
+ img {
15
+ max-width: 50%;
16
+ }
17
+ }
18
+
19
+ .wc-auth-content {
20
+ background: #fff;
21
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
22
+ overflow: hidden;
23
+ padding: 24px 24px 0;
24
+ zoom: 1;
25
+
26
+ h1, h2, h3, table {
27
+ border: 0;
28
+ clear: none;
29
+ color: #666;
30
+ margin: 0 0 24px;
31
+ padding: 0;
32
+ }
33
+
34
+ p, ul {
35
+ color: #666;
36
+ font-size: 1em;
37
+ line-height: 1.75em;
38
+ margin: 0 0 24px;
39
+ }
40
+
41
+ p {
42
+ padding: 0;
43
+ }
44
+
45
+ a {
46
+ color: #a16696;
47
+ &:hover, &:focus {
48
+ color: #111;
49
+ }
50
+ }
51
+
52
+ .wc-auth-login {
53
+ label {
54
+ color: #999;
55
+ display: block;
56
+ margin-bottom: 0.5em;
57
+ }
58
+
59
+ input {
60
+ box-sizing: border-box;
61
+ font-size: 1.3em;
62
+ padding: 0.5em;
63
+ width: 100%;
64
+ }
65
+
66
+ .wc-auth-actions {
67
+ padding: 0;
68
+
69
+ .wc-auth-login-button {
70
+ float: none;
71
+ width: 100%;
72
+ }
73
+ }
74
+ }
75
+ }
76
+ .wc-auth-permissions {
77
+ list-style: disc inside;
78
+ padding: 0;
79
+
80
+ li {
81
+ font-size: 1em;
82
+ }
83
+ }
84
+ .wc-auth-logged-in-as {
85
+ background: #f5f5f5;
86
+ border-bottom: 2px solid #eee;
87
+ line-height: 70px;
88
+ margin: 0 0 24px;
89
+ padding: 0 1em 0 0;
90
+
91
+ p {
92
+ margin: 0;
93
+ line-height: 70px;
94
+ }
95
+
96
+ img {
97
+ float: left;
98
+ height: 70px;
99
+ margin: 0 1em 0 0;
100
+ }
101
+
102
+ .wc-auth-logout {
103
+ float: right;
104
+ }
105
+ }
106
+ .wc-auth .wc-auth-actions {
107
+ overflow: hidden;
108
+ padding-left: 24px;
109
+
110
+ .button {
111
+ background: #f7f7f7;
112
+ border-bottom-width: 2px;
113
+ border: 1px solid #d7d7d7;
114
+ box-sizing: border-box;
115
+ color: #777;
116
+ float: right;
117
+ font-size: 1.25em;
118
+ height: auto;
119
+ line-height: 1em;
120
+ padding: 1em 2em;
121
+ text-align: center;
122
+ width: 50%;
123
+
124
+ &:hover, &:focus {
125
+ background: #fcfcfc;
126
+ }
127
+ }
128
+ .button-primary {
129
+ background: #ad6ea1;
130
+ border-color: #a16696;
131
+ -webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 0 rgba( 0, 0, 0, 0.15 );
132
+ box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 0 rgba( 0, 0, 0, 0.15 );
133
+ color: #fff;
134
+ float: right;
135
+ opacity: 1;
136
+ text-shadow: 0 -1px 1px #8a4f7f, 1px 0 1px #8a4f7f, 0 1px 1px #8a4f7f, -1px 0 1px #8a4f7f;
137
+
138
+ &:hover, &:focus {
139
+ background: #b472a8;
140
+ color: #fff;
141
+ }
142
+ }
143
+ .wc-auth-approve {
144
+ float: right;
145
+ }
146
+ .wc-auth-deny {
147
+ float: left;
148
+ margin-left: -24px;
149
+ }
150
+ }
assets/css/dashboard-rtl.css ADDED
@@ -0,0 +1 @@
 
1
+ @charset "UTF-8";@font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}ul.woocommerce_stats{overflow:hidden;zoom:1}ul.woocommerce_stats li{width:25%;padding:0 1em;text-align:center;float:right;font-size:.8em;border-right:1px solid #fff;border-left:1px solid #ececec;box-sizing:border-box}ul.woocommerce_stats li:first-child{border-right:0}ul.woocommerce_stats li:last-child{border-left:0}#woocommerce_dashboard_status .wc_status_list li.low-in-stock,#woocommerce_dashboard_status .wc_status_list li.processing-orders{border-left:1px solid #ececec}ul.woocommerce_stats strong{font-family:Georgia,'Times New Roman','Bitstream Charter',Times,serif;font-size:4em;line-height:1.2em;font-weight:400;text-align:center;display:block}#woocommerce_dashboard_status .inside{padding:0;margin:0}#woocommerce_dashboard_status .wc_status_list{overflow:hidden;margin:0}#woocommerce_dashboard_status .wc_status_list li{width:50%;float:right;padding:0;box-sizing:border-box;margin:0;border-top:1px solid #ececec;color:#aaa}#woocommerce_dashboard_status .wc_status_list li a{display:block;color:#aaa;padding:9px 12px;-webkit-transition:all ease .5s;position:relative;font-size:12px}#woocommerce_dashboard_status .wc_status_list li a .wc_sparkline{width:4em;height:2em;display:block;float:left;position:absolute;left:0;top:50%;margin-left:12px;margin-top:-1.25em}#woocommerce_dashboard_status .wc_status_list li a strong{font-size:18px;line-height:1.2em;font-weight:400;display:block;color:#21759b}#woocommerce_dashboard_status .wc_status_list li a:hover{color:#2ea2cc}#woocommerce_dashboard_status .wc_status_list li a:hover strong,#woocommerce_dashboard_status .wc_status_list li a:hover::before{color:#2ea2cc!important}#woocommerce_dashboard_status .wc_status_list li a::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0 0 12px 12px;text-indent:0;top:0;right:0;height:100%;text-align:center;content:"";font-size:2em;position:relative;width:auto;line-height:1.2em;color:#464646;float:right}#woocommerce_dashboard_status .wc_status_list li.best-seller-this-month,#woocommerce_dashboard_status .wc_status_list li.sales-this-month{width:100%}#woocommerce_dashboard_status .wc_status_list li:first-child{border-top:0}#woocommerce_dashboard_status .wc_status_list li.sales-this-month a::before{font-family:Dashicons;content:'\f185'}#woocommerce_dashboard_status .wc_status_list li.best-seller-this-month a::before{content:'\e006'}#woocommerce_dashboard_status .wc_status_list li.processing-orders a::before{content:'\e011';color:#7ad03a}#woocommerce_dashboard_status .wc_status_list li.on-hold-orders a::before{content:'\e033';color:#999}#woocommerce_dashboard_status .wc_status_list li.low-in-stock a::before{content:'\e016';color:#ffba00}#woocommerce_dashboard_status .wc_status_list li.out-of-stock a::before{content:'\e013';color:#a00}#woocommerce_dashboard_recent_reviews li{line-height:1.5em;margin-bottom:12px}#woocommerce_dashboard_recent_reviews h4.meta{line-height:1.4;margin:-.2em 0 0;font-weight:400;color:#999}#woocommerce_dashboard_recent_reviews blockquote{padding:0;margin:0}#woocommerce_dashboard_recent_reviews .avatar{float:right;margin:0 0 5px 10px}#woocommerce_dashboard_recent_reviews .star-rating{float:left;overflow:hidden;position:relative;height:1.5em;line-height:1.5;margin-right:.5em;width:5.4em;font-family:WooCommerce!important}#woocommerce_dashboard_recent_reviews .star-rating::before{content:'\e021\e021\e021\e021\e021';color:#b3b3b3;float:right;top:0;right:0;position:absolute;letter-spacing:.1em;letter-spacing:0\9}#woocommerce_dashboard_recent_reviews .star-rating span{overflow:hidden;float:right;top:0;right:0;position:absolute;padding-top:1.5em}#woocommerce_dashboard_recent_reviews .star-rating span::before{content:'\e020\e020\e020\e020\e020';top:0;position:absolute;right:0;letter-spacing:.1em;letter-spacing:0\9;color:#9c5d90}#dash-right-now li.product-count a::before{font-family:WooCommerce;content:'\e01d'}
assets/css/dashboard.css ADDED
@@ -0,0 +1 @@
 
1
+ @charset "UTF-8";@font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}ul.woocommerce_stats{overflow:hidden;zoom:1}ul.woocommerce_stats li{width:25%;padding:0 1em;text-align:center;float:left;font-size:.8em;border-left:1px solid #fff;border-right:1px solid #ececec;box-sizing:border-box}ul.woocommerce_stats li:first-child{border-left:0}ul.woocommerce_stats li:last-child{border-right:0}#woocommerce_dashboard_status .wc_status_list li.low-in-stock,#woocommerce_dashboard_status .wc_status_list li.processing-orders{border-right:1px solid #ececec}ul.woocommerce_stats strong{font-family:Georgia,'Times New Roman','Bitstream Charter',Times,serif;font-size:4em;line-height:1.2em;font-weight:400;text-align:center;display:block}#woocommerce_dashboard_status .inside{padding:0;margin:0}#woocommerce_dashboard_status .wc_status_list{overflow:hidden;margin:0}#woocommerce_dashboard_status .wc_status_list li{width:50%;float:left;padding:0;box-sizing:border-box;margin:0;border-top:1px solid #ececec;color:#aaa}#woocommerce_dashboard_status .wc_status_list li a{display:block;color:#aaa;padding:9px 12px;-webkit-transition:all ease .5s;position:relative;font-size:12px}#woocommerce_dashboard_status .wc_status_list li a .wc_sparkline{width:4em;height:2em;display:block;float:right;position:absolute;right:0;top:50%;margin-right:12px;margin-top:-1.25em}#woocommerce_dashboard_status .wc_status_list li a strong{font-size:18px;line-height:1.2em;font-weight:400;display:block;color:#21759b}#woocommerce_dashboard_status .wc_status_list li a:hover{color:#2ea2cc}#woocommerce_dashboard_status .wc_status_list li a:hover strong,#woocommerce_dashboard_status .wc_status_list li a:hover::before{color:#2ea2cc!important}#woocommerce_dashboard_status .wc_status_list li a::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0 12px 12px 0;text-indent:0;top:0;left:0;height:100%;text-align:center;content:"";font-size:2em;position:relative;width:auto;line-height:1.2em;color:#464646;float:left}#woocommerce_dashboard_status .wc_status_list li.best-seller-this-month,#woocommerce_dashboard_status .wc_status_list li.sales-this-month{width:100%}#woocommerce_dashboard_status .wc_status_list li:first-child{border-top:0}#woocommerce_dashboard_status .wc_status_list li.sales-this-month a::before{font-family:Dashicons;content:'\f185'}#woocommerce_dashboard_status .wc_status_list li.best-seller-this-month a::before{content:'\e006'}#woocommerce_dashboard_status .wc_status_list li.processing-orders a::before{content:'\e011';color:#7ad03a}#woocommerce_dashboard_status .wc_status_list li.on-hold-orders a::before{content:'\e033';color:#999}#woocommerce_dashboard_status .wc_status_list li.low-in-stock a::before{content:'\e016';color:#ffba00}#woocommerce_dashboard_status .wc_status_list li.out-of-stock a::before{content:'\e013';color:#a00}#woocommerce_dashboard_recent_reviews li{line-height:1.5em;margin-bottom:12px}#woocommerce_dashboard_recent_reviews h4.meta{line-height:1.4;margin:-.2em 0 0;font-weight:400;color:#999}#woocommerce_dashboard_recent_reviews blockquote{padding:0;margin:0}#woocommerce_dashboard_recent_reviews .avatar{float:left;margin:0 10px 5px 0}#woocommerce_dashboard_recent_reviews .star-rating{float:right;overflow:hidden;position:relative;height:1.5em;line-height:1.5;margin-left:.5em;width:5.4em;font-family:WooCommerce!important}#woocommerce_dashboard_recent_reviews .star-rating::before{content:'\e021\e021\e021\e021\e021';color:#b3b3b3;float:left;top:0;left:0;position:absolute;letter-spacing:.1em;letter-spacing:0\9}#woocommerce_dashboard_recent_reviews .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}#woocommerce_dashboard_recent_reviews .star-rating span::before{content:'\e020\e020\e020\e020\e020';top:0;position:absolute;left:0;letter-spacing:.1em;letter-spacing:0\9;color:#9c5d90}#dash-right-now li.product-count a::before{font-family:WooCommerce;content:'\e01d'}
assets/css/dashboard.scss ADDED
@@ -0,0 +1,243 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * dashboard.scss
3
+ * Styles for WooCommerce dashboard widgets, only loaded on the dashboard itself.
4
+ */
5
+
6
+ /**
7
+ * Imports
8
+ */
9
+ @import 'bourbon';
10
+ @import 'mixins';
11
+ @import 'variables';
12
+ @import 'fonts';
13
+
14
+ /**
15
+ * Styling begins
16
+ */
17
+ ul.woocommerce_stats {
18
+ overflow: hidden;
19
+ zoom: 1;
20
+
21
+ li {
22
+ width: 25%;
23
+ padding: 0 1em;
24
+ text-align: center;
25
+ float: left;
26
+ font-size: 0.8em;
27
+ border-left: 1px solid #fff;
28
+ border-right: 1px solid #ececec;
29
+ box-sizing: border-box;
30
+ }
31
+
32
+ li:first-child {
33
+ border-left: 0;
34
+ }
35
+
36
+ li:last-child {
37
+ border-right: 0;
38
+ }
39
+
40
+ strong {
41
+ font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
42
+ font-size: 4em;
43
+ line-height: 1.2em;
44
+ font-weight: normal;
45
+ text-align: center;
46
+ display: block;
47
+ }
48
+ }
49
+
50
+ #woocommerce_dashboard_status {
51
+ .inside {
52
+ padding: 0;
53
+ margin: 0;
54
+ }
55
+
56
+ .wc_status_list {
57
+ overflow: hidden;
58
+ margin: 0;
59
+
60
+ li {
61
+ width: 50%;
62
+ float: left;
63
+ padding: 0;
64
+ box-sizing: border-box;
65
+ margin: 0;
66
+ border-top: 1px solid #ececec;
67
+ color: #aaa;
68
+
69
+ a {
70
+ display: block;
71
+ color: #aaa;
72
+ padding: 9px 12px;
73
+ -webkit-transition: all ease 0.5s;
74
+ position: relative;
75
+ font-size: 12px;
76
+
77
+ .wc_sparkline {
78
+ width: 4em;
79
+ height: 2em;
80
+ display: block;
81
+ float: right;
82
+ position: absolute;
83
+ right: 0;
84
+ top: 50%;
85
+ margin-right: 12px;
86
+ margin-top: -1.25em;
87
+ }
88
+
89
+ strong {
90
+ font-size: 18px;
91
+ line-height: 1.2em;
92
+ font-weight: normal;
93
+ display: block;
94
+ color: #21759b;
95
+ }
96
+
97
+ &:hover {
98
+ color: #2ea2cc;
99
+
100
+ &::before,
101
+ strong {
102
+ color: #2ea2cc !important;
103
+ }
104
+ }
105
+
106
+ &::before {
107
+ @include icon();
108
+ font-size: 2em;
109
+ position: relative;
110
+ width: auto;
111
+ line-height: 1.2em;
112
+ color: #464646;
113
+ float: left;
114
+ margin-right: 12px;
115
+ margin-bottom: 12px;
116
+ }
117
+ }
118
+ }
119
+
120
+ li:first-child {
121
+ border-top: 0;
122
+ }
123
+
124
+ li.sales-this-month {
125
+ width: 100%;
126
+
127
+ a::before {
128
+ font-family: 'Dashicons';
129
+ content: '\f185';
130
+ }
131
+ }
132
+
133
+ li.best-seller-this-month {
134
+ width: 100%;
135
+
136
+ a::before {
137
+ content: '\e006';
138
+ }
139
+ }
140
+
141
+ li.processing-orders {
142
+ border-right: 1px solid #ececec;
143
+
144
+ a::before {
145
+ content: '\e011';
146
+ color: $green;
147
+ }
148
+ }
149
+
150
+ li.on-hold-orders {
151
+ a::before {
152
+ content: '\e033';
153
+ color: #999;
154
+ }
155
+ }
156
+
157
+ li.low-in-stock {
158
+ border-right: 1px solid #ececec;
159
+
160
+ a::before {
161
+ content: '\e016';
162
+ color: $orange;
163
+ }
164
+ }
165
+
166
+ li.out-of-stock {
167
+ a::before {
168
+ content: '\e013';
169
+ color: $red;
170
+ }
171
+ }
172
+ }
173
+ }
174
+
175
+ #woocommerce_dashboard_recent_reviews {
176
+ li {
177
+ line-height: 1.5em;
178
+ margin-bottom: 12px;
179
+ }
180
+
181
+ h4.meta {
182
+ line-height: 1.4;
183
+ margin: -0.2em 0 0 0;
184
+ font-weight: normal;
185
+ color: #999;
186
+ }
187
+
188
+ blockquote {
189
+ padding: 0;
190
+ margin: 0;
191
+ }
192
+
193
+ .avatar {
194
+ float: left;
195
+ margin: 0 10px 5px 0;
196
+ }
197
+
198
+ .star-rating {
199
+ float: right;
200
+ overflow: hidden;
201
+ position: relative;
202
+ height: 1.5em;
203
+ line-height: 1.5;
204
+ margin-left: 0.5em;
205
+ width: 5.4em;
206
+ font-family: 'WooCommerce' !important;
207
+
208
+ &::before {
209
+ content: '\e021\e021\e021\e021\e021';
210
+ color: darken( #ccc, 10% );
211
+ float: left;
212
+ top: 0;
213
+ left: 0;
214
+ position: absolute;
215
+ letter-spacing: 0.1em;
216
+ letter-spacing: 0\9; // IE8 & below hack ;-(
217
+ }
218
+
219
+ span {
220
+ overflow: hidden;
221
+ float: left;
222
+ top: 0;
223
+ left: 0;
224
+ position: absolute;
225
+ padding-top: 1.5em;
226
+ }
227
+
228
+ span::before {
229
+ content: '\e020\e020\e020\e020\e020';
230
+ top: 0;
231
+ position: absolute;
232
+ left: 0;
233
+ letter-spacing: 0.1em;
234
+ letter-spacing: 0\9; // IE8 & below hack ;-(
235
+ color: #9c5d90;
236
+ }
237
+ }
238
+ }
239
+
240
+ #dash-right-now li.product-count a::before {
241
+ font-family: 'WooCommerce';
242
+ content: '\e01d';
243
+ }
assets/css/menu-rtl.css ADDED
@@ -0,0 +1 @@
 
1
+ @charset "UTF-8";@font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}#adminmenu #toplevel_page_woocommerce .menu-icon-generic div.wp-menu-image::before{font-family:WooCommerce!important;content:'\e03d'}#adminmenu #menu-posts-product .menu-icon-post div.wp-menu-image::before,#adminmenu #menu-posts-product .menu-icon-product div.wp-menu-image::before{font-family:WooCommerce!important;content:'\e006'}#adminmenu #toplevel_page_wc-reports .menu-icon-generic div.wp-menu-image::before{font-family:WooCommerce!important;content:'\e023';font-size:1.3em!important}span.mce_woocommerce_shortcodes_button{background-image:none!important;display:block;text-indent:-9999px;position:relative;height:1em;width:1em}span.mce_woocommerce_shortcodes_button::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";font-size:.9em;line-height:1.2}.wc_plugin_upgrade_notice{font-weight:400;color:#fff;background:#d54d21;padding:1em;margin:9px 0}.wc_plugin_upgrade_notice a{color:#fff;text-decoration:underline}.wc_plugin_upgrade_notice::before{content:'\f348';display:inline-block;font:400 18px/1 dashicons;speak:none;margin:0 -2px 0 8px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:top}
assets/css/menu.css ADDED
@@ -0,0 +1 @@
 
1
+ @charset "UTF-8";@font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}#adminmenu #toplevel_page_woocommerce .menu-icon-generic div.wp-menu-image::before{font-family:WooCommerce!important;content:'\e03d'}#adminmenu #menu-posts-product .menu-icon-post div.wp-menu-image::before,#adminmenu #menu-posts-product .menu-icon-product div.wp-menu-image::before{font-family:WooCommerce!important;content:'\e006'}#adminmenu #toplevel_page_wc-reports .menu-icon-generic div.wp-menu-image::before{font-family:WooCommerce!important;content:'\e023';font-size:1.3em!important}span.mce_woocommerce_shortcodes_button{background-image:none!important;display:block;text-indent:-9999px;position:relative;height:1em;width:1em}span.mce_woocommerce_shortcodes_button::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";font-size:.9em;line-height:1.2}.wc_plugin_upgrade_notice{font-weight:400;color:#fff;background:#d54d21;padding:1em;margin:9px 0}.wc_plugin_upgrade_notice a{color:#fff;text-decoration:underline}.wc_plugin_upgrade_notice::before{content:'\f348';display:inline-block;font:400 18px/1 dashicons;speak:none;margin:0 8px 0 -2px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:top}
assets/css/menu.scss ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * menu.scss
3
+ * Styles applied to dashboard menu items added via WooCommerce.
4
+ * Adds icons to top level menu items, etc.
5
+ */
6
+
7
+ /**
8
+ * Imports
9
+ */
10
+ @import 'bourbon';
11
+ @import 'mixins';
12
+ @import 'variables';
13
+ @import 'fonts';
14
+
15
+ /**
16
+ * Styling begins
17
+ */
18
+ #adminmenu #toplevel_page_woocommerce .menu-icon-generic div.wp-menu-image::before {
19
+ font-family: 'WooCommerce' !important;
20
+ content: '\e03d';
21
+ }
22
+
23
+ #adminmenu #menu-posts-product .menu-icon-post div.wp-menu-image::before,
24
+ #adminmenu #menu-posts-product .menu-icon-product div.wp-menu-image::before {
25
+ font-family: 'WooCommerce' !important;
26
+ content: '\e006';
27
+ }
28
+
29
+ #adminmenu #toplevel_page_wc-reports .menu-icon-generic div.wp-menu-image::before {
30
+ font-family: 'WooCommerce' !important;
31
+ content: '\e023';
32
+ font-size: 1.3em !important;
33
+ }
34
+
35
+ span.mce_woocommerce_shortcodes_button {
36
+ background-image: none !important;
37
+ @include ir();
38
+
39
+ &::before {
40
+ @include icon( '\e01d' );
41
+ font-size: 0.9em;
42
+ line-height: 1.2;
43
+ }
44
+ }
45
+
46
+ .wc_plugin_upgrade_notice {
47
+ font-weight: normal;
48
+ color: #fff;
49
+ background: #d54d21;
50
+ padding: 1em;
51
+ margin: 9px 0;
52
+
53
+ a {
54
+ color: #fff;
55
+ text-decoration: underline;
56
+ }
57
+
58
+ &::before {
59
+ content: '\f348';
60
+ display: inline-block;
61
+ font: 400 18px/1 dashicons;
62
+ speak: none;
63
+ margin: 0 8px 0 -2px;
64
+ -webkit-font-smoothing: antialiased;
65
+ -moz-osx-font-smoothing: grayscale;
66
+ vertical-align: top;
67
+ }
68
+ }
assets/css/photoswipe/default-skin/default-skin.css ADDED
@@ -0,0 +1,483 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
2
+ /*
3
+
4
+ Contents:
5
+
6
+ 1. Buttons
7
+ 2. Share modal and links
8
+ 3. Index indicator ("1 of X" counter)
9
+ 4. Caption
10
+ 5. Loading indicator
11
+ 6. Additional styles (root element, top bar, idle state, hidden state, etc.)
12
+
13
+ */
14
+ /*
15
+
16
+ 1. Buttons
17
+
18
+ */
19
+ /* <button> css reset */
20
+ .pswp__button {
21
+ width: 44px;
22
+ height: 44px;
23
+ position: relative;
24
+ background: none;
25
+ cursor: pointer;
26
+ overflow: visible;
27
+ -webkit-appearance: none;
28
+ display: block;
29
+ border: 0;
30
+ padding: 0;
31
+ margin: 0;
32
+ float: right;
33
+ opacity: 0.75;
34
+ -webkit-transition: opacity 0.2s;
35
+ transition: opacity 0.2s;
36
+ -webkit-box-shadow: none;
37
+ box-shadow: none; }
38
+ .pswp__button:focus,
39
+ .pswp__button:hover {
40
+ opacity: 1; }
41
+ .pswp__button:active {
42
+ outline: none;
43
+ opacity: 0.9; }
44
+ .pswp__button::-moz-focus-inner {
45
+ padding: 0;
46
+ border: 0; }
47
+
48
+ /* pswp__ui--over-close class it added when mouse is over element that should close gallery */
49
+ .pswp__ui--over-close .pswp__button--close {
50
+ opacity: 1; }
51
+
52
+ .pswp__button,
53
+ .pswp__button--arrow--left:before,
54
+ .pswp__button--arrow--right:before {
55
+ background: url(default-skin.png) 0 0 no-repeat;
56
+ background-size: 264px 88px;
57
+ width: 44px;
58
+ height: 44px; }
59
+
60
+ @media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
61
+ /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
62
+ .pswp--svg .pswp__button,
63
+ .pswp--svg .pswp__button--arrow--left:before,
64
+ .pswp--svg .pswp__button--arrow--right:before {
65
+ background-image: url(default-skin.svg); }
66
+ .pswp--svg .pswp__button--arrow--left,
67
+ .pswp--svg .pswp__button--arrow--right {
68
+ background: none; } }
69
+
70
+ .pswp__button--close {
71
+ background-position: 0 -44px; }
72
+
73
+ .pswp__button--share {
74
+ background-position: -44px -44px; }
75
+
76
+ .pswp__button--fs {
77
+ display: none; }
78
+
79
+ .pswp--supports-fs .pswp__button--fs {
80
+ display: block; }
81
+
82
+ .pswp--fs .pswp__button--fs {
83
+ background-position: -44px 0; }
84
+
85
+ .pswp__button--zoom {
86
+ display: none;
87
+ background-position: -88px 0; }
88
+
89
+ .pswp--zoom-allowed .pswp__button--zoom {
90
+ display: block; }
91
+
92
+ .pswp--zoomed-in .pswp__button--zoom {
93
+ background-position: -132px 0; }
94
+
95
+ /* no arrows on touch screens */
96
+ .pswp--touch .pswp__button--arrow--left,
97
+ .pswp--touch .pswp__button--arrow--right {
98
+ visibility: hidden; }
99
+
100
+ /*
101
+ Arrow buttons hit area
102
+ (icon is added to :before pseudo-element)
103
+ */
104
+ .pswp__button--arrow--left,
105
+ .pswp__button--arrow--right {
106
+ background: none;
107
+ top: 50%;
108
+ margin-top: -50px;
109
+ width: 70px;
110
+ height: 100px;
111
+ position: absolute; }
112
+
113
+ .pswp__button--arrow--left {
114
+ left: 0; }
115
+
116
+ .pswp__button--arrow--right {
117
+ right: 0; }
118
+
119
+ .pswp__button--arrow--left:before,
120
+ .pswp__button--arrow--right:before {
121
+ content: '';
122
+ top: 35px;
123
+ background-color: rgba(0, 0, 0, 0.3);
124
+ height: 30px;
125
+ width: 32px;
126
+ position: absolute; }
127
+
128
+ .pswp__button--arrow--left:before {
129
+ left: 6px;
130
+ background-position: -138px -44px; }
131
+
132
+ .pswp__button--arrow--right:before {
133
+ right: 6px;
134
+ background-position: -94px -44px; }
135
+
136
+ /*
137
+
138
+ 2. Share modal/popup and links
139
+
140
+ */
141
+ .pswp__counter,
142
+ .pswp__share-modal {
143
+ -webkit-user-select: none;
144
+ -moz-user-select: none;
145
+ -ms-user-select: none;
146
+ user-select: none; }
147
+
148
+ .pswp__share-modal {
149
+ display: block;
150
+ background: rgba(0, 0, 0, 0.5);
151
+ width: 100%;
152
+ height: 100%;
153
+ top: 0;
154
+ left: 0;
155
+ padding: 10px;
156
+ position: absolute;
157
+ z-index: 1600;
158
+ opacity: 0;
159
+ -webkit-transition: opacity 0.25s ease-out;
160
+ transition: opacity 0.25s ease-out;
161
+ -webkit-backface-visibility: hidden;
162
+ will-change: opacity; }
163
+
164
+ .pswp__share-modal--hidden {
165
+ display: none; }
166
+
167
+ .pswp__share-tooltip {
168
+ z-index: 1620;
169
+ position: absolute;
170
+ background: #FFF;
171
+ top: 56px;
172
+ border-radius: 2px;
173
+ display: block;
174
+ width: auto;
175
+ right: 44px;
176
+ -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
177
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
178
+ -webkit-transform: translateY(6px);
179
+ -ms-transform: translateY(6px);
180
+ transform: translateY(6px);
181
+ -webkit-transition: -webkit-transform 0.25s;
182
+ transition: transform 0.25s;
183
+ -webkit-backface-visibility: hidden;
184
+ will-change: transform; }
185
+ .pswp__share-tooltip a {
186
+ display: block;
187
+ padding: 8px 12px;
188
+ color: #000;
189
+ text-decoration: none;
190
+ font-size: 14px;
191
+ line-height: 18px; }
192
+ .pswp__share-tooltip a:hover {
193
+ text-decoration: none;
194
+ color: #000; }
195
+ .pswp__share-tooltip a:first-child {
196
+ /* round corners on the first/last list item */
197
+ border-radius: 2px 2px 0 0; }
198
+ .pswp__share-tooltip a:last-child {
199
+ border-radius: 0 0 2px 2px; }
200
+
201
+ .pswp__share-modal--fade-in {
202
+ opacity: 1; }
203
+ .pswp__share-modal--fade-in .pswp__share-tooltip {
204
+ -webkit-transform: translateY(0);
205
+ -ms-transform: translateY(0);
206
+ transform: translateY(0); }
207
+
208
+ /* increase size of share links on touch devices */
209
+ .pswp--touch .pswp__share-tooltip a {
210
+ padding: 16px 12px; }
211
+
212
+ a.pswp__share--facebook:before {
213
+ content: '';
214
+ display: block;
215
+ width: 0;
216
+ height: 0;
217
+ position: absolute;
218
+ top: -12px;
219
+ right: 15px;
220
+ border: 6px solid transparent;
221
+ border-bottom-color: #FFF;
222
+ -webkit-pointer-events: none;
223
+ -moz-pointer-events: none;
224
+ pointer-events: none; }
225
+
226
+ a.pswp__share--facebook:hover {
227
+ background: #3E5C9A;
228
+ color: #FFF; }
229
+ a.pswp__share--facebook:hover:before {
230
+ border-bottom-color: #3E5C9A; }
231
+
232
+ a.pswp__share--twitter:hover {
233
+ background: #55ACEE;
234
+ color: #FFF; }
235
+
236
+ a.pswp__share--pinterest:hover {
237
+ background: #CCC;
238
+ color: #CE272D; }
239
+
240
+ a.pswp__share--download:hover {
241
+ background: #DDD; }
242
+
243
+ /*
244
+
245
+ 3. Index indicator ("1 of X" counter)
246
+
247
+ */
248
+ .pswp__counter {
249
+ position: absolute;
250
+ left: 0;
251
+ top: 0;
252
+ height: 44px;
253
+ font-size: 13px;
254
+ line-height: 44px;
255
+ color: #FFF;
256
+ opacity: 0.75;
257
+ padding: 0 10px; }
258
+
259
+ /*
260
+
261
+ 4. Caption
262
+
263
+ */
264
+ .pswp__caption {
265
+ position: absolute;
266
+ left: 0;
267
+ bottom: 0;
268
+ width: 100%;
269
+ min-height: 44px; }
270
+ .pswp__caption small {
271
+ font-size: 11px;
272
+ color: #BBB; }
273
+
274
+ .pswp__caption__center {
275
+ text-align: left;
276
+ max-width: 420px;
277
+ margin: 0 auto;
278
+ font-size: 13px;
279
+ padding: 10px;
280
+ line-height: 20px;
281
+ color: #CCC; }
282
+
283
+ .pswp__caption--empty {
284
+ display: none; }
285
+
286
+ /* Fake caption element, used to calculate height of next/prev image */
287
+ .pswp__caption--fake {
288
+ visibility: hidden; }
289
+
290
+ /*
291
+
292
+ 5. Loading indicator (preloader)
293
+
294
+ You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
295
+
296
+ */
297
+ .pswp__preloader {
298
+ width: 44px;
299
+ height: 44px;
300
+ position: absolute;
301
+ top: 0;
302
+ left: 50%;
303
+ margin-left: -22px;
304
+ opacity: 0;
305
+ -webkit-transition: opacity 0.25s ease-out;
306
+ transition: opacity 0.25s ease-out;
307
+ will-change: opacity;
308
+ direction: ltr; }
309
+
310
+ .pswp__preloader__icn {
311
+ width: 20px;
312
+ height: 20px;
313
+ margin: 12px; }
314
+
315
+ .pswp__preloader--active {
316
+ opacity: 1; }
317
+ .pswp__preloader--active .pswp__preloader__icn {
318
+ /* We use .gif in browsers that don't support CSS animation */
319
+ background: url(preloader.gif) 0 0 no-repeat; }
320
+
321
+ .pswp--css_animation .pswp__preloader--active {
322
+ opacity: 1; }
323
+ .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
324
+ -webkit-animation: clockwise 500ms linear infinite;
325
+ animation: clockwise 500ms linear infinite; }
326
+ .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
327
+ -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
328
+ animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
329
+
330
+ .pswp--css_animation .pswp__preloader__icn {
331
+ background: none;
332
+ opacity: 0.75;
333
+ width: 14px;
334
+ height: 14px;
335
+ position: absolute;
336
+ left: 15px;
337
+ top: 15px;
338
+ margin: 0; }
339
+
340
+ .pswp--css_animation .pswp__preloader__cut {
341
+ /*
342
+ The idea of animating inner circle is based on Polymer ("material") loading indicator
343
+ by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
344
+ */
345
+ position: relative;
346
+ width: 7px;
347
+ height: 14px;
348
+ overflow: hidden; }
349
+
350
+ .pswp--css_animation .pswp__preloader__donut {
351
+ -webkit-box-sizing: border-box;
352
+ box-sizing: border-box;
353
+ width: 14px;
354
+ height: 14px;
355
+ border: 2px solid #FFF;
356
+ border-radius: 50%;
357
+ border-left-color: transparent;
358
+ border-bottom-color: transparent;
359
+ position: absolute;
360
+ top: 0;
361
+ left: 0;
362
+ background: none;
363
+ margin: 0; }
364
+
365
+ @media screen and (max-width: 1024px) {
366
+ .pswp__preloader {
367
+ position: relative;
368
+ left: auto;
369
+ top: auto;
370
+ margin: 0;
371
+ float: right; } }
372
+
373
+ @-webkit-keyframes clockwise {
374
+ 0% {
375
+ -webkit-transform: rotate(0deg);
376
+ transform: rotate(0deg); }
377
+ 100% {
378
+ -webkit-transform: rotate(360deg);
379
+ transform: rotate(360deg); } }
380
+
381
+ @keyframes clockwise {
382
+ 0% {
383
+ -webkit-transform: rotate(0deg);
384
+ transform: rotate(0deg); }
385
+ 100% {
386
+ -webkit-transform: rotate(360deg);
387
+ transform: rotate(360deg); } }
388
+
389
+ @-webkit-keyframes donut-rotate {
390
+ 0% {
391
+ -webkit-transform: rotate(0);
392
+ transform: rotate(0); }
393
+ 50% {
394
+ -webkit-transform: rotate(-140deg);
395
+ transform: rotate(-140deg); }
396
+ 100% {
397
+ -webkit-transform: rotate(0);
398
+ transform: rotate(0); } }
399
+
400
+ @keyframes donut-rotate {
401
+ 0% {
402
+ -webkit-transform: rotate(0);
403
+ transform: rotate(0); }
404
+ 50% {
405
+ -webkit-transform: rotate(-140deg);
406
+ transform: rotate(-140deg); }
407
+ 100% {
408
+ -webkit-transform: rotate(0);
409
+ transform: rotate(0); } }
410
+
411
+ /*
412
+
413
+ 6. Additional styles
414
+
415
+ */
416
+ /* root element of UI */
417
+ .pswp__ui {
418
+ -webkit-font-smoothing: auto;
419
+ visibility: visible;
420
+ opacity: 1;
421
+ z-index: 1550; }
422
+
423
+ /* top black bar with buttons and "1 of X" indicator */
424
+ .pswp__top-bar {
425
+ position: absolute;
426
+ left: 0;
427
+ top: 0;
428
+ height: 44px;
429
+ width: 100%; }
430
+
431
+ .pswp__caption,
432
+ .pswp__top-bar,
433
+ .pswp--has_mouse .pswp__button--arrow--left,
434
+ .pswp--has_mouse .pswp__button--arrow--right {
435
+ -webkit-backface-visibility: hidden;
436
+ will-change: opacity;
437
+ -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
438
+ transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
439
+
440
+ /* pswp--has_mouse class is added only when two subsequent mousemove events occur */
441
+ .pswp--has_mouse .pswp__button--arrow--left,
442
+ .pswp--has_mouse .pswp__button--arrow--right {
443
+ visibility: visible; }
444
+
445
+ .pswp__top-bar,
446
+ .pswp__caption {
447
+ background-color: rgba(0, 0, 0, 0.5); }
448
+
449
+ /* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
450
+ .pswp__ui--fit .pswp__top-bar,
451
+ .pswp__ui--fit .pswp__caption {
452
+ background-color: rgba(0, 0, 0, 0.3); }
453
+
454
+ /* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
455
+ .pswp__ui--idle .pswp__top-bar {
456
+ opacity: 0; }
457
+
458
+ .pswp__ui--idle .pswp__button--arrow--left,
459
+ .pswp__ui--idle .pswp__button--arrow--right {
460
+ opacity: 0; }
461
+
462
+ /*
463
+ pswp__ui--hidden class is added when controls are hidden
464
+ e.g. when user taps to toggle visibility of controls
465
+ */
466
+ .pswp__ui--hidden .pswp__top-bar,
467
+ .pswp__ui--hidden .pswp__caption,
468
+ .pswp__ui--hidden .pswp__button--arrow--left,
469
+ .pswp__ui--hidden .pswp__button--arrow--right {
470
+ /* Force paint & create composition layer for controls. */
471
+ opacity: 0.001; }
472
+
473
+ /* pswp__ui--one-slide class is added when there is just one item in gallery */
474
+ .pswp__ui--one-slide .pswp__button--arrow--left,
475
+ .pswp__ui--one-slide .pswp__button--arrow--right,
476
+ .pswp__ui--one-slide .pswp__counter {
477
+ display: none; }
478
+
479
+ .pswp__element--disabled {
480
+ display: none !important; }
481
+
482
+ .pswp--minimal--dark .pswp__top-bar {
483
+ background: none; }
assets/css/photoswipe/default-skin/default-skin.png ADDED
Binary file
assets/css/photoswipe/default-skin/default-skin.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg width="264" height="88" viewBox="0 0 264 88" xmlns="http://www.w3.org/2000/svg"><title>default-skin 2</title><g fill="none" fill-rule="evenodd"><g><path d="M67.002 59.5v3.768c-6.307.84-9.184 5.75-10.002 9.732 2.22-2.83 5.564-5.098 10.002-5.098V71.5L73 65.585 67.002 59.5z" id="Shape" fill="#fff"/><g fill="#fff"><path d="M13 29v-5h2v3h3v2h-5zM13 15h5v2h-3v3h-2v-5zM31 15v5h-2v-3h-3v-2h5zM31 29h-5v-2h3v-3h2v5z" id="Shape"/></g><g fill="#fff"><path d="M62 24v5h-2v-3h-3v-2h5zM62 20h-5v-2h3v-3h2v5zM70 20v-5h2v3h3v2h-5zM70 24h5v2h-3v3h-2v-5z"/></g><path d="M20.586 66l-5.656-5.656 1.414-1.414L22 64.586l5.656-5.656 1.414 1.414L23.414 66l5.656 5.656-1.414 1.414L22 67.414l-5.656 5.656-1.414-1.414L20.586 66z" fill="#fff"/><path d="M111.785 65.03L110 63.5l3-3.5h-10v-2h10l-3-3.5 1.785-1.468L117 59l-5.215 6.03z" fill="#fff"/><path d="M152.215 65.03L154 63.5l-3-3.5h10v-2h-10l3-3.5-1.785-1.468L147 59l5.215 6.03z" fill="#fff"/><g><path id="Rectangle-11" fill="#fff" d="M160.957 28.543l-3.25-3.25-1.413 1.414 3.25 3.25z"/><path d="M152.5 27c3.038 0 5.5-2.462 5.5-5.5s-2.462-5.5-5.5-5.5-5.5 2.462-5.5 5.5 2.462 5.5 5.5 5.5z" id="Oval-1" stroke="#fff" stroke-width="1.5"/><path fill="#fff" d="M150 21h5v1h-5z"/></g><g><path d="M116.957 28.543l-1.414 1.414-3.25-3.25 1.414-1.414 3.25 3.25z" fill="#fff"/><path d="M108.5 27c3.038 0 5.5-2.462 5.5-5.5s-2.462-5.5-5.5-5.5-5.5 2.462-5.5 5.5 2.462 5.5 5.5 5.5z" stroke="#fff" stroke-width="1.5"/><path fill="#fff" d="M106 21h5v1h-5z"/><path fill="#fff" d="M109.043 19.008l-.085 5-1-.017.085-5z"/></g></g></g></svg>
assets/css/photoswipe/default-skin/preloader.gif ADDED
Binary file
assets/css/photoswipe/photoswipe.css ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
2
+ /*
3
+ Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
4
+ */
5
+ /* pswp = photoswipe */
6
+ .pswp {
7
+ display: none;
8
+ position: absolute;
9
+ width: 100%;
10
+ height: 100%;
11
+ left: 0;
12
+ top: 0;
13
+ overflow: hidden;
14
+ -ms-touch-action: none;
15
+ touch-action: none;
16
+ z-index: 999999;
17
+ -webkit-text-size-adjust: 100%;
18
+ /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
19
+ -webkit-backface-visibility: hidden;
20
+ outline: none; }
21
+ .pswp * {
22
+ -webkit-box-sizing: border-box;
23
+ box-sizing: border-box; }
24
+ .pswp img {
25
+ max-width: none; }
26
+
27
+ /* style is added when JS option showHideOpacity is set to true */
28
+ .pswp--animate_opacity {
29
+ /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
30
+ opacity: 0.001;
31
+ will-change: opacity;
32
+ /* for open/close transition */
33
+ -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
34
+ transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
35
+
36
+ .pswp--open {
37
+ display: block; }
38
+
39
+ .pswp--zoom-allowed .pswp__img {
40
+ /* autoprefixer: off */
41
+ cursor: -webkit-zoom-in;
42
+ cursor: -moz-zoom-in;
43
+ cursor: zoom-in; }
44
+
45
+ .pswp--zoomed-in .pswp__img {
46
+ /* autoprefixer: off */
47
+ cursor: -webkit-grab;
48
+ cursor: -moz-grab;
49
+ cursor: grab; }
50
+
51
+ .pswp--dragging .pswp__img {
52
+ /* autoprefixer: off */
53
+ cursor: -webkit-grabbing;
54
+ cursor: -moz-grabbing;
55
+ cursor: grabbing; }
56
+
57
+ /*
58
+ Background is added as a separate element.
59
+ As animating opacity is much faster than animating rgba() background-color.
60
+ */
61
+ .pswp__bg {
62
+ position: absolute;
63
+ left: 0;
64
+ top: 0;
65
+ width: 100%;
66
+ height: 100%;
67
+ background: #000;
68
+ opacity: 0;
69
+ -webkit-backface-visibility: hidden;
70
+ will-change: opacity; }
71
+
72
+ .pswp__scroll-wrap {
73
+ position: absolute;
74
+ left: 0;
75
+ top: 0;
76
+ width: 100%;
77
+ height: 100%;
78
+ overflow: hidden; }
79
+
80
+ .pswp__container,
81
+ .pswp__zoom-wrap {
82
+ -ms-touch-action: none;
83
+ touch-action: none;
84
+ position: absolute;
85
+ left: 0;
86
+ right: 0;
87
+ top: 0;
88
+ bottom: 0; }
89
+
90
+ /* Prevent selection and tap highlights */
91
+ .pswp__container,
92
+ .pswp__img {
93
+ -webkit-user-select: none;
94
+ -moz-user-select: none;
95
+ -ms-user-select: none;
96
+ user-select: none;
97
+ -webkit-tap-highlight-color: transparent;
98
+ -webkit-touch-callout: none; }
99
+
100
+ .pswp__zoom-wrap {
101
+ position: absolute;
102
+ width: 100%;
103
+ -webkit-transform-origin: left top;
104
+ -ms-transform-origin: left top;
105
+ transform-origin: left top;
106
+ /* for open/close transition */
107
+ -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
108
+ transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }
109
+
110
+ .pswp__bg {
111
+ will-change: opacity;
112
+ /* for open/close transition */
113
+ -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
114
+ transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
115
+
116
+ .pswp--animated-in .pswp__bg,
117
+ .pswp--animated-in .pswp__zoom-wrap {
118
+ -webkit-transition: none;
119
+ transition: none; }
120
+
121
+ .pswp__container,
122
+ .pswp__zoom-wrap {
123
+ -webkit-backface-visibility: hidden; }
124
+
125
+ .pswp__item {
126
+ position: absolute;
127
+ left: 0;
128
+ right: 0;
129
+ top: 0;
130
+ bottom: 0;
131
+ overflow: hidden; }
132
+
133
+ .pswp__img {
134
+ position: absolute;
135
+ width: auto;
136
+ height: auto;
137
+ top: 0;
138
+ left: 0; }
139
+
140
+ /*
141
+ stretched thumbnail or div placeholder element (see below)
142
+ style is added to avoid flickering in webkit/blink when layers overlap
143
+ */
144
+ .pswp__img--placeholder {
145
+ -webkit-backface-visibility: hidden; }
146
+
147
+ /*
148
+ div element that matches size of large image
149
+ large image loads on top of it
150
+ */
151
+ .pswp__img--placeholder--blank {
152
+ background: #222; }
153
+
154
+ .pswp--ie .pswp__img {
155
+ width: 100% !important;
156
+ height: auto !important;
157
+ left: 0;
158
+ top: 0; }
159
+
160
+ /*
161
+ Error message appears when image is not loaded
162
+ (JS option errorMsg controls markup)
163
+ */
164
+ .pswp__error-msg {
165
+ position: absolute;
166
+ left: 0;
167
+ top: 50%;
168
+ width: 100%;
169
+ text-align: center;
170
+ font-size: 14px;
171
+ line-height: 16px;
172
+ margin-top: -8px;
173
+ color: #CCC; }
174
+
175
+ .pswp__error-msg a {
176
+ color: #CCC;
177
+ text-decoration: underline; }
assets/css/prettyPhoto-rtl.css ADDED
@@ -0,0 +1 @@
 
1
+ @font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}div.pp_woocommerce .pp_content_container{background:#fff;border-radius:3px;box-shadow:0 1px 30px rgba(0,0,0,.25);padding:20px 0}div.pp_woocommerce .pp_content_container::after,div.pp_woocommerce .pp_content_container::before{content:' ';display:table}div.pp_woocommerce .pp_content_container::after{clear:both}div.pp_woocommerce .pp_loaderIcon::before{height:1em;width:1em;display:block;position:absolute;top:50%;right:50%;margin-right:-.5em;margin-top:-.5em;content:'';-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}div.pp_woocommerce div.ppt{color:#000}div.pp_woocommerce .pp_gallery ul li a{border:1px solid rgba(0,0,0,.5);background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2);border-radius:2px;display:block}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_close,div.pp_woocommerce .pp_next::before,div.pp_woocommerce .pp_previous::before,div.pp_woocommerce a.pp_contract,div.pp_woocommerce a.pp_expand{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);line-height:1em;transition:all ease-in-out .2s;color:#fff!important}div.pp_woocommerce .pp_gallery ul li a:hover,div.pp_woocommerce .pp_gallery ul li.selected a{border-color:#000}div.pp_woocommerce .pp_next::before,div.pp_woocommerce .pp_previous::before{background-color:#444;font-size:16px!important;font-family:WooCommerce;content:'\e00b';text-indent:0;display:none;position:absolute;top:50%;margin-top:-10px;text-align:center}div.pp_woocommerce .pp_next::before:hover,div.pp_woocommerce .pp_previous::before:hover{background-color:#000}div.pp_woocommerce .pp_next:hover::before,div.pp_woocommerce .pp_previous:hover::before{display:block}div.pp_woocommerce .pp_previous::before{right:1em}div.pp_woocommerce .pp_next::before{left:1em;font-family:WooCommerce;content:'\e008'}div.pp_woocommerce .pp_details{margin:0;padding-top:1em}div.pp_woocommerce .pp_description,div.pp_woocommerce .pp_nav{font-size:14px}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_nav,div.pp_woocommerce .pp_nav .pp_pause,div.pp_woocommerce .pp_nav p,div.pp_woocommerce .pp_play{margin:0}div.pp_woocommerce .pp_nav{margin-left:1em;position:relative}div.pp_woocommerce .pp_close{background-color:#444;top:-.5em;left:-.5em;font-size:1.618em!important}div.pp_woocommerce .pp_close:hover{background-color:#000}div.pp_woocommerce .pp_close::before{font-family:WooCommerce;content:'\e013';display:block;position:absolute;top:0;right:0;left:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous{background-color:#444;font-size:16px!important;position:relative;margin-top:-1px}div.pp_woocommerce .pp_arrow_next:hover,div.pp_woocommerce .pp_arrow_previous:hover{background-color:#000}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before{font-family:WooCommerce;content:'\e00b';display:block;position:absolute;top:0;right:0;left:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_previous{margin-left:.5em}div.pp_woocommerce .pp_arrow_next{margin-right:.5em}div.pp_woocommerce .pp_arrow_next::before{content:'\e008'}div.pp_woocommerce a.pp_contract,div.pp_woocommerce a.pp_expand{background-color:#444;left:auto;right:-.5em;top:-.5em;font-size:1.618em!important}div.pp_woocommerce a.pp_contract:hover,div.pp_woocommerce a.pp_expand:hover{background-color:#000}div.pp_woocommerce a.pp_contract::before,div.pp_woocommerce a.pp_expand::before{font-family:WooCommerce;content:'\e005';display:block;position:absolute;top:0;right:0;left:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce a.pp_contract::before{content:'\e004'}div.pp_woocommerce #respond{margin:0;width:100%;background:0 0;border:none;padding:0}div.pp_woocommerce #respond .form-submit{margin-top:0;float:none}div.pp_woocommerce .pp_inline{padding:0!important}.rtl div.pp_woocommerce .pp_content_container{text-align:left}@media only screen and (max-width:768px){div.pp_woocommerce .pp_contract,div.pp_woocommerce .pp_description,div.pp_woocommerce .pp_expand,div.pp_woocommerce .pp_gallery,div.pp_woocommerce .pp_next,div.pp_woocommerce .pp_previous{display:none!important}div.pp_woocommerce{right:5%!important;left:5%!important;box-sizing:border-box;width:90%!important}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_close{height:44px;width:44px;font-size:44px;line-height:44px}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before,div.pp_woocommerce .pp_close::before{font-size:44px}.pp_content,div.pp_woocommerce .pp_details{width:100%!important}.pp_content #pp_full_res>img{width:100%!important;height:auto!important}.currentTextHolder{line-height:3}}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;right:0;position:absolute;top:0;width:100%;z-index:9999}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;right:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;right:20px;position:absolute;left:20px}* html .pp_top .pp_middle{right:0;position:static}.pp_top .pp_right{height:20px;right:auto;position:absolute;left:0;top:0;width:20px}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_fade{display:none}.pp_content_container{position:relative;text-align:right;width:100%}.pp_content_container .pp_left{padding-right:20px}.pp_content_container .pp_right{padding-left:20px}.pp_content_container .pp_details{float:right;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:right;margin:0}.pp_social .facebook{float:right;margin-right:5px;width:55px;overflow:hidden}.pp_social .twitter{float:right}.pp_nav{clear:left;float:right;margin:3px 0 0 10px}.pp_nav p{float:right;margin:2px 4px;white-space:nowrap}.pp_nav .pp_pause,.pp_nav .pp_play{float:right;margin-left:4px;text-indent:-10000px}a.pp_arrow_next,a.pp_arrow_previous{display:block;float:right;height:15px;margin-top:3px;text-indent:-100000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;right:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:right;overflow:hidden;position:relative}.pp_gallery ul{float:right;height:35px;margin:0 5px 0 0;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px solid #000;border:1px solid rgba(0,0,0,.5);display:block;float:right;height:33px;overflow:hidden}.pp_gallery li.selected a,.pp_gallery ul a:hover{border-color:#fff}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:right;margin:0 0 0 5px;padding:0}.pp_gallery li.default a{display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}a.pp_next,a.pp_previous{display:block;height:100%;width:49%;text-indent:-10000px}.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous{margin-top:7px!important}a.pp_next{float:left}a.pp_previous{float:right}a.pp_contract,a.pp_expand{cursor:pointer;display:none;height:20px;position:absolute;left:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;left:0;top:0;display:block;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;right:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;right:20px;position:absolute;left:20px}* html .pp_bottom .pp_middle{right:0;position:static}.pp_bottom .pp_right{height:20px;right:auto;position:absolute;left:0;top:0;width:20px}.pp_loaderIcon{display:block;height:24px;right:50%;margin:-12px -12px 0 0;position:absolute;top:50%;width:24px}#pp_full_res .pp_inline{text-align:right}div.ppt{color:#fff!important;font-weight:700;display:none;font-size:17px;margin:0 15px 5px 0;z-index:9999}
assets/css/prettyPhoto.css ADDED
@@ -0,0 +1 @@
 
1
+ @font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}div.pp_woocommerce .pp_content_container{background:#fff;border-radius:3px;box-shadow:0 1px 30px rgba(0,0,0,.25);padding:20px 0}div.pp_woocommerce .pp_content_container::after,div.pp_woocommerce .pp_content_container::before{content:' ';display:table}div.pp_woocommerce .pp_content_container::after{clear:both}div.pp_woocommerce .pp_loaderIcon::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:'';-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}div.pp_woocommerce div.ppt{color:#000}div.pp_woocommerce .pp_gallery ul li a{border:1px solid rgba(0,0,0,.5);background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2);border-radius:2px;display:block}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_close,div.pp_woocommerce .pp_next::before,div.pp_woocommerce .pp_previous::before,div.pp_woocommerce a.pp_contract,div.pp_woocommerce a.pp_expand{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);line-height:1em;transition:all ease-in-out .2s;color:#fff!important}div.pp_woocommerce .pp_gallery ul li a:hover,div.pp_woocommerce .pp_gallery ul li.selected a{border-color:#000}div.pp_woocommerce .pp_next::before,div.pp_woocommerce .pp_previous::before{background-color:#444;font-size:16px!important;font-family:WooCommerce;content:'\e00b';text-indent:0;display:none;position:absolute;top:50%;margin-top:-10px;text-align:center}div.pp_woocommerce .pp_next::before:hover,div.pp_woocommerce .pp_previous::before:hover{background-color:#000}div.pp_woocommerce .pp_next:hover::before,div.pp_woocommerce .pp_previous:hover::before{display:block}div.pp_woocommerce .pp_previous::before{left:1em}div.pp_woocommerce .pp_next::before{right:1em;font-family:WooCommerce;content:'\e008'}div.pp_woocommerce .pp_details{margin:0;padding-top:1em}div.pp_woocommerce .pp_description,div.pp_woocommerce .pp_nav{font-size:14px}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_nav,div.pp_woocommerce .pp_nav .pp_pause,div.pp_woocommerce .pp_nav p,div.pp_woocommerce .pp_play{margin:0}div.pp_woocommerce .pp_nav{margin-right:1em;position:relative}div.pp_woocommerce .pp_close{background-color:#444;top:-.5em;right:-.5em;font-size:1.618em!important}div.pp_woocommerce .pp_close:hover{background-color:#000}div.pp_woocommerce .pp_close::before{font-family:WooCommerce;content:'\e013';display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous{background-color:#444;font-size:16px!important;position:relative;margin-top:-1px}div.pp_woocommerce .pp_arrow_next:hover,div.pp_woocommerce .pp_arrow_previous:hover{background-color:#000}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before{font-family:WooCommerce;content:'\e00b';display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_previous{margin-right:.5em}div.pp_woocommerce .pp_arrow_next{margin-left:.5em}div.pp_woocommerce .pp_arrow_next::before{content:'\e008'}div.pp_woocommerce a.pp_contract,div.pp_woocommerce a.pp_expand{background-color:#444;right:auto;left:-.5em;top:-.5em;font-size:1.618em!important}div.pp_woocommerce a.pp_contract:hover,div.pp_woocommerce a.pp_expand:hover{background-color:#000}div.pp_woocommerce a.pp_contract::before,div.pp_woocommerce a.pp_expand::before{font-family:WooCommerce;content:'\e005';display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce a.pp_contract::before{content:'\e004'}div.pp_woocommerce #respond{margin:0;width:100%;background:0 0;border:none;padding:0}div.pp_woocommerce #respond .form-submit{margin-top:0;float:none}div.pp_woocommerce .pp_inline{padding:0!important}.rtl div.pp_woocommerce .pp_content_container{text-align:right}@media only screen and (max-width:768px){div.pp_woocommerce .pp_contract,div.pp_woocommerce .pp_description,div.pp_woocommerce .pp_expand,div.pp_woocommerce .pp_gallery,div.pp_woocommerce .pp_next,div.pp_woocommerce .pp_previous{display:none!important}div.pp_woocommerce{left:5%!important;right:5%!important;box-sizing:border-box;width:90%!important}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_close{height:44px;width:44px;font-size:44px;line-height:44px}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before,div.pp_woocommerce .pp_close::before{font-size:44px}.pp_content,div.pp_woocommerce .pp_details{width:100%!important}.pp_content #pp_full_res>img{width:100%!important;height:auto!important}.currentTextHolder{line-height:3}}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9999}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_fade{display:none}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}.pp_nav .pp_pause,.pp_nav .pp_play{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_next,a.pp_arrow_previous{display:block;float:left;height:15px;margin-top:3px;text-indent:-100000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px solid #000;border:1px solid rgba(0,0,0,.5);display:block;float:left;height:33px;overflow:hidden}.pp_gallery li.selected a,.pp_gallery ul a:hover{border-color:#fff}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}a.pp_next,a.pp_previous{display:block;height:100%;width:49%;text-indent:-10000px}.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous{margin-top:7px!important}a.pp_next{float:right}a.pp_previous{float:left}a.pp_contract,a.pp_expand{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res .pp_inline{text-align:left}div.ppt{color:#fff!important;font-weight:700;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
assets/css/prettyPhoto.scss ADDED
@@ -0,0 +1,606 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * prettyPhoto.scss
3
+ * Styles for the prettyPhoto lightbox script. Includes a custom WooCommerce theme.
4
+ * http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
5
+ */
6
+
7
+ /**
8
+ * Imports
9
+ */
10
+ @import 'bourbon';
11
+ @import 'mixins';
12
+ @import 'variables';
13
+ @import 'fonts';
14
+
15
+ /**
16
+ * Mixins
17
+ */
18
+ @mixin button() {
19
+ border-radius: 100%;
20
+ height: 1em;
21
+ width: 1em;
22
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
23
+ background-color: #444;
24
+ color: #fff !important;
25
+ font-size: 16px !important;
26
+ line-height: 1em;
27
+ @include transition();
28
+
29
+ &:hover {
30
+ background-color: #000;
31
+ }
32
+ }
33
+
34
+ /**
35
+ * Custom WooCommerce prettyPhoto theme
36
+ */
37
+ div.pp_woocommerce {
38
+ .pp_content_container {
39
+ background: #fff;
40
+ border-radius: 3px;
41
+ box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
42
+ padding: 20px 0;
43
+ @include clearfix();
44
+ }
45
+
46
+ .pp_loaderIcon {
47
+ @include loader();
48
+ }
49
+
50
+ div.ppt {
51
+ color: black;
52
+ }
53
+
54
+ .pp_gallery {
55
+ ul {
56
+ li {
57
+ a {
58
+ border: 1px solid rgba(0, 0, 0, 0.5);
59
+ background: #fff;
60
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
61
+ border-radius: 2px;
62
+ display: block;
63
+
64
+ &:hover {
65
+ border-color: #000;
66
+ }
67
+ }
68
+
69
+ &.selected {
70
+ a {
71
+ border-color: #000;
72
+ }
73
+ }
74
+ }
75
+ }
76
+ }
77
+
78
+ .pp_previous,
79
+ .pp_next {
80
+ &::before {
81
+ @include button();
82
+ font-family: 'WooCommerce';
83
+ content: '\e00b';
84
+ text-indent: 0;
85
+ display: none;
86
+ position: absolute;
87
+ top: 50%;
88
+ margin-top: -10px;
89
+ text-align: center;
90
+ }
91
+
92
+ &:hover {
93
+ &::before {
94
+ display: block;
95
+ }
96
+ }
97
+ }
98
+
99
+ .pp_previous {
100
+ &::before {
101
+ left: 1em;
102
+ }
103
+ }
104
+
105
+ .pp_next {
106
+ &::before {
107
+ right: 1em;
108
+ font-family: 'WooCommerce';
109
+ content: '\e008';
110
+ }
111
+ }
112
+
113
+ .pp_details {
114
+ margin: 0;
115
+ padding-top: 1em;
116
+ }
117
+
118
+ .pp_nav,
119
+ .pp_description {
120
+ font-size: 14px;
121
+ }
122
+
123
+ .pp_nav,
124
+ .pp_nav p,
125
+ .pp_play,
126
+ .pp_nav .pp_pause,
127
+ .pp_arrow_previous,
128
+ .pp_arrow_next {
129
+ margin: 0;
130
+ }
131
+
132
+ .pp_nav {
133
+ margin-right: 1em;
134
+ position: relative;
135
+ }
136
+
137
+ .pp_close {
138
+ @include button();
139
+ top: -0.5em;
140
+ right: -0.5em;
141
+ font-size: 1.618em !important;
142
+
143
+ &::before {
144
+ font-family: 'WooCommerce';
145
+ content: '\e013';
146
+ display: block;
147
+ position: absolute;
148
+ top: 0;
149
+ left: 0;
150
+ right: 0;
151
+ bottom: 0;
152
+ text-align: center;
153
+ text-indent: 0;
154
+ }
155
+ }
156
+
157
+ .pp_arrow_previous,
158
+ .pp_arrow_next {
159
+ @include button();
160
+ position: relative;
161
+ margin-top: -1px;
162
+
163
+ &::before {
164
+ font-family: 'WooCommerce';
165
+ content: '\e00b';
166
+ display: block;
167
+ position: absolute;
168
+ top: 0;
169
+ left: 0;
170
+ right: 0;
171
+ bottom: 0;
172
+ text-align: center;
173
+ text-indent: 0;
174
+ }
175
+ }
176
+
177
+ .pp_arrow_previous {
178
+ margin-right: 0.5em;
179
+ }
180
+
181
+ .pp_arrow_next {
182
+ margin-left: 0.5em;
183
+
184
+ &::before {
185
+ content: '\e008';
186
+ }
187
+ }
188
+
189
+ a.pp_expand,
190
+ a.pp_contract {
191
+ @include button();
192
+ right: auto;
193
+ left: -0.5em;
194
+ top: -0.5em;
195
+ font-size: 1.618em !important;
196
+
197
+ &::before {
198
+ font-family: 'WooCommerce';
199
+ content: '\e005';
200
+ display: block;
201
+ position: absolute;
202
+ top: 0;
203
+ left: 0;
204
+ right: 0;
205
+ bottom: 0;
206
+ text-align: center;
207
+ text-indent: 0;
208
+ }
209
+ }
210
+
211
+ a.pp_contract {
212
+ &::before {
213
+ content: '\e004';
214
+ }
215
+ }
216
+
217
+ #respond {
218
+ margin: 0;
219
+ width: 100%;
220
+ background: none;
221
+ border: none;
222
+ padding: 0;
223
+
224
+ .form-submit {
225
+ margin-top: 0;
226
+ float: none;
227
+ }
228
+ }
229
+
230
+ .pp_inline {
231
+ padding: 0!important;
232
+ }
233
+ }
234
+
235
+ // RTL support
236
+ .rtl {
237
+ div.pp_woocommerce {
238
+ .pp_content_container {
239
+ text-align: right;
240
+ }
241
+ }
242
+ }
243
+
244
+ @media only screen and (max-width: 768px) {
245
+ div.pp_woocommerce {
246
+ left: 5% !important;
247
+ right: 5% !important;
248
+ box-sizing: border-box;
249
+ width: 90% !important;
250
+
251
+ .pp_gallery,
252
+ .pp_previous,
253
+ .pp_next,
254
+ .pp_expand,
255
+ .pp_contract {
256
+ display: none !important;
257
+ }
258
+
259
+ .pp_arrow_previous,
260
+ .pp_arrow_next,
261
+ .pp_close {
262
+ height: 44px;
263
+ width: 44px;
264
+ font-size: 44px;
265
+ line-height: 44px;
266
+
267
+ &::before {
268
+ font-size: 44px;
269
+ }
270
+ }
271
+
272
+ .pp_description {
273
+ display: none !important;
274
+ }
275
+
276
+ .pp_details {
277
+ width: 100% !important;
278
+ }
279
+ }
280
+
281
+ .pp_content {
282
+ width: 100% !important;
283
+
284
+ #pp_full_res {
285
+ & > img {
286
+ width: 100% !important;
287
+ height: auto !important;
288
+ }
289
+ }
290
+ }
291
+
292
+ .currentTextHolder {
293
+ line-height: 3;
294
+ }
295
+ }
296
+
297
+ /**
298
+ * Default prettyPhoto css
299
+ * Do not edit!
300
+ */
301
+ div.pp_pic_holder a:focus {
302
+ outline: none;
303
+ }
304
+
305
+ div.pp_overlay {
306
+ background: #000;
307
+ display: none;
308
+ left: 0;
309
+ position: absolute;
310
+ top: 0;
311
+ width: 100%;
312
+ z-index: 9999;
313
+ }
314
+
315
+ div.pp_pic_holder {
316
+ display: none;
317
+ position: absolute;
318
+ width: 100px;
319
+ z-index: 10000;
320
+ }
321
+
322
+ .pp_top {
323
+ height: 20px;
324
+ position: relative;
325
+ }
326
+
327
+ * html .pp_top {
328
+ padding: 0 20px;
329
+ }
330
+
331
+ .pp_top .pp_left {
332
+ height: 20px;
333
+ left: 0;
334
+ position: absolute;
335
+ width: 20px;
336
+ }
337
+
338
+ .pp_top .pp_middle {
339
+ height: 20px;
340
+ left: 20px;
341
+ position: absolute;
342
+ right: 20px;
343
+ }
344
+
345
+ * html .pp_top .pp_middle {
346
+ left: 0;
347
+ position: static;
348
+ }
349
+
350
+ .pp_top .pp_right {
351
+ height: 20px;
352
+ left: auto;
353
+ position: absolute;
354
+ right: 0;
355
+ top: 0;
356
+ width: 20px;
357
+ }
358
+
359
+ .pp_content {
360
+ height: 40px;
361
+ min-width: 40px;
362
+ }
363
+
364
+ * html .pp_content {
365
+ width: 40px;
366
+ }
367
+
368
+ .pp_fade {
369
+ display: none;
370
+ }
371
+
372
+ .pp_content_container {
373
+ position: relative;
374
+ text-align: left;
375
+ width: 100%;
376
+ }
377
+
378
+ .pp_content_container .pp_left {
379
+ padding-left: 20px;
380
+ }
381
+
382
+ .pp_content_container .pp_right {
383
+ padding-right: 20px;
384
+ }
385
+
386
+ .pp_content_container .pp_details {
387
+ float: left;
388
+ margin: 10px 0 2px;
389
+ }
390
+
391
+ .pp_description {
392
+ display: none;
393
+ margin: 0;
394
+ }
395
+
396
+ .pp_social {
397
+ float: left;
398
+ margin: 0;
399
+ }
400
+
401
+ .pp_social .facebook {
402
+ float: left;
403
+ margin-left: 5px;
404
+ width: 55px;
405
+ overflow: hidden;
406
+ }
407
+
408
+ .pp_social .twitter {
409
+ float: left;
410
+ }
411
+
412
+ .pp_nav {
413
+ clear: right;
414
+ float: left;
415
+ margin: 3px 10px 0 0;
416
+ }
417
+
418
+ .pp_nav p {
419
+ float: left;
420
+ margin: 2px 4px;
421
+ white-space: nowrap;
422
+ }
423
+
424
+ .pp_nav .pp_play,
425
+ .pp_nav .pp_pause {
426
+ float: left;
427
+ margin-right: 4px;
428
+ text-indent: -10000px;
429
+ }
430
+
431
+ a.pp_arrow_previous,
432
+ a.pp_arrow_next {
433
+ display: block;
434
+ float: left;
435
+ height: 15px;
436
+ margin-top: 3px;
437
+ text-indent: -100000px;
438
+ width: 14px;
439
+ }
440
+
441
+ .pp_hoverContainer {
442
+ position: absolute;
443
+ top: 0;
444
+ width: 100%;
445
+ z-index: 2000;
446
+ }
447
+
448
+ .pp_gallery {
449
+ display: none;
450
+ left: 50%;
451
+ margin-top: -50px;
452
+ position: absolute;
453
+ z-index: 10000;
454
+ }
455
+
456
+ .pp_gallery div {
457
+ float: left;
458
+ overflow: hidden;
459
+ position: relative;
460
+ }
461
+
462
+ .pp_gallery ul {
463
+ float: left;
464
+ height: 35px;
465
+ margin: 0 0 0 5px;
466
+ padding: 0;
467
+ position: relative;
468
+ white-space: nowrap;
469
+ }
470
+
471
+ .pp_gallery ul a {
472
+ border: 1px #000 solid;
473
+ border: 1px rgba(0, 0, 0, 0.5) solid;
474
+ display: block;
475
+ float: left;
476
+ height: 33px;
477
+ overflow: hidden;
478
+ }
479
+
480
+ .pp_gallery ul a:hover,
481
+ .pp_gallery li.selected a {
482
+ border-color: #fff;
483
+ }
484
+
485
+ .pp_gallery ul a img {
486
+ border: 0;
487
+ }
488
+
489
+ .pp_gallery li {
490
+ display: block;
491
+ float: left;
492
+ margin: 0 5px 0 0;
493
+ padding: 0;
494
+ }
495
+
496
+ .pp_gallery li.default a {
497
+ display: block;
498
+ height: 33px;
499
+ width: 50px;
500
+ }
501
+
502
+ .pp_gallery li.default a img {
503
+ display: none;
504
+ }
505
+
506
+ .pp_gallery .pp_arrow_previous,
507
+ .pp_gallery .pp_arrow_next {
508
+ margin-top: 7px !important;
509
+ }
510
+
511
+ a.pp_next {
512
+ display: block;
513
+ float: right;
514
+ height: 100%;
515
+ text-indent: -10000px;
516
+ width: 49%;
517
+ }
518
+
519
+ a.pp_previous {
520
+ display: block;
521
+ float: left;
522
+ height: 100%;
523
+ text-indent: -10000px;
524
+ width: 49%;
525
+ }
526
+
527
+ a.pp_expand,
528
+ a.pp_contract {
529
+ cursor: pointer;
530
+ display: none;
531
+ height: 20px;
532
+ position: absolute;
533
+ right: 30px;
534
+ text-indent: -10000px;
535
+ top: 10px;
536
+ width: 20px;
537
+ z-index: 20000;
538
+ }
539
+
540
+ a.pp_close {
541
+ position: absolute;
542
+ right: 0;
543
+ top: 0;
544
+ display: block;
545
+ text-indent: -10000px;
546
+ }
547
+
548
+ .pp_bottom {
549
+ height: 20px;
550
+ position: relative;
551
+ }
552
+
553
+ * html .pp_bottom {
554
+ padding: 0 20px;
555
+ }
556
+
557
+ .pp_bottom .pp_left {
558
+ height: 20px;
559
+ left: 0;
560
+ position: absolute;
561
+ width: 20px;
562
+ }
563
+
564
+ .pp_bottom .pp_middle {
565
+ height: 20px;
566
+ left: 20px;
567
+ position: absolute;
568
+ right: 20px;
569
+ }
570
+
571
+ * html .pp_bottom .pp_middle {
572
+ left: 0;
573
+ position: static;
574
+ }
575
+
576
+ .pp_bottom .pp_right {
577
+ height: 20px;
578
+ left: auto;
579
+ position: absolute;
580
+ right: 0;
581
+ top: 0;
582
+ width: 20px;
583
+ }
584
+
585
+ .pp_loaderIcon {
586
+ display: block;
587
+ height: 24px;
588
+ left: 50%;
589
+ margin: -12px 0 0 -12px;
590
+ position: absolute;
591
+ top: 50%;
592
+ width: 24px;
593
+ }
594
+
595
+ #pp_full_res .pp_inline {
596
+ text-align: left;
597
+ }
598
+
599
+ div.ppt {
600
+ color: #fff !important;
601
+ font-weight: 700;
602
+ display: none;
603
+ font-size: 17px;
604
+ margin: 0 0 5px 15px;
605
+ z-index: 9999;
606
+ }
assets/css/reports-print-rtl.css ADDED
@@ -0,0 +1 @@
 
1
+ *{background:0 0!important;color:#000!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important;font-size:9pt!important;opacity:1;-webkit-transition:none!important}@page{margin:.5cm}#adminmenuback,#adminmenuwrap,#screen-meta-links,#wpadminbar,#wpfooter,.update-nag,.updated,.woo-nav-tab-wrapper,.woocommerce-reports-wide .button,.woocommerce-reports-wide .postbox h3.stats_range .export_csv,.woocommerce-reports-wrap .postbox h3.stats_range .export_csv{display:none}h2 .nav-tab{line-height:14px}.woocommerce-reports-wide .postbox h3.stats_range ul li a,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom,.woocommerce-reports-wrap .postbox h3.stats_range ul li a,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom{padding:5px;line-height:14px}#wpcontent{margin-right:0}.woocommerce-reports-wide .postbox .chart-with-sidebar .chart-sidebar,.woocommerce-reports-wrap .postbox .chart-with-sidebar .chart-sidebar{margin-right:-130px;width:130px;display:block}.woocommerce-reports-wide .postbox .chart-with-sidebar,.woocommerce-reports-wrap .postbox .chart-with-sidebar{padding-right:130px}.chart-legend{overflow:hidden;zoom:1}.chart-legend li{padding:.25em .5em!important;box-shadow:none!important;border-bottom:1px solid gray!important}
assets/css/reports-print.css ADDED
@@ -0,0 +1 @@
 
1
+ *{background:0 0!important;color:#000!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important;font-size:9pt!important;opacity:1;-webkit-transition:none!important}@page{margin:.5cm}#adminmenuback,#adminmenuwrap,#screen-meta-links,#wpadminbar,#wpfooter,.update-nag,.updated,.woo-nav-tab-wrapper,.woocommerce-reports-wide .button,.woocommerce-reports-wide .postbox h3.stats_range .export_csv,.woocommerce-reports-wrap .postbox h3.stats_range .export_csv{display:none}h2 .nav-tab{line-height:14px}.woocommerce-reports-wide .postbox h3.stats_range ul li a,.woocommerce-reports-wide .postbox h3.stats_range ul li.custom,.woocommerce-reports-wrap .postbox h3.stats_range ul li a,.woocommerce-reports-wrap .postbox h3.stats_range ul li.custom{padding:5px;line-height:14px}#wpcontent{margin-left:0}.woocommerce-reports-wide .postbox .chart-with-sidebar .chart-sidebar,.woocommerce-reports-wrap .postbox .chart-with-sidebar .chart-sidebar{margin-left:-130px;width:130px;display:block}.woocommerce-reports-wide .postbox .chart-with-sidebar,.woocommerce-reports-wrap .postbox .chart-with-sidebar{padding-left:130px}.chart-legend{overflow:hidden;zoom:1}.chart-legend li{padding:.25em .5em!important;box-shadow:none!important;border-bottom:1px solid gray!important}
assets/css/reports-print.scss ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * reports-print.scss
3
+ * A print stylesheet for reports. Ensures reports look good when printed.
4
+ */
5
+
6
+ * {
7
+ background: transparent !important;
8
+ color: black !important;
9
+ text-shadow: none !important;
10
+ filter:none !important;
11
+ -ms-filter: none !important;
12
+ font-size: 9pt !important;
13
+ opacity: 1;
14
+ -webkit-transition: none !important;
15
+ }
16
+
17
+ @page {
18
+ margin: 0.5cm;
19
+ }
20
+
21
+ #adminmenuwrap,
22
+ #adminmenuback,
23
+ #wpadminbar,
24
+ #screen-meta-links,
25
+ .updated,
26
+ .update-nag,
27
+ .woocommerce-reports-wide .postbox h3.stats_range .export_csv,
28
+ .woocommerce-reports-wrap .postbox h3.stats_range .export_csv,
29
+ .woocommerce-reports-wide .button,
30
+ #wpfooter,
31
+ .woo-nav-tab-wrapper {
32
+ display: none;
33
+ }
34
+
35
+ h2 .nav-tab {
36
+ line-height: 14px;
37
+ }
38
+
39
+ .woocommerce-reports-wide .postbox h3.stats_range ul li.custom,
40
+ .woocommerce-reports-wrap .postbox h3.stats_range ul li.custom,
41
+ .woocommerce-reports-wide .postbox h3.stats_range ul li a,
42
+ .woocommerce-reports-wrap .postbox h3.stats_range ul li a {
43
+ padding: 5px;
44
+ line-height: 14px;
45
+ }
46
+
47
+ #wpcontent {
48
+ margin-left: 0;
49
+ }
50
+
51
+ .woocommerce-reports-wide .postbox .chart-with-sidebar .chart-sidebar,
52
+ .woocommerce-reports-wrap .postbox .chart-with-sidebar .chart-sidebar {
53
+ margin-left: -130px;
54
+ width: 130px;
55
+ display: block;
56
+ }
57
+
58
+ .woocommerce-reports-wide .postbox .chart-with-sidebar,
59
+ .woocommerce-reports-wrap .postbox .chart-with-sidebar {
60
+ padding-left: 130px;
61
+ }
62
+
63
+ .chart-legend {
64
+ overflow: hidden;
65
+ zoom: 1;
66
+ }
67
+
68
+ .chart-legend li,
69
+ .chart-legend li {
70
+ padding: 0.25em 0.5em !important;
71
+ box-shadow: none !important;
72
+ border-bottom: 1px solid gray !important;
73
+ }
assets/css/select2.css ADDED
@@ -0,0 +1 @@
 
1
+ .select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--classic .select2-results>.select2-results__options,.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:-o-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}
assets/css/select2.scss ADDED
@@ -0,0 +1,484 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .select2-container {
2
+ box-sizing: border-box;
3
+ display: inline-block;
4
+ margin: 0;
5
+ position: relative;
6
+ vertical-align: middle; }
7
+ .select2-container .select2-selection--single {
8
+ box-sizing: border-box;
9
+ cursor: pointer;
10
+ display: block;
11
+ height: 28px;
12
+ user-select: none;
13
+ -webkit-user-select: none; }
14
+ .select2-container .select2-selection--single .select2-selection__rendered {
15
+ display: block;
16
+ padding-left: 8px;
17
+ padding-right: 20px;
18
+ overflow: hidden;
19
+ text-overflow: ellipsis;
20
+ white-space: nowrap; }
21
+ .select2-container .select2-selection--single .select2-selection__clear {
22
+ position: relative; }
23
+ .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
24
+ padding-right: 8px;
25
+ padding-left: 20px; }
26
+ .select2-container .select2-selection--multiple {
27
+ box-sizing: border-box;
28
+ cursor: pointer;
29
+ display: block;
30
+ min-height: 32px;
31
+ user-select: none;
32
+ -webkit-user-select: none; }
33
+ .select2-container .select2-selection--multiple .select2-selection__rendered {
34
+ display: inline-block;
35
+ overflow: hidden;
36
+ padding-left: 8px;
37
+ text-overflow: ellipsis;
38
+ white-space: nowrap; }
39
+ .select2-container .select2-search--inline {
40
+ float: left; }
41
+ .select2-container .select2-search--inline .select2-search__field {
42
+ box-sizing: border-box;
43
+ border: none;
44
+ font-size: 100%;
45
+ margin-top: 5px;
46
+ padding: 0; }
47
+ .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
48
+ -webkit-appearance: none; }
49
+
50
+ .select2-dropdown {
51
+ background-color: white;
52
+ border: 1px solid #aaa;
53
+ border-radius: 4px;
54
+ box-sizing: border-box;
55
+ display: block;
56
+ position: absolute;
57
+ left: -100000px;
58
+ width: 100%;
59
+ z-index: 1051; }
60
+
61
+ .select2-results {
62
+ display: block; }
63
+
64
+ .select2-results__options {
65
+ list-style: none;
66
+ margin: 0;
67
+ padding: 0; }
68
+
69
+ .select2-results__option {
70
+ padding: 6px;
71
+ user-select: none;
72
+ -webkit-user-select: none; }
73
+ .select2-results__option[aria-selected] {
74
+ cursor: pointer; }
75
+
76
+ .select2-container--open .select2-dropdown {
77
+ left: 0; }
78
+
79
+ .select2-container--open .select2-dropdown--above {
80
+ border-bottom: none;
81
+ border-bottom-left-radius: 0;
82
+ border-bottom-right-radius: 0; }
83
+
84
+ .select2-container--open .select2-dropdown--below {
85
+ border-top: none;
86
+ border-top-left-radius: 0;
87
+ border-top-right-radius: 0; }
88
+
89
+ .select2-search--dropdown {
90
+ display: block;
91
+ padding: 4px; }
92
+ .select2-search--dropdown .select2-search__field {
93
+ padding: 4px;
94
+ width: 100%;
95
+ box-sizing: border-box; }
96
+ .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
97
+ -webkit-appearance: none; }
98
+ .select2-search--dropdown.select2-search--hide {
99
+ display: none; }
100
+
101
+ .select2-close-mask {
102
+ border: 0;
103
+ margin: 0;
104
+ padding: 0;
105
+ display: block;
106
+ position: fixed;
107
+ left: 0;
108
+ top: 0;
109
+ min-height: 100%;
110
+ min-width: 100%;
111
+ height: auto;
112
+ width: auto;
113
+ opacity: 0;
114
+ z-index: 99;
115
+ background-color: #fff;
116
+ filter: alpha(opacity=0); }
117
+
118
+ .select2-hidden-accessible {
119
+ border: 0 !important;
120
+ clip: rect(0 0 0 0) !important;
121
+ height: 1px !important;
122
+ margin: -1px !important;
123
+ overflow: hidden !important;
124
+ padding: 0 !important;
125
+ position: absolute !important;
126
+ width: 1px !important; }
127
+
128
+ .select2-container--default .select2-selection--single {
129
+ background-color: #fff;
130
+ border: 1px solid #aaa;
131
+ border-radius: 4px; }
132
+ .select2-container--default .select2-selection--single .select2-selection__rendered {
133
+ color: #444;
134
+ line-height: 28px; }
135
+ .select2-container--default .select2-selection--single .select2-selection__clear {
136
+ cursor: pointer;
137
+ float: right;
138
+ font-weight: bold; }
139
+ .select2-container--default .select2-selection--single .select2-selection__placeholder {
140
+ color: #999; }
141
+ .select2-container--default .select2-selection--single .select2-selection__arrow {
142
+ height: 26px;
143
+ position: absolute;
144
+ top: 1px;
145
+ right: 1px;
146
+ width: 20px; }
147
+ .select2-container--default .select2-selection--single .select2-selection__arrow b {
148
+ border-color: #888 transparent transparent transparent;
149
+ border-style: solid;
150
+ border-width: 5px 4px 0 4px;
151
+ height: 0;
152
+ left: 50%;
153
+ margin-left: -4px;
154
+ margin-top: -2px;
155
+ position: absolute;
156
+ top: 50%;
157
+ width: 0; }
158
+
159
+ .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
160
+ float: left; }
161
+
162
+ .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
163
+ left: 1px;
164
+ right: auto; }
165
+
166
+ .select2-container--default.select2-container--disabled .select2-selection--single {
167
+ background-color: #eee;
168
+ cursor: default; }
169
+ .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
170
+ display: none; }
171
+
172
+ .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
173
+ border-color: transparent transparent #888 transparent;
174
+ border-width: 0 4px 5px 4px; }
175
+
176
+ .select2-container--default .select2-selection--multiple {
177
+ background-color: white;
178
+ border: 1px solid #aaa;
179
+ border-radius: 4px;
180
+ cursor: text; }
181
+ .select2-container--default .select2-selection--multiple .select2-selection__rendered {
182
+ box-sizing: border-box;
183
+ list-style: none;
184
+ margin: 0;
185
+ padding: 0 5px;
186
+ width: 100%; }
187
+ .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
188
+ list-style: none; }
189
+ .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
190
+ color: #999;
191
+ margin-top: 5px;
192
+ float: left; }
193
+ .select2-container--default .select2-selection--multiple .select2-selection__clear {
194
+ cursor: pointer;
195
+ float: right;
196
+ font-weight: bold;
197
+ margin-top: 5px;
198
+ margin-right: 10px; }
199
+ .select2-container--default .select2-selection--multiple .select2-selection__choice {
200
+ background-color: #e4e4e4;
201
+ border: 1px solid #aaa;
202
+ border-radius: 4px;
203
+ cursor: default;
204
+ float: left;
205
+ margin-right: 5px;
206
+ margin-top: 5px;
207
+ padding: 0 5px; }
208
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
209
+ color: #999;
210
+ cursor: pointer;
211
+ display: inline-block;
212
+ font-weight: bold;
213
+ margin-right: 2px; }
214
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
215
+ color: #333; }
216
+
217
+ .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
218
+ float: right; }
219
+
220
+ .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
221
+ margin-left: 5px;
222
+ margin-right: auto; }
223
+
224
+ .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
225
+ margin-left: 2px;
226
+ margin-right: auto; }
227
+
228
+ .select2-container--default.select2-container--focus .select2-selection--multiple {
229
+ border: solid black 1px;
230
+ outline: 0; }
231
+
232
+ .select2-container--default.select2-container--disabled .select2-selection--multiple {
233
+ background-color: #eee;
234
+ cursor: default; }
235
+
236
+ .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
237
+ display: none; }
238
+
239
+ .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
240
+ border-top-left-radius: 0;
241
+ border-top-right-radius: 0; }
242
+
243
+ .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
244
+ border-bottom-left-radius: 0;
245
+ border-bottom-right-radius: 0; }
246
+
247
+ .select2-container--default .select2-search--dropdown .select2-search__field {
248
+ border: 1px solid #aaa; }
249
+
250
+ .select2-container--default .select2-search--inline .select2-search__field {
251
+ background: transparent;
252
+ border: none;
253
+ outline: 0;
254
+ box-shadow: none;
255
+ -webkit-appearance: textfield; }
256
+
257
+ .select2-container--default .select2-results > .select2-results__options {
258
+ max-height: 200px;
259
+ overflow-y: auto; }
260
+
261
+ .select2-container--default .select2-results__option[role=group] {
262
+ padding: 0; }
263
+
264
+ .select2-container--default .select2-results__option[aria-disabled=true] {
265
+ color: #999; }
266
+
267
+ .select2-container--default .select2-results__option[aria-selected=true] {
268
+ background-color: #ddd; }
269
+
270
+ .select2-container--default .select2-results__option .select2-results__option {
271
+ padding-left: 1em; }
272
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
273
+ padding-left: 0; }
274
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
275
+ margin-left: -1em;
276
+ padding-left: 2em; }
277
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
278
+ margin-left: -2em;
279
+ padding-left: 3em; }
280
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
281
+ margin-left: -3em;
282
+ padding-left: 4em; }
283
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
284
+ margin-left: -4em;
285
+ padding-left: 5em; }
286
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
287
+ margin-left: -5em;
288
+ padding-left: 6em; }
289
+
290
+ .select2-container--default .select2-results__option--highlighted[aria-selected] {
291
+ background-color: #0073aa;
292
+ color: white; }
293
+
294
+ .select2-container--default .select2-results__group {
295
+ cursor: default;
296
+ display: block;
297
+ padding: 6px; }
298
+
299
+ .select2-container--classic .select2-selection--single {
300
+ background-color: #f7f7f7;
301
+ border: 1px solid #aaa;
302
+ border-radius: 4px;
303
+ outline: 0;
304
+ background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
305
+ background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
306
+ background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
307
+ background-repeat: repeat-x;
308
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
309
+ .select2-container--classic .select2-selection--single:focus {
310
+ border: 1px solid #0073aa; }
311
+ .select2-container--classic .select2-selection--single .select2-selection__rendered {
312
+ color: #444;
313
+ line-height: 28px; }
314
+ .select2-container--classic .select2-selection--single .select2-selection__clear {
315
+ cursor: pointer;
316
+ float: right;
317
+ font-weight: bold;
318
+ margin-right: 10px; }
319
+ .select2-container--classic .select2-selection--single .select2-selection__placeholder {
320
+ color: #999; }
321
+ .select2-container--classic .select2-selection--single .select2-selection__arrow {
322
+ background-color: #ddd;
323
+ border: none;
324
+ border-left: 1px solid #aaa;
325
+ border-top-right-radius: 4px;
326
+ border-bottom-right-radius: 4px;
327
+ height: 26px;
328
+ position: absolute;
329
+ top: 1px;
330
+ right: 1px;
331
+ width: 20px;
332
+ background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
333
+ background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
334
+ background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
335
+ background-repeat: repeat-x;
336
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
337
+ .select2-container--classic .select2-selection--single .select2-selection__arrow b {
338
+ border-color: #888 transparent transparent transparent;
339
+ border-style: solid;
340
+ border-width: 5px 4px 0 4px;
341
+ height: 0;
342
+ left: 50%;
343
+ margin-left: -4px;
344
+ margin-top: -2px;
345
+ position: absolute;
346
+ top: 50%;
347
+ width: 0; }
348
+
349
+ .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
350
+ float: left; }
351
+
352
+ .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
353
+ border: none;
354
+ border-right: 1px solid #aaa;
355
+ border-radius: 0;
356
+ border-top-left-radius: 4px;
357
+ border-bottom-left-radius: 4px;
358
+ left: 1px;
359
+ right: auto; }
360
+
361
+ .select2-container--classic.select2-container--open .select2-selection--single {
362
+ border: 1px solid #0073aa; }
363
+ .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
364
+ background: transparent;
365
+ border: none; }
366
+ .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
367
+ border-color: transparent transparent #888 transparent;
368
+ border-width: 0 4px 5px 4px; }
369
+
370
+ .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
371
+ border-top: none;
372
+ border-top-left-radius: 0;
373
+ border-top-right-radius: 0;
374
+ background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
375
+ background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
376
+ background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
377
+ background-repeat: repeat-x;
378
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
379
+
380
+ .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
381
+ border-bottom: none;
382
+ border-bottom-left-radius: 0;
383
+ border-bottom-right-radius: 0;
384
+ background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
385
+ background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
386
+ background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
387
+ background-repeat: repeat-x;
388
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
389
+
390
+ .select2-container--classic .select2-selection--multiple {
391
+ background-color: white;
392
+ border: 1px solid #aaa;
393
+ border-radius: 4px;
394
+ cursor: text;
395
+ outline: 0; }
396
+ .select2-container--classic .select2-selection--multiple:focus {
397
+ border: 1px solid #0073aa; }
398
+ .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
399
+ list-style: none;
400
+ margin: 0;
401
+ padding: 0 5px; }
402
+ .select2-container--classic .select2-selection--multiple .select2-selection__clear {
403
+ display: none; }
404
+ .select2-container--classic .select2-selection--multiple .select2-selection__choice {
405
+ background-color: #e4e4e4;
406
+ border: 1px solid #aaa;
407
+ border-radius: 4px;
408
+ cursor: default;
409
+ float: left;
410
+ margin-right: 5px;
411
+ margin-top: 5px;
412
+ padding: 0 5px; }
413
+ .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
414
+ color: #888;
415
+ cursor: pointer;
416
+ display: inline-block;
417
+ font-weight: bold;
418
+ margin-right: 2px; }
419
+ .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
420
+ color: #555; }
421
+
422
+ .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
423
+ float: right; }
424
+
425
+ .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
426
+ margin-left: 5px;
427
+ margin-right: auto; }
428
+
429
+ .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
430
+ margin-left: 2px;
431
+ margin-right: auto; }
432
+
433
+ .select2-container--classic.select2-container--open .select2-selection--multiple {
434
+ border: 1px solid #0073aa; }
435
+
436
+ .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
437
+ border-top: none;
438
+ border-top-left-radius: 0;
439
+ border-top-right-radius: 0; }
440
+
441
+ .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
442
+ border-bottom: none;
443
+ border-bottom-left-radius: 0;
444
+ border-bottom-right-radius: 0; }
445
+
446
+ .select2-container--classic .select2-search--dropdown .select2-search__field {
447
+ border: 1px solid #aaa;
448
+ outline: 0; }
449
+
450
+ .select2-container--classic .select2-search--inline .select2-search__field {
451
+ outline: 0;
452
+ box-shadow: none; }
453
+
454
+ .select2-container--classic .select2-dropdown {
455
+ background-color: white;
456
+ border: 1px solid transparent; }
457
+
458
+ .select2-container--classic .select2-dropdown--above {
459
+ border-bottom: none; }
460
+
461
+ .select2-container--classic .select2-dropdown--below {
462
+ border-top: none; }
463
+
464
+ .select2-container--classic .select2-results > .select2-results__options {
465
+ max-height: 200px;
466
+ overflow-y: auto; }
467
+
468
+ .select2-container--classic .select2-results__option[role=group] {
469
+ padding: 0; }
470
+
471
+ .select2-container--classic .select2-results__option[aria-disabled=true] {
472
+ color: grey; }
473
+
474
+ .select2-container--classic .select2-results__option--highlighted[aria-selected] {
475
+ background-color: #3875d7;
476
+ color: white; }
477
+
478
+ .select2-container--classic .select2-results__group {
479
+ cursor: default;
480
+ display: block;
481
+ padding: 6px; }
482
+
483
+ .select2-container--classic.select2-container--open .select2-dropdown {
484
+ border-color: #0073aa; }
assets/css/twenty-seventeen-rtl.css ADDED
@@ -0,0 +1 @@
 
1
+ @charset "UTF-8";.woocommerce-breadcrumb a,.woocommerce-error a,.woocommerce-info a,.woocommerce-message a{-webkit-transition:box-shadow ease-in-out 130ms;-moz-transition:box-shadow ease-in-out 130ms}.price del,ul.products li.product .button.loading{opacity:.5}.onsale,.woocommerce-loop-product__title{text-transform:uppercase;font-weight:800}@font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}.woocommerce-breadcrumb{padding-bottom:2em;margin-bottom:4em;border-bottom:1px solid #eee;font-size:13px;font-size:.8125rem}.woocommerce-breadcrumb a{box-shadow:0 1px 0 #0f0f0f;transition:box-shadow ease-in-out 130ms}.woocommerce-breadcrumb a:hover{box-shadow:0 3px 0 #0f0f0f}.woocommerce-pagination{padding-top:2em;margin-top:4em;border-top:1px solid #eee;font-size:13px;font-size:.8125rem}.woocommerce-pagination ul.page-numbers{padding:0;display:block}.woocommerce-pagination .next.page-numbers,.woocommerce-pagination .prev.page-numbers,.woocommerce-pagination a.page-numbers,.woocommerce-pagination span.page-numbers{padding:.5em 1em;background:#ddd;display:inline-block;font-size:1em;float:none;line-height:1.5;border-radius:2px;-webkit-transition:background-color ease-in-out .3s;-moz-transition:background-color ease-in-out .3s;transition:background-color ease-in-out .3s}.woocommerce-pagination span.page-numbers{background-color:#fff}.woocommerce-pagination a.page-numbers:hover{background-color:#767676;color:#fff}.onsale{background-color:#fff;position:absolute;top:0;right:0;display:inline-block;padding:.5em 1em;font-size:13px;font-size:.8125rem}.required{color:#b22222}.required[title]{border-bottom:none}.woocommerce-error,.woocommerce-info,.woocommerce-message{margin-bottom:1.5em;padding:2em}.woocommerce-message{background:teal;color:#fff}.woocommerce-error{background:#b22222;color:#fff}.woocommerce-info{background:#4169e1;color:#fff}.woocommerce-error a,.woocommerce-info a,.woocommerce-message a{color:#fff;box-shadow:0 1px 0 #fff!important;transition:box-shadow ease-in-out 130ms}ul.products li.product .added_to_cart,ul.products li.product .button{-webkit-transition:box-shadow ease-in-out 130ms;-moz-transition:box-shadow ease-in-out 130ms}.woocommerce-error a:hover,.woocommerce-info a:hover,.woocommerce-message a:hover{color:#fff!important;box-shadow:0 3px 0 #fff!important}.woocommerce-store-notice{background:#4169e1;color:#fff;padding:1em;position:absolute;top:0;right:0;width:100%;z-index:999}.admin-bar .woocommerce-store-notice{top:32px}.woocommerce-store-notice__dismiss-link{float:left;color:#fff}.woocommerce-store-notice__dismiss-link:hover{text-decoration:underline;color:#fff}.woocommerce-result-count{padding:.75em 0}ul.products li.product{list-style:none}ul.products li.product .price,ul.products li.product .star-rating{display:block;margin-bottom:.75em}ul.products li.product .button{box-shadow:0 1px 0 #0f0f0f;transition:box-shadow ease-in-out 130ms}ul.products li.product .button:hover{box-shadow:0 3px 0 #0f0f0f}ul.products li.product .added_to_cart{box-shadow:0 1px 0 #0f0f0f;transition:box-shadow ease-in-out 130ms;margin-right:.5em}ul.products li.product .added_to_cart:hover{box-shadow:0 3px 0 #0f0f0f}.star-rating{overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:star}.star-rating::before{content:'\73\73\73\73\73';float:right;top:0;right:0;position:absolute}.star-rating span{overflow:hidden;float:right;top:0;right:0;position:absolute;padding-top:1.5em}.star-rating span::before{content:'\53\53\53\53\53';top:0;position:absolute;right:0}.woocommerce-loop-product__title{font-size:13px;font-size:.8125rem;letter-spacing:.15em}a.remove{display:inline-block;width:16px;height:16px;line-height:16px;font-size:16px;text-align:center;border-radius:100%;box-shadow:none!important;-webkit-box-shadow:none!important;border:1px solid #000}a.remove:hover{background:#000;color:#fff!important}.wc-item-meta,dl.variation{list-style:none}.wc-item-meta .wc-item-meta-label,.wc-item-meta dt,dl.variation .wc-item-meta-label,dl.variation dt{float:right;clear:both;margin-left:.25em;display:inline-block;list-style:none}.wc-item-meta dd,dl.variation dd{margin:0}.wc-item-meta p,.wc-item-meta:last-child,dl.variation p,dl.variation:last-child{margin-bottom:0}.single-product div.product{position:relative}.single-product .single-featured-image-header{display:none}.single-product .summary{margin-bottom:3em}.single-product .summary p.price{margin-bottom:2em}.single-product .woocommerce-product-rating{margin-bottom:2em;line-height:1}.single-product .woocommerce-product-rating .star-rating{float:right;margin-left:.25em}.single-product form.cart .quantity{float:right;margin-left:.5em}.single-product form.cart input{width:5em}.single-product .woocommerce-variation-add-to-cart .button{padding-top:.72em;padding-bottom:.72em}.single-product .woocommerce-variation-add-to-cart .button.disabled{opacity:.2}table.variations label{margin:0}table.variations select{margin-left:.5em}.woocommerce-product-gallery{position:relative;margin-bottom:3em}.woocommerce-product-gallery figure{margin:0}.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce-product-gallery .flex-control-thumbs li{list-style:none;float:right;cursor:pointer}.woocommerce-product-gallery .flex-control-thumbs img{opacity:.5}.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover{opacity:1}.woocommerce-product-gallery img{display:block}.woocommerce-product-gallery--columns-3 .flex-control-thumbs li{width:33.3333%}.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{width:25%}.woocommerce-product-gallery--columns-5 .flex-control-thumbs li{width:20%}.woocommerce-product-gallery__trigger{position:absolute;top:1em;left:1em;z-index:99}.woocommerce-tabs{margin-bottom:2em}.woocommerce-tabs li{margin-left:1em}.woocommerce-tabs li.active a{box-shadow:0 3px 0 #0f0f0f}.woocommerce-tabs a{box-shadow:0 1px 0 #0f0f0f;-webkit-transition:box-shadow ease-in-out 130ms;-moz-transition:box-shadow ease-in-out 130ms;transition:box-shadow ease-in-out 130ms}.woocommerce-tabs a:hover{box-shadow:0 3px 0 #0f0f0f}.woocommerce-tabs #comments{padding-top:0}.woocommerce-tabs .comment-reply-title{font-size:22px;font-size:1.375rem;font-weight:300;line-height:1.4;margin:0 0 .75em;display:block}.woocommerce-tabs #reviews li.comment,.woocommerce-tabs #reviews li.review{list-style:none;margin-left:0;margin-bottom:2.5em}.woocommerce-tabs #reviews li.comment .avatar,.woocommerce-tabs #reviews li.review .avatar{max-height:36px;width:auto;float:left}.woocommerce-tabs #reviews li.comment p.meta,.woocommerce-tabs #reviews li.review p.meta{margin-bottom:.5em}.woocommerce-tabs #reviews p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none;box-shadow:none}.woocommerce-tabs #reviews p.stars a::before{display:block;position:absolute;top:0;right:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:'\e021';text-indent:0}.woocommerce-tabs #reviews p.stars a:hover~a::before{content:'\e021'}.woocommerce-tabs #reviews p.stars.selected a.active::before,.woocommerce-tabs #reviews p.stars:hover a::before{content:'\e020'}.woocommerce-tabs #reviews p.stars.selected a.active~a::before{content:'\e021'}.woocommerce-tabs #reviews p.stars.selected a:not(.active)::before{content:'\e020'}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--close:hover{background-position:100% -44px}button.pswp__button--zoom:hover{background-position:-88px 0}.site-footer .widget .product_list_widget,.widget .product_list_widget{margin-bottom:1.5em}.site-footer .widget .product_list_widget a,.widget .product_list_widget a{display:block;box-shadow:none}.site-footer .widget .product_list_widget a:hover,.widget .product_list_widget a:hover{box-shadow:none}.site-footer .widget .product_list_widget li,.widget .product_list_widget li{padding:1.5em 0}.site-footer .widget .product_list_widget li a.remove,.widget .product_list_widget li a.remove{float:left;margin-top:2px}.site-footer .widget .product_list_widget img,.widget .product_list_widget img{display:none}.widget_shopping_cart .buttons a{display:inline-block;margin:0 0 0 .5em}.widget_layered_nav .chosen:before{content:"×";display:inline-block;width:16px;height:16px;line-height:16px;font-size:16px;text-align:center;border-radius:100%;border:1px solid #000;margin-left:.25em}.widget_price_filter .price_slider{margin-bottom:1em}.widget_price_filter .price_slider_amount{text-align:left;line-height:2.4;font-size:.8751em}.widget_price_filter .price_slider_amount .button{float:right;padding:.4em 1em}.widget_price_filter .ui-slider{position:relative;text-align:right;margin-right:.5em;margin-left:.5em}.widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#000;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-right:-.5em}.widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#000}.widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#666;border:0}.widget_price_filter .ui-slider-horizontal{height:.5em}.widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.widget_price_filter .ui-slider-horizontal .ui-slider-range-min{right:-1px}.widget_price_filter .ui-slider-horizontal .ui-slider-range-max{left:-1px}.widget_rating_filter li{text-align:left}.widget_rating_filter li .star-rating{float:right;margin-top:.3em}.widget_product_search form{position:relative}.widget_product_search .search-field{padding-left:100px}.widget_product_search input[type=submit]{position:absolute;top:.5em;left:.5em;padding-right:1em;padding-left:1em}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:25%;border-top:1px solid #ddd}#shipping_method li input,.woocommerce-account .woocommerce-MyAccount-content{float:right}.woocommerce-account .woocommerce-MyAccount-navigation li{list-style:none;padding:.5em 0;border-bottom:1px solid #ddd}.woocommerce-account .woocommerce-MyAccount-navigation li a{box-shadow:none}.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{box-shadow:0 3px 0 #0f0f0f}.woocommerce-account .woocommerce-MyAccount-navigation li:before{content:"→";display:inline-block;margin-left:.25em;color:#ddd}.woocommerce-cart-form td{padding:1em .5em}.woocommerce-cart-form img{max-width:42px;height:auto;display:block}.woocommerce-cart-form dl.variation{margin-top:0}.woocommerce-cart-form dl.variation p,.woocommerce-cart-form dl.variation:last-child{margin-bottom:0}.woocommerce-cart-form .button{padding:1.2em 2em}.woocommerce-cart-form .actions .input-text{width:130px!important;float:right;margin-left:.25em}.woocommerce-cart-form .quantity input{width:4em}#shipping_method{list-style:none;margin-top:1em}#shipping_method li{margin-bottom:.5em}.wc_payment_method .payment_box ol:last-of-type,.wc_payment_method .payment_box p:last-child,.wc_payment_method .payment_box ul:last-of-type{margin-bottom:0}#shipping_method li label{line-height:1.15}.checkout-button{display:block;padding:1em 2em;border:2px solid #000;text-align:center;font-weight:800;box-shadow:none!important;-webkit-box-shadow:none!important}.checkout-button:hover{box-shadow:none!important;-webkit-box-shadow:none!important;border-color:#999}.checkout-button:after{content:"→"}#ship-to-different-address label{font-weight:300;cursor:pointer}#ship-to-different-address label span{position:relative;display:block}#ship-to-different-address label span:before{content:"";display:block;height:16px;width:30px;border:2px solid #bbb;background:#bbb;border-radius:13em;box-sizing:content-box;-webkit-transition:all,ease-in-out,.3s;-moz-transition:all,ease-in-out,.3s;transition:all,ease-in-out,.3s;position:absolute;top:4px;left:0}#ship-to-different-address label span:after{content:"";display:block;width:14px;height:14px;background:#fff;position:absolute;top:7px;left:17px;border-radius:13em;-webkit-transition:all,ease-in-out,.3s;-moz-transition:all,ease-in-out,.3s;transition:all,ease-in-out,.3s}#ship-to-different-address label input[type=checkbox],.wc_payment_method input[type=radio]{display:none}#ship-to-different-address label input[type=checkbox]:checked+span:after{left:3px}#ship-to-different-address label input[type=checkbox]:checked+span:before{border-color:#000;background:#000}.woocommerce-checkout .select2-choice,.woocommerce-checkout .select2-choice:hover{box-shadow:none!important;-webkit-box-shadow:none!important}.woocommerce-checkout .select2-choice{padding:.7em .7em .7em 0}.woocommerce-checkout-review-order-table td{padding:1em .5em}.woocommerce-checkout-review-order-table dl.variation,.woocommerce-checkout-review-order-table dl.variation p{margin:0}.wc_payment_method{list-style:none;border-bottom:1px solid #ddd}.wc_payment_method .payment_box{padding:2em;background:#eee}.wc_payment_method .payment_box fieldset{padding:1.5em 1.5em 0;border:0;background:#f6f6f6}.wc_payment_method .payment_box li{list-style:none}.wc_payment_method>label:first-of-type{margin:1em 0}.wc_payment_method>label:first-of-type img{max-height:24px;max-width:200px;float:left}.wc_payment_method label{cursor:pointer}.wc_payment_method input[type=radio]+label:before{content:"";display:inline-block;width:16px;height:16px;border:2px solid #fff;box-shadow:0 0 0 2px #000;background:#fff;margin-right:4px;margin-left:.5em;border-radius:100%;-webkit-transform:translateY(2px);-moz-transform:translateY(2px);-ms-transform:translateY(2px);-o-transform:translateY(2px);transform:translateY(2px)}.wc_payment_method input[type=radio]:checked+label:before{background:#000}@media screen and (min-width:48em){.has-sidebar.woocommerce-page:not(.error404) #primary{width:74%}.has-sidebar.woocommerce-page:not(.error404) #secondary{width:20%}body.page-two-column.woocommerce-account:not(.archive) #primary .entry-header,body.page-two-column.woocommerce-cart:not(.archive) #primary .entry-header,body.page-two-column.woocommerce-checkout:not(.archive) #primary .entry-header{width:16%}body.page-two-column.woocommerce-account:not(.archive) #primary .entry-content,body.page-two-column.woocommerce-cart:not(.archive) #primary .entry-content,body.page-two-column.woocommerce-checkout:not(.archive) #primary .entry-content{width:78%}}
assets/css/twenty-seventeen.css ADDED
@@ -0,0 +1 @@
 
1
+ @charset "UTF-8";.woocommerce-breadcrumb a,.woocommerce-error a,.woocommerce-info a,.woocommerce-message a{-webkit-transition:box-shadow ease-in-out 130ms;-moz-transition:box-shadow ease-in-out 130ms}.price del,ul.products li.product .button.loading{opacity:.5}.onsale,.woocommerce-loop-product__title{text-transform:uppercase;font-weight:800}@font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}.woocommerce-breadcrumb{padding-bottom:2em;margin-bottom:4em;border-bottom:1px solid #eee;font-size:13px;font-size:.8125rem}.woocommerce-breadcrumb a{box-shadow:0 1px 0 #0f0f0f;transition:box-shadow ease-in-out 130ms}.woocommerce-breadcrumb a:hover{box-shadow:0 3px 0 #0f0f0f}.woocommerce-pagination{padding-top:2em;margin-top:4em;border-top:1px solid #eee;font-size:13px;font-size:.8125rem}.woocommerce-pagination ul.page-numbers{padding:0;display:block}.woocommerce-pagination .next.page-numbers,.woocommerce-pagination .prev.page-numbers,.woocommerce-pagination a.page-numbers,.woocommerce-pagination span.page-numbers{padding:.5em 1em;background:#ddd;display:inline-block;font-size:1em;float:none;line-height:1.5;border-radius:2px;-webkit-transition:background-color ease-in-out .3s;-moz-transition:background-color ease-in-out .3s;transition:background-color ease-in-out .3s}.woocommerce-pagination span.page-numbers{background-color:#fff}.woocommerce-pagination a.page-numbers:hover{background-color:#767676;color:#fff}.onsale{background-color:#fff;position:absolute;top:0;left:0;display:inline-block;padding:.5em 1em;font-size:13px;font-size:.8125rem}.required{color:#b22222}.required[title]{border-bottom:none}.woocommerce-error,.woocommerce-info,.woocommerce-message{margin-bottom:1.5em;padding:2em}.woocommerce-message{background:teal;color:#fff}.woocommerce-error{background:#b22222;color:#fff}.woocommerce-info{background:#4169e1;color:#fff}.woocommerce-error a,.woocommerce-info a,.woocommerce-message a{color:#fff;box-shadow:0 1px 0 #fff!important;transition:box-shadow ease-in-out 130ms}ul.products li.product .added_to_cart,ul.products li.product .button{-webkit-transition:box-shadow ease-in-out 130ms;-moz-transition:box-shadow ease-in-out 130ms}.woocommerce-error a:hover,.woocommerce-info a:hover,.woocommerce-message a:hover{color:#fff!important;box-shadow:0 3px 0 #fff!important}.woocommerce-store-notice{background:#4169e1;color:#fff;padding:1em;position:absolute;top:0;left:0;width:100%;z-index:999}.admin-bar .woocommerce-store-notice{top:32px}.woocommerce-store-notice__dismiss-link{float:right;color:#fff}.woocommerce-store-notice__dismiss-link:hover{text-decoration:underline;color:#fff}.woocommerce-result-count{padding:.75em 0}ul.products li.product{list-style:none}ul.products li.product .price,ul.products li.product .star-rating{display:block;margin-bottom:.75em}ul.products li.product .button{box-shadow:0 1px 0 #0f0f0f;transition:box-shadow ease-in-out 130ms}ul.products li.product .button:hover{box-shadow:0 3px 0 #0f0f0f}ul.products li.product .added_to_cart{box-shadow:0 1px 0 #0f0f0f;transition:box-shadow ease-in-out 130ms;margin-left:.5em}ul.products li.product .added_to_cart:hover{box-shadow:0 3px 0 #0f0f0f}.star-rating{overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:star}.star-rating::before{content:'\73\73\73\73\73';float:left;top:0;left:0;position:absolute}.star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.star-rating span::before{content:'\53\53\53\53\53';top:0;position:absolute;left:0}.woocommerce-loop-product__title{font-size:13px;font-size:.8125rem;letter-spacing:.15em}a.remove{display:inline-block;width:16px;height:16px;line-height:16px;font-size:16px;text-align:center;border-radius:100%;box-shadow:none!important;-webkit-box-shadow:none!important;border:1px solid #000}a.remove:hover{background:#000;color:#fff!important}.wc-item-meta,dl.variation{list-style:none}.wc-item-meta .wc-item-meta-label,.wc-item-meta dt,dl.variation .wc-item-meta-label,dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none}.wc-item-meta dd,dl.variation dd{margin:0}.wc-item-meta p,.wc-item-meta:last-child,dl.variation p,dl.variation:last-child{margin-bottom:0}.single-product div.product{position:relative}.single-product .single-featured-image-header{display:none}.single-product .summary{margin-bottom:3em}.single-product .summary p.price{margin-bottom:2em}.single-product .woocommerce-product-rating{margin-bottom:2em;line-height:1}.single-product .woocommerce-product-rating .star-rating{float:left;margin-right:.25em}.single-product form.cart .quantity{float:left;margin-right:.5em}.single-product form.cart input{width:5em}.single-product .woocommerce-variation-add-to-cart .button{padding-top:.72em;padding-bottom:.72em}.single-product .woocommerce-variation-add-to-cart .button.disabled{opacity:.2}table.variations label{margin:0}table.variations select{margin-right:.5em}.woocommerce-product-gallery{position:relative;margin-bottom:3em}.woocommerce-product-gallery figure{margin:0}.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce-product-gallery .flex-control-thumbs li{list-style:none;float:left;cursor:pointer}.woocommerce-product-gallery .flex-control-thumbs img{opacity:.5}.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover{opacity:1}.woocommerce-product-gallery img{display:block}.woocommerce-product-gallery--columns-3 .flex-control-thumbs li{width:33.3333%}.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{width:25%}.woocommerce-product-gallery--columns-5 .flex-control-thumbs li{width:20%}.woocommerce-product-gallery__trigger{position:absolute;top:1em;right:1em;z-index:99}.woocommerce-tabs{margin-bottom:2em}.woocommerce-tabs li{margin-right:1em}.woocommerce-tabs li.active a{box-shadow:0 3px 0 #0f0f0f}.woocommerce-tabs a{box-shadow:0 1px 0 #0f0f0f;-webkit-transition:box-shadow ease-in-out 130ms;-moz-transition:box-shadow ease-in-out 130ms;transition:box-shadow ease-in-out 130ms}.woocommerce-tabs a:hover{box-shadow:0 3px 0 #0f0f0f}.woocommerce-tabs #comments{padding-top:0}.woocommerce-tabs .comment-reply-title{font-size:22px;font-size:1.375rem;font-weight:300;line-height:1.4;margin:0 0 .75em;display:block}.woocommerce-tabs #reviews li.comment,.woocommerce-tabs #reviews li.review{list-style:none;margin-right:0;margin-bottom:2.5em}.woocommerce-tabs #reviews li.comment .avatar,.woocommerce-tabs #reviews li.review .avatar{max-height:36px;width:auto;float:right}.woocommerce-tabs #reviews li.comment p.meta,.woocommerce-tabs #reviews li.review p.meta{margin-bottom:.5em}.woocommerce-tabs #reviews p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none;box-shadow:none}.woocommerce-tabs #reviews p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:'\e021';text-indent:0}.woocommerce-tabs #reviews p.stars a:hover~a::before{content:'\e021'}.woocommerce-tabs #reviews p.stars.selected a.active::before,.woocommerce-tabs #reviews p.stars:hover a::before{content:'\e020'}.woocommerce-tabs #reviews p.stars.selected a.active~a::before{content:'\e021'}.woocommerce-tabs #reviews p.stars.selected a:not(.active)::before{content:'\e020'}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}.site-footer .widget .product_list_widget,.widget .product_list_widget{margin-bottom:1.5em}.site-footer .widget .product_list_widget a,.widget .product_list_widget a{display:block;box-shadow:none}.site-footer .widget .product_list_widget a:hover,.widget .product_list_widget a:hover{box-shadow:none}.site-footer .widget .product_list_widget li,.widget .product_list_widget li{padding:1.5em 0}.site-footer .widget .product_list_widget li a.remove,.widget .product_list_widget li a.remove{float:right;margin-top:2px}.site-footer .widget .product_list_widget img,.widget .product_list_widget img{display:none}.widget_shopping_cart .buttons a{display:inline-block;margin:0 .5em 0 0}.widget_layered_nav .chosen:before{content:"×";display:inline-block;width:16px;height:16px;line-height:16px;font-size:16px;text-align:center;border-radius:100%;border:1px solid #000;margin-right:.25em}.widget_price_filter .price_slider{margin-bottom:1em}.widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.widget_price_filter .price_slider_amount .button{float:left;padding:.4em 1em}.widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#000;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#000}.widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#666;border:0}.widget_price_filter .ui-slider-horizontal{height:.5em}.widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.widget_rating_filter li{text-align:right}.widget_rating_filter li .star-rating{float:left;margin-top:.3em}.widget_product_search form{position:relative}.widget_product_search .search-field{padding-right:100px}.widget_product_search input[type=submit]{position:absolute;top:.5em;right:.5em;padding-left:1em;padding-right:1em}.woocommerce-account .woocommerce-MyAccount-navigation{float:right;width:25%;border-top:1px solid #ddd}#shipping_method li input,.woocommerce-account .woocommerce-MyAccount-content{float:left}.woocommerce-account .woocommerce-MyAccount-navigation li{list-style:none;padding:.5em 0;border-bottom:1px solid #ddd}.woocommerce-account .woocommerce-MyAccount-navigation li a{box-shadow:none}.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{box-shadow:0 3px 0 #0f0f0f}.woocommerce-account .woocommerce-MyAccount-navigation li:before{content:"→";display:inline-block;margin-right:.25em;color:#ddd}.woocommerce-cart-form td{padding:1em .5em}.woocommerce-cart-form img{max-width:42px;height:auto;display:block}.woocommerce-cart-form dl.variation{margin-top:0}.woocommerce-cart-form dl.variation p,.woocommerce-cart-form dl.variation:last-child{margin-bottom:0}.woocommerce-cart-form .button{padding:1.2em 2em}.woocommerce-cart-form .actions .input-text{width:130px!important;float:left;margin-right:.25em}.woocommerce-cart-form .quantity input{width:4em}#shipping_method{list-style:none;margin-top:1em}#shipping_method li{margin-bottom:.5em}.wc_payment_method .payment_box ol:last-of-type,.wc_payment_method .payment_box p:last-child,.wc_payment_method .payment_box ul:last-of-type{margin-bottom:0}#shipping_method li label{line-height:1.15}.checkout-button{display:block;padding:1em 2em;border:2px solid #000;text-align:center;font-weight:800;box-shadow:none!important;-webkit-box-shadow:none!important}.checkout-button:hover{box-shadow:none!important;-webkit-box-shadow:none!important;border-color:#999}.checkout-button:after{content:"→"}#ship-to-different-address label{font-weight:300;cursor:pointer}#ship-to-different-address label span{position:relative;display:block}#ship-to-different-address label span:before{content:"";display:block;height:16px;width:30px;border:2px solid #bbb;background:#bbb;border-radius:13em;box-sizing:content-box;-webkit-transition:all,ease-in-out,.3s;-moz-transition:all,ease-in-out,.3s;transition:all,ease-in-out,.3s;position:absolute;top:4px;right:0}#ship-to-different-address label span:after{content:"";display:block;width:14px;height:14px;background:#fff;position:absolute;top:7px;right:17px;border-radius:13em;-webkit-transition:all,ease-in-out,.3s;-moz-transition:all,ease-in-out,.3s;transition:all,ease-in-out,.3s}#ship-to-different-address label input[type=checkbox],.wc_payment_method input[type=radio]{display:none}#ship-to-different-address label input[type=checkbox]:checked+span:after{right:3px}#ship-to-different-address label input[type=checkbox]:checked+span:before{border-color:#000;background:#000}.woocommerce-checkout .select2-choice,.woocommerce-checkout .select2-choice:hover{box-shadow:none!important;-webkit-box-shadow:none!important}.woocommerce-checkout .select2-choice{padding:.7em 0 .7em .7em}.woocommerce-checkout-review-order-table td{padding:1em .5em}.woocommerce-checkout-review-order-table dl.variation,.woocommerce-checkout-review-order-table dl.variation p{margin:0}.wc_payment_method{list-style:none;border-bottom:1px solid #ddd}.wc_payment_method .payment_box{padding:2em;background:#eee}.wc_payment_method .payment_box fieldset{padding:1.5em 1.5em 0;border:0;background:#f6f6f6}.wc_payment_method .payment_box li{list-style:none}.wc_payment_method>label:first-of-type{margin:1em 0}.wc_payment_method>label:first-of-type img{max-height:24px;max-width:200px;float:right}.wc_payment_method label{cursor:pointer}.wc_payment_method input[type=radio]+label:before{content:"";display:inline-block;width:16px;height:16px;border:2px solid #fff;box-shadow:0 0 0 2px #000;background:#fff;margin-left:4px;margin-right:.5em;border-radius:100%;-webkit-transform:translateY(2px);-moz-transform:translateY(2px);-ms-transform:translateY(2px);-o-transform:translateY(2px);transform:translateY(2px)}.wc_payment_method input[type=radio]:checked+label:before{background:#000}@media screen and (min-width:48em){.has-sidebar.woocommerce-page:not(.error404) #primary{width:74%}.has-sidebar.woocommerce-page:not(.error404) #secondary{width:20%}body.page-two-column.woocommerce-account:not(.archive) #primary .entry-header,body.page-two-column.woocommerce-cart:not(.archive) #primary .entry-header,body.page-two-column.woocommerce-checkout:not(.archive) #primary .entry-header{width:16%}body.page-two-column.woocommerce-account:not(.archive) #primary .entry-content,body.page-two-column.woocommerce-cart:not(.archive) #primary .entry-content,body.page-two-column.woocommerce-checkout:not(.archive) #primary .entry-content{width:78%}}
assets/css/twenty-seventeen.scss ADDED
@@ -0,0 +1,1009 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Twenty Seventeen integration styles
3
+ */
4
+
5
+ @import 'bourbon';
6
+
7
+ /**
8
+ * Fonts
9
+ */
10
+ @font-face {
11
+ font-family: 'star';
12
+ src: url('../fonts/star.eot');
13
+ src: url('../fonts/star.eot?#iefix') format('embedded-opentype'),
14
+ url('../fonts/star.woff') format('woff'),
15
+ url('../fonts/star.ttf') format('truetype'),
16
+ url('../fonts/star.svg#star') format('svg');
17
+ font-weight: normal;
18
+ font-style: normal;
19
+ }
20
+
21
+ @font-face {
22
+ font-family: 'WooCommerce';
23
+ src: url('../fonts/WooCommerce.eot');
24
+ src: url('../fonts/WooCommerce.eot?#iefix') format('embedded-opentype'),
25
+ url('../fonts/WooCommerce.woff') format('woff'),
26
+ url('../fonts/WooCommerce.ttf') format('truetype'),
27
+ url('../fonts/WooCommerce.svg#WooCommerce') format('svg');
28
+ font-weight: normal;
29
+ font-style: normal;
30
+ }
31
+
32
+ /**
33
+ * Mixins
34
+ */
35
+ @mixin link() {
36
+ box-shadow: 0 1px 0 rgba(15, 15, 15, 1);
37
+ @include transition( box-shadow ease-in-out 130ms );
38
+
39
+ &:hover {
40
+ box-shadow: 0 3px 0 rgba(15, 15, 15, 1);
41
+ }
42
+ }
43
+
44
+ @mixin link_white() {
45
+ color: #fff;
46
+ box-shadow: 0 1px 0 rgba(#fff, 1) !important;
47
+ @include transition( box-shadow ease-in-out 130ms );
48
+
49
+ &:hover {
50
+ color: #fff !important;
51
+ box-shadow: 0 3px 0 rgba(#fff, 1) !important;
52
+ }
53
+ }
54
+
55
+ /**
56
+ * Global elements
57
+ */
58
+ .woocommerce-breadcrumb {
59
+ padding-bottom: 2em;
60
+ margin-bottom: 4em;
61
+ border-bottom: 1px solid #eee;
62
+ font-size: 13px;
63
+ font-size: 0.8125rem;
64
+
65
+ a {
66
+ @include link();
67
+ }
68
+ }
69
+
70
+ .woocommerce-pagination {
71
+ padding-top: 2em;
72
+ margin-top: 4em;
73
+ border-top: 1px solid #eee;
74
+ font-size: 13px;
75
+ font-size: 0.8125rem;
76
+
77
+ ul.page-numbers {
78
+ padding: 0;
79
+ display: block;
80
+ }
81
+
82
+ span.page-numbers,
83
+ a.page-numbers,
84
+ .next.page-numbers,
85
+ .prev.page-numbers {
86
+ padding: 0.5em 1em;
87
+ background: #ddd;
88
+ display: inline-block;
89
+ font-size: 1em;
90
+ float: none;
91
+ line-height: 1.5;
92
+ border-radius: 2px;
93
+ @include transition( background-color ease-in-out .3s );
94
+ }
95
+
96
+ span.page-numbers {
97
+ background-color: #fff;
98
+ }
99
+
100
+ a.page-numbers:hover {
101
+ background-color: #767676;
102
+ color: #fff;
103
+ }
104
+ }
105
+
106
+ .onsale {
107
+ background-color: #fff;
108
+ position: absolute;
109
+ top: 0;
110
+ left: 0;
111
+ display: inline-block;
112
+ padding: .5em 1em;
113
+ font-size: 13px;
114
+ font-size: 0.8125rem;
115
+ text-transform: uppercase;
116
+ font-weight: 800;
117
+ }
118
+
119
+ .price {
120
+ del {
121
+ opacity: .5;
122
+ }
123
+ }
124
+
125
+ .required {
126
+ color: firebrick;
127
+
128
+ &[title] {
129
+ border-bottom: none;
130
+ }
131
+ }
132
+
133
+ .woocommerce-message,
134
+ .woocommerce-error,
135
+ .woocommerce-info {
136
+ margin-bottom: 1.5em;
137
+ padding: 2em;
138
+ background: #eee;
139
+ }
140
+
141
+ .woocommerce-message {
142
+ background: teal;
143
+ color: #fff;
144
+ }
145
+
146
+ .woocommerce-error {
147
+ background: firebrick;
148
+ color: #fff;
149
+ }
150
+
151
+ .woocommerce-info {
152
+ background: royalblue;
153
+ color: #fff;
154
+ }
155
+
156
+ .woocommerce-message,
157
+ .woocommerce-error,
158
+ .woocommerce-info {
159
+ a {
160
+ @include link_white();
161
+ }
162
+ }
163
+
164
+ .woocommerce-store-notice {
165
+ background: royalblue;
166
+ color: #fff;
167
+ padding: 1em;
168
+ position: absolute;
169
+ top: 0;
170
+ left: 0;
171
+ width: 100%;
172
+ z-index: 999;
173
+ }
174
+
175
+ .admin-bar .woocommerce-store-notice {
176
+ top: 32px;
177
+ }
178
+
179
+ .woocommerce-store-notice__dismiss-link {
180
+ float: right;
181
+ color: #fff;
182
+
183
+ &:hover {
184
+ text-decoration: underline;
185
+ color: #fff;
186
+ }
187
+ }
188
+
189
+ /**
190
+ * Shop page
191
+ */
192
+ .woocommerce-result-count {
193
+ padding: .75em 0;
194
+ }
195
+
196
+ /**
197
+ * Products
198
+ */
199
+ ul.products {
200
+ li.product {
201
+ list-style: none;
202
+
203
+ .price,
204
+ .star-rating {
205
+ display: block;
206
+ margin-bottom: .75em;
207
+ }
208
+
209
+ .button {
210
+ @include link();
211
+
212
+ &.loading {
213
+ opacity: .5;
214
+ }
215
+ }
216
+
217
+ .added_to_cart {
218
+ @include link();
219
+ margin-left: .5em;
220
+ }
221
+ }
222
+ }
223
+
224
+ .star-rating {
225
+ overflow: hidden;
226
+ position: relative;
227
+ height: 1em;
228
+ line-height: 1;
229
+ font-size: 1em;
230
+ width: 5.4em;
231
+ font-family: 'star';
232
+
233
+ &::before {
234
+ content: '\73\73\73\73\73';
235
+ float: left;
236
+ top: 0;
237
+ left: 0;
238
+ position: absolute;
239
+ }
240
+
241
+ span {
242
+ overflow: hidden;
243
+ float: left;
244
+ top: 0;
245
+ left: 0;
246
+ position: absolute;
247
+ padding-top: 1.5em;
248
+ }
249
+
250
+ span::before {
251
+ content: '\53\53\53\53\53';
252
+ top: 0;
253
+ position: absolute;
254
+ left: 0;
255
+ }
256
+ }
257
+
258
+ .woocommerce-loop-product__title {
259
+ font-size: 13px;
260
+ font-size: 0.8125rem;
261
+ text-transform: uppercase;
262
+ font-weight: 800;
263
+ letter-spacing: 0.15em;
264
+ }
265
+
266
+ a.remove {
267
+ display: inline-block;
268
+ width: 16px;
269
+ height: 16px;
270
+ line-height: 16px;
271
+ font-size: 16px;
272
+ text-align: center;
273
+ border-radius: 100%;
274
+ box-shadow: none !important;
275
+ -webkit-box-shadow: none !important;
276
+ border: 1px solid #000;
277
+
278
+ &:hover {
279
+ background: #000;
280
+ color: #fff !important;
281
+ }
282
+ }
283
+
284
+ dl.variation, .wc-item-meta {
285
+ list-style: none outside;
286
+
287
+ dt, .wc-item-meta-label {
288
+ float: left;
289
+ clear: both;
290
+ margin-right: .25em;
291
+ display: inline-block;
292
+ list-style: none outside;
293
+ }
294
+
295
+ dd {
296
+ margin: 0;
297
+ }
298
+
299
+ p,
300
+ &:last-child {
301
+ margin-bottom: 0;
302
+ }
303
+ }
304
+
305
+ /**
306
+ * Single product
307
+ */
308
+ .single-product {
309
+ div.product {
310
+ position: relative;
311
+ }
312
+
313
+ .single-featured-image-header {
314
+ display: none;
315
+ }
316
+
317
+ .summary {
318
+ margin-bottom: 3em;
319
+
320
+ p.price {
321
+ margin-bottom: 2em;
322
+ }
323
+ }
324
+
325
+ .woocommerce-product-rating {
326
+ margin-bottom: 2em;
327
+ line-height: 1;
328
+
329
+ .star-rating {
330
+ float: left;
331
+ margin-right: .25em;
332
+ }
333
+ }
334
+
335
+ form.cart {
336
+ .quantity {
337
+ float: left;
338
+ margin-right: .5em;
339
+ }
340
+
341
+ input {
342
+ width: 5em;
343
+ }
344
+ }
345
+
346
+ .woocommerce-variation-add-to-cart {
347
+ .button {
348
+ padding-top: .72em;
349
+ padding-bottom: .72em;
350
+ }
351
+ .button.disabled {
352
+ opacity: 0.2;
353
+ }
354
+ }
355
+ }
356
+
357
+ table.variations {
358
+ label {
359
+ margin: 0;
360
+ }
361
+
362
+ select {
363
+ margin-right: .5em;
364
+ }
365
+ }
366
+
367
+ .woocommerce-product-gallery {
368
+ position: relative;
369
+ margin-bottom: 3em;
370
+
371
+ figure {
372
+ margin: 0;
373
+ }
374
+
375
+ .woocommerce-product-gallery__image:nth-child(n+2) {
376
+ width: 25%;
377
+ display: inline-block;
378
+ }
379
+
380
+ .flex-control-thumbs {
381
+ li {
382
+ list-style: none;
383
+ float: left;
384
+ cursor: pointer;
385
+ }
386
+
387
+ img {
388
+ opacity: .5;
389
+
390
+ &:hover,
391
+ &.flex-active {
392
+ opacity: 1;
393
+ }
394
+ }
395
+ }
396
+
397
+ img {
398
+ display: block;
399
+ }
400
+ }
401
+
402
+ .woocommerce-product-gallery--columns-3 {
403
+ .flex-control-thumbs li {
404
+ width: 33.3333%;
405
+ }
406
+ }
407
+
408
+ .woocommerce-product-gallery--columns-4 {
409
+ .flex-control-thumbs li {
410
+ width: 25%;
411
+ }
412
+ }
413
+
414
+ .woocommerce-product-gallery--columns-5 {
415
+ .flex-control-thumbs li {
416
+ width: 20%;
417
+ }
418
+ }
419
+
420
+ .woocommerce-product-gallery__trigger {
421
+ position: absolute;
422
+ top: 1em;
423
+ right: 1em;
424
+ z-index: 99;
425
+ }
426
+
427
+ .woocommerce-tabs {
428
+ margin-bottom: 2em;
429
+
430
+ li {
431
+ margin-right: 1em;
432
+
433
+ &.active {
434
+ a {
435
+ box-shadow: 0 3px 0 rgba(15, 15, 15, 1);
436
+ }
437
+ }
438
+ }
439
+
440
+ a {
441
+ @include link();
442
+ }
443
+
444
+ #comments {
445
+ padding-top: 0;
446
+ }
447
+
448
+ .comment-reply-title {
449
+ font-size: 22px;
450
+ font-size: 1.375rem;
451
+ font-weight: 300;
452
+ line-height: 1.4;
453
+ margin: 0 0 0.75em;
454
+ display: block;
455
+ }
456
+
457
+ #reviews {
458
+ li.review,
459
+ li.comment {
460
+ list-style: none;
461
+ margin-right: 0;
462
+ margin-bottom: 2.5em;
463
+
464
+ .avatar {
465
+ max-height: 36px;
466
+ width: auto;
467
+ float: right;
468
+ }
469
+
470
+ p.meta {
471
+ margin-bottom: .5em;
472
+ }
473
+ }
474
+
475
+ p.stars {
476
+ a {
477
+ position: relative;
478
+ height: 1em;
479
+ width: 1em;
480
+ text-indent: -999em;
481
+ display: inline-block;
482
+ text-decoration: none;
483
+ box-shadow: none;
484
+
485
+ &::before {
486
+ display: block;
487
+ position: absolute;
488
+ top: 0;
489
+ left: 0;
490
+ width: 1em;
491
+ height: 1em;
492
+ line-height: 1;
493
+ font-family: 'WooCommerce';
494
+ content: '\e021';
495
+ text-indent: 0;
496
+ }
497
+
498
+ &:hover {
499
+ ~ a::before {
500
+ content: '\e021';
501
+ }
502
+ }
503
+ }
504
+
505
+ &:hover {
506
+ a {
507
+ &::before {
508
+ content: '\e020';
509
+ }
510
+ }
511
+ }
512
+
513
+ &.selected {
514
+ a.active {
515
+ &::before {
516
+ content: '\e020';
517
+ }
518
+
519
+ ~ a::before {
520
+ content: '\e021';
521
+ }
522
+ }
523
+
524
+ a:not( .active ) {
525
+ &::before {
526
+ content: '\e020';
527
+ }
528
+ }
529
+ }
530
+ }
531
+ }
532
+ }
533
+
534
+ /**
535
+ * Photoswipe
536
+ * 1. These styles are required to overwrite default theme button styles (Twenty Twelve adds gradients via background-image).
537
+ */
538
+
539
+ button.pswp__button,
540
+ button.pswp__button:hover,
541
+ button.pswp__button--arrow--left::before,
542
+ button.pswp__button--arrow--right::before {
543
+ background-color: transparent !important; /* 1 */
544
+ }
545
+
546
+ button.pswp__button--close:hover {
547
+ background-position: 0 -44px;
548
+ }
549
+
550
+ button.pswp__button--zoom:hover {
551
+ background-position: -88px 0;
552
+ }
553
+
554
+ /**
555
+ * Widgets
556
+ */
557
+ .widget .product_list_widget,
558
+ .site-footer .widget .product_list_widget {
559
+ margin-bottom: 1.5em;
560
+
561
+ a {
562
+ display: block;
563
+ box-shadow: none;
564
+
565
+ &:hover {
566
+ box-shadow: none;
567
+ }
568
+ }
569
+
570
+ li {
571
+ padding: 1.5em 0;
572
+
573
+ a.remove {
574
+ float: right;
575
+ margin-top: 2px;
576
+ }
577
+ }
578
+
579
+ img {
580
+ display: none;
581
+ }
582
+ }
583
+
584
+ .widget_shopping_cart {
585
+ .buttons {
586
+ a {
587
+ display: inline-block;
588
+ margin: 0 .5em 0 0;
589
+ }
590
+ }
591
+ }
592
+
593
+ .widget_layered_nav {
594
+ .chosen {
595
+ &:before {
596
+ content: "×";
597
+ display: inline-block;
598
+ width: 16px;
599
+ height: 16px;
600
+ line-height: 16px;
601
+ font-size: 16px;
602
+ text-align: center;
603
+ border-radius: 100%;
604
+ border: 1px solid black;
605
+ margin-right: .25em;
606
+ }
607
+ }
608
+ }
609
+
610
+ .widget_price_filter {
611
+ .price_slider {
612
+ margin-bottom: 1em;
613
+ }
614
+
615
+ .price_slider_amount {
616
+ text-align: right;
617
+ line-height: 2.4;
618
+ font-size: 0.8751em;
619
+
620
+ .button {
621
+ float: left;
622
+ padding: .4em 1em;
623
+ }
624
+ }
625
+
626
+ .ui-slider {
627
+ position: relative;
628
+ text-align: left;
629
+ margin-left: 0.5em;
630
+ margin-right: 0.5em;
631
+ }
632
+
633
+ .ui-slider .ui-slider-handle {
634
+ position: absolute;
635
+ z-index: 2;
636
+ width: 1em;
637
+ height: 1em;
638
+ background-color: #000;
639
+ border-radius: 1em;
640
+ cursor: ew-resize;
641
+ outline: none;
642
+ top: -0.3em;
643
+ margin-left: -0.5em;
644
+ }
645
+
646
+ .ui-slider .ui-slider-range {
647
+ position: absolute;
648
+ z-index: 1;
649
+ font-size: 0.7em;
650
+ display: block;
651
+ border: 0;
652
+ border-radius: 1em;
653
+ background-color: #000;
654
+ }
655
+
656
+ .price_slider_wrapper .ui-widget-content {
657
+ border-radius: 1em;
658
+ background-color: #666;
659
+ border: 0;
660
+ }
661
+
662
+ .ui-slider-horizontal {
663
+ height: 0.5em;
664
+ }
665
+
666
+ .ui-slider-horizontal .ui-slider-range {
667
+ top: 0;
668
+ height: 100%;
669
+ }
670
+
671
+ .ui-slider-horizontal .ui-slider-range-min {
672
+ left: -1px;
673
+ }
674
+
675
+ .ui-slider-horizontal .ui-slider-range-max {
676
+ right: -1px;
677
+ }
678
+ }
679
+
680
+ .widget_rating_filter {
681
+ li {
682
+ text-align: right;
683
+
684
+ .star-rating {
685
+ float: left;
686
+ margin-top: .3em;
687
+ }
688
+ }
689
+ }
690
+
691
+ .widget_product_search {
692
+ form {
693
+ position: relative;
694
+ }
695
+
696
+ .search-field {
697
+ padding-right: 100px;
698
+ }
699
+
700
+ input[type=submit] {
701
+ position: absolute;
702
+ top: .5em;
703
+ right: .5em;
704
+ padding-left: 1em;
705
+ padding-right: 1em;
706
+ }
707
+ }
708
+
709
+ /**
710
+ * Account section
711
+ */
712
+ .woocommerce-account {
713
+ .woocommerce-MyAccount-navigation {
714
+ float: right;
715
+ width: 25%;
716
+ border-top: 1px solid #ddd;
717
+
718
+ li {
719
+ list-style: none;
720
+ padding: .5em 0;
721
+ border-bottom: 1px solid #ddd;
722
+
723
+ a {
724
+ box-shadow: none;
725
+
726
+ &:hover {
727
+ box-shadow: 0 3px 0 rgba(15, 15, 15, 1);
728
+ }
729
+ }
730
+
731
+ &:before {
732
+ content: "→";
733
+ display: inline-block;
734
+ margin-right: .25em;
735
+ color: #ddd;
736
+ }
737
+
738
+ &.is-active {
739
+ a {
740
+ box-shadow: 0 3px 0 rgba(15, 15, 15, 1);
741
+ }
742
+ }
743
+ }
744
+ }
745
+
746
+ .woocommerce-MyAccount-content {
747
+ float: left;
748
+ }
749
+ }
750
+
751
+ /**
752
+ * Cart
753
+ */
754
+ .woocommerce-cart-form {
755
+ td {
756
+ padding: 1em .5em;
757
+ }
758
+
759
+ img {
760
+ max-width: 42px;
761
+ height: auto;
762
+ display: block;
763
+ }
764
+
765
+ dl.variation {
766
+ margin-top: 0;
767
+
768
+ p,
769
+ &:last-child {
770
+ margin-bottom: 0;
771
+ }
772
+ }
773
+
774
+ .button {
775
+ padding: 1.2em 2em;
776
+ }
777
+
778
+ .actions {
779
+ .input-text {
780
+ width: 130px !important;
781
+ float: left;
782
+ margin-right: .25em;
783
+ }
784
+ }
785
+
786
+ .quantity {
787
+ input {
788
+ width: 4em;
789
+ }
790
+ }
791
+ }
792
+
793
+ #shipping_method {
794
+ list-style: none;
795
+ margin-top: 1em;
796
+
797
+ li {
798
+ margin-bottom: .5em;
799
+
800
+ input {
801
+ float: left;
802
+ }
803
+
804
+ label {
805
+ line-height: 1.15;
806
+ }
807
+ }
808
+ }
809
+
810
+ .checkout-button {
811
+ display: block;
812
+ padding: 1em 2em;
813
+ border: 2px solid #000;
814
+ text-align: center;
815
+ font-weight: 800;
816
+ box-shadow: none !important;
817
+ -webkit-box-shadow: none !important;
818
+
819
+ &:hover {
820
+ box-shadow: none !important;
821
+ -webkit-box-shadow: none !important;
822
+ border-color: #999;
823
+ }
824
+
825
+ &:after {
826
+ content: "→";
827
+ }
828
+ }
829
+
830
+ /**
831
+ * Checkout
832
+ */
833
+ #ship-to-different-address {
834
+ label {
835
+ font-weight: 300;
836
+ cursor: pointer;
837
+
838
+ span {
839
+ position: relative;
840
+ display: block;
841
+
842
+ &:before {
843
+ content: "";
844
+ display: block;
845
+ height: 16px;
846
+ width: 30px;
847
+ border: 2px solid #bbb;
848
+ background: #bbb;
849
+ border-radius: 13em;
850
+ box-sizing: content-box;
851
+ @include transition(all,ease-in-out,.3s);
852
+ position: absolute;
853
+ top: 4px;
854
+ right: 0;
855
+ }
856
+
857
+ &:after {
858
+ content: "";
859
+ display: block;
860
+ width: 14px;
861
+ height: 14px;
862
+ background: white;
863
+ position: absolute;
864
+ top: 7px;
865
+ right: 17px;
866
+ border-radius: 13em;
867
+ @include transition(all,ease-in-out,.3s);
868
+ }
869
+ }
870
+
871
+ input[type=checkbox] {
872
+ display: none;
873
+ }
874
+
875
+ input[type=checkbox]:checked + span:after {
876
+ right: 3px;
877
+ }
878
+
879
+ input[type=checkbox]:checked + span:before {
880
+ border-color: #000;
881
+ background: #000;
882
+ }
883
+ }
884
+ }
885
+
886
+ .woocommerce-checkout {
887
+ .select2-choice,
888
+ .select2-choice:hover {
889
+ box-shadow: none !important;
890
+ -webkit-box-shadow: none !important;
891
+ }
892
+
893
+ .select2-choice {
894
+ padding: .7em 0 .7em .7em;
895
+ }
896
+ }
897
+
898
+ .woocommerce-checkout-review-order-table {
899
+ td {
900
+ padding: 1em .5em;
901
+ }
902
+
903
+ dl.variation {
904
+ margin: 0;
905
+
906
+ p {
907
+ margin: 0;
908
+ }
909
+ }
910
+ }
911
+
912
+ .wc_payment_method {
913
+ list-style: none;
914
+ border-bottom: 1px solid #ddd;
915
+
916
+ .payment_box {
917
+ padding: 2em;
918
+ background: #eee;
919
+
920
+ ul,
921
+ ol {
922
+ &:last-of-type {
923
+ margin-bottom: 0;
924
+ }
925
+ }
926
+
927
+ fieldset {
928
+ padding: 1.5em;
929
+ padding-bottom: 0;
930
+ border: 0;
931
+ background: #f6f6f6;
932
+ }
933
+
934
+ li {
935
+ list-style: none;
936
+ }
937
+
938
+ p:last-child {
939
+ margin-bottom: 0;
940
+ }
941
+ }
942
+
943
+ > label:first-of-type {
944
+ margin: 1em 0;
945
+
946
+ img {
947
+ max-height: 24px;
948
+ max-width: 200px;
949
+ float: right;
950
+ }
951
+ }
952
+
953
+ label {
954
+ cursor: pointer;
955
+ }
956
+
957
+ input[type=radio] {
958
+ display: none;
959
+
960
+ & + label {
961
+ &:before {
962
+ content: "";
963
+ display: inline-block;
964
+ width: 16px;
965
+ height: 16px;
966
+ border: 2px solid white;
967
+ box-shadow: 0 0 0 2px black;
968
+ background: white;
969
+ margin-left: 4px;
970
+ margin-right: .5em;
971
+ border-radius: 100%;
972
+ @include transform(translateY(2px));
973
+ }
974
+ }
975
+
976
+ &:checked + label {
977
+ &:before {
978
+ background: black;
979
+ }
980
+ }
981
+ }
982
+ }
983
+
984
+ /**
985
+ * Layout stuff
986
+ */
987
+ @media screen and (min-width: 48em) {
988
+ .has-sidebar.woocommerce-page:not(.error404) {
989
+ #primary {
990
+ width: 74%;
991
+ }
992
+
993
+ #secondary {
994
+ width: 20%;
995
+ }
996
+ }
997
+
998
+ body.page-two-column.woocommerce-cart:not(.archive) #primary .entry-header,
999
+ body.page-two-column.woocommerce-checkout:not(.archive) #primary .entry-header,
1000
+ body.page-two-column.woocommerce-account:not(.archive) #primary .entry-header {
1001
+ width: 16%;
1002
+ }
1003
+
1004
+ body.page-two-column.woocommerce-cart:not(.archive) #primary .entry-content,
1005
+ body.page-two-column.woocommerce-checkout:not(.archive) #primary .entry-content,
1006
+ body.page-two-column.woocommerce-account:not(.archive) #primary .entry-content {
1007
+ width: 78%;
1008
+ }
1009
+ }
assets/css/wc-setup-rtl.css ADDED
@@ -0,0 +1 @@
 
1
+ .wc-setup-content p,.wc-setup-content table{font-size:1em;line-height:1.75em;color:#666}body{margin:100px auto 24px;box-shadow:none;background:#f1f1f1;padding:0}#wc-logo{border:0;margin:0 0 24px;padding:0;text-align:center}#wc-logo img{max-width:50%}.wc-setup-content{box-shadow:0 1px 3px rgba(0,0,0,.13);padding:24px 24px 0;background:#fff;overflow:hidden;zoom:1}.wc-setup-content h1,.wc-setup-content h2,.wc-setup-content h3,.wc-setup-content table{margin:0 0 24px;border:0;padding:0;color:#666;clear:none}.wc-setup-content p{margin:0 0 24px}.wc-setup-content a{color:#a16696}.wc-setup-content a:focus,.wc-setup-content a:hover{color:#111}.wc-setup-content .form-table th{width:35%;vertical-align:top;font-weight:400}.wc-setup-content .form-table td{vertical-align:top}.wc-setup-content .form-table td input,.wc-setup-content .form-table td select{width:100%;box-sizing:border-box}.wc-setup-content .form-table td input[size]{width:auto}.wc-setup-content .form-table td .description{line-height:1.5em;display:block;margin-top:.25em;color:#999;font-style:italic}.wc-setup-content .form-table td .input-checkbox,.wc-setup-content .form-table td .input-radio{width:auto;box-sizing:inherit;padding:inherit;margin:0 0 0 .5em;box-shadow:none}.wc-setup-content .form-table .section_title td{padding:0}.wc-setup-content .form-table .section_title td h2,.wc-setup-content .form-table .section_title td p{margin:12px 0 0}.wc-setup-content .form-table td,.wc-setup-content .form-table th{padding:12px 0;margin:0;border:0}.wc-setup-content .form-table td:first-child,.wc-setup-content .form-table th:first-child{padding-left:1em}.wc-setup-content table.tax-rates{width:100%;font-size:.92em}.wc-setup-content table.tax-rates th{padding:0;text-align:center;width:auto;vertical-align:middle}.wc-setup-content table.tax-rates td{border:1px solid #f5f5f5;padding:6px;text-align:center;vertical-align:middle}.wc-setup-content table.tax-rates td input{outline:0;border:0;padding:0;box-shadow:none;text-align:center;width:100%}.wc-setup-content table.tax-rates .add,.wc-setup-content table.tax-rates .remove{padding:1em 1em 0 0;line-height:1em;width:0;height:0;display:inline-block;font-size:1em;overflow:hidden}.wc-setup-content table.tax-rates td.sort{cursor:move;color:#ccc}.wc-setup-content table.tax-rates td.sort::before{content:'\f333';font-family:dashicons}.wc-setup-content table.tax-rates td.readonly{background:#f5f5f5}.wc-setup-content table.tax-rates .add{margin:6px 0 0;position:relative}.wc-setup-content table.tax-rates .add::before{content:'\f502';font-family:dashicons;position:absolute;right:0;top:0}.wc-setup-content table.tax-rates .remove{margin:0;position:relative}.wc-setup-content table.tax-rates .remove::before{content:'\f182';font-family:dashicons;position:absolute;right:0;top:0}.wc-setup-content .wc-setup-pages{width:100%;border-top:1px solid #eee}.wc-setup-content .wc-setup-pages thead th{display:none}.wc-setup-content .wc-setup-pages .page-name{width:30%;font-weight:700}.wc-setup-content .wc-setup-pages td,.wc-setup-content .wc-setup-pages th{padding:14px 0;border-bottom:1px solid #eee}.wc-setup-content .wc-setup-pages td:first-child,.wc-setup-content .wc-setup-pages th:first-child{padding-left:9px}.wc-setup-content .wc-setup-pages th{padding-top:0}.wc-setup-content .wc-setup-pages .page-options p{color:#777;margin:6px 24px 0 0;line-height:1.75em}.wc-setup-content .wc-setup-pages .page-options p input{vertical-align:middle;margin:1px 0 0;height:1.75em;width:1.75em;line-height:1.75em}.wc-setup-content .wc-setup-pages .page-options p label{line-height:1}@media screen and (max-width:782px){.wc-setup-content .form-table tbody th{width:auto}}.wc-setup-content .twitter-share-button{float:left}.wc-setup-content .wc-setup-next-steps{overflow:hidden;margin:0 0 24px}.wc-setup-content .wc-setup-next-steps h2{margin-bottom:12px}.wc-setup-content .wc-setup-next-steps .wc-setup-next-steps-first{float:right;width:50%;box-sizing:border-box}.wc-setup-content .wc-setup-next-steps .wc-setup-next-steps-last{float:left;width:50%;box-sizing:border-box}.wc-setup-content .wc-setup-next-steps ul{padding:0 0 0 2em;list-style:none;margin:0 0 -.75em}.wc-setup-content .wc-setup-next-steps ul li a{display:block;padding:0 0 .75em}.wc-setup-content .wc-setup-next-steps ul .setup-product a{background-color:#bb77ae;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;text-shadow:0 -1px 1px #a36597,-1px 0 1px #a36597,0 1px 1px #a36597,1px 0 1px #a36597;font-size:1em;height:auto;line-height:1.75em;margin:0 0 .75em;opacity:1;padding:1em;text-align:center}.wc-setup-content .wc-setup-next-steps ul .setup-product a:active,.wc-setup-content .wc-setup-next-steps ul .setup-product a:focus,.wc-setup-content .wc-setup-next-steps ul .setup-product a:hover{background:#a36597;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.wc-setup-content .wc-setup-next-steps ul li a::before{color:#82878c;font:400 20px/1 dashicons;speak:none;display:inline-block;padding:0 0 0 10px;top:1px;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important;vertical-align:top}.wc-setup-content .wc-setup-next-steps ul .learn-more a::before{content:'\f105'}.wc-setup-content .wc-setup-next-steps ul .video-walkthrough a::before{content:'\f126'}.wc-setup-content .wc-setup-next-steps ul .newsletter a::before{content:'\f465'}.wc-setup-content .updated,.wc-setup-content .woocommerce-tracker{padding:24px 24px 0;margin:0 0 24px;overflow:hidden;background:#f5f5f5}.wc-setup-content .updated p,.wc-setup-content .woocommerce-tracker p{padding:0;margin:0 0 12px}.wc-setup-content .updated p:last-child,.wc-setup-content .woocommerce-tracker p:last-child{margin:0 0 24px}.wc-setup-steps{padding:0 0 24px;margin:0;list-style:none;overflow:hidden;color:#ccc;width:100%;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.wc-setup-steps li{width:20%;float:right;padding:0 0 .8em;margin:0;text-align:center;position:relative;border-bottom:4px solid #ccc;line-height:1.4em}.wc-setup-steps li::before{content:'';border:4px solid #ccc;border-radius:100%;width:4px;height:4px;position:absolute;bottom:0;right:50%;margin-right:-6px;margin-bottom:-8px;background:#fff}.wc-setup-steps li.active{border-color:#a16696;color:#a16696}.wc-setup-steps li.active::before{border-color:#a16696}.wc-setup-steps li.done{border-color:#a16696;color:#a16696}.wc-setup-steps li.done::before{border-color:#a16696;background:#a16696}.wc-setup .wc-setup-actions{overflow:hidden}.wc-setup .wc-setup-actions .button{float:left;font-size:1.25em;padding:.5em 1em;line-height:1em;margin-left:.5em;margin-bottom:2px;height:auto;border-radius:4px}.wc-setup .wc-setup-actions .button-primary{background-color:#bb77ae;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;text-shadow:0 -1px 1px #a36597,-1px 0 1px #a36597,0 1px 1px #a36597,1px 0 1px #a36597;float:left;margin:0;opacity:1}.wc-setup .wc-setup-actions .button-primary:active,.wc-setup .wc-setup-actions .button-primary:focus,.wc-setup .wc-setup-actions .button-primary:hover{background:#a36597;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.wc-return-to-dashboard{font-size:.85em;color:#b5b5b5;margin:1.18em 0;display:block;text-align:center}ul.wc-wizard-payment-gateways{border:1px solid #eee;border-bottom-width:2px;padding:0;margin:0 0 1em;list-style:none;border-radius:4px}ul.wc-wizard-payment-gateways li.wc-wizard-gateway{padding:1.5em 4em 1em 1em;border-top:1px solid #eee;list-style:none;cursor:pointer;color:#555;box-sizing:border-box;clear:both}ul.wc-wizard-payment-gateways li.wc-wizard-gateway:first-child{border-top:0}ul.wc-wizard-payment-gateways li.wc-wizard-gateway.featured{width:50%;float:right;clear:none;border-left:1px solid #eee;border-top:0}ul.wc-wizard-payment-gateways li.wc-wizard-gateway.featured-row-last{border-left:0}ul.wc-wizard-payment-gateways li.wc-wizard-gateway .wc-wizard-gateway-settings{display:none;margin-bottom:0;cursor:default}ul.wc-wizard-payment-gateways li.wc-wizard-gateway.checked{background:#f7f1f6}ul.wc-wizard-payment-gateways li.wc-wizard-gateway.checked .wc-wizard-gateway-settings{display:table}ul.wc-wizard-payment-gateways li.wc-wizard-gateway .wc-wizard-gateway-description{font-style:italic}ul.wc-wizard-payment-gateways li.wc-wizard-gateway .wc-wizard-gateway-description p,ul.wc-wizard-payment-gateways li.wc-wizard-gateway .wc-wizard-gateway-enable{margin:0 0 .5em}ul.wc-wizard-payment-gateways li.wc-wizard-gateway .wc-wizard-gateway-enable label{display:block;font-weight:700;vertical-align:middle}ul.wc-wizard-payment-gateways li.wc-wizard-gateway .wc-wizard-gateway-enable label img{max-height:2em;vertical-align:middle}ul.wc-wizard-payment-gateways li.wc-wizard-gateway .wc-wizard-gateway-enable label::before{content:'';background:#fff;border:2px solid #eee;display:inline-block;float:right;vertical-align:middle;width:2em;height:2em;padding:0;box-sizing:border-box;line-height:1.8em;text-align:center;margin:0 -3em 0 1em;border-radius:4px}ul.wc-wizard-payment-gateways li.wc-wizard-gateway .wc-wizard-gateway-enable input{opacity:0;width:0;position:absolute}ul.wc-wizard-payment-gateways li.wc-wizard-gateway .wc-wizard-gateway-enable input:checked+label::before{content:'\f147';font-family:dashicons;color:#fff;border-color:#a46497;background:#a46497}ul.wc-wizard-payment-gateways li.wc-wizard-gateway .wc-wizard-gateway-enable input:focus+label{outline:#ddd solid 1px}
assets/css/wc-setup.css ADDED
@@ -0,0 +1 @@
 
1
+ .wc-setup-content p,.wc-setup-content table{font-size:1em;line-height:1.75em;color:#666}body{margin:100px auto 24px;box-shadow:none;background:#f1f1f1;padding:0}#wc-logo{border:0;margin:0 0 24px;padding:0;text-align:center}#wc-logo img{max-width:50%}.wc-setup-content{box-shadow:0 1px 3px rgba(0,0,0,.13);padding:24px 24px 0;background:#fff;overflow:hidden;zoom:1}.wc-setup-content h1,.wc-setup-content h2,.wc-setup-content h3,.wc-setup-content table{margin:0 0 24px;border:0;padding:0;color:#666;clear:none}.wc-setup-content p{margin:0 0 24px}.wc-setup-content a{color:#a16696}.wc-setup-content a:focus,.wc-setup-content a:hover{color:#111}.wc-setup-content .form-table th{width:35%;vertical-align:top;font-weight:400}.wc-setup-content .form-table td{vertical-align:top}.wc-setup-content .form-table td input,.wc-setup-content .form-table td select{width:100%;box-sizing:border-box}.wc-setup-content .form-table td input[size]{width:auto}.wc-setup-content .form-table td .description{line-height:1.5em;display:block;margin-top:.25em;color:#999;font-style:italic}.wc-setup-content .form-table td .input-checkbox,.wc-setup-content .form-table td .input-radio{width:auto;box-sizing:inherit;padding:inherit;margin:0 .5em 0 0;box-shadow:none}.wc-setup-content .form-table .section_title td{padding:0}.wc-setup-content .form-table .section_title td h2,.wc-setup-content .form-table .section_title td p{margin:12px 0 0}.wc-setup-content .form-table td,.wc-setup-content .form-table th{padding:12px 0;margin:0;border:0}.wc-setup-content .form-table td:first-child,.wc-setup-content .form-table th:first-child{padding-right:1em}.wc-setup-content table.tax-rates{width:100%;font-size:.92em}.wc-setup-content table.tax-rates th{padding:0;text-align:center;width:auto;vertical-align:middle}.wc-setup-content table.tax-rates td{border:1px solid #f5f5f5;padding:6px;text-align:center;vertical-align:middle}.wc-setup-content table.tax-rates td input{outline:0;border:0;padding:0;box-shadow:none;text-align:center;width:100%}.wc-setup-content table.tax-rates .add,.wc-setup-content table.tax-rates .remove{padding:1em 0 0 1em;line-height:1em;width:0;height:0;display:inline-block;font-size:1em;overflow:hidden}.wc-setup-content table.tax-rates td.sort{cursor:move;color:#ccc}.wc-setup-content table.tax-rates td.sort::before{content:'\f333';font-family:dashicons}.wc-setup-content table.tax-rates td.readonly{background:#f5f5f5}.wc-setup-content table.tax-rates .add{margin:6px 0 0;position:relative}.wc-setup-content table.tax-rates .add::before{content:'\f502';font-family:dashicons;position:absolute;left:0;top:0}.wc-setup-content table.tax-rates .remove{margin:0;position:relative}.wc-setup-content table.tax-rates .remove::before{content:'\f182';font-family:dashicons;position:absolute;left:0;top:0}.wc-setup-content .wc-setup-pages{width:100%;border-top:1px solid #eee}.wc-setup-content .wc-setup-pages thead th{display:none}.wc-setup-content .wc-setup-pages .page-name{width:30%;font-weight:700}.wc-setup-content .wc-setup-pages td,.wc-setup-content .wc-setup-pages th{padding:14px 0;border-bottom:1px solid #eee}.wc-setup-content .wc-setup-pages td:first-child,.wc-setup-content .wc-setup-pages th:first-child{padding-right:9px}.wc-setup-content .wc-setup-pages th{padding-top:0}.wc-setup-content .wc-setup-pages .page-options p{color:#777;margin:6px 0 0 24px;line-height:1.75em}.wc-setup-content .wc-setup-pages .page-options p input{vertical-align:middle;margin:1px 0 0;height:1.75em;width:1.75em;line-height:1.75em}.wc-setup-content .wc-setup-pages .page-options p label{line-height:1}@media screen and (max-width:782px){.wc-setup-content .form-table tbody th{width:auto}}.wc-setup-content .twitter-share-button{float:right}.wc-setup-content .wc-setup-next-steps{overflow:hidden;margin:0 0 24px}.wc-setup-content .wc-setup-next-steps h2{margin-bottom:12px}.wc-setup-content .wc-setup-next-steps .wc-setup-next-steps-first{float:left;width:50%;box-sizing:border-box}.wc-setup-content .wc-setup-next-steps .wc-setup-next-steps-last{float:right;width:50%;box-sizing:border-box}.wc-setup-content .wc-setup-next-steps ul{padding:0 2em 0 0;list-style:none;margin:0 0 -.75em}.wc-setup-content .wc-setup-next-steps ul li a{display:block;padding:0 0 .75em}.wc-setup-content .wc-setup-next-steps ul .setup-product a{background-color:#bb77ae;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;text-shadow:0 -1px 1px #a36597,1px 0 1px #a36597,0 1px 1px #a36597,-1px 0 1px #a36597;font-size:1em;height:auto;line-height:1.75em;margin:0 0 .75em;opacity:1;padding:1em;text-align:center}.wc-setup-content .wc-setup-next-steps ul .setup-product a:active,.wc-setup-content .wc-setup-next-steps ul .setup-product a:focus,.wc-setup-content .wc-setup-next-steps ul .setup-product a:hover{background:#a36597;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.wc-setup-content .wc-setup-next-steps ul li a::before{color:#82878c;font:400 20px/1 dashicons;speak:none;display:inline-block;padding:0 10px 0 0;top:1px;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none!important;vertical-align:top}.wc-setup-content .wc-setup-next-steps ul .learn-more a::before{content:'\f105'}.wc-setup-content .wc-setup-next-steps ul .video-walkthrough a::before{content:'\f126'}.wc-setup-content .wc-setup-next-steps ul .newsletter a::before{content:'\f465'}.wc-setup-content .updated,.wc-setup-content .woocommerce-tracker{padding:24px 24px 0;margin:0 0 24px;overflow:hidden;background:#f5f5f5}.wc-setup-content .updated p,.wc-setup-content .woocommerce-tracker p{padding:0;margin:0 0 12px}.wc-setup-content .updated p:last-child,.wc-setup-content .woocommerce-tracker p:last-child{margin:0 0 24px}.wc-setup-steps{padding:0 0 24px;margin:0;list-style:none;overflow:hidden;color:#ccc;width:100%;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.wc-setup-steps li{width:20%;float:left;padding:0 0 .8em;margin:0;text-align:center;position:relative;border-bottom:4px solid #ccc;line-height:1.4em}.wc-setup-steps li::before{content:'';border:4px solid #ccc;border-radius:100%;width:4px;height:4px;position:absolute;bottom:0;left:50%;margin-left:-6px;margin-bottom:-8px;background:#fff}.wc-setup-steps li.active{border-color:#a16696;color:#a16696}.wc-setup-steps li.active::before{border-color:#a16696}.wc-setup-steps li.done{border-color:#a16696;color:#a16696}.wc-setup-steps li.done::before{border-color:#a16696;background:#a16696}.wc-setup .wc-setup-actions{overflow:hidden}.wc-setup .wc-setup-actions .button{float:right;font-size:1.25em;padding:.5em 1em;line-height:1em;margin-right:.5em;margin-bottom:2px;height:auto;border-radius:4px}.wc-setup .wc-setup-actions .button-primary{background-color:#bb77ae;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;text-shadow:0 -1px 1px #a36597,1px 0 1px #a36597,0 1px 1px #a36597,-1px 0 1px #a36597;float:right;margin:0;opacity:1}.wc-setup .wc-setup-actions .button-primary:active,.wc-setup .wc-setup-actions .button-primary:focus,.wc-setup .wc-setup-actions .button-primary:hover{background:#a36597;border-color:#a36597;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.wc-return-to-dashboard{font-size:.85em;color:#b5b5b5;margin:1.18em 0;display:block;text-align:center}ul.wc-wizard-payment-gateways{border:1px solid #eee;border-bottom-width:2px;padding:0;margin:0 0 1em;list-style:none;border-radius:4px}ul.wc-wizard-payment-gateways li.wc-wizard-gateway{padding:1.5em 1em 1em 4em;border-top:1px solid #eee;list-style:none;cursor:pointer;color:#555;box-sizing:border-box;clear:both}ul.wc-wizard-payment-gateways li.wc-wizard-gateway:first-child{border-top:0}ul.wc-wizard-payment-gateways li.wc-wizard-gateway.featured{width:50%;float:left;clear:none;border-right:1px solid #eee;border-top:0}ul.wc-wizard-payment-gateways li.wc-wizard-gateway.featured-row-last{border-right:0}ul.wc-wizard-payment-gateways li.wc-wizard-gateway .wc-wizard-gateway-settings{display:none;margin-bottom:0;cursor:default}ul.wc-wizard-payment-gateways li.wc-wizard-gateway.checked{background:#f7f1f6}ul.wc-wizard-payment-gateways li.wc-wizard-gateway.checked .wc-wizard-gateway-settings{display:table}ul.wc-wizard-payment-gateways li.wc-wizard-gateway .wc-wizard-gateway-description{font-style:italic}ul.wc-wizard-payment-gateways li.wc-wizard-gateway .wc-wizard-gateway-description p,ul.wc-wizard-payment-gateways li.wc-wizard-gateway .wc-wizard-gateway-enable{margin:0 0 .5em}ul.wc-wizard-payment-gateways li.wc-wizard-gateway .wc-wizard-gateway-enable label{display:block;font-weight:700;vertical-align:middle}ul.wc-wizard-payment-gateways li.wc-wizard-gateway .wc-wizard-gateway-enable label img{max-height:2em;vertical-align:middle}ul.wc-wizard-payment-gateways li.wc-wizard-gateway .wc-wizard-gateway-enable label::before{content:'';background:#fff;border:2px solid #eee;display:inline-block;float:left;vertical-align:middle;width:2em;height:2em;padding:0;box-sizing:border-box;line-height:1.8em;text-align:center;margin:0 1em 0 -3em;border-radius:4px}ul.wc-wizard-payment-gateways li.wc-wizard-gateway .wc-wizard-gateway-enable input{opacity:0;width:0;position:absolute}ul.wc-wizard-payment-gateways li.wc-wizard-gateway .wc-wizard-gateway-enable input:checked+label::before{content:'\f147';font-family:dashicons;color:#fff;border-color:#a46497;background:#a46497}ul.wc-wizard-payment-gateways li.wc-wizard-gateway .wc-wizard-gateway-enable input:focus+label{outline:#ddd solid 1px}
assets/css/wc-setup.scss ADDED
@@ -0,0 +1,490 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ body {
2
+ margin: 100px auto 24px;
3
+ box-shadow: none;
4
+ background: #f1f1f1;
5
+ padding: 0;
6
+ }
7
+ #wc-logo {
8
+ border: 0;
9
+ margin: 0 0 24px;
10
+ padding: 0;
11
+ text-align: center;
12
+ img {
13
+ max-width: 50%;
14
+ }
15
+ }
16
+ .wc-setup-content {
17
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
18
+ padding: 24px 24px 0;
19
+ background: #fff;
20
+ overflow: hidden;
21
+ zoom: 1;
22
+
23
+ h1, h2, h3, table {
24
+ margin: 0 0 24px;
25
+ border: 0;
26
+ padding: 0;
27
+ color: #666;
28
+ clear: none;
29
+ }
30
+ p {
31
+ margin: 0 0 24px;
32
+ font-size: 1em;
33
+ line-height: 1.75em;
34
+ color: #666;
35
+ }
36
+ table {
37
+ font-size: 1em;
38
+ line-height: 1.75em;
39
+ color: #666;
40
+ }
41
+ a {
42
+ color: #a16696;
43
+ &:hover, &:focus {
44
+ color: #111;
45
+ }
46
+ }
47
+ .form-table {
48
+ th {
49
+ width: 35%;
50
+ vertical-align: top;
51
+ font-weight: normal;
52
+ }
53
+ td {
54
+ vertical-align: top;
55
+ select, input {
56
+ width: 100%;
57
+ box-sizing: border-box;
58
+ }
59
+ input[size] {
60
+ width: auto;
61
+ }
62
+ .description {
63
+ line-height: 1.5em;
64
+ display: block;
65
+ margin-top: 0.25em;
66
+ color: #999;
67
+ font-style: italic;
68
+ }
69
+ .input-checkbox, .input-radio {
70
+ width: auto;
71
+ box-sizing: inherit;
72
+ padding: inherit;
73
+ margin: 0 0.5em 0 0;
74
+ box-shadow: none;
75
+ }
76
+ }
77
+ .section_title {
78
+ td {
79
+ padding: 0;
80
+ h2, p {
81
+ margin: 12px 0 0;
82
+ }
83
+ }
84
+ }
85
+ th, td {
86
+ padding: 12px 0;
87
+ margin: 0;
88
+ border: 0;
89
+ &:first-child {
90
+ padding-right: 1em;
91
+ }
92
+ }
93
+ }
94
+ table.tax-rates {
95
+ width: 100%;
96
+ font-size: 0.92em;
97
+ th {
98
+ padding: 0;
99
+ text-align: center;
100
+ width: auto;
101
+ vertical-align: middle;
102
+ }
103
+ td {
104
+ border: 1px solid #f5f5f5;
105
+ padding: 6px;
106
+ text-align: center;
107
+ vertical-align: middle;
108
+ input {
109
+ outline: 0;
110
+ border: 0;
111
+ padding: 0;
112
+ box-shadow: none;
113
+ text-align: center;
114
+ width: 100%;
115
+ }
116
+ &.sort {
117
+ cursor: move;
118
+ color: #ccc;
119
+ &::before {
120
+ content: '\f333';
121
+ font-family: 'dashicons';
122
+ }
123
+ }
124
+ &.readonly {
125
+ background: #f5f5f5;
126
+ }
127
+ }
128
+ .add {
129
+ padding: 1em 0 0 1em;
130
+ line-height: 1em;
131
+ font-size: 1em;
132
+ width: 0;
133
+ margin: 6px 0 0;
134
+ height: 0;
135
+ overflow: hidden;
136
+ position: relative;
137
+ display: inline-block;
138
+ &::before {
139
+ content: '\f502';
140
+ font-family: 'dashicons';
141
+ position: absolute;
142
+ left: 0;
143
+ top: 0;
144
+ }
145
+ }
146
+ .remove {
147
+ padding: 1em 0 0 1em;
148
+ line-height: 1em;
149
+ font-size: 1em;
150
+ width: 0;
151
+ margin: 0;
152
+ height: 0;
153
+ overflow: hidden;
154
+ position: relative;
155
+ display: inline-block;
156
+ &::before {
157
+ content: '\f182';
158
+ font-family: 'dashicons';
159
+ position: absolute;
160
+ left: 0;
161
+ top: 0;
162
+ }
163
+ }
164
+ }
165
+ .wc-setup-pages {
166
+ width: 100%;
167
+ border-top: 1px solid #eee;
168
+ thead th {
169
+ display: none;
170
+ }
171
+ .page-name {
172
+ width: 30%;
173
+ font-weight: bold;
174
+ }
175
+ th, td {
176
+ padding: 14px 0;
177
+ border-bottom: 1px solid #eee;
178
+ &:first-child {
179
+ padding-right: 9px;
180
+ }
181
+ }
182
+ th {
183
+ padding-top: 0;
184
+ }
185
+ .page-options {
186
+ p {
187
+ color: #777;
188
+ margin: 6px 0 0 24px;
189
+ line-height: 1.75em;
190
+ input {
191
+ vertical-align: middle;
192
+ margin: 1px 0 0;
193
+ height: 1.75em;
194
+ width: 1.75em;
195
+ line-height: 1.75em;
196
+ }
197
+ label {
198
+ line-height: 1;
199
+ }
200
+ }
201
+ }
202
+ }
203
+ @media screen and (max-width: 782px) {
204
+ .form-table {
205
+ tbody {
206
+ th {
207
+ width: auto;
208
+ }
209
+ }
210
+ }
211
+ }
212
+ .twitter-share-button {
213
+ float: right;
214
+ }
215
+ .wc-setup-next-steps {
216
+ overflow: hidden;
217
+ margin: 0 0 24px;
218
+ h2 {
219
+ margin-bottom: 12px;
220
+ }
221
+ .wc-setup-next-steps-first {
222
+ float: left;
223
+ width: 50%;
224
+ box-sizing: border-box;
225
+ }
226
+ .wc-setup-next-steps-last {
227
+ float: right;
228
+ width: 50%;
229
+ box-sizing: border-box;
230
+ }
231
+ ul {
232
+ padding: 0 2em 0 0;
233
+ list-style: none outside;
234
+ margin: 0 0 -0.75em;
235
+ li a {
236
+ display: block;
237
+ padding: 0 0 0.75em;
238
+ }
239
+ .setup-product {
240
+ a {
241
+ background-color: #bb77ae;
242
+ border-color: #a36597;
243
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
244
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
245
+ text-shadow: 0 -1px 1px #a36597, 1px 0 1px #a36597, 0 1px 1px #a36597, -1px 0 1px #a36597;
246
+ font-size: 1em;
247
+ height: auto;
248
+ line-height: 1.75em;
249
+ margin: 0 0 0.75em;
250
+ opacity: 1;
251
+ padding: 1em;
252
+ text-align: center;
253
+
254
+ &:hover, &:focus, &:active {
255
+ background: #a36597;
256
+ border-color: #a36597;
257
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
258
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
259
+ }
260
+ }
261
+ }
262
+ li a::before {
263
+ color: #82878c;
264
+ font: normal 20px/1 'dashicons';
265
+ speak: none;
266
+ display: inline-block;
267
+ padding: 0 10px 0 0;
268
+ top: 1px;
269
+ position: relative;
270
+ -webkit-font-smoothing: antialiased;
271
+ -moz-osx-font-smoothing: grayscale;
272
+ text-decoration: none !important;
273
+ vertical-align: top;
274
+ }
275
+ .learn-more a::before {
276
+ content: '\f105';
277
+ }
278
+ .video-walkthrough a::before {
279
+ content: '\f126';
280
+ }
281
+ .newsletter a::before {
282
+ content: '\f465';
283
+ }
284
+ }
285
+ }
286
+ .woocommerce-tracker, .updated {
287
+ padding: 24px 24px 0;
288
+ margin: 0 0 24px;
289
+ overflow: hidden;
290
+ background: #f5f5f5;
291
+ p {
292
+ padding: 0;
293
+ margin: 0 0 12px;
294
+ }
295
+ p:last-child {
296
+ margin: 0 0 24px;
297
+ }
298
+ }
299
+ }
300
+ .wc-setup-steps {
301
+ padding: 0 0 24px;
302
+ margin: 0;
303
+ list-style: none outside;
304
+ overflow: hidden;
305
+ color: #ccc;
306
+ width:100%;
307
+ display: -webkit-inline-flex;
308
+ display: -ms-inline-flexbox;
309
+ display: inline-flex;
310
+ li {
311
+ width: 20%;
312
+ float: left;
313
+ padding: 0 0 0.8em;
314
+ margin: 0;
315
+ text-align: center;
316
+ position: relative;
317
+ border-bottom: 4px solid #ccc;
318
+ line-height: 1.4em;
319
+ }
320
+ li::before {
321
+ content: '';
322
+ border: 4px solid #ccc;
323
+ border-radius: 100%;
324
+ width: 4px;
325
+ height: 4px;
326
+ position: absolute;
327
+ bottom: 0;
328
+ left: 50%;
329
+ margin-left: -6px;
330
+ margin-bottom: -8px;
331
+ background: #fff;
332
+ }
333
+ li.active {
334
+ border-color: #a16696;
335
+ color: #a16696;
336
+ &::before {
337
+ border-color: #a16696;
338
+ }
339
+ }
340
+ li.done {
341
+ border-color: #a16696;
342
+ color: #a16696;
343
+ &::before {
344
+ border-color: #a16696;
345
+ background: #a16696;
346
+ }
347
+ }
348
+ }
349
+ .wc-setup .wc-setup-actions {
350
+ overflow: hidden;
351
+ .button {
352
+ float: right;
353
+ font-size: 1.25em;
354
+ padding: 0.5em 1em;
355
+ line-height: 1em;
356
+ margin-right: 0.5em;
357
+ margin-bottom: 2px;
358
+ height: auto;
359
+ border-radius: 4px;
360
+ }
361
+ .button-primary {
362
+ background-color: #bb77ae;
363
+ border-color: #a36597;
364
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
365
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
366
+ text-shadow: 0 -1px 1px #a36597, 1px 0 1px #a36597, 0 1px 1px #a36597, -1px 0 1px #a36597;
367
+ float: right;
368
+ margin: 0;
369
+ opacity: 1;
370
+
371
+ &:hover, &:focus, &:active {
372
+ background: #a36597;
373
+ border-color: #a36597;
374
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
375
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
376
+ }
377
+ }
378
+ }
379
+ .wc-return-to-dashboard {
380
+ font-size: 0.85em;
381
+ color: #b5b5b5;
382
+ margin: 1.18em 0;
383
+ display: block;
384
+ text-align: center;
385
+ }
386
+
387
+ ul.wc-wizard-payment-gateways {
388
+ border: 1px solid #eee;
389
+ border-bottom-width: 2px;
390
+ padding: 0;
391
+ margin: 0 0 1em;
392
+ list-style: none outside;
393
+ border-radius: 4px;
394
+
395
+ li.wc-wizard-gateway {
396
+ padding: 1.5em 1em 1em 4em;
397
+ border-top: 1px solid #eee;
398
+ list-style: none outside;
399
+ cursor: pointer;
400
+ color: #555;
401
+ box-sizing: border-box;
402
+ clear: both;
403
+
404
+ &:first-child {
405
+ border-top: 0;
406
+ }
407
+
408
+ &.featured {
409
+ width: 50%;
410
+ float: left;
411
+ clear: none;
412
+ border-right: 1px solid #eee;
413
+ border-top: 0;
414
+ }
415
+
416
+ &.featured-row-last {
417
+ border-right: 0;
418
+ }
419
+
420
+ .wc-wizard-gateway-settings {
421
+ display: none;
422
+ margin-bottom: 0;
423
+ cursor: default;
424
+ }
425
+
426
+ &.checked {
427
+ background: #f7f1f6;
428
+
429
+ .wc-wizard-gateway-settings {
430
+ display: table;
431
+ }
432
+ }
433
+
434
+ .wc-wizard-gateway-description {
435
+ font-style: italic;
436
+
437
+ p {
438
+ margin: 0 0 0.5em;
439
+ }
440
+ }
441
+
442
+ .wc-wizard-gateway-enable {
443
+ margin: 0 0 0.5em;
444
+
445
+ label {
446
+ display: block;
447
+ font-weight: bold;
448
+ vertical-align: middle;
449
+
450
+ img {
451
+ max-height: 2em;
452
+ vertical-align: middle;
453
+ }
454
+ }
455
+ label::before {
456
+ content: '';
457
+ background: #fff;
458
+ border: 2px solid #eee;
459
+ display: inline-block;
460
+ float: left;
461
+ vertical-align: middle;
462
+ width: 2em;
463
+ height: 2em;
464
+ padding: 0;
465
+ box-sizing: border-box;
466
+ line-height: 1.8em;
467
+ text-align: center;
468
+ margin: 0 1em 0 -3em;
469
+ border-radius: 4px;
470
+ }
471
+ input {
472
+ opacity: 0;
473
+ width: 0;
474
+ position: absolute;
475
+
476
+ &:checked + label::before {
477
+ content: '\f147';
478
+ font-family: 'dashicons';
479
+ color: #fff;
480
+ border-color: #a46497;
481
+ background: #a46497;
482
+ }
483
+
484
+ &:focus + label {
485
+ outline: 1px solid #ddd; /* focus style */
486
+ }
487
+ }
488
+ }
489
+ }
490
+ }
assets/css/woocommerce-layout-rtl.css ADDED
@@ -0,0 +1 @@
 
1
+ .woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:' ';display:table}.woocommerce #content div.product .woocommerce-tabs,.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product div.thumbnails a.first,.woocommerce #content div.product div.thumbnails::after,.woocommerce .cart-collaterals::after,.woocommerce .col2-set::after,.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails::after,.woocommerce ul.products,.woocommerce ul.products li.first,.woocommerce ul.products::after,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page .cart-collaterals::after,.woocommerce-page .col2-set::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page ul.products,.woocommerce-page ul.products li.first,.woocommerce-page ul.products::after{clear:both}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:left}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:right;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:left;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:right;width:48%}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:right;width:30.75%;margin-left:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-left:0}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-left:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:left;width:48%}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:' ';display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:left;height:auto}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:right;margin:0 0 2.992em 3.8%;padding:0;position:relative;width:22.05%}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-left:0}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-left:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:right}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:left}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:left}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:right}.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label{display:none}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:' ';display:table}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:right}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:right}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:left;float:left}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce form .form-row-wide,.woocommerce form .form-row::after,.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page form .form-row-wide,.woocommerce-page form .form-row::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:left;width:48%}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:left;height:auto}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:right}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:left}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:right;padding:0 0 0 1em;float:right}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:left}.woocommerce-account .woocommerce-MyAccount-navigation{float:right;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:left;width:68%}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:left}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:right}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-left:30px;padding-right:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-left:15px;padding-right:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-left:30px;padding-right:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-left:54px}.full-width .twentyfourteen .tfwc{margin-left:auto}}.twentyfifteen .t15wc{padding-right:7.6923%;padding-left:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-right:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-left:7.6923%;margin-right:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-right:8.3333%;margin-left:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-left:7.6923%;margin-right:7.6923%}.twentysixteen .entry-summary{margin-left:0;margin-right:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-left:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-left:0;margin-right:0}.no-sidebar .twentysixteen .site-main{margin-left:15%;margin-right:15%}.no-sidebar .twentysixteen .entry-summary{margin-left:0;margin-right:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:left}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:right}
assets/css/woocommerce-layout.css ADDED
@@ -0,0 +1 @@
 
1
+ .woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:' ';display:table}.woocommerce #content div.product .woocommerce-tabs,.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product div.thumbnails a.first,.woocommerce #content div.product div.thumbnails::after,.woocommerce .cart-collaterals::after,.woocommerce .col2-set::after,.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails::after,.woocommerce ul.products,.woocommerce ul.products li.first,.woocommerce ul.products::after,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page .cart-collaterals::after,.woocommerce-page .col2-set::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page ul.products,.woocommerce-page ul.products li.first,.woocommerce-page ul.products::after{clear:both}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:' ';display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label{display:none}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:' ';display:table}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce form .form-row-wide,.woocommerce form .form-row::after,.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page form .form-row-wide,.woocommerce-page form .form-row::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}
assets/css/woocommerce-layout.scss ADDED
@@ -0,0 +1,559 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * woocommerce-layout.scss
3
+ * Applies layout to the default WooCommerce frontend design
4
+ */
5
+
6
+ /**
7
+ * Imports
8
+ */
9
+ @import 'bourbon';
10
+ @import 'mixins';
11
+ @import 'variables';
12
+
13
+ /**
14
+ * Styling begins
15
+ */
16
+ .woocommerce, .woocommerce-page {
17
+
18
+ .woocommerce-message,
19
+ .woocommerce-error,
20
+ .woocommerce-info {
21
+ .button {
22
+ float: right;
23
+ }
24
+ }
25
+
26
+ /**
27
+ * General layout styles
28
+ */
29
+ .col2-set {
30
+ @include clearfix();
31
+ width: 100%;
32
+
33
+ .col-1 {
34
+ float: left;
35
+ width: 48%;
36
+ }
37
+ .col-2 {
38
+ float: right;
39
+ width: 48%;
40
+ }
41
+ }
42
+
43
+ img {
44
+ height: auto;
45
+ max-width: 100%;
46
+ }
47
+
48
+ /**
49
+ * Product page
50
+ */
51
+ div.product,
52
+ #content div.product {
53
+ div.images {
54
+ float: left;
55
+ width: 48%;
56
+ }
57
+
58
+ div.thumbnails {
59
+ @include clearfix();
60
+
61
+ a {
62
+ float: left;
63
+ width: 30.75%;
64
+ margin-right: 3.8%;
65
+ margin-bottom: 1em;
66
+ }
67
+
68
+ a.last {
69
+ margin-right: 0;
70
+ }
71
+
72
+ a.first {
73
+ clear: both;
74
+ }
75
+
76
+ &.columns-1 {
77
+ a {
78
+ width: 100%;
79
+ margin-right: 0;
80
+ float: none;
81
+ }
82
+ }
83
+
84
+ &.columns-2 {
85
+ a {
86
+ width: 48%;
87
+ }
88
+ }
89
+
90
+ &.columns-4 {
91
+ a {
92
+ width: 22.05%;
93
+ }
94
+ }
95
+
96
+ &.columns-5 {
97
+ a {
98
+ width: 16.9%;
99
+ }
100
+ }
101
+ }
102
+
103
+ div.summary {
104
+ float: right;
105
+ width: 48%;
106
+ }
107
+
108
+ .woocommerce-tabs {
109
+ clear: both;
110
+
111
+ ul.tabs {
112
+ @include menu();
113
+ }
114
+ }
115
+
116
+ #reviews {
117
+ .comment {
118
+ @include mediaright();
119
+ }
120
+ }
121
+ }
122
+
123
+ /**
124
+ * Product loops
125
+ */
126
+ ul.products {
127
+ clear: both;
128
+ @include clearfix();
129
+
130
+ li.product {
131
+ float: left;
132
+ margin: 0 3.8% 2.992em 0;
133
+ padding: 0;
134
+ position: relative;
135
+ width: 22.05%;
136
+ margin-left: 0;
137
+ }
138
+
139
+ li.first {
140
+ clear: both;
141
+ }
142
+
143
+ li.last {
144
+ margin-right: 0;
145
+ }
146
+ }
147
+
148
+ &.columns-1 {
149
+ ul.products {
150
+ li.product {
151
+ width: 100%;
152
+ margin-right: 0;
153
+ }
154
+ }
155
+ }
156
+
157
+ &.columns-2 {
158
+ ul.products {
159
+ li.product {
160
+ width: 48%;
161
+ }
162
+ }
163
+ }
164
+
165
+ &.columns-3 {
166
+ ul.products {
167
+ li.product {
168
+ width: 30.75%;
169
+ }
170
+ }
171
+ }
172
+
173
+ &.columns-5 {
174
+ ul.products {
175
+ li.product {
176
+ width: 16.95%;
177
+ }
178
+ }
179
+ }
180
+
181
+ &.columns-6 {
182
+ ul.products {
183
+ li.product {
184
+ width: 13.5%;
185
+ }
186
+ }
187
+ }
188
+
189
+ .woocommerce-result-count {
190
+ float: left;
191
+ }
192
+ .woocommerce-ordering {
193
+ float: right;
194
+ }
195
+
196
+ .woocommerce-pagination {
197
+ ul.page-numbers {
198
+ @include menu();
199
+ }
200
+ }
201
+
202
+ /**
203
+ * Cart page
204
+ */
205
+ table.cart,
206
+ #content table.cart {
207
+ img {
208
+ height: auto;
209
+ }
210
+
211
+ td.actions {
212
+ text-align: right;
213
+
214
+ .input-text {
215
+ width: 80px;
216
+ }
217
+
218
+ .coupon {
219
+ float: left;
220
+
221
+ label {
222
+ display: none;
223
+ }
224
+ }
225
+ }
226
+ }
227
+
228
+ .cart-collaterals {
229
+ @include clearfix();
230
+ width: 100%;
231
+
232
+ .related {
233
+ width: 30.75%;
234
+ float: left;
235
+ }
236
+
237
+ .cross-sells {
238
+ width: 48%;
239
+ float: left;
240
+
241
+ ul.products {
242
+ float: none;
243
+
244
+ li {
245
+ width: 48%;
246
+ }
247
+ }
248
+ }
249
+
250
+ .shipping_calculator {
251
+ width: 48%;
252
+ @include clearfix();
253
+ clear: right;
254
+ float: right;
255
+
256
+ .col2-set {
257
+ .col-1,
258
+ .col-2 {
259
+ width: 47%;
260
+ }
261
+ }
262
+ }
263
+
264
+ .cart_totals {
265
+ float: right;
266
+ width: 48%;
267
+ }
268
+ }
269
+
270
+ /**
271
+ * Cart sidebar
272
+ */
273
+ ul.cart_list,
274
+ ul.product_list_widget {
275
+ li {
276
+ @include mediaright();
277
+ }
278
+ }
279
+
280
+ /**
281
+ * Forms
282
+ */
283
+ form {
284
+ .form-row {
285
+ @include clearfix();
286
+
287
+ label {
288
+ display: block;
289
+
290
+ &.checkbox {
291
+ display: inline;
292
+ }
293
+ }
294
+
295
+ select {
296
+ width: 100%;
297
+ }
298
+
299
+ .input-text {
300
+ box-sizing: border-box;
301
+ width: 100%;
302
+ }
303
+ }
304
+
305
+ .form-row-first,
306
+ .form-row-last {
307
+ width: 47%;
308
+ overflow: visible;
309
+ }
310
+
311
+ .form-row-first {
312
+ float: left;
313
+
314
+ /*rtl:raw:
315
+ float: right;
316
+ */
317
+ }
318
+
319
+ .form-row-last {
320
+ float: right;
321
+ }
322
+
323
+ .form-row-wide {
324
+ clear: both;
325
+ }
326
+ }
327
+
328
+ #payment {
329
+ .form-row {
330
+ select {
331
+ width: auto;
332
+ }
333
+ }
334
+
335
+ .wc-terms-and-conditions, .terms {
336
+ text-align: left;
337
+ padding: 0 1em 0 0;
338
+ float:left;
339
+ }
340
+
341
+ #place_order {
342
+ float: right;
343
+ }
344
+ }
345
+ }
346
+
347
+ .woocommerce-account {
348
+ .woocommerce-MyAccount-navigation {
349
+ float: left;
350
+ width: 30%;
351
+ }
352
+
353
+ .woocommerce-MyAccount-content {
354
+ float: right;
355
+ width: 68%;
356
+ }
357
+ }
358
+
359
+ /**
360
+ * Twenty Eleven specific styles
361
+ */
362
+ .woocommerce-page {
363
+ &.left-sidebar {
364
+ #content.twentyeleven {
365
+ width: 58.4%;
366
+ margin: 0 7.6%;
367
+ float: right;
368
+ }
369
+ }
370
+
371
+ &.right-sidebar {
372
+ #content.twentyeleven {
373
+ margin: 0 7.6%;
374
+ width: 58.4%;
375
+ float: left;
376
+ }
377
+ }
378
+ }
379
+
380
+ /**
381
+ * Twenty Fourteen specific styles
382
+ */
383
+ .twentyfourteen {
384
+ .tfwc {
385
+ padding: 12px 10px 0;
386
+ max-width: 474px;
387
+ margin: 0 auto;
388
+
389
+ .product .entry-summary {
390
+ padding: 0 !important;
391
+ margin: 0 0 1.618em !important;
392
+ }
393
+
394
+ div.product.hentry.has-post-thumbnail {
395
+ margin-top: 0;
396
+ }
397
+ }
398
+ }
399
+
400
+ @media screen and (min-width: 673px) {
401
+ .twentyfourteen {
402
+ .tfwc {
403
+ padding-right: 30px;
404
+ padding-left: 30px;
405
+ }
406
+ }
407
+ }
408
+
409
+ @media screen and (min-width: 1040px) {
410
+ .twentyfourteen {
411
+ .tfwc {
412
+ padding-right: 15px;
413
+ padding-left: 15px;
414
+ }
415
+ }
416
+ }
417
+
418
+ @media screen and (min-width: 1110px) {
419
+ .twentyfourteen {
420
+ .tfwc {
421
+ padding-right: 30px;
422
+ padding-left: 30px;
423
+ }
424
+ }
425
+ }
426
+
427
+ @media screen and (min-width: 1218px) {
428
+ .twentyfourteen {
429
+ .tfwc {
430
+ margin-right: 54px;
431
+ }
432
+ }
433
+ .full-width {
434
+ .twentyfourteen {
435
+ .tfwc {
436
+ margin-right: auto;
437
+ }
438
+ }
439
+ }
440
+ }
441
+
442
+ /**
443
+ * Twenty Fifteen specific styles
444
+ */
445
+ .twentyfifteen {
446
+ .t15wc {
447
+ padding-left: 7.6923%;
448
+ padding-right: 7.6923%;
449
+ padding-top: 7.6923%;
450
+ margin-bottom: 7.6923%;
451
+ background: #fff;
452
+ box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
453
+
454
+ .page-title {
455
+ margin-left: 0;
456
+ }
457
+ }
458
+ }
459
+
460
+ @media screen and (min-width: 38.75em) {
461
+ .twentyfifteen {
462
+ .t15wc {
463
+ margin-right: 7.6923%;
464
+ margin-left: 7.6923%;
465
+ margin-top: 8.3333%;
466
+ }
467
+ }
468
+ }
469
+
470
+ @media screen and (min-width: 59.6875em) {
471
+ .twentyfifteen {
472
+ .t15wc {
473
+ margin-left: 8.3333%;
474
+ margin-right: 8.3333%;
475
+ padding: 10%;
476
+ }
477
+ }
478
+
479
+ .single-product {
480
+ .twentyfifteen {
481
+ .entry-summary {
482
+ padding: 0 !important;
483
+ }
484
+ }
485
+ }
486
+ }
487
+
488
+ /**
489
+ * Twenty Sixteen specific styles
490
+ */
491
+ .twentysixteen {
492
+ .site-main {
493
+ margin-right: 7.6923%;
494
+ margin-left: 7.6923%;
495
+ }
496
+
497
+ .entry-summary {
498
+ margin-right: 0;
499
+ margin-left: 0;
500
+ }
501
+ }
502
+
503
+ #content {
504
+ .twentysixteen {
505
+ div.product {
506
+ div.images,
507
+ div.summary {
508
+ width: 46.42857%;
509
+ }
510
+ }
511
+ }
512
+ }
513
+
514
+ @media screen and (min-width: 44.375em) {
515
+ .twentysixteen {
516
+ .site-main {
517
+ margin-right: 23.0769%;
518
+ }
519
+ }
520
+ }
521
+
522
+ @media screen and (min-width: 56.875em) {
523
+ .twentysixteen {
524
+ .site-main {
525
+ margin-right: 0;
526
+ margin-left: 0;
527
+ }
528
+ }
529
+
530
+ .no-sidebar {
531
+ .twentysixteen {
532
+ .site-main {
533
+ margin-right: 15%;
534
+ margin-left: 15%;
535
+ }
536
+
537
+ .entry-summary {
538
+ margin-right: 0;
539
+ margin-left: 0;
540
+ }
541
+ }
542
+ }
543
+ }
544
+
545
+ /**
546
+ * RTL styles.
547
+ */
548
+ .rtl {
549
+ .woocommerce, .woocommerce-page {
550
+ .col2-set {
551
+ .col-1 {
552
+ float: right;
553
+ }
554
+ .col-2 {
555
+ float: left;
556
+ }
557
+ }
558
+ }
559
+ }
assets/css/woocommerce-rtl.css ADDED
@@ -0,0 +1 @@
 
1
+ @charset "UTF-8";@-webkit-keyframes spin{100%{-webkit-transform:rotate(-360deg)}}@-moz-keyframes spin{100%{-moz-transform:rotate(-360deg)}}@keyframes spin{100%{-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;right:0;left:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#a46497;color:#fff;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fff;text-decoration:underline}.admin-bar p.demo_store{top:32px}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before,.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;right:50%;margin-right:-.5em;margin-top:-.5em;content:'';-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:red!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:red}.woocommerce small.note{display:block;color:#777;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0;font-size:.92em;color:#777}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:' ';display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .woocommerce-breadcrumb a{color:#777}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce #reviews #comments .add_review::after,.woocommerce .products ul::after,.woocommerce div.product form.cart::after,.woocommerce div.product p.cart::after,.woocommerce nav.woocommerce-pagination ul,.woocommerce ul.products::after{clear:both}.woocommerce div.product p.price,.woocommerce div.product span.price{color:#77a464;font-size:1.25em}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.5}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .stock{color:#77a464}.woocommerce div.product .out-of-stock{color:red}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{position:absolute;top:.5em;left:.5em;font-size:2em;z-index:9;width:36px;height:36px;background:#fff;text-indent:-9999px;border-radius:100%;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before{content:"";display:block;width:10px;height:10px;border:2px solid #000;border-radius:100%;position:absolute;top:9px;right:9px;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after{content:"";display:block;width:2px;height:8px;background:#000;border-radius:6px;position:absolute;top:19px;right:22px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);box-sizing:content-box}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:right;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:left;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 2px 0 0}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-right:16px;width:0}.woocommerce div.product div.social iframe{float:right;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 1em 0 0;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #d3ced2;background-color:#ebe9eb;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before,.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{display:table;content:' '}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #d3ced2;position:absolute;bottom:-1px;width:5px;height:5px;content:' '}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{right:-6px;-webkit-border-bottom-left-radius:4px;-moz-border-bottom-left-radius:4px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #ebe9eb}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{left:-6px;-webkit-border-bottom-right-radius:4px;-moz-border-bottom-right-radius:4px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #ebe9eb}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:' ';width:100%;bottom:0;right:0;border-bottom:1px solid #d3ced2;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product form.cart,.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product form.cart div.quantity{float:right;margin:0 0 0 4px}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-right:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;vertical-align:top;line-height:2em}.woocommerce div.product form.cart .variations label{font-weight:700}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-left:1em}.woocommerce div.product form.cart .variations td.label{padding-left:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:right}.woocommerce div.product form.cart .group_table td.label{padding-left:1em;padding-right:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;right:-.5em;margin:0;border-radius:100%;background-color:#77a464;color:#fff;font-size:.857em;-webkit-font-smoothing:antialiased;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none;clear:both}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:' ';display:table}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none}.woocommerce ul.products li.product .onsale{top:0;left:0;right:auto;margin:-.5em 0 0 -.5em}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{margin-top:1em}.woocommerce ul.products li.product .price{color:#77a464;display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.5;display:block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0;text-transform:uppercase;color:rgba(132,132,132,.5)}.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;border:1px solid #d3ced2;border-left:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-left:1px solid #d3ced2;padding:0;margin:0;float:right;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#ebe9eb;color:#8a7e88}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;right:auto;color:#515151;background-color:#ebe9eb;border:0;white-space:nowrap;display:inline-block;background-image:none;box-shadow:none;-webkit-box-shadow:none;text-shadow:none}.woocommerce #respond input#submit.loading,.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading{opacity:.25;padding-left:2.618em}.woocommerce #respond input#submit.loading::after,.woocommerce a.button.loading::after,.woocommerce button.button.loading::after,.woocommerce input.button.loading::after{font-family:WooCommerce;content:'\e01c';vertical-align:top;-webkit-font-smoothing:antialiased;font-weight:400;position:absolute;top:.618em;left:1em;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.woocommerce #respond input#submit.added::after,.woocommerce a.button.added::after,.woocommerce button.button.added::after,.woocommerce input.button.added::after{font-family:WooCommerce;content:'\e017';margin-right:.53em;vertical-align:bottom}.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background-color:#dad8da;text-decoration:none;background-image:none;color:#515151}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background-color:#a46497;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background-color:#935386;color:#fff}.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover{background-color:#a46497;color:#fff}.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit:disabled[disabled]:hover,.woocommerce a.button.disabled:hover,.woocommerce a.button:disabled:hover,.woocommerce a.button:disabled[disabled]:hover,.woocommerce button.button.disabled:hover,.woocommerce button.button:disabled:hover,.woocommerce button.button:disabled[disabled]:hover,.woocommerce input.button.disabled:hover,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#ebe9eb}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;white-space:nowrap;display:inline-block}.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before,.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before,.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:' ';display:table}.woocommerce #reviews h2 small{float:left;color:#777;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#777}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments h2{clear:none}.woocommerce #review_form #respond::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist::after,.woocommerce .woocommerce-product-rating::after,.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;position:relative;background:100%;border:0}.woocommerce #reviews #comments ol.commentlist li .meta{color:#777;font-size:.75em}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:right;position:absolute;top:0;right:0;padding:3px;width:32px;height:auto;background:#ebe9eb;border:1px solid #e4e1e3;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 50px 0 0;border:1px solid #e4e1e3;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none;margin:20px 50px 0 0}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e4e1e3;border-radius:4px;padding:1em 1em 0;margin:20px 50px 0 0}.woocommerce #reviews #comments .commentlist>li::before{content:''}.woocommerce .star-rating{float:left;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:star}.woocommerce .star-rating::before{content:'\73\73\73\73\73';color:#d3ced2;float:right;top:0;right:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:right;top:0;right:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:'\53\53\53\53\53';top:0;position:absolute;right:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{content:' ';display:table}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 0 0 4px;float:right}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:0 0;border:0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:' ';display:table}.woocommerce p.stars a::before,.woocommerce p.stars a:hover~a::before{content:'\e021'}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{right:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none}.woocommerce p.stars a::before{display:block;position:absolute;top:0;right:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;text-indent:0}.woocommerce table.shop_attributes td,.woocommerce table.shop_attributes th{line-height:1.5;border-bottom:1px dotted rgba(0,0,0,.1);border-top:0;margin:0}.woocommerce p.stars.selected a.active::before,.woocommerce p.stars:hover a::before{content:'\e020'}.woocommerce p.stars.selected a.active~a::before{content:'\e021'}.woocommerce p.stars.selected a:not(.active)::before{content:'\e020'}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px}.woocommerce table.shop_attributes td{font-style:italic;padding:0}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgba(0,0,0,.025)}.woocommerce table.shop_table{border:1px solid rgba(0,0,0,.1);margin:0 0 24px -1px;text-align:right;width:100%;border-collapse:separate;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px}.woocommerce table.shop_table td{border-top:1px solid rgba(0,0,0,.1);padding:6px 12px;vertical-align:middle}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid rgba(0,0,0,.1)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.my_account_orders .order-actions{text-align:left}.woocommerce table.my_account_orders .order-actions .button{margin:.125em .25em .125em 0}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:right}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:'\2193';display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:right;clear:both;margin-left:.25em;display:inline-block;list-style:none}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{content:' ';display:table}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:left;margin-right:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-right:1em;border-right:2px solid rgba(0,0,0,.1)}.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:' ';display:table}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:right;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 0 0 4px;clear:right}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce .widget_layered_nav ul li::after,.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_shopping_cart .buttons::after,.woocommerce ul.order_details::after,.woocommerce-account .addresses .title::after,.woocommerce-account .woocommerce::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #ebe9eb;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-right:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;right:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:' ';display:table}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-left:5px;margin-bottom:5px}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;-moz-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row select{cursor:pointer;margin:0}.woocommerce form .form-row .required{color:red;font-weight:700;border:0}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 0 0 8px;text-align:center;vertical-align:middle}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{box-sizing:border-box;width:100%;margin:0;outline:0;line-height:1}.woocommerce form .form-row textarea{height:4em;line-height:1.5;display:block;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.woocommerce form .form-row .select2-container{width:100%;line-height:2em}.woocommerce form .form-row.woocommerce-invalid label{color:#a00}.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:#a00}.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:#69bf29}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #d3ced2;padding:20px;margin:2em 0;text-align:right;border-radius:5px}.woocommerce ul#shipping_method{list-style:none;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0;padding:.25em 22px .25em 0;text-indent:-22px;list-style:none}.woocommerce ul#shipping_method li input{margin:3px .5ex}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:' ';display:table}.woocommerce ul.order_details li{float:right;margin-left:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-left:1px dashed #d3ced2;padding-left:2em;margin-right:0;padding-right:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .widget_layered_nav ul{margin:0;padding:0;border:0;list-style:none}.woocommerce .widget_layered_nav ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_layered_nav ul li::after,.woocommerce .widget_layered_nav ul li::before{content:' ';display:table}.woocommerce .widget_layered_nav ul li.chosen a::before,.woocommerce .widget_layered_nav_filters ul li a::before{line-height:1;content:"";font-weight:400;color:#a00;font-family:WooCommerce;speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;text-decoration:none}.woocommerce .widget_layered_nav ul li a,.woocommerce .widget_layered_nav ul li span{padding:1px 0}.woocommerce .widget_layered_nav ul li.chosen a::before{margin-left:.618em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:right;padding:0 0 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a::before{margin-left:.618em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:left;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:right}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:right;margin-right:.5em;margin-left:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#a46497;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-right:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#a46497}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#602053;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{right:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{left:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{content:' ';display:table}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.rtl.woocommerce div.product div.images .flex-control-thumbs li,.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:left}.woocommerce .widget_rating_filter ul li.chosen a::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"";text-decoration:none;color:#a00}.pswp{z-index:999999}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:100% -44px}button.pswp__button--zoom:hover{background-position:-88px 0}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 3.5em 1em 2em;margin:0 0 2em;position:relative;background-color:#f7f6f7;color:#515151;border-top:3px solid #a46497;list-style:none;width:auto;word-wrap:break-word}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:' ';display:table}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:'\e028';display:inline-block;position:absolute;top:1em;right:1.5em}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none!important;padding-right:0!important;margin-right:0!important}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:'\e015';color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info::before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:'\e016';color:#b81c23}.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before,.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:' ';display:table}.woocommerce-account .addresses .title h3{float:right}.woocommerce-account .addresses .title .edit,.woocommerce-account ul.digital-downloads li .count{float:left}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-right:0;padding-right:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-right:0;padding-right:0}.woocommerce-account ul.digital-downloads li::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"";text-decoration:none}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:right;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #d3ced2;padding:6px 6px 5px;margin:0 0 0 4px;outline:0;line-height:1}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle;line-height:1}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:' ';display:table}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping_calculator .button,.woocommerce-cart .cart-collaterals .shipping_calculator .button,.woocommerce-checkout .cart-collaterals .shipping_calculator .button{width:100%;float:none;display:block}#add_payment_method .cart-collaterals .shipping_calculator .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping_calculator .shipping-calculator-button::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:' ';display:table}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#777;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:40%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-right:0;border-left:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#777}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#77a464}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #ebe9eb}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:right;clear:none}#add_payment_method .checkout .col-2 .form-row-first,#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .notes{clear:right}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#777;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:right;width:100%}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods::after,#add_payment_method .checkout .shipping_address,.single-product .twentythirteen p.stars,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:#ebe9eb;border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:right;padding:1em;border-bottom:1px solid #d3ced2;margin:0;list-style:none}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:right;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 0 0 1em}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px .5em 0 0;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-right:2px}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dfdcde;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#bbb3b9 #c7c1c6 #c7c1c6}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 0 0 1em;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:left .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(../images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(../images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(../images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(../images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(../images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(../images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(../images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(../images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#777;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{content:'';display:block;border:1em solid #dfdcde;border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;right:0;margin:-1em 2em 0 0}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:left;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}
assets/css/woocommerce-smallscreen-rtl.css ADDED
@@ -0,0 +1 @@
 
1
+ .woocommerce table.shop_table_responsive tbody th,.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive thead{display:none}.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{border-top:0}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{display:block}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{display:block;text-align:left!important}.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce table.my_account_orders tr td.order-actions::before,.woocommerce table.shop_table_responsive tr td.actions::before,.woocommerce table.shop_table_responsive tr td.product-remove::before,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail,.woocommerce-page table.my_account_orders tr td.order-actions::before,.woocommerce-page table.shop_table_responsive tr td.actions::before,.woocommerce-page table.shop_table_responsive tr td.product-remove::before{display:none}.woocommerce table.shop_table_responsive tr td.order-actions,.woocommerce-page table.shop_table_responsive tr td.order-actions{text-align:right!important}.woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before{content:attr(data-title) ": ";font-weight:700;float:right}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:rgba(0,0,0,.025)}.woocommerce table.my_account_orders tr td.order-actions,.woocommerce-page table.my_account_orders tr td.order-actions{text-align:right}.woocommerce table.my_account_orders tr td.order-actions .button,.woocommerce-page table.my_account_orders tr td.order-actions .button{float:none;margin:.125em 0 .125em .25em}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{float:none;width:100%}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product,.woocommerce-page[class*=columns-] ul.products li.product,.woocommerce[class*=columns-] ul.products li.product{width:48%;float:right;clear:both;margin:0 0 2.992em}.woocommerce ul.products li.product:nth-child(2n),.woocommerce-page ul.products li.product:nth-child(2n),.woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n),.woocommerce[class*=columns-] ul.products li.product:nth-child(2n){float:left;clear:none!important}.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:none;padding-bottom:.5em}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce #content table.cart td.actions .coupon::before,.woocommerce table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::before,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::before,.woocommerce-page table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::before{content:' ';display:table}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::after{clear:both}.woocommerce #content table.cart td.actions .coupon .button,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon input,.woocommerce table.cart td.actions .coupon .button,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon input,.woocommerce-page #content table.cart td.actions .coupon .button,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon input,.woocommerce-page table.cart td.actions .coupon .button,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon input{width:48%;box-sizing:border-box}.woocommerce #content table.cart td.actions .coupon .button.alt,.woocommerce #content table.cart td.actions .coupon .input-text+.button,.woocommerce table.cart td.actions .coupon .button.alt,.woocommerce table.cart td.actions .coupon .input-text+.button,.woocommerce-page #content table.cart td.actions .coupon .button.alt,.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.woocommerce-page table.cart td.actions .coupon .button.alt,.woocommerce-page table.cart td.actions .coupon .input-text+.button{float:left}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{display:block;width:100%}.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .shipping_calculator{width:100%;float:none;text-align:right}.woocommerce-page.woocommerce-checkout form.login .form-row,.woocommerce.woocommerce-checkout form.login .form-row{width:100%;float:none}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:right;padding:0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none;width:100%;box-sizing:border-box;margin-bottom:1em}.woocommerce .lost_reset_password .form-row-first,.woocommerce .lost_reset_password .form-row-last,.woocommerce-page .lost_reset_password .form-row-first,.woocommerce-page .lost_reset_password .form-row-last{width:100%;float:none;margin-left:0}.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%}.single-product .twentythirteen .panel{padding-right:20px!important;padding-left:20px!important}
assets/css/woocommerce-smallscreen.css ADDED
@@ -0,0 +1 @@
 
1
+ .woocommerce table.shop_table_responsive tbody th,.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive thead{display:none}.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{border-top:0}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{display:block}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{display:block;text-align:right!important}.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce table.my_account_orders tr td.order-actions::before,.woocommerce table.shop_table_responsive tr td.actions::before,.woocommerce table.shop_table_responsive tr td.product-remove::before,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail,.woocommerce-page table.my_account_orders tr td.order-actions::before,.woocommerce-page table.shop_table_responsive tr td.actions::before,.woocommerce-page table.shop_table_responsive tr td.product-remove::before{display:none}.woocommerce table.shop_table_responsive tr td.order-actions,.woocommerce-page table.shop_table_responsive tr td.order-actions{text-align:left!important}.woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before{content:attr(data-title) ": ";font-weight:700;float:left}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:rgba(0,0,0,.025)}.woocommerce table.my_account_orders tr td.order-actions,.woocommerce-page table.my_account_orders tr td.order-actions{text-align:left}.woocommerce table.my_account_orders tr td.order-actions .button,.woocommerce-page table.my_account_orders tr td.order-actions .button{float:none;margin:.125em .25em .125em 0}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{float:none;width:100%}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product,.woocommerce-page[class*=columns-] ul.products li.product,.woocommerce[class*=columns-] ul.products li.product{width:48%;float:left;clear:both;margin:0 0 2.992em}.woocommerce ul.products li.product:nth-child(2n),.woocommerce-page ul.products li.product:nth-child(2n),.woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n),.woocommerce[class*=columns-] ul.products li.product:nth-child(2n){float:right;clear:none!important}.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:left}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:none;padding-bottom:.5em}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce #content table.cart td.actions .coupon::before,.woocommerce table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::before,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::before,.woocommerce-page table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::before{content:' ';display:table}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::after{clear:both}.woocommerce #content table.cart td.actions .coupon .button,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon input,.woocommerce table.cart td.actions .coupon .button,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon input,.woocommerce-page #content table.cart td.actions .coupon .button,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon input,.woocommerce-page table.cart td.actions .coupon .button,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon input{width:48%;box-sizing:border-box}.woocommerce #content table.cart td.actions .coupon .button.alt,.woocommerce #content table.cart td.actions .coupon .input-text+.button,.woocommerce table.cart td.actions .coupon .button.alt,.woocommerce table.cart td.actions .coupon .input-text+.button,.woocommerce-page #content table.cart td.actions .coupon .button.alt,.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.woocommerce-page table.cart td.actions .coupon .button.alt,.woocommerce-page table.cart td.actions .coupon .input-text+.button{float:right}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{display:block;width:100%}.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .shipping_calculator{width:100%;float:none;text-align:left}.woocommerce-page.woocommerce-checkout form.login .form-row,.woocommerce.woocommerce-checkout form.login .form-row{width:100%;float:none}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:left;padding:0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none;width:100%;box-sizing:border-box;margin-bottom:1em}.woocommerce .lost_reset_password .form-row-first,.woocommerce .lost_reset_password .form-row-last,.woocommerce-page .lost_reset_password .form-row-first,.woocommerce-page .lost_reset_password .form-row-last{width:100%;float:none;margin-right:0}.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%}.single-product .twentythirteen .panel{padding-left:20px!important;padding-right:20px!important}
assets/css/woocommerce-smallscreen.scss ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * woocommerce-smallscreen.scss
3
+ * Optimises the default WooCommerce frontend layout when viewed on smaller screens.
4
+ */
5
+
6
+ /**
7
+ * Imports
8
+ */
9
+ @import 'bourbon';
10
+ @import 'mixins';
11
+ @import 'variables';
12
+
13
+ /**
14
+ * Style begins
15
+ */
16
+ .woocommerce,
17
+ .woocommerce-page {
18
+
19
+ table.shop_table_responsive {
20
+ thead {
21
+ display: none;
22
+ }
23
+
24
+ tbody {
25
+ tr:first-child {
26
+ td:first-child {
27
+ border-top: 0;
28
+ }
29
+ }
30
+
31
+ th {
32
+ display: none;
33
+ }
34
+ }
35
+
36
+ tr {
37
+ display: block;
38
+
39
+ td {
40
+ display: block;
41
+ text-align: right !important; // Important to overwrite order status inline styling
42
+
43
+ &.order-actions {
44
+ text-align: left !important; // This must always align left on handheld
45
+ }
46
+
47
+ &::before {
48
+ content: attr(data-title) ': ';
49
+ font-weight: 700;
50
+ float: left;
51
+ }
52
+
53
+ &.product-remove,
54
+ &.actions {
55
+ &::before {
56
+ display: none;
57
+ }
58
+ }
59
+ }
60
+
61
+ &:nth-child( 2n ) {
62
+ td {
63
+ background-color: rgba(0, 0, 0, 0.025);
64
+ }
65
+ }
66
+ }
67
+ }
68
+
69
+ table.my_account_orders {
70
+ tr {
71
+ td {
72
+ &.order-actions {
73
+ text-align: left;
74
+
75
+ &::before {
76
+ display: none;
77
+ }
78
+
79
+ .button {
80
+ float: none;
81
+ margin: 0.125em 0.25em 0.125em 0;
82
+ }
83
+ }
84
+ }
85
+ }
86
+ }
87
+
88
+ /**
89
+ * General layout
90
+ */
91
+ .col2-set {
92
+ .col-1,
93
+ .col-2 {
94
+ float: none;
95
+ width: 100%;
96
+ }
97
+ }
98
+
99
+ /**
100
+ * Products
101
+ */
102
+ &, &[class*='columns-'] {
103
+ ul.products {
104
+ li.product {
105
+ width: 48%;
106
+ float: left;
107
+ clear: both;
108
+ margin: 0 0 2.992em;
109
+
110
+ &:nth-child( 2n ) {
111
+ float: right;
112
+ clear: none !important; // This should never clear.
113
+ }
114
+ }
115
+ }
116
+ }
117
+
118
+ /**
119
+ * Product Details
120
+ */
121
+ div.product,
122
+ #content div.product {
123
+ div.images,
124
+ div.summary {
125
+ float: none;
126
+ width: 100%;
127
+ }
128
+ }
129
+
130
+ /**
131
+ * Cart
132
+ */
133
+ table.cart,
134
+ #content table.cart {
135
+ .product-thumbnail {
136
+ display: none;
137
+ }
138
+
139
+ td.actions {
140
+ text-align: left;
141
+
142
+ .coupon {
143
+ float: none;
144
+ @include clearfix();
145
+ padding-bottom: 0.5em;
146
+
147
+ input,
148
+ .button,
149
+ .input-text {
150
+ width: 48%;
151
+ box-sizing: border-box;
152
+ }
153
+
154
+ .input-text + .button,
155
+ .button.alt {
156
+ float: right;
157
+ }
158
+ }
159
+
160
+ .button {
161
+ display: block;
162
+ width: 100%;
163
+ }
164
+ }
165
+ }
166
+
167
+ .cart-collaterals {
168
+ .cart_totals,
169
+ .shipping_calculator,
170
+ .cross-sells {
171
+ width: 100%;
172
+ float: none;
173
+ text-align: left;
174
+ }
175
+ }
176
+
177
+ /**
178
+ * Checkout
179
+ */
180
+ &.woocommerce-checkout {
181
+ form.login {
182
+ .form-row {
183
+ width: 100%;
184
+ float: none;
185
+ }
186
+ }
187
+ }
188
+
189
+ #payment {
190
+ .terms {
191
+ text-align: left;
192
+ padding: 0;
193
+ }
194
+
195
+ #place_order {
196
+ float: none;
197
+ width: 100%;
198
+ box-sizing: border-box;
199
+ margin-bottom: 1em;
200
+ }
201
+ }
202
+
203
+ /**
204
+ * Account
205
+ */
206
+ .lost_reset_password {
207
+ .form-row-first,
208
+ .form-row-last {
209
+ width: 100%;
210
+ float: none;
211
+ margin-right: 0;
212
+ }
213
+ }
214
+ }
215
+
216
+ .woocommerce-account {
217
+ .woocommerce-MyAccount-navigation,
218
+ .woocommerce-MyAccount-content {
219
+ float: none;
220
+ width: 100%;
221
+ }
222
+ }
223
+
224
+ /**
225
+ * Twenty Thirteen specific styles
226
+ */
227
+ .single-product {
228
+ .twentythirteen {
229
+ .panel {
230
+ padding-left: 20px !important;
231
+ padding-right: 20px !important;
232
+ }
233
+ }
234
+ }
assets/css/woocommerce.css ADDED
@@ -0,0 +1 @@
 
1
+ @charset "UTF-8";@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes spin{100%{-moz-transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#a46497;color:#fff;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fff;text-decoration:underline}.admin-bar p.demo_store{top:32px}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before,.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:'';-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:red!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:red}.woocommerce small.note{display:block;color:#777;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0;font-size:.92em;color:#777}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:' ';display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .woocommerce-breadcrumb a{color:#777}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce #reviews #comments .add_review::after,.woocommerce .products ul::after,.woocommerce div.product form.cart::after,.woocommerce div.product p.cart::after,.woocommerce nav.woocommerce-pagination ul,.woocommerce ul.products::after{clear:both}.woocommerce div.product p.price,.woocommerce div.product span.price{color:#77a464;font-size:1.25em}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.5}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .stock{color:#77a464}.woocommerce div.product .out-of-stock{color:red}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{position:absolute;top:.5em;right:.5em;font-size:2em;z-index:9;width:36px;height:36px;background:#fff;text-indent:-9999px;border-radius:100%;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before{content:"";display:block;width:10px;height:10px;border:2px solid #000;border-radius:100%;position:absolute;top:9px;left:9px;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after{content:"";display:block;width:2px;height:8px;background:#000;border-radius:6px;position:absolute;top:19px;left:22px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);box-sizing:content-box}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #d3ced2;background-color:#ebe9eb;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before,.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{display:table;content:' '}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #d3ced2;position:absolute;bottom:-1px;width:5px;height:5px;content:' '}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{left:-6px;-webkit-border-bottom-right-radius:4px;-moz-border-bottom-right-radius:4px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #ebe9eb}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{right:-6px;-webkit-border-bottom-left-radius:4px;-moz-border-bottom-left-radius:4px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #ebe9eb}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:' ';width:100%;bottom:0;left:0;border-bottom:1px solid #d3ced2;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product form.cart,.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;vertical-align:top;line-height:2em}.woocommerce div.product form.cart .variations label{font-weight:700}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#77a464;color:#fff;font-size:.857em;-webkit-font-smoothing:antialiased;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none;clear:both}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:' ';display:table}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{margin-top:1em}.woocommerce ul.products li.product .price{color:#77a464;display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.5;display:block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0;text-transform:uppercase;color:rgba(132,132,132,.5)}.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;border:1px solid #d3ced2;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #d3ced2;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#ebe9eb;color:#8a7e88}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#ebe9eb;border:0;white-space:nowrap;display:inline-block;background-image:none;box-shadow:none;-webkit-box-shadow:none;text-shadow:none}.woocommerce #respond input#submit.loading,.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce #respond input#submit.loading::after,.woocommerce a.button.loading::after,.woocommerce button.button.loading::after,.woocommerce input.button.loading::after{font-family:WooCommerce;content:'\e01c';vertical-align:top;-webkit-font-smoothing:antialiased;font-weight:400;position:absolute;top:.618em;right:1em;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.woocommerce #respond input#submit.added::after,.woocommerce a.button.added::after,.woocommerce button.button.added::after,.woocommerce input.button.added::after{font-family:WooCommerce;content:'\e017';margin-left:.53em;vertical-align:bottom}.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background-color:#dad8da;text-decoration:none;background-image:none;color:#515151}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background-color:#a46497;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background-color:#935386;color:#fff}.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover{background-color:#a46497;color:#fff}.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit:disabled[disabled]:hover,.woocommerce a.button.disabled:hover,.woocommerce a.button:disabled:hover,.woocommerce a.button:disabled[disabled]:hover,.woocommerce button.button.disabled:hover,.woocommerce button.button:disabled:hover,.woocommerce button.button:disabled[disabled]:hover,.woocommerce input.button.disabled:hover,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#ebe9eb}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;white-space:nowrap;display:inline-block}.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before,.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before,.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:' ';display:table}.woocommerce #reviews h2 small{float:right;color:#777;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#777}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments h2{clear:none}.woocommerce #review_form #respond::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist::after,.woocommerce .woocommerce-product-rating::after,.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li .meta{color:#777;font-size:.75em}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#ebe9eb;border:1px solid #e4e1e3;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e4e1e3;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e4e1e3;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li::before{content:''}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:star}.woocommerce .star-rating::before{content:'\73\73\73\73\73';color:#d3ced2;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:'\53\53\53\53\53';top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{content:' ';display:table}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:0 0;border:0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:' ';display:table}.woocommerce p.stars a::before,.woocommerce p.stars a:hover~a::before{content:'\e021'}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none}.woocommerce p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;text-indent:0}.woocommerce table.shop_attributes td,.woocommerce table.shop_attributes th{line-height:1.5;border-bottom:1px dotted rgba(0,0,0,.1);border-top:0;margin:0}.woocommerce p.stars.selected a.active::before,.woocommerce p.stars:hover a::before{content:'\e020'}.woocommerce p.stars.selected a.active~a::before{content:'\e021'}.woocommerce p.stars.selected a:not(.active)::before{content:'\e020'}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px}.woocommerce table.shop_attributes td{font-style:italic;padding:0}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgba(0,0,0,.025)}.woocommerce table.shop_table{border:1px solid rgba(0,0,0,.1);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px}.woocommerce table.shop_table td{border-top:1px solid rgba(0,0,0,.1);padding:6px 12px;vertical-align:middle}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid rgba(0,0,0,.1)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.my_account_orders .order-actions{text-align:right}.woocommerce table.my_account_orders .order-actions .button{margin:.125em 0 .125em .25em}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:'\2193';display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{content:' ';display:table}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)}.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:' ';display:table}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce .widget_layered_nav ul li::after,.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_shopping_cart .buttons::after,.woocommerce ul.order_details::after,.woocommerce-account .addresses .title::after,.woocommerce-account .woocommerce::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #ebe9eb;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:' ';display:table}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;-moz-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row select{cursor:pointer;margin:0}.woocommerce form .form-row .required{color:red;font-weight:700;border:0}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{box-sizing:border-box;width:100%;margin:0;outline:0;line-height:1}.woocommerce form .form-row textarea{height:4em;line-height:1.5;display:block;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.woocommerce form .form-row .select2-container{width:100%;line-height:2em}.woocommerce form .form-row.woocommerce-invalid label{color:#a00}.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:#a00}.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:#69bf29}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #d3ced2;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce ul#shipping_method{list-style:none;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0;padding:.25em 0 .25em 22px;text-indent:-22px;list-style:none}.woocommerce ul#shipping_method li input{margin:3px .5ex}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:' ';display:table}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #d3ced2;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .widget_layered_nav ul{margin:0;padding:0;border:0;list-style:none}.woocommerce .widget_layered_nav ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_layered_nav ul li::after,.woocommerce .widget_layered_nav ul li::before{content:' ';display:table}.woocommerce .widget_layered_nav ul li.chosen a::before,.woocommerce .widget_layered_nav_filters ul li a::before{line-height:1;content:"";font-weight:400;color:#a00;font-family:WooCommerce;speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;text-decoration:none}.woocommerce .widget_layered_nav ul li a,.woocommerce .widget_layered_nav ul li span{padding:1px 0}.woocommerce .widget_layered_nav ul li.chosen a::before{margin-right:.618em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1px 1px 0;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a::before{margin-right:.618em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#a46497;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#a46497}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#602053;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{content:' ';display:table}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.rtl.woocommerce div.product div.images .flex-control-thumbs li,.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce .widget_rating_filter ul li.chosen a::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none;color:#a00}.pswp{z-index:999999}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f7f6f7;color:#515151;border-top:3px solid #a46497;list-style:none;width:auto;word-wrap:break-word}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:' ';display:table}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:'\e028';display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none!important;padding-left:0!important;margin-left:0!important}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:'\e015';color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info::before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:'\e016';color:#b81c23}.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before,.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:' ';display:table}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit,.woocommerce-account ul.digital-downloads li .count{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #d3ced2;padding:6px 6px 5px;margin:0 4px 0 0;outline:0;line-height:1}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle;line-height:1}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:' ';display:table}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping_calculator .button,.woocommerce-cart .cart-collaterals .shipping_calculator .button,.woocommerce-checkout .cart-collaterals .shipping_calculator .button{width:100%;float:none;display:block}#add_payment_method .cart-collaterals .shipping_calculator .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping_calculator .shipping-calculator-button::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"";text-decoration:none}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:' ';display:table}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#777;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:40%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#777}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#77a464}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #ebe9eb}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .form-row-first,#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#777;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods::after,#add_payment_method .checkout .shipping_address,.single-product .twentythirteen p.stars,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:#ebe9eb;border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid #d3ced2;margin:0;list-style:none}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dfdcde;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#bbb3b9 #c7c1c6 #c7c1c6}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#bbb3b9}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(../images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(../images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(../images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(../images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(../images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(../images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(../images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(../images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#777;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{content:'';display:block;border:1em solid #dfdcde;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}
assets/css/woocommerce.scss ADDED
@@ -0,0 +1,2230 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * woocommerce.scss
3
+ * Governs the general look and feel of WooCommerce sections of stores using themes that do not
4
+ * integrate with WooCommerce specifically.
5
+ */
6
+
7
+ /**
8
+ * Imports
9
+ */
10
+ @import 'bourbon';
11
+ @import 'mixins';
12
+ @import 'variables';
13
+ @import 'animation';
14
+ @import 'fonts';
15
+
16
+ /**
17
+ * Global styles
18
+ */
19
+ p.demo_store,
20
+ .woocommerce-store-notice {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ right: 0;
25
+ margin: 0;
26
+ width: 100%;
27
+ font-size: 1em;
28
+ padding: 1em 0;
29
+ text-align: center;
30
+ background-color: $primary;
31
+ color: $primarytext;
32
+ z-index: 99998;
33
+ box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
34
+ display: none;
35
+
36
+ a {
37
+ color: $primarytext;
38
+ text-decoration: underline;
39
+ }
40
+ }
41
+
42
+ .admin-bar {
43
+ p.demo_store {
44
+ top: 32px;
45
+ }
46
+ }
47
+
48
+ /**
49
+ * Utility classes
50
+ */
51
+ .clear {
52
+ clear: both;
53
+ }
54
+
55
+ /**
56
+ * Main WooCommerce styles
57
+ */
58
+ .woocommerce {
59
+ .blockUI.blockOverlay {
60
+ position: relative;
61
+ @include loader();
62
+ }
63
+
64
+ .loader {
65
+ @include loader();
66
+ }
67
+
68
+ a.remove {
69
+ display: block;
70
+ font-size: 1.5em;
71
+ height: 1em;
72
+ width: 1em;
73
+ text-align: center;
74
+ line-height: 1;
75
+ border-radius: 100%;
76
+ color: red !important; // Required for default theme compatibility
77
+ text-decoration: none;
78
+ font-weight: 700;
79
+ border: 0;
80
+
81
+ &:hover {
82
+ color: #fff !important; // Required for default theme compatibility
83
+ background: red;
84
+ }
85
+ }
86
+
87
+ small.note {
88
+ display: block;
89
+ color: $subtext;
90
+ font-size: 0.857em;
91
+ margin-top: 10px;
92
+ }
93
+
94
+ .woocommerce-breadcrumb {
95
+ @include clearfix();
96
+ margin: 0 0 1em;
97
+ padding: 0;
98
+ font-size: 0.92em;
99
+ color: $subtext;
100
+
101
+ a {
102
+ color: $subtext;
103
+ }
104
+ }
105
+
106
+ .quantity {
107
+ .qty {
108
+ width: 3.631em;
109
+ text-align: center;
110
+ }
111
+ }
112
+
113
+ /**
114
+ * Product Page
115
+ */
116
+ div.product {
117
+ margin-bottom: 0;
118
+ position: relative;
119
+
120
+ .product_title {
121
+ clear: none;
122
+ margin-top: 0;
123
+ padding: 0;
124
+ }
125
+
126
+ span.price,
127
+ p.price {
128
+ color: $highlight;
129
+ font-size: 1.25em;
130
+
131
+ ins {
132
+ background: inherit;
133
+ font-weight: 700;
134
+ }
135
+
136
+ del {
137
+ opacity: 0.5;
138
+ }
139
+ }
140
+
141
+ p.stock {
142
+ font-size: 0.92em;
143
+ }
144
+
145
+ .stock {
146
+ color: $highlight;
147
+ }
148
+
149
+ .out-of-stock {
150
+ color: red;
151
+ }
152
+
153
+ .woocommerce-product-rating {
154
+ margin-bottom: 1.618em;
155
+ }
156
+
157
+ div.images {
158
+ margin-bottom: 2em;
159
+
160
+ img {
161
+ display: block;
162
+ width: 100%;
163
+ height: auto;
164
+ box-shadow: none;
165
+ }
166
+
167
+ div.thumbnails {
168
+ padding-top: 1em;
169
+ }
170
+
171
+ &.woocommerce-product-gallery {
172
+ position: relative;
173
+ }
174
+
175
+ .woocommerce-product-gallery__wrapper {
176
+ transition: all cubic-bezier(0.795, -0.035, 0.000, 1.000) .5s;
177
+ }
178
+
179
+ .woocommerce-product-gallery__image:nth-child(n+2) {
180
+ width: 25%;
181
+ display: inline-block;
182
+ }
183
+
184
+ .woocommerce-product-gallery__trigger {
185
+ position: absolute;
186
+ top: .5em;
187
+ right: .5em;
188
+ font-size: 2em;
189
+ z-index: 9;
190
+ width: 36px;
191
+ height: 36px;
192
+ background: #fff;
193
+ text-indent: -9999px;
194
+ border-radius: 100%;
195
+ box-sizing: content-box;
196
+
197
+ &:before {
198
+ content: "";
199
+ display: block;
200
+ width: 10px;
201
+ height: 10px;
202
+ border: 2px solid #000;
203
+ border-radius: 100%;
204
+ position: absolute;
205
+ top: 9px;
206
+ left: 9px;
207
+ box-sizing: content-box;
208
+ }
209
+
210
+ &:after {
211
+ content: "";
212
+ display: block;
213
+ width: 2px;
214
+ height: 8px;
215
+ background: #000;
216
+ border-radius: 6px;
217
+ position: absolute;
218
+ top: 19px;
219
+ left: 22px;
220
+ @include transform(rotate(-45deg));
221
+ box-sizing: content-box;
222
+ }
223
+ }
224
+
225
+ .flex-control-thumbs {
226
+ overflow: hidden;
227
+ zoom: 1;
228
+ margin: 0;
229
+ padding: 0;
230
+
231
+ li {
232
+ width: 25%;
233
+ float: left;
234
+ margin: 0;
235
+ list-style: none;
236
+
237
+ img {
238
+ cursor: pointer;
239
+ opacity: .5;
240
+ margin: 0;
241
+
242
+ &.flex-active,
243
+ &:hover {
244
+ opacity: 1;
245
+ }
246
+ }
247
+ }
248
+ }
249
+ }
250
+
251
+ div.summary {
252
+ margin-bottom: 2em;
253
+ }
254
+
255
+ div.social {
256
+ text-align: right;
257
+ margin: 0 0 1em;
258
+
259
+ span {
260
+ margin: 0 0 0 2px;
261
+
262
+ span {
263
+ margin: 0;
264
+ }
265
+
266
+ .stButton .chicklets {
267
+ padding-left: 16px;
268
+ width: 0;
269
+ }
270
+ }
271
+
272
+ iframe {
273
+ float: left;
274
+ margin-top: 3px;
275
+ }
276
+ }
277
+
278
+ .woocommerce-tabs {
279
+ ul.tabs {
280
+ list-style: none;
281
+ padding: 0 0 0 1em;
282
+ margin: 0 0 1.618em;
283
+ overflow: hidden;
284
+ position: relative;
285
+
286
+ li {
287
+ border: 1px solid darken( $secondary, 10% );
288
+ background-color: $secondary;
289
+ display: inline-block;
290
+ position: relative;
291
+ z-index: 0;
292
+ border-radius: 4px 4px 0 0;
293
+ margin: 0 -5px;
294
+ padding: 0 1em;
295
+
296
+ a {
297
+ display: inline-block;
298
+ padding: 0.5em 0;
299
+ font-weight: 700;
300
+ color: $secondarytext;
301
+ text-decoration: none;
302
+
303
+ &:hover {
304
+ text-decoration: none;
305
+ color: lighten( $secondarytext, 10% );
306
+ }
307
+ }
308
+
309
+ &.active {
310
+ background: $contentbg;
311
+ z-index: 2;
312
+ border-bottom-color: $contentbg;
313
+
314
+ a {
315
+ color: inherit;
316
+ text-shadow: inherit;
317
+ }
318
+
319
+ &::before {
320
+ box-shadow: 2px 2px 0 $contentbg;
321
+ }
322
+
323
+ &::after {
324
+ box-shadow: -2px 2px 0 $contentbg;
325
+ }
326
+ }
327
+
328
+ &::before,
329
+ &::after {
330
+ border: 1px solid darken( $secondary, 10% );
331
+ position: absolute;
332
+ bottom: -1px;
333
+ width: 5px;
334
+ height: 5px;
335
+ content: ' ';
336
+ }
337
+
338
+ &::before {
339
+ left: -6px;
340
+ -webkit-border-bottom-right-radius: 4px;
341
+ -moz-border-bottom-right-radius: 4px;
342
+ border-bottom-right-radius: 4px;
343
+ border-width: 0 1px 1px 0;
344
+ box-shadow: 2px 2px 0 $secondary;
345
+ }
346
+
347
+ &::after {
348
+ right: -6px;
349
+ -webkit-border-bottom-left-radius: 4px;
350
+ -moz-border-bottom-left-radius: 4px;
351
+ border-bottom-left-radius: 4px;
352
+ border-width: 0 0 1px 1px;
353
+ box-shadow: -2px 2px 0 $secondary;
354
+ }
355
+ }
356
+
357
+ &::before {
358
+ position: absolute;
359
+ content: ' ';
360
+ width: 100%;
361
+ bottom: 0;
362
+ left: 0;
363
+ border-bottom: 1px solid darken( $secondary, 10% );
364
+ z-index: 1;
365
+ }
366
+ }
367
+
368
+ .panel {
369
+ margin: 0 0 2em;
370
+ padding: 0;
371
+ }
372
+ }
373
+
374
+ p.cart {
375
+ margin-bottom: 2em;
376
+ @include clearfix();
377
+ }
378
+
379
+ form.cart {
380
+ margin-bottom: 2em;
381
+ @include clearfix();
382
+
383
+ div.quantity {
384
+ float: left;
385
+ margin: 0 4px 0 0;
386
+ }
387
+
388
+ table {
389
+ border-width: 0 0 1px;
390
+
391
+ td {
392
+ padding-left: 0;
393
+ }
394
+
395
+ div.quantity {
396
+ float: none;
397
+ margin: 0;
398
+ }
399
+
400
+ small.stock {
401
+ display: block;
402
+ float: none;
403
+ }
404
+ }
405
+
406
+ .variations {
407
+ margin-bottom: 1em;
408
+ border: 0;
409
+ width: 100%;
410
+
411
+ td,
412
+ th {
413
+ border: 0;
414
+ vertical-align: top;
415
+ line-height: 2em;
416
+ }
417
+
418
+ label {
419
+ font-weight: 700;
420
+ }
421
+
422
+ select {
423
+ max-width: 100%;
424
+ min-width: 75%;
425
+ display: inline-block;
426
+ margin-right: 1em;
427
+ }
428
+
429
+ td.label {
430
+ padding-right: 1em;
431
+ }
432
+ }
433
+
434
+ .woocommerce-variation-description {
435
+ p {
436
+ margin-bottom: 1em;
437
+ }
438
+ }
439
+
440
+ .reset_variations {
441
+ visibility: hidden;
442
+ font-size: 0.83em;
443
+ }
444
+
445
+ .wc-no-matching-variations {
446
+ display: none;
447
+ }
448
+
449
+ .button {
450
+ vertical-align: middle;
451
+ float: left;
452
+ }
453
+
454
+ .group_table {
455
+ td.label {
456
+ padding-right: 1em;
457
+ padding-left: 1em;
458
+ }
459
+
460
+ td {
461
+ vertical-align: top;
462
+ padding-bottom: 0.5em;
463
+ border: 0;
464
+ }
465
+
466
+ td:first-child {
467
+ width: 4em;
468
+ text-align: center;
469
+ }
470
+
471
+ .wc-grouped-product-add-to-cart-checkbox {
472
+ display: inline-block;
473
+ width: auto;
474
+ margin: 0 auto;
475
+ transform:scale(1.5, 1.5);
476
+ }
477
+ }
478
+ }
479
+ }
480
+
481
+ span.onsale {
482
+ min-height: 3.236em;
483
+ min-width: 3.236em;
484
+ padding: 0.202em;
485
+ font-size: 1em;
486
+ font-weight: 700;
487
+ position: absolute;
488
+ text-align: center;
489
+ line-height: 3.236;
490
+ top: -0.5em;
491
+ left: -0.5em;
492
+ margin: 0;
493
+ border-radius: 100%;
494
+ background-color: $highlight;
495
+ color: $highlightext;
496
+ font-size: 0.857em;
497
+ -webkit-font-smoothing: antialiased;
498
+ z-index: 9;
499
+ }
500
+
501
+ /**
502
+ * Product loops
503
+ */
504
+ .products ul,
505
+ ul.products {
506
+ margin: 0 0 1em;
507
+ padding: 0;
508
+ list-style: none outside;
509
+ clear: both;
510
+ @include clearfix();
511
+
512
+ li {
513
+ list-style: none outside;
514
+ }
515
+ }
516
+
517
+ ul.products {
518
+ li.product {
519
+ .onsale {
520
+ top: 0;
521
+ right: 0;
522
+ left: auto;
523
+ margin: -0.5em -0.5em 0 0;
524
+ }
525
+
526
+ h3,
527
+ .woocommerce-loop-product__title,
528
+ .woocommerce-loop-category__title {
529
+ padding: 0.5em 0;
530
+ margin: 0;
531
+ font-size: 1em;
532
+ }
533
+
534
+ a {
535
+ text-decoration: none;
536
+ }
537
+
538
+ a img {
539
+ width: 100%;
540
+ height: auto;
541
+ display: block;
542
+ margin: 0 0 1em;
543
+ box-shadow: none;
544
+ }
545
+
546
+ strong {
547
+ display: block;
548
+ }
549
+
550
+ .star-rating {
551
+ font-size: 0.857em;
552
+ }
553
+
554
+ .button {
555
+ margin-top: 1em;
556
+ }
557
+
558
+ .price {
559
+ color: $highlight;
560
+ display: block;
561
+ font-weight: normal;
562
+ margin-bottom: 0.5em;
563
+ font-size: 0.857em;
564
+
565
+ del {
566
+ color: inherit;
567
+ opacity: 0.5;
568
+ display: block;
569
+ }
570
+
571
+ ins {
572
+ background: none;
573
+ font-weight: 700;
574
+ }
575
+
576
+ .from {
577
+ font-size: 0.67em;
578
+ margin: -2px 0 0 0;
579
+ text-transform: uppercase;
580
+ color: rgba(desaturate($highlight, 75%), 0.5);
581
+ }
582
+ }
583
+ }
584
+ }
585
+
586
+ .woocommerce-result-count {
587
+ margin: 0 0 1em;
588
+ }
589
+
590
+ .woocommerce-ordering {
591
+ margin: 0 0 1em;
592
+
593
+ select {
594
+ vertical-align: top;
595
+ }
596
+ }
597
+
598
+ nav.woocommerce-pagination {
599
+ text-align: center;
600
+
601
+ ul {
602
+ display: inline-block;
603
+ white-space: nowrap;
604
+ padding: 0;
605
+ clear: both;
606
+ border: 1px solid darken( $secondary, 10% );
607
+ border-right: 0;
608
+ margin: 1px;
609
+
610
+ li {
611
+ border-right: 1px solid darken( $secondary, 10% );
612
+ padding: 0;
613
+ margin: 0;
614
+ float: left;
615
+ display: inline;
616
+ overflow: hidden;
617
+
618
+ a,
619
+ span {
620
+ margin: 0;
621
+ text-decoration: none;
622
+ padding: 0;
623
+ line-height: 1;
624
+ font-size: 1em;
625
+ font-weight: normal;
626
+ padding: 0.5em;
627
+ min-width: 1em;
628
+ display: block;
629
+ }
630
+
631
+ span.current,
632
+ a:hover,
633
+ a:focus {
634
+ background: $secondary;
635
+ color: darken( $secondary, 40% );
636
+ }
637
+ }
638
+ }
639
+ }
640
+
641
+ /**
642
+ * Buttons
643
+ */
644
+ a.button,
645
+ button.button,
646
+ input.button,
647
+ #respond input#submit {
648
+ font-size: 100%;
649
+ margin: 0;
650
+ line-height: 1;
651
+ cursor: pointer;
652
+ position: relative;
653
+ text-decoration: none;
654
+ overflow: visible;
655
+ padding: 0.618em 1em;
656
+ font-weight: 700;
657
+ border-radius: 3px;
658
+ left: auto;
659
+ color: $secondarytext;
660
+ background-color: $secondary;
661
+ border: 0;
662
+ white-space: nowrap;
663
+ display: inline-block;
664
+ background-image: none;
665
+ box-shadow: none;
666
+ -webkit-box-shadow: none;
667
+ text-shadow: none;
668
+
669
+ &.loading {
670
+ opacity: 0.25;
671
+ padding-right: 2.618em;
672
+
673
+ &::after {
674
+ font-family: 'WooCommerce';
675
+ content: '\e01c';
676
+ vertical-align: top;
677
+ -webkit-font-smoothing: antialiased;
678
+ font-weight: 400;
679
+ position: absolute;
680
+ top: 0.618em;
681
+ right: 1em;
682
+ -webkit-animation: spin 2s linear infinite;
683
+ -moz-animation: spin 2s linear infinite;
684
+ animation: spin 2s linear infinite;
685
+ }
686
+ }
687
+
688
+ &.added {
689
+ &::after {
690
+ font-family: 'WooCommerce';
691
+ content: '\e017';
692
+ margin-left: 0.53em;
693
+ vertical-align: bottom;
694
+ }
695
+ }
696
+
697
+ &:hover {
698
+ background-color: $secondary - #111;
699
+ text-decoration: none;
700
+ background-image: none;
701
+ color: $secondarytext;
702
+ }
703
+
704
+ &.alt {
705
+ background-color: $primary;
706
+ color: $primarytext;
707
+ -webkit-font-smoothing: antialiased;
708
+
709
+ &:hover {
710
+ background-color: $primary - #111;
711
+ color: $primarytext;
712
+ }
713
+
714
+ &.disabled,
715
+ &:disabled,
716
+ &:disabled[disabled],
717
+ &.disabled:hover,
718
+ &:disabled:hover,
719
+ &:disabled[disabled]:hover {
720
+ background-color: $primary;
721
+ color: $primarytext;
722
+ }
723
+ }
724
+
725
+ &:disabled,
726
+ &.disabled,
727
+ &:disabled[disabled] {
728
+ color: inherit;
729
+ cursor: not-allowed;
730
+ opacity: 0.5;
731
+ padding: 0.618em 1em;
732
+
733
+ &:hover {
734
+ color: inherit;
735
+ background-color: $secondary;
736
+ }
737
+ }
738
+ }
739
+
740
+ .cart .button,
741
+ .cart input.button {
742
+ float: none;
743
+ }
744
+
745
+ a.added_to_cart {
746
+ padding-top: 0.5em;
747
+ white-space: nowrap;
748
+ display: inline-block;
749
+ }
750
+
751
+ /**
752
+ * Reviews
753
+ */
754
+ #reviews {
755
+ h2 small {
756
+ float: right;
757
+ color: $subtext;
758
+ font-size: 15px;
759
+ margin: 10px 0 0;
760
+
761
+ a {
762
+ text-decoration: none;
763
+ color: $subtext;
764
+ }
765
+ }
766
+
767
+ h3 {
768
+ margin: 0;
769
+ }
770
+
771
+ #respond {
772
+ margin: 0;
773
+ border: 0;
774
+ padding: 0;
775
+ }
776
+
777
+ #comment {
778
+ height: 75px;
779
+ }
780
+
781
+ #comments {
782
+ .add_review {
783
+ @include clearfix();
784
+ }
785
+
786
+ h2 {
787
+ clear: none;
788
+ }
789
+
790
+ ol.commentlist {
791
+ @include clearfix();
792
+ margin: 0;
793
+ width: 100%;
794
+ background: none;
795
+ list-style: none;
796
+
797
+ li {
798
+ padding: 0;
799
+ margin: 0 0 20px;
800
+ border: 0;
801
+ position: relative;
802
+ background: 0;
803
+ border: 0;
804
+
805
+ .meta {
806
+ color: $subtext;
807
+ font-size: 0.75em;
808
+ }
809
+
810
+ img.avatar {
811
+ float: left;
812
+ position: absolute;
813
+ top: 0;
814
+ left: 0;
815
+ padding: 3px;
816
+ width: 32px;
817
+ height: auto;
818
+ background: $secondary;
819
+ border: 1px solid darken( $secondary, 3% );
820
+ margin: 0;
821
+ box-shadow: none;
822
+ }
823
+
824
+ .comment-text {
825
+ margin: 0 0 0 50px;
826
+ border: 1px solid darken( $secondary, 3% );
827
+ border-radius: 4px;
828
+ padding: 1em 1em 0;
829
+ @include clearfix();
830
+
831
+ p {
832
+ margin: 0 0 1em;
833
+ }
834
+
835
+ p.meta {
836
+ font-size: 0.83em;
837
+ }
838
+ }
839
+ }
840
+
841
+ ul.children {
842
+ list-style: none outside;
843
+ margin: 20px 0 0 50px;
844
+
845
+ .star-rating {
846
+ display: none;
847
+ }
848
+ }
849
+
850
+ #respond {
851
+ border: 1px solid darken( $secondary, 3% );
852
+ border-radius: 4px;
853
+ padding: 1em 1em 0;
854
+ margin: 20px 0 0 50px;
855
+ }
856
+ }
857
+
858
+ .commentlist > li::before {
859
+ content: '';
860
+ }
861
+ }
862
+ }
863
+
864
+ /**
865
+ * Star ratings
866
+ */
867
+ .star-rating {
868
+ float: right;
869
+ overflow: hidden;
870
+ position: relative;
871
+ height: 1em;
872
+ line-height: 1;
873
+ font-size: 1em;
874
+ width: 5.4em;
875
+ font-family: 'star';
876
+
877
+ &::before {
878
+ content: '\73\73\73\73\73';
879
+ color: darken( $secondary, 10% );
880
+ float: left;
881
+ top: 0;
882
+ left: 0;
883
+ position: absolute;
884
+ }
885
+
886
+ span {
887
+ overflow: hidden;
888
+ float: left;
889
+ top: 0;
890
+ left: 0;
891
+ position: absolute;
892
+ padding-top: 1.5em;
893
+ }
894
+
895
+ span::before {
896
+ content: '\53\53\53\53\53';
897
+ top: 0;
898
+ position: absolute;
899
+ left: 0;
900
+ }
901
+ }
902
+
903
+ .woocommerce-product-rating {
904
+ @include clearfix();
905
+ line-height: 2;
906
+ display: block;
907
+
908
+ .star-rating {
909
+ margin: 0.5em 4px 0 0;
910
+ float: left;
911
+ }
912
+ }
913
+
914
+ .products {
915
+ .star-rating {
916
+ display: block;
917
+ margin: 0 0 0.5em;
918
+ float: none;
919
+ }
920
+ }
921
+
922
+ .hreview-aggregate {
923
+ .star-rating {
924
+ margin: 10px 0 0;
925
+ }
926
+ }
927
+
928
+ #review_form {
929
+ #respond {
930
+ @include clearfix();
931
+ position: static;
932
+ margin: 0;
933
+ width: auto;
934
+ padding: 0;
935
+ background: transparent none;
936
+ border: 0;
937
+
938
+ p {
939
+ margin: 0 0 10px;
940
+ }
941
+
942
+ .form-submit {
943
+ input {
944
+ left: auto;
945
+ }
946
+ }
947
+
948
+ textarea {
949
+ box-sizing: border-box;
950
+ width: 100%;
951
+ }
952
+ }
953
+ }
954
+
955
+ p.stars {
956
+ a {
957
+ position: relative;
958
+ height: 1em;
959
+ width: 1em;
960
+ text-indent: -999em;
961
+ display: inline-block;
962
+ text-decoration: none;
963
+
964
+ &::before {
965
+ display: block;
966
+ position: absolute;
967
+ top: 0;
968
+ left: 0;
969
+ width: 1em;
970
+ height: 1em;
971
+ line-height: 1;
972
+ font-family: 'WooCommerce';
973
+ content: '\e021';
974
+ text-indent: 0;
975
+ }
976
+
977
+ &:hover {
978
+ ~ a::before {
979
+ content: '\e021';
980
+ }
981
+ }
982
+ }
983
+
984
+ &:hover {
985
+ a {
986
+ &::before {
987
+ content: '\e020';
988
+ }
989
+ }
990
+ }
991
+
992
+ &.selected {
993
+ a.active {
994
+ &::before {
995
+ content: '\e020';
996
+ }
997
+
998
+ ~ a::before {
999
+ content: '\e021';
1000
+ }
1001
+ }
1002
+
1003
+ a:not( .active ) {
1004
+ &::before {
1005
+ content: '\e020';
1006
+ }
1007
+ }
1008
+ }
1009
+ }
1010
+
1011
+ /**
1012
+ * Tables
1013
+ */
1014
+ table.shop_attributes {
1015
+ border: 0;
1016
+ border-top: 1px dotted rgba(0, 0, 0, 0.1);
1017
+ margin-bottom: 1.618em;
1018
+ width: 100%;
1019
+
1020
+ th {
1021
+ width: 150px;
1022
+ font-weight: 700;
1023
+ padding: 8px;
1024
+ border-top: 0;
1025
+ border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
1026
+ margin: 0;
1027
+ line-height: 1.5;
1028
+ }
1029
+
1030
+ td {
1031
+ font-style: italic;
1032
+ padding: 0;
1033
+ border-top: 0;
1034
+ border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
1035
+ margin: 0;
1036
+ line-height: 1.5;
1037
+
1038
+ p {
1039
+ margin: 0;
1040
+ padding: 8px 0;
1041
+ }
1042
+ }
1043
+
1044
+ tr:nth-child(even) td,
1045
+ tr:nth-child(even) th {
1046
+ background: rgba(0, 0, 0, 0.025);
1047
+ }
1048
+ }
1049
+
1050
+ table.shop_table {
1051
+ border: 1px solid rgba(0, 0, 0, 0.1);
1052
+ margin: 0 -1px 24px 0;
1053
+ text-align: left;
1054
+ width: 100%;
1055
+ border-collapse: separate;
1056
+ border-radius: 5px;
1057
+
1058
+ th {
1059
+ font-weight: 700;
1060
+ padding: 9px 12px;
1061
+ }
1062
+
1063
+ td {
1064
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
1065
+ padding: 6px 12px;
1066
+ vertical-align: middle;
1067
+
1068
+ small {
1069
+ font-weight: normal;
1070
+ }
1071
+ }
1072
+
1073
+ tbody:first-child {
1074
+ tr:first-child {
1075
+ th,
1076
+ td {
1077
+ border-top: 0;
1078
+ }
1079
+ }
1080
+ }
1081
+
1082
+ tfoot td,
1083
+ tfoot th,
1084
+ tbody th {
1085
+ font-weight: 700;
1086
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
1087
+ }
1088
+ }
1089
+
1090
+ table.my_account_orders {
1091
+ font-size: 0.85em;
1092
+
1093
+ th,
1094
+ td {
1095
+ padding: 4px 8px;
1096
+ vertical-align: middle;
1097
+ }
1098
+
1099
+ .button {
1100
+ white-space: nowrap;
1101
+ }
1102
+
1103
+ .order-actions {
1104
+ text-align: right;
1105
+
1106
+ .button {
1107
+ margin: 0.125em 0 0.125em 0.25em;
1108
+ }
1109
+ }
1110
+ }
1111
+
1112
+ table.woocommerce-MyAccount-downloads {
1113
+ td,
1114
+ th {
1115
+ vertical-align: top;
1116
+ text-align: center;
1117
+
1118
+ &:first-child {
1119
+ text-align: left;
1120
+ }
1121
+ &:last-child {
1122
+ text-align: left;
1123
+ }
1124
+ .woocommerce-MyAccount-downloads-file {
1125
+ &::before {
1126
+ content: '\2193';
1127
+ display: inline-block;
1128
+ }
1129
+ }
1130
+ }
1131
+ }
1132
+
1133
+ td.product-name {
1134
+ dl.variation, .wc-item-meta {
1135
+ list-style: none outside;
1136
+
1137
+ dt, .wc-item-meta-label {
1138
+ float: left;
1139
+ clear: both;
1140
+ margin-right: .25em;
1141
+ display: inline-block;
1142
+ list-style: none outside;
1143
+ }
1144
+
1145
+ dd {
1146
+ margin: 0;
1147
+ }
1148
+
1149
+ p,
1150
+ &:last-child {
1151
+ margin-bottom: 0;
1152
+ }
1153
+ }
1154
+
1155
+ p.backorder_notification {
1156
+ font-size: 0.83em;
1157
+ }
1158
+ }
1159
+
1160
+ td.product-quantity {
1161
+ min-width: 80px;
1162
+ }
1163
+
1164
+
1165
+ /**
1166
+ * Cart sidebar
1167
+ */
1168
+ ul.cart_list,
1169
+ ul.product_list_widget {
1170
+ list-style: none outside;
1171
+ padding: 0;
1172
+ margin: 0;
1173
+
1174
+ li {
1175
+ padding: 4px 0;
1176
+ margin: 0;
1177
+ @include clearfix();
1178
+ list-style: none;
1179
+
1180
+ a {
1181
+ display: block;
1182
+ font-weight: 700;
1183
+ }
1184
+
1185
+ img {
1186
+ float: right;
1187
+ margin-left: 4px;
1188
+ width: 32px;
1189
+ height: auto;
1190
+ box-shadow: none;
1191
+ }
1192
+
1193
+ dl {
1194
+ margin: 0;
1195
+ padding-left: 1em;
1196
+ border-left: 2px solid rgba(0, 0, 0, 0.1);
1197
+ @include clearfix();
1198
+
1199
+ dt,
1200
+ dd {
1201
+ display: inline-block;
1202
+ float: left;
1203
+ margin-bottom: 1em;
1204
+ }
1205
+
1206
+ dt {
1207
+ font-weight: 700;
1208
+ padding: 0 0 0.25em;
1209
+ margin: 0 4px 0 0;
1210
+ clear: left;
1211
+ }
1212
+
1213
+ dd {
1214
+ padding: 0 0 0.25em;
1215
+
1216
+ p:last-child {
1217
+ margin-bottom: 0;
1218
+ }
1219
+ }
1220
+ }
1221
+
1222
+ .star-rating {
1223
+ float: none;
1224
+ }
1225
+ }
1226
+ }
1227
+
1228
+ &.widget_shopping_cart,
1229
+ .widget_shopping_cart {
1230
+ .total {
1231
+ border-top: 3px double $secondary;
1232
+ padding: 4px 0 0;
1233
+
1234
+ strong {
1235
+ min-width: 40px;
1236
+ display: inline-block;
1237
+ }
1238
+ }
1239
+
1240
+ .cart_list {
1241
+ li {
1242
+ padding-left: 2em;
1243
+ position: relative;
1244
+ padding-top: 0;
1245
+
1246
+ a.remove {
1247
+ position: absolute;
1248
+ top: 0;
1249
+ left: 0;
1250
+ }
1251
+ }
1252
+ }
1253
+
1254
+ .buttons {
1255
+ @include clearfix();
1256
+ a {
1257
+ margin-right: 5px;
1258
+ margin-bottom: 5px;
1259
+ }
1260
+ }
1261
+ }
1262
+
1263
+ /**
1264
+ * Forms
1265
+ */
1266
+ form {
1267
+ .form-row {
1268
+ padding: 3px;
1269
+ margin: 0 0 6px;
1270
+
1271
+ [placeholder]:focus::-webkit-input-placeholder {
1272
+ -webkit-transition: opacity 0.5s 0.5s ease;
1273
+ -moz-transition: opacity 0.5s 0.5s ease;
1274
+ transition: opacity 0.5s 0.5s ease;
1275
+ opacity: 0;
1276
+ }
1277
+
1278
+ label {
1279
+ line-height: 2;
1280
+ }
1281
+
1282
+ label.hidden {
1283
+ visibility: hidden;
1284
+ }
1285
+
1286
+ label.inline {
1287
+ display: inline;
1288
+ }
1289
+
1290
+ select {
1291
+ cursor: pointer;
1292
+ margin: 0;
1293
+ }
1294
+
1295
+ .required {
1296
+ color: red;
1297
+ font-weight: 700;
1298
+ border: 0;
1299
+ }
1300
+
1301
+ .input-checkbox {
1302
+ display: inline;
1303
+ margin: -2px 8px 0 0;
1304
+ text-align: center;
1305
+ vertical-align: middle;
1306
+ }
1307
+
1308
+ input.input-text,
1309
+ textarea {
1310
+ box-sizing: border-box;
1311
+ width: 100%;
1312
+ margin: 0;
1313
+ outline: 0;
1314
+ line-height: 1;
1315
+ }
1316
+
1317
+ textarea {
1318
+ height: 4em;
1319
+ line-height: 1.5;
1320
+ display: block;
1321
+ -moz-box-shadow: none;
1322
+ -webkit-box-shadow: none;
1323
+ box-shadow: none;
1324
+ }
1325
+
1326
+ .select2-container {
1327
+ width: 100%;
1328
+ line-height: 2em;
1329
+ }
1330
+
1331
+ &.woocommerce-invalid {
1332
+ label {
1333
+ color: $red;
1334
+ }
1335
+ .select2-container,
1336
+ input.input-text,
1337
+ select {
1338
+ border-color: $red;
1339
+ }
1340
+ }
1341
+
1342
+ &.woocommerce-validated {
1343
+ .select2-container,
1344
+ input.input-text,
1345
+ select {
1346
+ border-color: $green - #111;
1347
+ }
1348
+ }
1349
+
1350
+ ::-webkit-input-placeholder {
1351
+ line-height: normal;
1352
+ }
1353
+
1354
+ :-moz-placeholder {
1355
+ line-height: normal;
1356
+ }
1357
+
1358
+ :-ms-input-placeholder {
1359
+ line-height: normal;
1360
+ }
1361
+ }
1362
+ }
1363
+
1364
+ form.login,
1365
+ form.checkout_coupon,
1366
+ form.register {
1367
+ border: 1px solid darken( $secondary, 10% );
1368
+ padding: 20px;
1369
+ margin: 2em 0;
1370
+ text-align: left;
1371
+ border-radius: 5px;
1372
+ }
1373
+
1374
+ ul#shipping_method {
1375
+ list-style: none outside;
1376
+ margin: 0;
1377
+ padding: 0;
1378
+
1379
+ li {
1380
+ margin: 0;
1381
+ padding: 0.25em 0 0.25em 22px;
1382
+ text-indent: -22px;
1383
+ list-style: none outside;
1384
+ input {
1385
+ margin: 3px 0.5ex;
1386
+ }
1387
+ label {
1388
+ display: inline;
1389
+ }
1390
+ }
1391
+
1392
+ .amount {
1393
+ font-weight: 700;
1394
+ }
1395
+ }
1396
+
1397
+ p.woocommerce-shipping-contents {
1398
+ margin: 0;
1399
+ }
1400
+
1401
+ /**
1402
+ * Order page
1403
+ */
1404
+ ul.order_details {
1405
+ @include clearfix();
1406
+ margin: 0 0 3em;
1407
+ list-style: none;
1408
+
1409
+ li {
1410
+ float: left;
1411
+ margin-right: 2em;
1412
+ text-transform: uppercase;
1413
+ font-size: 0.715em;
1414
+ line-height: 1;
1415
+ border-right: 1px dashed darken( $secondary, 10% );
1416
+ padding-right: 2em;
1417
+ margin-left: 0;
1418
+ padding-left: 0;
1419
+ list-style-type: none;
1420
+
1421
+ strong {
1422
+ display: block;
1423
+ font-size: 1.4em;
1424
+ text-transform: none;
1425
+ line-height: 1.5;
1426
+ }
1427
+
1428
+ &:last-of-type {
1429
+ border: none;
1430
+ }
1431
+ }
1432
+ }
1433
+
1434
+ .wc-bacs-bank-details-account-name {
1435
+ font-weight: bold;
1436
+ }
1437
+
1438
+ /**
1439
+ * Layered nav widget
1440
+ */
1441
+ .widget_layered_nav {
1442
+ ul {
1443
+ margin: 0;
1444
+ padding: 0;
1445
+ border: 0;
1446
+ list-style: none outside;
1447
+
1448
+ li {
1449
+ @include clearfix();
1450
+ padding: 0 0 1px;
1451
+ list-style: none;
1452
+
1453
+ a,
1454
+ span {
1455
+ padding: 1px 0;
1456
+ }
1457
+ }
1458
+
1459
+ li.chosen {
1460
+ a {
1461
+ &::before {
1462
+ @include iconbefore( '\e013' );
1463
+ color: $red;
1464
+ }
1465
+ }
1466
+ }
1467
+ }
1468
+ }
1469
+
1470
+ .widget_layered_nav_filters {
1471
+ ul {
1472
+ margin: 0;
1473
+ padding: 0;
1474
+ border: 0;
1475
+ list-style: none outside;
1476
+ overflow: hidden;
1477
+ zoom: 1;
1478
+
1479
+ li {
1480
+ float: left;
1481
+ padding: 0 1px 1px 0;
1482
+ list-style: none;
1483
+
1484
+ a {
1485
+ text-decoration: none;
1486
+
1487
+ &::before {
1488
+ @include iconbefore( '\e013' );
1489
+ color: $red;
1490
+ }
1491
+ }
1492
+ }
1493
+ }
1494
+ }
1495
+
1496
+ /**
1497
+ * Price filter widget
1498
+ */
1499
+ .widget_price_filter {
1500
+ .price_slider {
1501
+ margin-bottom: 1em;
1502
+ }
1503
+
1504
+ .price_slider_amount {
1505
+ text-align: right;
1506
+ line-height: 2.4;
1507
+ font-size: 0.8751em;
1508
+
1509
+ .button {
1510
+ font-size: 1.15em;
1511
+ }
1512
+
1513
+ .button {
1514
+ float: left;
1515
+ }
1516
+ }
1517
+
1518
+ .ui-slider {
1519
+ position: relative;
1520
+ text-align: left;
1521
+ margin-left: 0.5em;
1522
+ margin-right: 0.5em;
1523
+ }
1524
+
1525
+ .ui-slider .ui-slider-handle {
1526
+ position: absolute;
1527
+ z-index: 2;
1528
+ width: 1em;
1529
+ height: 1em;
1530
+ background-color: $primary;
1531
+ border-radius: 1em;
1532
+ cursor: ew-resize;
1533
+ outline: none;
1534
+ top: -0.3em;
1535
+
1536
+ //&:last-child {
1537
+ margin-left: -0.5em;
1538
+ //}
1539
+ }
1540
+
1541
+ .ui-slider .ui-slider-range {
1542
+ position: absolute;
1543
+ z-index: 1;
1544
+ font-size: 0.7em;
1545
+ display: block;
1546
+ border: 0;
1547
+ border-radius: 1em;
1548
+ background-color: $primary;
1549
+ }
1550
+
1551
+ .price_slider_wrapper .ui-widget-content {
1552
+ border-radius: 1em;
1553
+ background-color: $primary - #444;
1554
+ border: 0;
1555
+ }
1556
+
1557
+ .ui-slider-horizontal {
1558
+ height: 0.5em;
1559
+ }
1560
+
1561
+ .ui-slider-horizontal .ui-slider-range {
1562
+ top: 0;
1563
+ height: 100%;
1564
+ }
1565
+
1566
+ .ui-slider-horizontal .ui-slider-range-min {
1567
+ left: -1px;
1568
+ }
1569
+
1570
+ .ui-slider-horizontal .ui-slider-range-max {
1571
+ right: -1px;
1572
+ }
1573
+ }
1574
+
1575
+ /**
1576
+ * Rating Filter Widget
1577
+ */
1578
+ .widget_rating_filter {
1579
+ ul {
1580
+ margin: 0;
1581
+ padding: 0;
1582
+ border: 0;
1583
+ list-style: none outside;
1584
+
1585
+ li {
1586
+ @include clearfix();
1587
+ padding: 0 0 1px;
1588
+ list-style: none;
1589
+
1590
+ a {
1591
+ padding: 1px 0;
1592
+ text-decoration: none;
1593
+ }
1594
+
1595
+ .star-rating {
1596
+ float: none;
1597
+ display: inline-block;
1598
+ }
1599
+ }
1600
+
1601
+ li.chosen {
1602
+ a {
1603
+ &::before {
1604
+ @include iconbefore( '\e013' );
1605
+ color: $red;
1606
+ }
1607
+ }
1608
+ }
1609
+ }
1610
+ }
1611
+ }
1612
+
1613
+ /**
1614
+ * Photoswipe
1615
+ * 1. These styles are required to overwrite default theme button styles (Twenty Twelve adds gradients via background-image).
1616
+ * 2. For zooming on mobile.
1617
+ */
1618
+ .pswp {
1619
+ z-index: 999999;
1620
+ }
1621
+
1622
+ .woocommerce img.pswp__img,
1623
+ .woocommerce-page img.pswp__img {
1624
+ max-width: none; /* 2 */
1625
+ }
1626
+
1627
+ button.pswp__button {
1628
+ box-shadow: none !important;
1629
+ background-image: url('photoswipe/default-skin/default-skin.png') !important;
1630
+ }
1631
+
1632
+ button.pswp__button,
1633
+ button.pswp__button:hover,
1634
+ button.pswp__button--arrow--left::before,
1635
+ button.pswp__button--arrow--right::before {
1636
+ background-color: transparent !important; /* 1 */
1637
+ }
1638
+
1639
+ button.pswp__button--arrow--left,
1640
+ button.pswp__button--arrow--right,
1641
+ button.pswp__button--arrow--left:hover,
1642
+ button.pswp__button--arrow--right:hover {
1643
+ background-image: none !important; /* 1 */
1644
+ }
1645
+
1646
+ button.pswp__button--close:hover {
1647
+ background-position: 0 -44px;
1648
+ }
1649
+
1650
+ button.pswp__button--zoom:hover {
1651
+ background-position: -88px 0;
1652
+ }
1653
+
1654
+ .woocommerce-message,
1655
+ .woocommerce-error,
1656
+ .woocommerce-info {
1657
+ padding: 1em 2em 1em 3.5em;
1658
+ margin: 0 0 2em;
1659
+ position: relative;
1660
+ background-color: lighten($secondary, 5%);
1661
+ color: $secondarytext;
1662
+ border-top: 3px solid $primary;
1663
+ list-style: none outside;
1664
+ @include clearfix();
1665
+ width: auto;
1666
+ word-wrap: break-word;
1667
+
1668
+ &::before {
1669
+ font-family: 'WooCommerce';
1670
+ content: '\e028';
1671
+ display: inline-block;
1672
+ position: absolute;
1673
+ top: 1em;
1674
+ left: 1.5em;
1675
+ }
1676
+
1677
+ .button {
1678
+ float: right;
1679
+ }
1680
+
1681
+ li {
1682
+ list-style: none outside !important; // Required for default theme compatibility
1683
+ padding-left: 0 !important; // Required for default theme compatibility
1684
+ margin-left: 0 !important; // Required for default theme compatibility
1685
+ }
1686
+ }
1687
+
1688
+ /**
1689
+ * Right to left styles
1690
+ */
1691
+ .rtl {
1692
+ &.woocommerce {
1693
+ div.product {
1694
+ div.images {
1695
+ .flex-control-thumbs {
1696
+ li {
1697
+ float: right;
1698
+ }
1699
+ }
1700
+ }
1701
+ }
1702
+ }
1703
+ }
1704
+
1705
+ .woocommerce-message {
1706
+ border-top-color: #8fae1b;
1707
+
1708
+ &::before {
1709
+ content: '\e015';
1710
+ color: #8fae1b;
1711
+ }
1712
+ }
1713
+
1714
+ .woocommerce-info {
1715
+ border-top-color: #1e85be;
1716
+
1717
+ &::before {
1718
+ color: #1e85be;
1719
+ }
1720
+ }
1721
+
1722
+ .woocommerce-error {
1723
+ border-top-color: #b81c23;
1724
+
1725
+ &::before {
1726
+ content: '\e016';
1727
+ color: #b81c23;
1728
+ }
1729
+ }
1730
+
1731
+ /**
1732
+ * Account page
1733
+ */
1734
+ .woocommerce-account {
1735
+ .woocommerce {
1736
+ @include clearfix();
1737
+ }
1738
+
1739
+ .addresses {
1740
+ .title {
1741
+ @include clearfix();
1742
+
1743
+ h3 {
1744
+ float: left;
1745
+ }
1746
+
1747
+ .edit {
1748
+ float: right;
1749
+ }
1750
+ }
1751
+ }
1752
+
1753
+ ol.commentlist.notes {
1754
+ li.note {
1755
+
1756
+ p.meta {
1757
+ font-weight: 700;
1758
+ margin-bottom: 0;
1759
+ }
1760
+
1761
+ .description {
1762
+ p:last-child {
1763
+ margin-bottom: 0;
1764
+ }
1765
+ }
1766
+ }
1767
+ }
1768
+ ul.digital-downloads {
1769
+ margin-left: 0;
1770
+ padding-left: 0;
1771
+
1772
+ li {
1773
+ list-style: none;
1774
+ margin-left: 0;
1775
+ padding-left: 0;
1776
+
1777
+ &::before {
1778
+ @include iconbefore( '\e00a' );
1779
+ }
1780
+
1781
+ .count {
1782
+ float: right;
1783
+ }
1784
+ }
1785
+ }
1786
+ }
1787
+
1788
+ /**
1789
+ * Cart/checkout page
1790
+ */
1791
+ .woocommerce-cart,
1792
+ .woocommerce-checkout,
1793
+ #add_payment_method {
1794
+ table.cart {
1795
+ .product-thumbnail {
1796
+ min-width: 32px;
1797
+ }
1798
+
1799
+ img {
1800
+ width: 32px;
1801
+ box-shadow: none;
1802
+ }
1803
+
1804
+ th,
1805
+ td {
1806
+ vertical-align: middle;
1807
+ }
1808
+
1809
+ td.actions {
1810
+ .coupon {
1811
+ .input-text {
1812
+ float: left;
1813
+ -webkit-box-sizing: border-box;
1814
+ -moz-box-sizing: border-box;
1815
+ box-sizing: border-box;
1816
+ border: 1px solid darken( $secondary, 10% );
1817
+ padding: 6px 6px 5px;
1818
+ margin: 0 4px 0 0;
1819
+ outline: 0;
1820
+ line-height: 1;
1821
+ }
1822
+ }
1823
+ }
1824
+
1825
+ input {
1826
+ margin: 0;
1827
+ vertical-align: middle;
1828
+ line-height: 1;
1829
+ }
1830
+ }
1831
+
1832
+ .wc-proceed-to-checkout {
1833
+ @include clearfix;
1834
+ padding: 1em 0;
1835
+
1836
+ a.checkout-button {
1837
+ display: block;
1838
+ text-align: center;
1839
+ margin-bottom: 1em;
1840
+ font-size: 1.25em;
1841
+ padding: 1em;
1842
+ }
1843
+ }
1844
+
1845
+ .cart-collaterals {
1846
+ .shipping_calculator {
1847
+ .button {
1848
+ width: 100%;
1849
+ float: none;
1850
+ display: block;
1851
+ }
1852
+
1853
+ .shipping-calculator-button {
1854
+ &::after {
1855
+ @include iconafter( '\e019' );
1856
+ }
1857
+ }
1858
+ }
1859
+
1860
+ .cart_totals {
1861
+ p {
1862
+ small {
1863
+ color: $subtext;
1864
+ font-size: 0.83em;
1865
+ }
1866
+ }
1867
+
1868
+ table {
1869
+ border-collapse: separate;
1870
+ margin: 0 0 6px;
1871
+ padding: 0;
1872
+
1873
+ tr:first-child {
1874
+ th,
1875
+ td {
1876
+ border-top: 0;
1877
+ }
1878
+ }
1879
+
1880
+ th {
1881
+ width: 40%;
1882
+ }
1883
+
1884
+ td,
1885
+ th {
1886
+ vertical-align: top;
1887
+ border-left: 0;
1888
+ border-right: 0;
1889
+ line-height: 1.5em;
1890
+ }
1891
+
1892
+ small {
1893
+ color: $subtext;
1894
+ }
1895
+
1896
+ select {
1897
+ width: 100%;
1898
+ }
1899
+ }
1900
+
1901
+ .discount td {
1902
+ color: $highlight;
1903
+ }
1904
+
1905
+ tr td,
1906
+ tr th {
1907
+ border-top: 1px solid $secondary;
1908
+ }
1909
+ }
1910
+
1911
+ .cross-sells {
1912
+ ul.products {
1913
+ li.product {
1914
+ margin-top: 0;
1915
+ }
1916
+ }
1917
+ }
1918
+ }
1919
+ .checkout {
1920
+ .col-2 {
1921
+ h3#ship-to-different-address {
1922
+ float: left;
1923
+ clear: none;
1924
+ }
1925
+
1926
+ .notes {
1927
+ clear: left;
1928
+ }
1929
+
1930
+ .form-row-first {
1931
+ clear: left;
1932
+ }
1933
+ }
1934
+
1935
+ .create-account small {
1936
+ font-size: 11px;
1937
+ color: $subtext;
1938
+ font-weight: normal;
1939
+ }
1940
+
1941
+ div.shipping-address {
1942
+ padding: 0;
1943
+ clear: left;
1944
+ width: 100%;
1945
+ }
1946
+
1947
+ .shipping_address {
1948
+ clear: both;
1949
+ }
1950
+ }
1951
+
1952
+ #payment {
1953
+ background: $secondary;
1954
+ border-radius: 5px;
1955
+
1956
+ ul.payment_methods {
1957
+ @include clearfix();
1958
+ text-align: left;
1959
+ padding: 1em;
1960
+ border-bottom: 1px solid darken( $secondary, 10% );
1961
+ margin: 0;
1962
+ list-style: none outside;
1963
+
1964
+ li {
1965
+ line-height: 2;
1966
+ text-align: left;
1967
+ margin: 0;
1968
+ font-weight: normal;
1969
+
1970
+ input {
1971
+ margin: 0 1em 0 0;
1972
+ }
1973
+
1974
+ img {
1975
+ vertical-align: middle;
1976
+ margin: -2px 0 0 0.5em;
1977
+ padding: 0;
1978
+ position: relative;
1979
+ box-shadow: none;
1980
+ }
1981
+
1982
+ img + img {
1983
+ margin-left: 2px;
1984
+ }
1985
+ }
1986
+
1987
+ li:not(.woocommerce-notice) {
1988
+ @include clearfix;
1989
+ }
1990
+ }
1991
+
1992
+ div.form-row {
1993
+ padding: 1em;
1994
+ }
1995
+
1996
+ div.payment_box {
1997
+ position: relative;
1998
+ box-sizing: border-box;
1999
+ width: 100%;
2000
+ padding: 1em;
2001
+ margin: 1em 0;
2002
+ font-size: 0.92em;
2003
+ border-radius: 2px;
2004
+ line-height: 1.5;
2005
+ background-color: darken( $secondary, 5% );
2006
+ color: $secondarytext;
2007
+
2008
+ input.input-text, textarea {
2009
+ border-color: darken( $secondary, 15% );
2010
+ border-top-color: darken( $secondary, 20% );
2011
+ }
2012
+
2013
+ ::-webkit-input-placeholder {
2014
+ color: darken( $secondary, 20% );
2015
+ }
2016
+
2017
+ :-moz-placeholder {
2018
+ color: darken( $secondary, 20% );
2019
+ }
2020
+
2021
+ :-ms-input-placeholder {
2022
+ color: darken( $secondary, 20% );
2023
+ }
2024
+
2025
+ .woocommerce-SavedPaymentMethods {
2026
+ list-style: none outside;
2027
+ margin: 0;
2028
+ .woocommerce-SavedPaymentMethods-token,
2029
+ .woocommerce-SavedPaymentMethods-new {
2030
+ margin: 0 0 0.5em;
2031
+ label {
2032
+ cursor: pointer;
2033
+ }
2034
+ }
2035
+ .woocommerce-SavedPaymentMethods-tokenInput {
2036
+ vertical-align: middle;
2037
+ margin: -3px 1em 0 0;
2038
+ position: relative;
2039
+ }
2040
+ }
2041
+
2042
+ .wc-credit-card-form {
2043
+ border: 0;
2044
+ padding: 0;
2045
+ margin: 1em 0 0;
2046
+ }
2047
+ .wc-credit-card-form-card-number,
2048
+ .wc-credit-card-form-card-expiry,
2049
+ .wc-credit-card-form-card-cvc {
2050
+ font-size: 1.5em;
2051
+ padding: 8px;
2052
+ background-repeat: no-repeat;
2053
+ background-position: right 0.618em center;
2054
+ background-size: 32px 20px;
2055
+
2056
+ &.visa {
2057
+ background-image: url('../images/icons/credit-cards/visa.svg');
2058
+ }
2059
+
2060
+ &.mastercard {
2061
+ background-image: url('../images/icons/credit-cards/mastercard.svg');
2062
+ }
2063
+
2064
+ &.laser {
2065
+ background-image: url('../images/icons/credit-cards/laser.svg');
2066
+ }
2067
+
2068
+ &.dinersclub {
2069
+ background-image: url('../images/icons/credit-cards/diners.svg');
2070
+ }
2071
+
2072
+ &.maestro {
2073
+ background-image: url('../images/icons/credit-cards/maestro.svg');
2074
+ }
2075
+
2076
+ &.jcb {
2077
+ background-image: url('../images/icons/credit-cards/jcb.svg');
2078
+ }
2079
+
2080
+ &.amex {
2081
+ background-image: url('../images/icons/credit-cards/amex.svg');
2082
+ }
2083
+ &.discover {
2084
+ background-image: url('../images/icons/credit-cards/discover.svg');
2085
+ }
2086
+ }
2087
+
2088
+ span.help {
2089
+ font-size: 0.857em;
2090
+ color: $subtext;
2091
+ font-weight: normal;
2092
+ }
2093
+
2094
+ .form-row {
2095
+ margin: 0 0 1em;
2096
+ }
2097
+
2098
+ p:last-child {
2099
+ margin-bottom: 0;
2100
+ }
2101
+
2102
+ &::before {
2103
+ content: '';
2104
+ display: block;
2105
+ border: 1em solid darken( $secondary, 5% ); /* arrow size / color */
2106
+ border-right-color: transparent;
2107
+ border-left-color: transparent;
2108
+ border-top-color: transparent;
2109
+ position: absolute;
2110
+ top: -0.75em;
2111
+ left: 0;
2112
+ margin: -1em 0 0 2em;
2113
+ }
2114
+ }
2115
+
2116
+ .payment_method_paypal {
2117
+ .about_paypal {
2118
+ float: right;
2119
+ line-height: 52px;
2120
+ font-size: 0.83em;
2121
+ }
2122
+
2123
+ img {
2124
+ max-height: 52px;
2125
+ vertical-align: middle;
2126
+ }
2127
+ }
2128
+ }
2129
+ }
2130
+
2131
+ /**
2132
+ * Password strength meter
2133
+ */
2134
+ .woocommerce-password-strength {
2135
+ text-align: center;
2136
+ font-weight: 600;
2137
+ padding: 3px 0.5em;
2138
+ font-size: 1em;
2139
+
2140
+ &.strong {
2141
+ background-color: #c1e1b9;
2142
+ border-color: #83c373;
2143
+ }
2144
+
2145
+ &.short {
2146
+ background-color: #f1adad;
2147
+ border-color: #e35b5b;
2148
+ }
2149
+
2150
+ &.bad {
2151
+ background-color: #fbc5a9;
2152
+ border-color: #f78b53;
2153
+ }
2154
+
2155
+ &.good {
2156
+ background-color: #ffe399;
2157
+ border-color: #ffc733;
2158
+ }
2159
+ }
2160
+
2161
+ .woocommerce-password-hint {
2162
+ margin: 0.5em 0 0;
2163
+ display: block;
2164
+ }
2165
+
2166
+ /**
2167
+ * Twenty Eleven specific styles
2168
+ */
2169
+ #content.twentyeleven {
2170
+ .woocommerce-pagination {
2171
+ a {
2172
+ font-size: 1em;
2173
+ line-height: 1;
2174
+ }
2175
+ }
2176
+ }
2177
+
2178
+ /**
2179
+ * Twenty Thirteen specific styles
2180
+ */
2181
+ .single-product {
2182
+ .twentythirteen {
2183
+ .entry-summary,
2184
+ #reply-title,
2185
+ #respond #commentform {
2186
+ padding: 0;
2187
+ }
2188
+
2189
+ p.stars {
2190
+ clear: both;
2191
+ }
2192
+ }
2193
+ }
2194
+
2195
+ .twentythirteen {
2196
+ .woocommerce-breadcrumb {
2197
+ padding-top: 40px;
2198
+ }
2199
+ }
2200
+
2201
+ /**
2202
+ * Twenty Fourteen specific styles
2203
+ */
2204
+ .twentyfourteen {
2205
+ ul.products {
2206
+ li.product {
2207
+ margin-top: 0 !important;
2208
+ }
2209
+ }
2210
+ }
2211
+
2212
+ /**
2213
+ * Twenty Sixteen specific styles
2214
+ */
2215
+ body:not( .search-results ) {
2216
+ .twentysixteen {
2217
+ .entry-summary {
2218
+ color: inherit;
2219
+ font-size: inherit;
2220
+ line-height: inherit;
2221
+ }
2222
+ }
2223
+ }
2224
+
2225
+ .twentysixteen {
2226
+ .price ins {
2227
+ background: inherit;
2228
+ color: inherit;
2229
+ }
2230
+ }
assets/fonts/WooCommerce.eot ADDED
Binary file
assets/fonts/WooCommerce.svg ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>
5
+ <json>
6
+ <![CDATA[
7
+ {
8
+ "fontFamily": "WooCommerce",
9
+ "fontURL": "https://woothemes.com",
10
+ "designer": "James Koster",
11
+ "designerURL": "http://jameskoster.co.uk",
12
+ "license": "SIL OFL",
13
+ "licenseURL": "http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL",
14
+ "version": "Version 1.0",
15
+ "majorVersion": 0,
16
+ "fontId": "WooCommerce",
17
+ "psName": "WooCommerce",
18
+ "subFamily": "Regular",
19
+ "fullName": "WooCommerce",
20
+ "description": "Font generated by IcoMoon."
21
+ }
22
+ ]]>
23
+ </json>
24
+ </metadata>
25
+ <defs>
26
+ <font id="WooCommerce" horiz-adv-x="1024">
27
+ <font-face units-per-em="1024" ascent="960" descent="-64" />
28
+ <missing-glyph horiz-adv-x="1024" />
29
+ <glyph unicode="&#x20;" horiz-adv-x="512" d="" />
30
+ <glyph unicode="&#xe000;" glyph-name="virtual" data-tags="virtual" d="M933.926 716.642l-421.926 243.358-192.79-110.617 429.827-233.877zM709.531 593.383l-429.827 232.296-191.21-110.617 423.506-229.136zM512 441.679l-444.049 240.198v-489.877l444.049-256 444.049 256v489.877l-444.049-240.198zM420.346 171.457c-11.062-6.321-23.704-4.741-39.506 1.58l-158.025 74.272c-15.802 7.901-28.444 18.963-39.506 34.765s-15.802 31.605-15.802 47.407c0 14.222 4.741 23.704 14.222 30.025s20.543 6.321 34.765 1.58c0 3.16-1.58 6.321-1.58 9.481 0 11.062 3.16 18.963 11.062 22.123 7.901 4.741 17.383 3.16 28.444-1.58 4.741-3.16 9.481-6.321 15.802-9.481 4.741 7.901 12.642 12.642 23.704 14.222 9.481 1.58 20.543 0 33.185-6.321 17.383-7.901 31.605-22.123 44.247-39.506s18.963-36.346 18.963-53.728c0-4.741 0-9.481-3.16-15.802 14.222-7.901 25.284-18.963 34.765-34.765 9.481-14.222 14.222-30.025 14.222-44.247 1.58-14.222-4.741-25.284-15.802-30.025z" />
31
+ <glyph unicode="&#xe001;" glyph-name="downloadable" data-tags="downloadable" d="M933.926 716.642l-421.926 243.358-192.79-110.617 429.827-233.877zM709.531 593.383l-429.827 232.296-191.21-110.617 423.506-229.136zM512 441.679l-444.049 240.198v-489.877l444.049-256 444.049 256v489.877l-444.049-240.198zM303.407 174.617l-110.617 169.086 31.605-1.58 63.21-96.395v188.049l31.605-17.383v-188.049l63.21 30.025 31.605-33.185-110.617-50.568z" />
32
+ <glyph unicode="&#xe002;" glyph-name="grouped" data-tags="grouped" d="M512 958.42l-442.469-256v-508.84l442.469-256 442.469 256v510.42l-442.469 254.42zM791.704 433.778l-52.148-28.444-121.679 66.37 55.309 31.605 118.519-69.531zM728.494 399.012l-55.309-30.025-120.099 64.79 53.728 31.605 121.679-66.37zM512 778.272l120.099-69.531-52.148-28.444-121.679 66.37 53.728 31.605zM445.63 740.346l121.679-66.37-55.309-30.025-120.099 64.79 53.728 31.605zM352.395 503.309l120.099-69.531-52.148-28.444-121.679 66.37 53.728 31.605zM286.025 465.383l121.679-66.37-55.309-30.025-120.099 64.79 53.728 31.605zM477.235 286.815l-124.84-72.691-124.84 72.691v139.062l124.84-67.951 124.84 67.951v-139.062zM387.16 560.198v139.062l124.84-67.951 124.84 67.951v-139.062l-124.84-72.691-124.84 72.691zM798.025 286.815l-124.84-72.691-124.84 72.691v139.062l124.84-67.951 124.84 67.951v-139.062z" />
33
+ <glyph unicode="&#xe003;" glyph-name="variable" data-tags="variable" d="M512 444.84l-406.123 221.235v-450.37l406.123-233.877 406.123 233.877v450.37zM728.494 604.444l170.667 91.654-387.16 224.395-176.988-102.716zM512 484.346l181.728 99.556-395.062 213.333-175.407-101.136zM921.284-21.333h-47.407v7.901h39.506v17.383h7.901v-25.284zM845.432-21.333h-42.667v7.901h42.667v-7.901zM772.741-21.333h-42.667v7.901h42.667v-7.901zM701.63-21.333h-42.667v7.901h42.667v-7.901zM628.938-21.333h-42.667v7.901h42.667v-7.901zM556.247-21.333h-42.667v7.901h42.667v-7.901zM483.556-21.333h-42.667v7.901h42.667v-7.901zM410.864-21.333h-42.667v7.901h42.667v-7.901zM339.753-21.333h-42.667v7.901h42.667v-7.901zM267.062-21.333h-42.667v7.901h42.667v-7.901zM194.37-21.333h-42.667v7.901h42.667v-7.901zM121.679-21.333h-20.543v31.605h7.901v-23.704h12.642v-7.901zM921.284 32.395h-7.901v42.667h7.901v-42.667zM109.037 38.716h-7.901v42.667h7.901v-42.667zM921.284 105.086h-7.901v42.667h7.901v-42.667zM109.037 109.827h-7.901v42.667h7.901v-42.667zM921.284 176.198h-7.901v42.667h7.901v-42.667zM109.037 182.519h-7.901v42.667h7.901v-42.667zM921.284 248.889h-7.901v42.667h7.901v-42.667zM109.037 255.21h-7.901v42.667h7.901v-42.667zM921.284 321.58h-7.901v42.667h7.901v-42.667zM109.037 327.901h-7.901v42.667h7.901v-42.667zM921.284 394.272h-7.901v42.667h7.901v-42.667zM109.037 400.593h-7.901v42.667h7.901v-42.667zM921.284 466.963h-7.901v42.667h7.901v-42.667zM109.037 471.704h-7.901v42.667h7.901v-42.667zM921.284 539.654h-7.901v42.667h7.901v-42.667zM109.037 544.395h-7.901v44.247h7.901v-44.247zM921.284 610.765h-7.901v42.667h7.901v-42.667zM109.037 617.086h-7.901v42.667h7.901v-42.667zM921.284 683.457h-7.901v42.667h7.901v-42.667zM109.037 689.778h-7.901v42.667h7.901v-42.667zM921.284 756.148h-7.901v42.667h7.901v-42.667zM109.037 762.469h-7.901v42.667h7.901v-42.667zM921.284 828.84h-7.901v42.667h7.901v-42.667zM109.037 835.16h-7.901v42.667h7.901v-42.667zM921.284 901.531h-7.901v12.642h-23.704v6.321h30.025v-18.963zM109.037 906.272h-7.901v14.222h36.346v-7.901h-28.444v-6.321zM862.815 914.173h-42.667v6.321h42.667v-6.321zM790.123 914.173h-42.667v6.321h42.667v-6.321zM717.432 914.173h-42.667v6.321h42.667v-6.321zM644.741 914.173h-42.667v6.321h42.667v-6.321zM573.63 914.173h-42.667v6.321h42.667v-6.321zM500.938 914.173h-42.667v6.321h42.667v-6.321zM428.247 914.173h-42.667v6.321h42.667v-6.321zM355.556 914.173h-42.667v6.321h42.667v-6.321zM282.864 914.173h-42.667v6.321h42.667v-6.321zM210.173 914.173h-42.667v6.321h42.667v-6.321zM140.642 917.333c0-19.2-15.565-34.765-34.765-34.765s-34.765 15.565-34.765 34.765c0 19.2 15.565 34.765 34.765 34.765s34.765-15.565 34.765-34.765zM140.642-21.333c0-19.2-15.565-34.765-34.765-34.765s-34.765 15.565-34.765 34.765c0 19.2 15.565 34.765 34.765 34.765s34.765-15.565 34.765-34.765zM105.877 394.272c-22.123 0-41.086 18.963-41.086 41.086s18.963 41.086 41.086 41.086c22.123 0 41.086-18.963 41.086-41.086s-18.963-41.086-41.086-41.086zM105.877 462.222c-14.222 0-26.864-12.642-26.864-26.864s12.642-26.864 26.864-26.864 26.864 12.642 26.864 26.864-12.642 26.864-26.864 26.864zM918.123 394.272c-22.123 0-41.086 18.963-41.086 41.086s18.963 41.086 41.086 41.086 41.086-18.963 41.086-41.086c0-22.123-17.383-41.086-41.086-41.086zM918.123 462.222c-14.222 0-26.864-12.642-26.864-26.864s12.642-26.864 26.864-26.864 26.864 12.642 26.864 26.864-11.062 26.864-26.864 26.864zM952.889 917.333c0-19.2-15.565-34.765-34.765-34.765s-34.765 15.565-34.765 34.765c0 19.2 15.565 34.765 34.765 34.765s34.765-15.565 34.765-34.765zM512 876.247c-22.123 0-41.086 18.963-41.086 41.086s18.963 41.086 41.086 41.086c22.123 0 41.086-18.963 41.086-41.086s-18.963-41.086-41.086-41.086zM512 944.198c-14.222 0-26.864-12.642-26.864-26.864s12.642-26.864 26.864-26.864c14.222 0 26.864 12.642 26.864 26.864s-12.642 26.864-26.864 26.864zM512-62.42c-22.123 0-41.086 18.963-41.086 41.086s18.963 41.086 41.086 41.086c22.123 0 41.086-18.963 41.086-41.086s-18.963-41.086-41.086-41.086zM512 5.531c-14.222 0-26.864-12.642-26.864-26.864s12.642-26.864 26.864-26.864c14.222 0 26.864 12.642 26.864 26.864s-12.642 26.864-26.864 26.864zM952.889-21.333c0-19.2-15.565-34.765-34.765-34.765s-34.765 15.565-34.765 34.765c0 19.2 15.565 34.765 34.765 34.765s34.765-15.565 34.765-34.765z" />
34
+ <glyph unicode="&#xe004;" glyph-name="contract" data-tags="contract" d="M511.984-63.952c282.992 0 512 228.96 512 511.904 0 283.024-229.008 512-512 512-283.024 0-511.952-228.96-511.952-512 0-282.944 228.912-511.904 511.952-511.904zM511.984 0.032c-247.472 0-447.936 200.528-447.936 447.936 0 247.472 200.448 448.032 447.936 448.032 247.424 0 447.984-200.528 447.984-448.032-0.016-247.408-200.544-447.936-447.984-447.936zM322.096 437.44v-51.2h82.496l-89.536-96.704c-11.392-11.392-10-34.112 2.832-48.336 12.784-12.832 29.872-14.208 42.624-2.832l89.584 96.656v-76.752h51.248v179.168h-179.248zM706.144 463.088v51.152h-86.752l89.584 95.264c11.392 11.392 9.952 31.328-2.832 45.504-12.864 12.832-28.528 14.208-39.904 1.44l-88.096-93.872 0.016 79.664h-51.248v-179.152h179.232z" />
35
+ <glyph unicode="&#xe005;" glyph-name="expand" data-tags="expand" d="M524.768 639.984v-51.2h82.496l-236.080-233.232v79.616h-51.152v-179.152h179.152v51.2h-86.72l240.304 230.416v-76.8h51.248v179.152h-179.248zM511.984-63.952c282.992 0 512 228.96 512 511.904 0 283.024-229.008 512-512 512-283.024 0-511.952-228.96-511.952-512 0-282.944 228.912-511.904 511.952-511.904zM511.984 0.032c-247.472 0-447.936 200.528-447.936 447.936 0 247.472 200.448 448.032 447.936 448.032 247.424 0 447.984-200.528 447.984-448.032-0.016-247.408-200.544-447.936-447.984-447.936z" />
36
+ <glyph unicode="&#xe006;" glyph-name="simple" data-tags="simple" d="M512 441.679l-444.049 240.198v-489.877l444.049-256 444.049 256v489.877zM749.037 615.506l184.889 101.136-421.926 243.358-192.79-110.617zM512 485.926l197.531 107.457-429.827 232.296-191.21-110.617z" />
37
+ <glyph unicode="&#xe007;" glyph-name="plus" data-tags="plus" d="M268.88 486.464v-76.848h204.752v-204.752h76.848l-0.016 204.768h204.752v76.848l-204.752-0.016v204.752h-76.848v-204.752h-204.736zM0.048 448.048c0-283.024 228.96-512 512-512 282.944 0 511.904 228.96 511.904 512 0 282.944-228.96 511.904-511.904 511.904-283.040 0-512-228.96-512-511.904zM64.032 448.048c0 247.392 200.528 447.936 448.032 447.936 247.392 0 447.936-200.528 447.936-447.936 0-247.472-200.528-448.032-447.936-448.032-247.504 0.016-448.032 200.544-448.032 448.032z" />
38
+ <glyph unicode="&#xe008;" glyph-name="right" data-tags="right" d="M551.856 243.168l136.48 140.816 34.16 35.552 17.040 18.512-179.152 189.152-51.2-52.688 82.496-88.144h-246.016c-28.48 0-51.248-22.72-51.248-51.2s22.768-51.2 51.248-51.2h243.184l-86.8-89.632 49.808-51.168zM512.048-63.952c282.944 0 511.904 228.96 511.904 511.904 0 283.024-228.96 512-511.904 512-283.040 0-512-228.96-512-511.984 0-282.96 228.96-511.92 512-511.92zM512.048 0.032c-247.472 0-448.032 200.528-448.032 447.936 0 247.472 200.528 448.032 448.032 448.032 247.392 0 447.936-200.528 447.936-448.032-0.016-247.408-200.544-447.936-447.936-447.936z" />
39
+ <glyph unicode="&#xe009;" glyph-name="up" data-tags="up" d="M716.848 487.808l-140.816 136.528-35.552 34.064-18.512 17.136-189.168-179.168 52.688-51.296 88.144 82.496v-246c0-28.432 22.72-51.2 51.2-51.2s51.2 22.768 51.2 51.2v243.184l89.632-86.704 51.184 49.76zM1023.952 447.968c0 283.024-228.96 512-511.904 512-283.040-0.016-512-228.976-512-512 0-282.944 228.96-511.904 512-511.904 282.944-0.016 511.904 228.944 511.904 511.904zM959.968 447.968c0-247.392-200.528-447.936-447.936-447.936-247.472 0-448.032 200.528-448.032 447.936 0 247.472 200.528 448.032 448.032 448.032 247.408-0.032 447.936-200.56 447.936-448.032z" />
40
+ <glyph unicode="&#xe00a;" glyph-name="down" data-tags="down" d="M307.168 408.192l140.816-136.528 35.552-34.064 18.512-17.136 189.152 179.168-52.688 51.296-88.144-82.496v246c0 28.432-22.72 51.2-51.2 51.2s-51.2-22.768-51.2-51.2v-243.184l-89.632 86.704-51.168-49.76zM0.048 448.048c0-283.024 228.96-512 511.904-512 283.024 0 512 228.96 512 512 0 282.944-228.96 511.904-512 511.904-282.944 0-511.904-228.96-511.904-511.904zM64.032 448.048c0 247.392 200.528 447.936 447.936 447.936 247.472 0 448.032-200.528 448.032-447.936 0-247.472-200.528-448.032-448.032-448.032-247.408 0.016-447.936 200.544-447.936 448.032z" />
41
+ <glyph unicode="&#xe00b;" glyph-name="left" data-tags="left" d="M472.192 652.848l-136.528-140.816-34.064-35.552-17.136-18.512 179.152-189.152 51.296 52.688-82.496 88.144h246c28.432 0 51.2 22.72 51.2 51.2s-22.768 51.2-51.2 51.2h-243.184l86.704 89.632-49.744 51.168zM512.048 959.952c-283.040 0-512-228.96-512-511.904 0-283.024 228.96-512 512-512 282.944 0 511.904 228.96 511.904 512 0 282.944-228.96 511.904-511.904 511.904zM512.048 895.968c247.392 0 447.936-200.528 447.936-447.936 0-247.472-200.528-448.032-447.936-448.032-247.472 0-448.032 200.528-448.032 448.032 0.016 247.408 200.544 447.936 448.032 447.936z" />
42
+ <glyph unicode="&#xe00c;" glyph-name="image" data-tags="image" d="M844.736 115.2l-255.904 255.952-179.248-179.152-76.752 76.8-153.6-153.6 665.504-0.016zM281.632 473.6c0-42.672 34.16-76.848 76.752-76.848 42.72 0 76.848 34.16 76.848 76.848 0 42.592-34.112 76.752-76.848 76.752-42.592 0-76.752-34.16-76.752-76.752zM947.168 703.952v-691.152l-870.336 0.016v691.152l870.336-0.016zM1023.984 959.952h-1023.952v-1023.904h948.528c24.208 0 34.16 8.464 49.76 24.16 17.136 15.648 25.648 38.432 25.648 61.104v938.64z" />
43
+ <glyph unicode="&#xe00d;" glyph-name="link" data-tags="link" d="M752.352 878.896c-52.688 51.2-137.952 51.2-190.544-1.392l-479.312-479.312c-52.576-52.592-52.576-137.856-1.392-190.544l17.040-17.040 66.832 68.224-44.064 44.064 536.16 536.192 44.064-44.064 68.224 66.832-17.008 17.040zM254.608 34.144l17.040-17.040c52.688-51.2 137.952-51.2 190.544 1.392l479.312 479.312c52.592 52.592 52.592 137.872 1.392 190.544l-17.040 17.040-66.832-68.224 44.064-44.064-536.16-536.176-44.064 44.064-68.256-66.848zM992.656 950c-12.784 12.832-32.72 12.832-45.504 1.44l-312.848-312.896c-11.392-12.784-11.392-32.672 0-45.456l22.768-22.768c12.784-11.392 32.672-11.392 45.456 0l312.912 312.832c11.392 12.784 11.392 32.72-1.44 45.504l-21.344 21.344zM366.928 325.696c-12.784 11.392-32.672 11.392-45.456 0l-312.912-312.832c-11.392-12.784-11.392-32.72 1.44-45.504l21.344-21.344c12.784-12.832 32.72-12.832 45.504-1.44l312.848 312.896c11.392 12.784 11.392 32.672 0 45.456l-22.768 22.768z" />
44
+ <glyph unicode="&#xe00e;" glyph-name="calendar" data-tags="calendar" d="M358.384 524.8l-76.752-76.8h76.752v-230.4l-76.752 0.016v-51.152h204.752v51.152h-76.8l-0.016 307.184h-51.184zM588.832 524.8c-28.528 0-51.2-22.768-51.2-51.152v-256.048c0-28.384 22.688-51.152 51.2-51.152h102.4c28.432 0 51.2 22.768 51.2 51.152l-0.016 256.048c0 28.384-22.768 51.152-51.2 51.152h-102.384zM588.832 473.648h102.4v-256.048h-102.4v256.048zM947.168 678.4v-665.552l-870.336 0.016v665.552l870.336-0.016zM1023.984 960h-1023.952v-1024h948.528c24.208 0 34.16 8.56 49.76 24.16 17.136 15.744 25.648 38.432 25.648 61.2v938.64zM755.2 857.568c21.296 0 38.384-17.088 38.384-38.384 0-21.344-17.088-38.432-38.384-38.432-21.344 0-38.432 17.088-38.432 38.432 0.016 21.296 17.088 38.384 38.432 38.384zM243.216 857.568c21.392 0 38.432-17.088 38.432-38.384 0-21.344-17.040-38.432-38.432-38.432-21.296 0-38.432 17.088-38.432 38.432 0 21.296 17.136 38.384 38.432 38.384z" />
45
+ <glyph unicode="&#xe00f;" glyph-name="processing" data-tags="processing" d="M153.284 294.716c-83.753 0-153.284 67.951-153.284 153.284 0 83.753 67.951 153.284 153.284 153.284 83.753 0 153.284-67.951 153.284-153.284 0-83.753-69.531-153.284-153.284-153.284zM512 294.716c-83.753 0-153.284 67.951-153.284 153.284 0 83.753 67.951 153.284 153.284 153.284 83.753 0 153.284-67.951 153.284-153.284 0-83.753-69.531-153.284-153.284-153.284zM870.716 294.716c-83.753 0-153.284 67.951-153.284 153.284 0 83.753 67.951 153.284 153.284 153.284 83.753 0 153.284-67.951 153.284-153.284 0-83.753-67.951-153.284-153.284-153.284z" />
46
+ <glyph unicode="&#xe010;" glyph-name="view" data-tags="view" d="M305.824 428.8c0-108.096 92.448-196.24 206.144-196.24 113.84 0 206.288 88.144 206.288 196.24 0 46.944-18.512 91.056-49.808 125.136 204.8-46.944 355.536-172.080 355.536-172.080v91.056c0 0-230.4 190.544-509.136 190.544-277.328-0.016-514.8-190.544-514.8-190.544v-91.056c0 0 150.736 120.864 352.704 170.688-28.464-34.176-46.928-76.8-46.928-123.744z" />
47
+ <glyph unicode="&#xe011;" glyph-name="status-processing" data-tags="status-processing" d="M512 960c-282.864 0-512-229.136-512-512s229.136-512 512-512c282.864 0 512 229.136 512 512s-229.136 512-512 512zM290.765 354.765c-52.148 0-94.815 42.667-94.815 94.815s42.667 94.815 94.815 94.815c52.148 0 94.815-42.667 94.815-94.815 0-53.728-42.667-94.815-94.815-94.815zM512 354.765c-52.148 0-94.815 42.667-94.815 94.815s42.667 94.815 94.815 94.815c52.148 0 94.815-42.667 94.815-94.815 0-53.728-42.667-94.815-94.815-94.815zM733.235 354.765c-52.148 0-94.815 42.667-94.815 94.815s42.667 94.815 94.815 94.815c52.148 0 94.815-42.667 94.815-94.815 0-53.728-42.667-94.815-94.815-94.815z" />
48
+ <glyph unicode="&#xe012;" glyph-name="status-pending" data-tags="status-pending" d="M512 960c-282.864 0-512-229.136-512-512s229.136-512 512-512c282.864 0 512 229.136 512 512s-229.136 512-512 512zM478.815 384.79v0c-3.16 3.16-7.901 6.321-14.222 11.062-12.642 12.642-18.963 28.444-18.963 47.407 0 1.58 0 3.16 1.58 6.321s1.58 6.321 1.58 6.321v0l64.79 320.79 64.79-320.79 202.272-213.333-301.827 142.222z" />
49
+ <glyph unicode="&#xe013;" glyph-name="status-cancelled" data-tags="status-cancelled" d="M512 960c-282.864 0-512-229.136-512-512s229.136-512 512-512c282.864 0 512 229.136 512 512s-229.136 512-512 512zM798.025 244.148l-82.173-82.173-205.432 203.852-203.852-203.852-82.173 82.173 203.852 203.852-203.852 203.852 82.173 82.173 203.852-203.852 205.432 203.852 82.173-82.173-205.432-205.432 205.432-202.272z" />
50
+ <glyph unicode="&#xe014;" glyph-name="status-refunded" data-tags="status-refunded" d="M512 960c-282.864 0-512-229.136-512-512s229.136-512 512-512c282.864 0 512 229.136 512 512s-229.136 512-512 512zM801.185 247.309h-440.889v-80.593l-159.605 120.099 159.605 120.099v-80.593h360.296v120.099l80.593 60.049v-259.16zM681.086 489.086v80.593h-360.296v-120.099l-80.593-60.049v260.741h440.889v80.593l159.605-120.099-159.605-121.679z" />
51
+ <glyph unicode="&#xe015;" glyph-name="status-completed" data-tags="status-completed" d="M512 960c-282.864 0-512-229.136-512-512s229.136-512 512-512c282.864 0 512 229.136 512 512s-229.136 512-512 512zM478.815 174.617h-86.914l-197.531 262.321 86.914 82.173 153.284-121.679 308.148 327.111 86.914-61.63-350.815-488.296z" />
52
+ <glyph unicode="&#xe016;" glyph-name="status-failed" data-tags="status-failed" d="M512 960c69.531 0 135.901-14.222 199.111-41.086s116.938-63.21 162.765-109.037c45.827-45.827 82.173-99.556 109.037-162.765s41.086-129.58 41.086-199.111-14.222-135.901-41.086-199.111-63.21-116.938-109.037-162.765-99.556-82.173-162.765-109.037c-63.21-26.864-129.58-41.086-199.111-41.086s-135.901 14.222-199.111 41.086-116.938 63.21-162.765 109.037c-45.827 45.827-82.173 99.556-109.037 162.765s-41.086 129.58-41.086 199.111 14.222 135.901 41.086 199.111c26.864 63.21 63.21 116.938 109.037 162.765s99.556 82.173 162.765 109.037c63.21 28.444 129.58 41.086 199.111 41.086zM584.691 361.086l22.123 412.444h-189.63l22.123-412.444h145.383zM578.37 146.173c15.802 14.222 23.704 34.765 23.704 61.63s-7.901 47.407-23.704 61.63c-15.802 14.222-37.926 22.123-67.951 22.123s-52.148-7.901-67.951-22.123c-15.802-14.222-23.704-34.765-23.704-61.63 0-25.284 7.901-45.827 23.704-61.63 15.802-14.222 39.506-22.123 67.951-22.123 30.025 0 52.148 6.321 67.951 22.123z" />
53
+ <glyph unicode="&#xe017;" glyph-name="check" data-tags="check" d="M0.032 418.192l294.384-290.112 35.552-34.176 18.512-17.088 675.504 665.6-78.224 76.768-598.768-590.144-270.16 264.512z" />
54
+ <glyph unicode="&#xe018;" glyph-name="query" data-tags="query" d="M550.384 348.432c91.056 15.648 140.768 76.848 140.768 176.32 0 113.84-65.472 179.2-179.152 179.2-109.536 0-172.128-59.712-179.248-166.368h51.264c7.072 78.224 46.944 115.168 128 115.168 85.312 0 127.952-42.672 127.952-128 0-71.104-28.432-110.88-89.584-123.744v8.512l-76.8-25.552v-76.752h76.8l0.016 41.216zM473.6 256.016v-76.8h76.8v76.8h-76.8zM0.016 447.968c0-282.944 228.96-511.904 512-511.904 282.944 0 511.952 228.96 511.952 511.904 0 283.024-229.008 511.984-511.952 511.984-283.040 0-512-228.96-512-511.984zM64.048 447.968c0 247.472 200.48 448 447.968 448 247.392 0 447.936-200.528 447.936-448.032 0-247.392-200.528-447.936-447.936-447.936-247.488 0.032-447.968 200.56-447.968 447.968z" />
55
+ <glyph unicode="&#xe019;" glyph-name="truck-1" data-tags="truck-1" d="M664.16 192.048c8.56 0 14.256 1.392 19.904 5.696-9.952 2.784-18.512 7.072-24.16 12.784-12.784 14.256-19.904 34.064-19.904 51.2v510.512c0 17.040 7.12 27.040 19.904 41.2 12.832 12.864 38.384 18.56 55.456 18.56h1.392l0.016 68.288c0 16.992-5.648 32.672-18.464 45.456-12.8 12.768-17.104 14.256-34.144 14.256h-588.736c-17.104 0-42.656-5.728-55.472-18.512-12.784-14.208-19.904-24.208-19.904-41.2v-638.56c0-17.136 7.12-36.944 19.904-51.2 12.832-12.784 38.384-18.464 55.456-18.464h588.752zM716.752 268.848v486.352l230.4-51.248-0.016-435.104h-230.384zM971.312 780.752l-254.56 51.248h-1.376c-17.088 0-42.624-5.696-55.456-18.56-12.784-14.16-19.904-24.16-19.904-41.2v-510.528c0-17.136 7.12-36.944 19.904-51.2 5.648-5.696 14.208-10 24.16-12.784 10-4.304 21.392-5.696 31.28-5.696h255.952c17.088 0 21.392 5.696 34.16 18.464 12.784 14.256 18.464 34.064 18.464 51.2v459.344c0 17.088-5.696 32.672-18.464 45.552-12.768 12.768-17.072 14.16-34.16 14.16zM76.8 25.632c0-49.712 39.856-89.632 89.632-89.632 49.808 0 89.632 39.904 89.632 89.632 0 49.76-39.824 89.632-89.632 89.632-49.776-0.016-89.632-39.872-89.632-89.632zM768 25.632c0-49.712 39.776-89.632 89.584-89.632s89.584 39.904 89.584 89.632c0 49.76-39.776 89.632-89.584 89.632s-89.584-39.872-89.584-89.632z" />
56
+ <glyph unicode="&#xe01a;" glyph-name="truck-2" data-tags="truck-2" d="M303.407 124.049c0-45.383-36.79-82.173-82.173-82.173s-82.173 36.79-82.173 82.173c0 45.383 36.79 82.173 82.173 82.173s82.173-36.79 82.173-82.173zM992.395 694.519h-260.741v175.407c0 17.383-14.222 31.605-31.605 31.605h-668.444c-17.383 0-31.605-14.222-31.605-31.605v-714.272c0-17.383 14.222-31.605 31.605-31.605h60.049c0 71.111 58.469 129.58 129.58 129.58s129.58-58.469 129.58-129.58h317.63c0 4.741 0 11.062 1.58 15.802 0 1.58 0 3.16 0 4.741 0 3.16 1.58 7.901 1.58 11.062 0 1.58 0 3.16 1.58 3.16 3.16 9.481 6.321 18.963 12.642 28.444 0 0 1.58 1.58 1.58 1.58 3.16 4.741 4.741 7.901 7.901 11.062 0 0 0 1.58 1.58 1.58 6.321 7.901 14.222 15.802 22.123 22.123 0 0 0 0 0 0 4.741 3.16 9.481 6.321 14.222 9.481 18.963 11.062 41.086 17.383 64.79 17.383 71.111 0 129.58-58.469 129.58-129.58h66.37c17.383 0 31.605 14.222 31.605 31.605v505.679c-1.58 22.123-15.802 36.346-33.185 36.346zM878.617 124.049c0-45.383-36.79-82.173-82.173-82.173s-82.173 36.79-82.173 82.173c0 45.383 36.79 82.173 82.173 82.173s82.173-36.79 82.173-82.173z" />
57
+ <glyph unicode="&#xe01b;" glyph-name="globe" data-tags="globe" d="M568.896 819.232h-18.432v-81.056c11.296-12.832 16.992 5.696 25.552-15.696v-49.712c0-7.12 10-11.392 14.208-11.392 25.6 0 91.056 68.224 113.744 85.264-44.016 39.856-90.96 58.32-135.072 72.592zM473.632 819.232h-24.16c-76.752-17.136-163.6-54.064-231.84-160.736v-7.12c4.304 2.88 14.256 5.696 17.088 5.696 7.072 0 7.072-2.832 8.56-5.696v-55.408c0-12.832 34.064-103.824 49.76-108.096 8.56-2.88 17.088 1.44 22.72-4.272 17.040-19.904 22.768-49.808 36.992-68.224 21.344-28.528 54.032-59.808 82.496-71.104 9.952-7.168 29.872 4.224 38.384-11.392v-89.632c0-18.512 34.112 4.272 34.112-29.904v-9.904c-4.224-18.512-25.552 2.832-34.112-18.512v-150.736c4.272-8.512 24.16-8.512 34.112-8.512 0 0 39.856-2.88 39.856 14.208 0 19.952-22.768 11.392-28.48 12.784 22.768 26.992 44.112 56.896 69.712 81.104 36.944 34.112 46.896 72.496 61.104 100.976 5.696 12.784 14.208 32.672 14.208 36.944 0 29.872-115.168 83.888-122.256 86.752h-78.272c-24.16 11.392-51.152 36.992-66.768 63.984v56.896l5.648 7.168h39.824l5.696-7.168v-55.408c1.44-4.304 14.208-11.392 18.464-11.392 5.696 0 2.88 7.072 7.12 11.392v99.488c0 15.6 35.552 36.992 39.824 39.824h55.472c4.272 0 21.344 4.272 21.344 14.16 0 21.392-29.872-5.648-39.776 5.728v54.064c0 21.296-28.528 14.16-34.16 17.040 14.208 25.6 28.432 36.992 28.432 54.064 0 7.072-2.832 9.904-5.648 11.296-10 2.88-22.768 0-31.328 7.168-9.952 7.072-32.72 18.464-34.112 35.552v56.928zM0.048 448.048c0-283.024 228.96-512 512-512 282.944 0 511.904 228.96 511.904 512 0 282.944-228.96 511.904-511.904 511.904-283.040 0-512-228.96-512-511.904zM64.032 448.048c0 247.392 200.528 447.936 448.032 447.936 247.392 0 447.936-200.528 447.936-447.936 0-247.472-200.528-448.032-447.936-448.032-247.504 0.016-448.032 200.544-448.032 448.032z" />
58
+ <glyph unicode="&#xe01c;" glyph-name="gear" data-tags="gear" d="M0.048 338.48c14.16-63.984 39.824-125.088 75.376-179.152 41.248 14.16 88.192 5.648 120.912-27.040 32.672-32.72 41.2-79.616 26.992-120.816 54.032-35.552 115.216-61.2 179.152-75.456 17.088 44.112 59.76 75.456 109.488 75.456 49.808 0 92.496-31.328 109.536-75.456 64.032 14.256 125.184 39.904 179.248 75.456-14.256 41.2-5.728 88.096 26.992 120.816 32.72 32.672 79.664 41.2 120.864 27.040 35.552 54.064 61.104 115.168 75.376 179.152-44.064 17.136-75.376 59.712-75.376 109.536s31.28 92.4 75.376 109.536c-14.256 63.984-39.824 125.088-75.376 179.152-41.2-14.16-88.144-5.648-120.864 27.040-32.72 32.72-41.248 79.616-26.992 120.816-54.096 35.536-115.248 61.184-179.28 75.44-17.040-44.112-59.712-75.456-109.536-75.456-49.712 0-92.4 31.328-109.488 75.456-63.936-14.256-125.136-39.904-179.152-75.456 14.208-41.2 5.696-88.096-26.992-120.816-32.72-32.672-79.664-41.2-120.912-27.040-35.52-54.080-61.184-115.184-75.344-179.168 44.064-17.136 75.376-59.712 75.376-109.536s-31.312-92.384-75.376-109.504zM153.6 448c0 197.68 160.784 358.4 358.352 358.4 197.728 0 358.4-160.736 358.4-358.4s-160.688-358.4-358.4-358.4c-197.568 0-358.352 160.736-358.352 358.4z" />
59
+ <glyph unicode="&#xe01d;" glyph-name="cart" data-tags="cart" d="M204.848 655.616v149.312c-1.488 21.392-10 38.432-25.648 54.064-15.6 15.648-45.456 24.16-69.616 24.16h-35.552c-22.768 0-32.768-11.392-49.808-26.992-14.224-14.208-22.784-29.856-24.176-49.76h128v-531.904c0-22.72 8.56-42.672 25.552-58.272 17.088-15.696 46.944-24.16 69.712-24.16h476.384c22.72 0 32.72 11.344 49.808 26.992 14.16 14.256 22.688 29.904 24.16 49.808h-568.848v78.192c7.072-1.44 12.784-1.44 18.464-1.44h520.512c24.16 0 95.264 12.832 112.352 29.904 17.040 15.648 28.432 31.248 39.824 55.408l127.952 294.432c0 22.72-9.904 42.624-27.040 58.272-17.040 15.648-26.992 22.768-49.76 22.768h-723.808c-5.696 0-11.392 0-18.464-1.488v-75.376h742.304l-128-307.2-614.304 0.016v233.264zM614.4 76.816c0-35.552 28.48-63.984 64.032-63.984s63.984 28.432 63.984 63.984-28.432 63.984-63.984 63.984-64.032-28.432-64.032-63.984zM102.448 76.816c0-35.552 28.432-63.984 63.984-63.984s63.984 28.432 63.984 63.984-28.432 63.984-63.984 63.984-63.984-28.432-63.984-63.984z" />
60
+ <glyph unicode="&#xe01e;" glyph-name="card" data-tags="card" d="M665.552 217.616h-255.904v76.8h255.904v-76.8zM358.448 217.616h-179.248v76.8h179.248v-76.8zM947.136 575.952h-870.336v-460.704h870.352l-0.016 460.704zM947.136 780.752h-870.336v-127.952h870.352l-0.016 127.952zM947.136 857.568c22.768 0 32.72-7.072 49.76-22.72 17.136-15.648 27.040-35.552 27.040-58.32v-652.736c0-22.768-8.512-45.552-25.552-61.152-15.696-15.6-25.648-24.16-49.808-24.16h-853.264c-22.768 0-52.592 8.56-69.712 24.16-17.040 15.568-25.552 38.352-25.552 61.12v652.736c0 22.768 8.512 41.296 25.552 56.896 15.648 15.6 46.944 24.16 69.712 24.16h851.824z" />
61
+ <glyph unicode="&#xe01f;" glyph-name="stats" data-tags="stats" d="M819.2 166.448h-76.8v435.152h76.8v-435.152zM639.952 166.448h-76.752v332.752h76.752v-332.752zM460.8 166.448h-76.752v511.952h76.752v-511.952zM281.6 166.448h-76.8v204.752h76.8v-204.752zM947.136 806.4h-870.288v-716.8h870.304l-0.016 716.8zM971.312 883.152c17.136 0 21.344-1.44 34.16-14.208 12.784-12.784 18.512-28.48 18.512-45.504v-740.88c0-17.136-5.728-37.040-18.512-51.296-12.832-12.784-17.040-18.432-34.16-18.432l-895.856 0.032c-17.136 0-42.72 5.648-55.504 18.432-12.784 14.256-19.952 34.16-19.952 51.296l-0.016 740.832c0 17.040 7.168 27.040 19.952 41.296 12.784 12.784 38.384 18.432 55.504 18.432l895.872-0.016z" />
62
+ <glyph unicode="&#xe020;" glyph-name="star-full" data-tags="star-full" d="M511.968 934.4l157.904-321.456 354.048-51.152-255.904-248.864 59.712-351.328-315.76 164.992-315.664-164.992 59.712 351.328-255.952 248.864 354.096 51.152z" />
63
+ <glyph unicode="&#xe021;" glyph-name="star-empty" data-tags="star-empty" d="M512.048 936.96l-157.952-321.456-354.048-51.2 255.952-248.864-59.712-351.184 315.76 164.896 315.632-164.896-59.712 351.184 256 248.864-354.096 51.2-157.824 321.456zM512.048 794.752l117.952-236.080 265.952-38.432-191.968-183.456 45.552-258.832-237.472 122.304-237.568-122.304 45.552 258.832-192.048 183.456 266 38.432 118.048 236.080z" />
64
+ <glyph unicode="&#xe022;" glyph-name="up-down" data-tags="up-down" d="M511.936 955.696l-422.288-418.064h844.704l-422.416 418.064zM89.648 358.432l422.288-418.112 422.416 418.112h-844.704z" />
65
+ <glyph unicode="&#xe023;" glyph-name="reports" data-tags="reports" d="M1023.952 729.552c0 28.528-27.040 51.2-59.712 51.2h-34.16c-32.672 0-59.712-22.688-59.712-51.2v-793.552h153.6v793.552zM588.8 908.8c0 28.432-27.040 51.2-59.728 51.2h-34.112c-32.72 0-59.76-22.768-59.76-51.2v-972.784h153.6v972.784zM153.6 499.2c0 28.432-26.992 51.2-59.712 51.2h-34.128c-32.672 0-59.712-22.768-59.712-51.2v-563.2h153.552v563.2z" />
66
+ <glyph unicode="&#xe024;" glyph-name="search" data-tags="search" d="M268.832 824.832c-157.856-157.856-177.76-401.088-55.504-573.104l-5.696-4.272-184.864-186.256c-29.872-28.528-29.872-75.376-1.44-103.824s75.376-28.48 103.776 1.392l186.288 184.944 4.352 5.648c172.032-122.304 415.248-102.4 573.056 55.456 176.368 174.896 180.592 457.92 8.56 628.608-170.704 172.048-453.648 167.744-628.528-8.592zM329.936 763.68c140.816 140.816 366.928 143.648 503.376 5.696 138-136.528 135.184-362.608-5.648-503.424-140.768-140.768-366.88-143.6-503.376-5.696-137.952 136.512-135.136 362.656 5.648 503.424z" />
67
+ <glyph unicode="&#xe025;" glyph-name="search-2" data-tags="search-2" d="M411.088 628.672c-65.424-65.472-75.408-164.976-29.872-241.84-1.488-1.392-2.88-2.832-4.304-4.224l-69.664-69.712c-19.904-18.464-19.904-49.76 0-69.664s51.2-19.904 69.664 0l69.712 69.664c1.392 1.44 2.832 2.832 4.224 4.304 76.848-45.552 176.368-35.552 241.84 29.872 76.752 76.8 76.752 201.92-1.488 280.128-78.192 78.24-203.328 78.24-280.112 1.472zM455.104 584.56c52.64 52.64 139.424 52.64 192.016-1.44 54.064-52.592 54.064-139.376 1.44-192.016-52.64-54.032-139.376-52.592-193.456 0-52.576 54.080-54.016 140.832 0 193.456zM0.048 448.048c0-283.024 228.96-512 512-512 282.944 0 511.904 228.96 511.904 512 0 282.944-228.96 511.904-511.904 511.904-283.040 0-512-228.96-512-511.904zM64.032 448.048c0 247.392 200.528 447.936 448.032 447.936 247.392 0 447.936-200.528 447.936-447.936 0-247.472-200.528-448.032-447.936-448.032-247.504 0.016-448.032 200.544-448.032 448.032z" />
68
+ <glyph unicode="&#xe026;" glyph-name="user2" data-tags="user" d="M611.568 492.080c0 51.2-29.904 122.304-112.4 122.304s-112.304-56.848-112.304-118.048c0-32.672 15.6-99.536 41.2-127.952 4.272-4.272 29.904-22.768 29.904-32.72 0-14.208-4.272-9.952-9.952-14.208-31.328-71.104-230.4-41.296-230.4-163.552 0-14.208 18.464-28.48 18.464-42.624h557.456v69.616c0 99.632-214.704 65.472-246.048 150.768 56.96 66.88 64.080 99.568 64.080 156.416zM947.136 703.952v-691.104l-870.336 0.016v691.088h870.336zM1023.952 960h-1023.904v-1024h948.528c24.16 0 34.112 8.56 49.808 24.16 17.040 15.744 25.552 38.432 25.552 61.2v938.64z" />
69
+ <glyph unicode="&#xe027;" glyph-name="windows" data-tags="windows" d="M947.136 608.688v-595.84l-819.088 0.016v-76.848h824.8c21.296 0 35.552 7.168 49.808 21.344 14.208 14.208 21.296 34.16 21.296 52.64v822h-76.8v-223.312zM819.152 729.552v-588.752h-742.352v588.752h742.352zM896 960h-895.952v-896h824.848c21.296 0 29.824 7.168 44.064 21.392 14.256 14.16 27.040 38.384 27.040 58.272v816.336z" />
70
+ <glyph unicode="&#xe028;" glyph-name="note" data-tags="note" d="M947.136 703.952h-870.336v-691.104h870.352l-0.016 691.104zM1023.952 960v-938.624c0-22.768-8.512-45.456-25.552-61.2-15.696-15.6-25.648-24.16-49.808-24.16h-948.544v1023.984h1023.904z" />
71
+ <glyph unicode="&#xe029;" glyph-name="east" data-tags="east" d="M989.856 533.408l-416.736 379.696c-45.456 58.32-92.4 58.32-137.952 0v-237.472h-356.912c-42.624 0-78.192-42.672-78.192-96.752v-268.784c0-52.592 34.112-95.264 76.8-95.264h358.304v-226.096c45.552-56.848 92.496-69.712 137.952-12.784l416.72 381.072c45.472 58.336 45.472 118.064 0.016 176.384zM76.864 445.232v153.6h435.104v255.952l460.8-409.552-460.8-409.552v255.936h-435.104v153.616z" />
72
+ <glyph unicode="&#xe02a;" glyph-name="north" data-tags="north" d="M426.624 925.824l-379.792-418.112c-58.24-44.064-58.24-91.008 0-136.48h237.568v-356.912c0-42.72 42.592-78.272 96.656-78.272h268.784c52.64 0 95.264 34.16 95.264 76.8v358.384h226.096c56.944 45.456 69.712 92.4 12.864 136.48l-381.168 418.112c-58.32 45.552-118.032 45.552-176.272 0zM514.704 12.848h-153.552v435.152h-256l409.552 460.784 409.648-460.8-256.032 0.016v-435.152h-153.616z" />
73
+ <glyph unicode="&#xe02b;" glyph-name="attributes" data-tags="attributes" d="M230.4 588.752v-76.752h307.2v76.752h-307.2zM332.8 435.152v-127.952h460.752v127.952h-460.752zM947.136 793.552v-691.152h-870.336v691.152h870.336zM971.312 870.336h-895.888c-17.088 0-42.624-5.696-55.456-18.464-12.8-14.256-19.92-24.16-19.92-41.248v-715.264c0-17.136 7.12-37.040 19.904-51.296 12.832-12.784 38.384-18.432 55.456-18.432h895.904c17.088 0 21.392 5.648 34.16 18.432 12.784 14.256 18.464 34.16 18.464 51.296l0.016 715.264c0 17.088-5.696 32.72-18.464 45.504-12.784 12.832-17.088 14.208-34.176 14.208z" />
74
+ <glyph unicode="&#xe02c;" glyph-name="inventory" data-tags="inventory" d="M947.136 89.6h-870.336v793.552h-1.376c-17.088 0-42.624-5.648-55.456-18.432-12.8-14.256-19.92-24.24-19.92-41.296v-740.88c0-17.136 7.12-37.040 19.904-51.296 12.832-12.784 38.384-18.432 55.456-18.432h895.904c17.088 0 21.392 5.648 34.16 18.432 12.784 14.256 18.464 34.16 18.464 51.296v7.024l-76.8 0.016zM870.352 371.2c0-42.624 34.16-76.8 76.8-76.8 42.72 0 76.8 34.16 76.8 76.8s-34.064 76.8-76.8 76.8c-42.64 0-76.8-34.16-76.8-76.8zM908.784 371.2c0 21.344 17.040 38.384 38.384 38.384s38.384-17.040 38.384-38.384-17.040-38.384-38.384-38.384-38.384 17.056-38.384 38.384zM520.512 642.848c12.832-24.16 38.384-41.248 68.272-41.248 31.28 0 56.848 18.464 69.712 44.064 130.816-28.432 199.072-137.952 233.232-221.84 9.904 11.392 25.552 19.904 41.2 22.768-36.944 82.4-119.44 214.704-268.784 248.864-8.512 34.064-38.384 59.712-75.376 59.712-36.944 0-68.272-27.040-75.376-61.2-170.688-49.76-251.744-258.784-278.736-351.264-32.72-9.904-55.504-38.336-55.504-73.888 0-42.672 34.16-76.8 76.848-76.8 42.592 0 76.752 34.112 76.752 76.8 0 29.872-17.040 55.408-42.672 68.224 31.328 106.704 99.616 264.56 230.432 305.808zM550.368 678.4c0 21.344 17.088 38.384 38.432 38.384 21.296 0 38.384-17.040 38.384-38.384s-17.088-38.384-38.384-38.384c-21.344 0.016-38.432 17.040-38.432 38.384zM217.632 268.848c0 21.296 17.088 38.336 38.432 38.336 21.296 0 38.384-17.040 38.384-38.336 0-21.392-17.088-38.432-38.384-38.432-21.344 0.016-38.432 17.040-38.432 38.432z" />
75
+ <glyph unicode="&#xe02d;" glyph-name="mail" data-tags="mail" d="M947.136 752.32v-662.72h-870.336v662.72l386.816-386.816c27.040-27.040 69.712-27.040 96.752 0l386.768 386.816zM119.488 806.4h785.024l-359.824-361.264c-18.464-17.040-46.896-17.040-65.424 0l-359.776 361.264zM971.312 883.152h-895.888c-17.088 0-42.624-5.648-55.456-18.432-12.8-14.256-19.92-24.24-19.92-41.296v-740.88c0-17.136 7.12-37.040 19.904-51.296 12.832-12.784 38.384-18.432 55.456-18.432h895.904c17.088 0 21.392 5.648 34.16 18.432 12.784 14.256 18.464 34.16 18.464 51.296l0.016 740.88c0 17.040-5.696 32.72-18.464 45.504s-17.088 14.224-34.176 14.224z" />
76
+ <glyph unicode="&#xe02e;" glyph-name="south" data-tags="south" d="M597.232-29.84l379.696 416.624c58.32 45.552 58.32 92.496 0 138h-237.488v356.944c0 42.72-42.688 78.272-95.264 78.272h-268.832c-54.032 0-96.656-34.16-96.656-76.848v-358.352h-224.704c-58.32-45.504-71.104-92.448-12.832-138l379.728-416.624c58.288-45.552 118.016-45.552 176.352-0.016zM508.992 883.152h153.6v-435.152h256.048l-409.648-460.784-409.504 460.784h256v435.152h153.504z" />
77
+ <glyph unicode="&#xe02f;" glyph-name="west" data-tags="west" d="M34.16 362.768l416.672-379.696c45.504-58.32 92.448-58.32 137.952 0v237.472h356.96c42.624 0 78.192 42.72 78.192 96.704v267.392c0 53.984-34.064 96.704-76.8 96.704h-358.336v224.704c-45.504 58.272-92.448 71.104-137.952 12.784l-416.688-379.696c-45.504-58.32-45.504-118.032 0-176.368zM947.136 450.944v-153.6h-435.184v-255.952l-460.704 409.552 460.704 409.552v-255.952h435.2l-0.016-153.6z" />
78
+ <glyph unicode="&#xe030;" glyph-name="share" data-tags="share" d="M943.632 883.184v-229.008l76.8-56.848v302.848c0 17.136-5.696 32.72-18.512 45.552-12.784 12.784-17.040 14.256-34.112 14.256h-896c-16.992 0-42.592-5.696-55.36-18.512-12.88-14.256-19.968-24.16-19.968-41.296v-894.464c0-17.040 7.072-36.944 19.952-51.2 12.784-12.784 38.384-18.464 55.36-18.464h896c17.088 0 21.344 5.696 34.112 18.464 12.832 14.256 18.512 34.16 18.512 51.2l0.016 292.944-76.8-56.848v-228.96h-870.352v870.336h870.352zM278.080 396.784h460.704v-128.016l288.72 179.2-288.72 179.184v-127.968h-358.304c-66.848 0-102.4-35.552-102.4-102.4z" />
79
+ <glyph unicode="&#xe031;" glyph-name="refresh" data-tags="refresh" d="M922.288 332.832c2.88 8.512 4.272 17.040 5.696 25.6l-75.408 18.464c-1.392-8.512-2.88-17.088-5.696-24.16-52.544-206.24-263.024-331.376-469.264-278.736-204.8 54.032-329.872 264.48-275.904 469.28 52.688 206.224 263.12 331.36 469.312 277.344 115.168-28.48 204.752-108.096 251.696-209.104l-110.88-65.376c-2.88-14.256 4.224-28.432 18.432-31.28l199.104-51.2c14.208-2.88 28.48 4.272 31.328 18.512l51.152 199.072c2.832 14.256-4.224 28.432-18.464 31.28l-103.776-61.104c-56.896 116.56-163.552 208.976-300.064 244.528-247.488 64.048-499.232-85.344-563.216-332.768-63.968-247.472 85.312-499.184 332.816-563.104 247.424-64.080 499.104 85.312 563.136 332.752z" />
80
+ <glyph unicode="&#xe032;" glyph-name="navigation" data-tags="navigation" d="M48.384 857.568c-26.992 0-48.336-21.36-48.336-46.96v-8.464c0-25.648 21.344-46.944 48.336-46.944h927.232c27.040 0 48.336 21.296 48.336 46.944v8.464c0 25.6-21.296 46.944-48.336 46.944l-927.232 0.016zM48.384 499.2c-26.992 0-48.336-21.344-48.336-46.944v-8.512c0-25.6 21.344-46.944 48.336-46.944h927.232c27.040 0 48.336 21.344 48.336 46.944v8.512c0 25.6-21.296 46.944-48.336 46.944h-927.232zM48.384 140.8c-26.992 0-48.336-21.28-48.336-46.928v-8.464c0-25.6 21.344-46.944 48.336-46.944l927.232-0.016c27.040 0 48.336 21.344 48.336 46.944v8.464c0 25.648-21.296 46.944-48.336 46.944l-927.232 0.016z" />
81
+ <glyph unicode="&#xe033;" glyph-name="on-hold" data-tags="on-hold" d="M512 960c-282.864 0-512-229.136-512-512s229.136-512 512-512c282.864 0 512 229.136 512 512s-229.136 512-512 512zM733.235 354.765h-442.469c-52.148 0-94.815 42.667-94.815 94.815s42.667 94.815 94.815 94.815h442.469c52.148 0 94.815-42.667 94.815-94.815s-42.667-94.815-94.815-94.815z" />
82
+ <glyph unicode="&#xe034;" glyph-name="external" data-tags="external" d="M749.037 615.506l184.889 101.136-421.926 243.358-192.79-110.617zM512 485.926l197.531 107.457-429.827 232.296-191.21-110.617zM512 441.679l-444.049 240.198v-489.877l444.049-256 444.049 256v489.877l-444.049-240.198zM366.617 169.877c0-9.481-6.321-12.642-15.802-6.321l-142.222 82.173c-9.481 4.741-15.802 15.802-15.802 25.284v142.222c0 9.481 6.321 12.642 15.802 6.321l110.617-63.21-31.605-12.642-63.21 36.346v-110.617l110.617-63.21v47.407l31.605 12.642v-96.395zM414.025 222.025l-31.605 34.765v48.988l-88.494-37.926-22.123 34.765 96.395 41.086-64.79 37.926-15.802 41.086 126.42-72.691v-128z" />
83
+ <glyph unicode="&#xe035;" glyph-name="expand-2" data-tags="expand-2" d="M571.664 837.952h193.632l-210.112-226.96c-26.736-26.72-23.472-80.064 6.64-113.488 29.968-30.064 70.096-33.296 100.048-6.624l210.24 226.848v-180.128h120.256v420.512h-420.704v-120.16zM452.256 386.448c-30.176 30.080-66.944 33.36-93.632 3.376l-206.736-220.32v186.976h-120.272v-420.48h420.672v120.080h-203.584l210.208 223.568c26.704 26.736 23.36 73.504-6.656 106.8z" />
84
+ <glyph unicode="&#xe036;" glyph-name="contract-2" data-tags="contract-2" d="M66.272 303.072h193.632l-210.128-226.96c-26.736-26.72-23.472-80.064 6.656-113.472 29.968-30.080 70.080-33.312 100.032-6.624l210.24 226.848v-180.128h120.256v420.496h-420.688v-120.16zM967.616 933.84c-30.192 30.080-66.96 33.36-93.648 3.36l-206.736-220.304v186.976h-120.256v-420.48h420.672v120.064l-203.616-0.016 210.224 223.584c26.72 26.736 23.36 73.52-6.64 106.816z" />
85
+ <glyph unicode="&#xe037;" glyph-name="phone" data-tags="phone" d="M251.488-54.704c-32.48 0-63.040 12.528-86.192 35.264l-127.744 112.304c-47.936 47.936-47.936 125.936 0 173.872l84.224 84.272c23.248 23.232 54.128 36 86.96 36 32.848 0 63.712-12.784 86.928-35.984-0.016 0.032-0.032 0.032-0.032 0.032 0.144 0 8.352-6.448 20.32-6.448 12.592 0 21.040 7.152 21.408 7.456l264.448 264.512c-0.016-0.016-0.032-0.032-0.048-0.032-0.112 0 6.464 8.256 6.464 20.32 0 7.664-2.688 13.824-4.928 17.6l-2.080 2.080c-47.936 47.936-47.936 125.936 0 173.872l84.272 84.272c23.216 23.216 54.080 36.016 86.928 36.016 32.48 0 63.040-12.512 86.192-35.264l127.76-112.304c23.248-23.232 36.032-54.112 36.032-86.944s-12.8-63.728-36.032-86.944l-647.92-647.936c-23.232-23.216-54.096-36.016-86.96-36.016zM80.624 137.2l127.632-112.208c23.136-23.12 63.392-23.104 86.512 0l647.936 647.936c11.552 11.552 17.92 26.928 17.92 43.248 0 16.016-6.128 31.136-17.28 42.608l-127.632 112.208c-23.152 23.12-63.392 23.104-86.512 0.016l-84.256-84.272c-11.552-11.552-17.936-26.912-17.936-43.248s6.368-31.696 17.936-43.248l8.048-8.768c7.76-11.312 17.056-29.952 17.072-54.576 0-37.024-21.472-60.8-23.92-63.376l-266.224-266.208c-3.216-3.056-27.008-24.496-63.984-24.496-36.992 0-60.752 21.424-63.328 23.872-12.176 12.176-27.536 18.528-43.872 18.528s-31.712-6.368-43.264-17.936l-84.24-84.24c-23.616-23.616-23.824-61.936-0.608-85.84z" />
86
+ <glyph unicode="&#xe038;" glyph-name="user" data-tags="user" d="M1023.952 0.064h-1023.904v29.808c0 12.192 0.448 24.448 0.912 36.688 0.432 11.52 0.88 23.040 0.88 34.56 0 142.928 134.192 179.824 242.016 209.456 67.552 18.56 131.376 36.112 149.376 72.064 3.072 6.112 6.24 12.912 8.64 18.208-3.696 5.024-12.592 14.624-20.592 23.264-4.336 4.672-9.088 9.776-14.192 15.472-24.784 27.456-82.4 104.56-82.4 227.152 0 140.080 83.328 227.088 217.488 227.088 142.896 0 217.632-117.808 217.632-234.208 0-98.752-14.48-159.616-101.472-265.52 28.288-41.776 104.72-60.88 178.88-79.424 106.256-26.576 226.72-56.688 226.72-168.432v-146.176zM60.352 59.648h903.984v86.576c0 60.816-68.592 82.336-181.552 110.592-97.264 24.336-197.808 49.472-227.808 131.104l-6 16.336 11.28 13.248c90.944 106.832 99.952 153.52 99.952 242.112 0 60.4-33.024 174.608-158.032 174.608-137.376 0-157.872-104.944-157.872-167.488 0-101.92 46.88-164.896 67.056-187.248 4.896-5.44 9.488-10.368 13.632-14.848 22.16-23.872 38.144-41.12 38.144-66.432v-6.208l-2.464-5.696c0 0-7.296-16.784-14.144-30.4-29.904-59.648-106.144-80.624-186.864-102.816-119.744-32.912-198.208-61.28-198.208-151.984 0-12.24-0.464-24.544-0.928-36.8-0.064-1.568-0.112-3.104-0.176-4.656z" />
87
+ <glyph unicode="&#xe039;" glyph-name="status" data-tags="status" d="M5.264 448.048c0-283.024 228.96-512 511.904-512 283.024 0 512 228.96 512 512 0 282.928-228.96 511.904-512 511.904-282.944 0-511.904-228.96-511.904-511.904zM69.248 448.048c0 247.376 200.528 447.936 447.936 447.936 247.488 0 448.032-200.528 448.032-447.936 0-247.472-200.528-448.032-448.032-448.032-247.408 0.016-447.936 200.544-447.936 448.032z" />
88
+ <glyph unicode="&#xe03a;" glyph-name="user-fill" data-tags="user-fill" d="M1023.952 0.064h-1023.904v29.808c0 12.192 0.448 24.448 0.912 36.688 0.432 11.52 0.88 23.040 0.88 34.56 0 142.928 134.192 179.824 242.016 209.456 67.552 18.56 131.376 36.112 149.376 72.064 3.072 6.112 6.24 12.912 8.64 18.208-3.696 5.024-12.592 14.624-20.592 23.264-4.336 4.672-9.088 9.776-14.192 15.472-24.784 27.456-82.4 104.56-82.4 227.152 0 140.080 83.328 227.088 217.488 227.088 142.896 0 217.632-117.808 217.632-234.208 0-98.752-14.48-159.616-101.472-265.52 28.288-41.776 104.72-60.88 178.88-79.424 106.256-26.576 226.72-56.688 226.72-168.432v-146.176z" />
89
+ <glyph unicode="&#xe03b;" glyph-name="phone-fill" data-tags="phone-fill" d="M251.488-54.704c-32.48 0-63.040 12.528-86.192 35.264l-127.744 112.304c-47.936 47.936-47.936 125.936 0 173.872l84.224 84.272c23.248 23.232 54.128 36 86.96 36 32.848 0 63.712-12.784 86.928-35.984-0.016 0.032-0.032 0.032-0.032 0.032 0.144 0 8.352-6.448 20.32-6.448 12.592 0 21.040 7.152 21.408 7.456l264.448 264.512c-0.016-0.016-0.032-0.032-0.048-0.032-0.112 0 6.464 8.256 6.464 20.32 0 7.664-2.688 13.824-4.928 17.6l-2.080 2.080c-47.936 47.936-47.936 125.936 0 173.872l84.272 84.272c23.216 23.216 54.080 36.016 86.928 36.016 32.48 0 63.040-12.512 86.192-35.264l127.76-112.304c23.248-23.232 36.032-54.112 36.032-86.944s-12.8-63.728-36.032-86.944l-647.92-647.936c-23.232-23.216-54.096-36.016-86.96-36.016z" />
90
+ <glyph unicode="&#xe03c;" glyph-name="status-fill" data-tags="status-fill" d="M5.264 448.048c0-283.024 228.96-512 511.904-512 283.024 0 512 228.96 512 512 0 282.928-228.96 511.904-512 511.904-282.944 0-511.904-228.96-511.904-511.904z" />
91
+ <glyph unicode="&#xe03d;" glyph-name="woo" data-tags="woo" d="M612.192 533.664c0 6.896-3.136 51.6-28 51.6-37.36 0-46.704-72.256-46.704-82.624 0-3.408 3.152-58.496 28.032-58.496 34.192 0.032 46.672 72.288 46.672 89.52zM814.384 533.664c0 6.896-3.152 51.6-28.032 51.6-37.28 0-46.608-72.256-46.608-82.624 0-3.408 3.072-58.496 27.952-58.496 34.192 0.032 46.688 72.288 46.688 89.52zM141.296 959.232c-68.224 0-123.504-55.488-123.504-123.92v-650.72c0-68.432 55.296-123.92 123.504-123.92h339.808l123.504-123.936v123.936h278.048c68.224 0 123.52 55.472 123.52 123.92v650.72c0 68.432-55.296 123.92-123.52 123.92h-741.36zM668.16 537.072c0-55.088-31.088-154.88-102.64-154.88-6.208 0-18.496 3.616-25.424 6.016-32.512 11.168-50.192 49.696-52.352 66.256 0 0-3.072 17.792-3.072 40.752 0 22.992 3.072 45.328 3.072 45.328 15.552 75.728 43.552 106.736 96.448 106.736 59.072 0.032 83.968-58.528 83.968-110.208zM486.496 657.6c0-3.392-43.552-141.168-43.552-213.424v-75.712c-2.592-12.080-4.16-24.144-21.824-24.144-46.608 0-88.88 151.472-92.016 161.84-6.208-6.896-62.24-161.84-96.448-161.84-24.864 0-43.552 113.648-46.608 123.936-9.344 55.072-26.048 157.52-26.048 164.416 0 20.672 1.152 38.736 26.048 38.736 6.208 0 21.6-6.064 23.712-17.168 11.648-62.032 16.688-120.512 29.168-185.968 1.856-2.928 1.504-7.008 4.56-10.432 3.152 10.288 66.928 168.784 94.96 168.784 22.544 0 30.4-44.592 33.536-61.824 6.208-20.656 13.088-55.216 22.416-82.752 0 13.776 12.48 203.12 65.392 203.12 18.592-0.032 26.704-6.928 26.704-27.568zM870.32 537.072c0-55.088-31.088-154.88-102.64-154.88-6.192 0-18.448 3.616-25.424 6.016-32.432 11.168-50.176 49.696-52.288 66.256 0 0-3.888 17.92-3.888 40.896s3.888 45.184 3.888 45.184c15.552 75.728 43.488 106.736 96.384 106.736 59.104 0.032 83.968-58.528 83.968-110.208z" />
92
+ <glyph unicode="&#xe600;" glyph-name="coupon" data-tags="coupon" d="M992.395 884.148h-960.79c-17.383 0-31.605-14.222-31.605-31.605v-244.938c88.494 0 159.605-71.111 159.605-159.605s-71.111-159.605-159.605-159.605v-244.938c0-17.383 14.222-31.605 31.605-31.605h959.21c17.383 0 31.605 14.222 31.605 31.605v244.938c-88.494 0-159.605 71.111-159.605 159.605s71.111 159.605 159.605 159.605v244.938c1.58 17.383-12.642 31.605-30.025 31.605v0z" />
93
+ <glyph unicode="&#xe601;" glyph-name="limit" data-tags="limit" d="M0 421.136v55.309h330.272l-110.617 110.617 26.864 55.309 192.79-192.79-192.79-192.79-26.864 55.309 110.617 110.617h-330.272zM693.728 421.136l110.617-110.617-26.864-55.309-192.79 192.79 192.79 192.79 26.864-55.309-110.617-110.617h330.272v-55.309h-330.272zM478.815 960h64.79v-1024h-64.79v1024z" />
94
+ <glyph unicode="&#xe602;" glyph-name="restricted" data-tags="restricted" d="M512 960c-282.864 0-512-229.136-512-512s229.136-512 512-512c282.864 0 512 229.136 512 512s-229.136 512-512 512zM709.531 757.728l-505.679-505.679c-37.926 58.469-58.469 128-58.469 197.531 0 202.272 164.346 366.617 366.617 366.617 71.111-1.58 139.062-22.123 197.531-58.469zM820.148 645.531c37.926-58.469 58.469-128 58.469-197.531 0-202.272-164.346-366.617-366.617-366.617-71.111 0-139.062 20.543-197.531 58.469l505.679 505.679z" />
95
+ <glyph unicode="&#xe603;" glyph-name="edit" data-tags="edit" d="M999.966 815.419l-120.121 120.121c-31.84 31.84-83.478 31.84-115.318 0l-678.648-678.632-85.832-320.339 320.339 85.832 0.948-0.948 678.648 678.648c31.84 31.84 31.84 83.478-0.016 115.318zM107.401 93.617l34.162 127.5 143.049-143.049-127.5-34.162-49.711 49.711zM827.891 617.176l-146.304 146.304 120.184 120.184 146.304-146.304-120.184-120.184z" />
96
+ <glyph unicode="&#xe604;" glyph-name="ccv" data-tags="ccv" d="M688.988 466.963h169.086v-72.691h-169.086v72.691zM894.42 133.531h-820.148v420.346h434.568c15.802 33.185 36.346 63.21 61.63 86.914h-496.198v120.099h820.148v-66.37c26.864-12.642 50.568-28.444 72.691-47.407v109.037c0 22.123-9.481 39.506-25.284 55.309-15.802 14.222-25.284 22.123-47.407 22.123h-802.765c-22.123 0-50.568-7.901-66.37-22.123s-23.704-31.605-23.704-53.728v-616.296c0-22.123 7.901-42.667 23.704-56.889s44.247-22.123 66.37-22.123h804.346c22.123 0 31.605 7.901 47.407 22.123s23.704 36.346 23.704 56.889v71.111c-22.123-18.963-45.827-34.765-72.691-47.407v-31.605zM774.321 678.716c-137.481 0-248.099-110.617-248.099-248.099s110.617-248.099 248.099-248.099 248.099 110.617 248.099 248.099-112.198 248.099-248.099 248.099zM584.691 430.617c0 104.296 85.333 189.63 189.63 189.63s189.63-85.333 189.63-189.63-85.333-189.63-189.63-189.63-189.63 85.333-189.63 189.63zM224.395 466.963v-72.691h259.16c-1.58 12.642-3.16 23.704-3.16 36.346s1.58 23.704 3.16 36.346h-259.16z" />
97
+ <glyph unicode="&#xe900;" glyph-name="storefront" data-tags="storefront" d="M794.864 503.309c-26.864 0-52.148 11.062-71.111 28.444-18.963-17.383-42.667-28.444-71.111-28.444-26.864 0-52.148 11.062-71.111 28.444-18.963-17.383-42.667-28.444-71.111-28.444-26.864 0-52.148 11.062-71.111 28.444-18.963-17.383-42.667-28.444-71.111-28.444-26.864 0-52.148 11.062-71.111 28.444-18.963-17.383-42.667-28.444-71.111-28.444s-52.148 11.062-71.111 28.444c-17.383-15.802-41.086-26.864-66.37-28.444v-372.938c0-25.284 20.543-47.407 47.407-47.407h230.716v1.58c18.963 0 41.086 22.123 41.086 41.086h1.58v162.765c25.284-14.222 58.469-22.123 94.815-22.123s69.531 7.901 94.815 22.123v-162.765h1.58c0-18.963 22.123-41.086 41.086-41.086v-1.58h230.716c25.284 0 47.407 20.543 47.407 47.407v374.519c-22.123 3.16-41.086 12.642-56.889 26.864-15.802-17.383-41.086-28.444-67.951-28.444zM319.21 294.716c0-17.383-14.222-31.605-31.605-31.605h-67.951c-17.383 0-31.605 14.222-31.605 31.605v67.951c0 17.383 14.222 31.605 31.605 31.605h67.951c17.383 0 31.605-14.222 31.605-31.605v-67.951zM828.049 294.716c0-17.383-14.222-31.605-31.605-31.605h-67.951c-17.383 0-31.605 14.222-31.605 31.605v67.951c0 17.383 14.222 31.605 31.605 31.605h67.951c17.383 0 31.605-14.222 31.605-31.605v-67.951zM993.975 813.037h-965.531c-15.802 0-30.025-12.642-30.025-30.025v-175.407c0-47.407 39.506-86.914 86.914-86.914 28.444 0 55.309 14.222 71.111 36.346 15.802-22.123 41.086-36.346 71.111-36.346s55.309 14.222 71.111 36.346c15.802-22.123 41.086-36.346 71.111-36.346 28.444 0 55.309 14.222 71.111 36.346 15.802-22.123 41.086-36.346 71.111-36.346s55.309 14.222 71.111 36.346c15.802-22.123 41.086-36.346 71.111-36.346 28.444 0 55.309 14.222 71.111 36.346 15.802-22.123 41.086-36.346 71.111-36.346 28.444 0 55.309 14.222 71.111 36.346 15.802-22.123 41.086-36.346 71.111-36.346 47.407 0 86.914 39.506 86.914 86.914v175.407c-1.58 17.383-14.222 30.025-31.605 30.025z" />
98
+ </font></defs></svg>
assets/fonts/WooCommerce.ttf ADDED
Binary file
assets/fonts/WooCommerce.woff ADDED
Binary file
assets/fonts/star.eot ADDED
Binary file
assets/fonts/star.svg ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>
5
+ This is a custom SVG font generated by IcoMoon.
6
+ <iconset grid="16"></iconset>
7
+ </metadata>
8
+ <defs>
9
+ <font id="icomoon" horiz-adv-x="512" >
10
+ <font-face units-per-em="512" ascent="480" descent="-32" />
11
+ <missing-glyph horiz-adv-x="512" />
12
+ <glyph unicode="&#x53;" d="M 269.474,480.00L 352.509,311.757L 538.171,284.777L 403.822,153.824L 435.54-31.095L 269.474,56.21L 103.408-31.095L 135.119,153.824L 0.771,284.777L 186.438,311.757 z" horiz-adv-x="538.9473684210526" />
13
+ <glyph unicode="&#x73;" d="M 269.474,406.94l 54.04-109.487l 7.524-15.247l 16.821-2.447l 120.827-17.559L 381.251,176.982l-12.18-11.868l 2.873-16.756l 20.647-120.336
14
+ L 284.521,84.833L 269.474,92.745l-15.047-7.912L 146.351,28.017l 20.642,120.336l 2.873,16.756l-12.175,11.868L 70.263,262.201l 120.827,17.559
15
+ l 16.826,2.447l 7.524,15.247L 269.474,406.94 M 269.474,480.00L 186.438,311.757l-185.667-26.98l 134.349-130.953l-31.717-184.918L 269.474,56.21l 166.066-87.304
16
+ l-31.722,184.918l 134.354,130.953l-185.662,26.98L 269.474,480.00L 269.474,480.00z" horiz-adv-x="538.9473684210526" />
17
+ <glyph unicode="&#x20;" horiz-adv-x="256" />
18
+ <glyph class="hidden" unicode="&#xf000;" d="M0,480L 512 -32L0 -32 z" horiz-adv-x="0" />
19
+ </font></defs></svg>
assets/fonts/star.ttf ADDED
Binary file
assets/fonts/star.woff ADDED
Binary file
assets/images/calendar.png ADDED
Binary file
assets/images/help.png ADDED
Binary file
assets/images/icons/credit-cards/amex.png ADDED
Binary file
assets/images/icons/credit-cards/amex.svg ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="752px" height="471px" viewBox="0 0 752 471" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.3.1 (12005) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Slice 1</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <g id="amex" sketch:type="MSLayerGroup">
9
+ <rect id="Rectangle-1" fill="#2557D6" sketch:type="MSShapeGroup" x="1" y="0" width="750" height="471" rx="40"></rect>
10
+ <path d="M1.002688,221.18508 L37.026849,221.18508 L45.149579,201.67506 L63.334596,201.67506 L71.436042,221.18508 L142.31637,221.18508 L142.31637,206.26909 L148.64322,221.24866 L185.43894,221.24866 L191.76579,206.04654 L191.76579,221.18508 L367.91701,221.18508 L367.83451,189.15941 L371.2427,189.15941 C373.62924,189.24161 374.3263,189.46144 374.3263,193.38516 L374.3263,221.18508 L465.43232,221.18508 L465.43232,213.72973 C472.78082,217.6508 484.21064,221.18508 499.25086,221.18508 L537.57908,221.18508 L545.78163,201.67506 L563.96664,201.67506 L571.98828,221.18508 L645.84844,221.18508 L645.84844,202.65269 L657.0335,221.18508 L716.22061,221.18508 L716.22061,98.67789 L657.64543,98.67789 L657.64543,113.14614 L649.44288,98.67789 L589.33787,98.67789 L589.33787,113.14614 L581.80579,98.67789 L500.61839,98.67789 C487.02818,98.67789 475.08221,100.5669 465.43232,105.83121 L465.43232,98.67789 L409.40596,98.67789 L409.40596,105.83121 C403.26536,100.40529 394.89786,98.67789 385.59383,98.67789 L180.90796,98.67789 L167.17407,130.3194 L153.07037,98.67789 L88.59937,98.67789 L88.59937,113.14614 L81.516924,98.67789 L26.533518,98.67789 L0.999997,156.92445 L0.999997,221.18508 L1.002597,221.18508 L1.002688,221.18508 Z M228.39922,203.51436 L206.78472,203.51436 L206.70492,134.72064 L176.13228,203.51436 L157.62,203.51436 L126.96754,134.6597 L126.96754,203.51436 L84.084427,203.51436 L75.982981,183.92222 L32.083524,183.92222 L23.8996,203.51436 L1.000047,203.51436 L38.756241,115.67692 L70.08183,115.67692 L105.94103,198.84086 L105.94103,115.67692 L140.35289,115.67692 L167.94569,175.26406 L193.29297,115.67692 L228.39657,115.67692 L228.39657,203.51436 L228.39957,203.51436 L228.39922,203.51436 Z M68.777214,165.69287 L54.346265,130.67606 L39.997794,165.69287 L68.777214,165.69287 L68.777214,165.69287 Z M314.41947,203.51436 L243.98611,203.51436 L243.98611,115.67692 L314.41947,115.67692 L314.41947,133.96821 L265.07116,133.96821 L265.07116,149.8009 L313.23551,149.8009 L313.23551,167.80606 L265.07116,167.80606 L265.07116,185.34759 L314.41947,185.34759 L314.41947,203.51436 L314.41947,203.51436 Z M413.67528,139.33321 C413.67528,153.33782 404.28877,160.57326 398.81863,162.74575 C403.43206,164.49434 407.37237,167.58351 409.24808,170.14281 C412.22525,174.51164 412.73875,178.41416 412.73875,186.25897 L412.73875,203.51436 L391.47278,203.51436 L391.39298,192.43732 C391.39298,187.1518 391.90115,179.55074 388.0646,175.32499 C384.98366,172.23581 380.28774,171.56552 372.69714,171.56552 L350.06363,171.56552 L350.06363,203.51436 L328.98125,203.51436 L328.98125,115.67692 L377.47552,115.67692 C388.25084,115.67692 396.18999,115.9604 403.00639,119.88413 C409.67644,123.80786 413.67529,129.53581 413.67529,139.33321 L413.67528,139.33321 Z M387.02277,152.37632 C384.1254,154.12756 380.69859,154.18584 376.59333,154.18584 L350.97998,154.18584 L350.97998,134.67583 L376.94186,134.67583 C380.61611,134.67583 384.44999,134.8401 386.94029,136.26016 C389.67536,137.53981 391.36749,140.26337 391.36749,144.02548 C391.36749,147.86443 389.75784,150.95361 387.02277,152.37632 L387.02277,152.37632 Z M447.48908,203.51436 L425.97569,203.51436 L425.97569,115.67692 L447.48908,115.67692 L447.48908,203.51436 L447.48908,203.51436 Z M697.22856,203.51436 L667.35032,203.51436 L627.38585,137.58727 L627.38585,203.51436 L584.44687,203.51436 L576.24166,183.92222 L532.44331,183.92222 L524.48287,203.51436 L499.81137,203.51436 C489.56284,203.51436 476.58722,201.25709 469.23872,193.79909 C461.82903,186.3411 457.97386,176.23903 457.97386,160.26593 C457.97386,147.23895 460.27791,135.33 469.33983,125.91941 C476.15621,118.90916 486.83044,115.67692 501.35982,115.67692 L521.77174,115.67692 L521.77174,134.49809 L501.78818,134.49809 C494.0938,134.49809 489.74909,135.63733 485.564,139.70147 C481.96957,143.4 479.50322,150.39171 479.50322,159.59829 C479.50322,169.00887 481.38158,175.79393 485.30061,180.22633 C488.5465,183.70232 494.445,184.75677 499.99495,184.75677 L509.46393,184.75677 L539.17987,115.67957 L570.77152,115.67957 L606.46843,198.76138 L606.46843,115.67957 L638.5709,115.67957 L675.6327,176.85368 L675.6327,115.67957 L697.22856,115.67957 L697.22856,203.51436 L697.22856,203.51436 Z M569.07051,165.69287 L554.47993,130.67606 L539.96916,165.69287 L569.07051,165.69287 L569.07051,165.69287 Z" id="Path" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
11
+ <path d="M750.95644,343.76716 C745.83485,351.22516 735.85504,355.00582 722.34464,355.00582 L681.62723,355.00582 L681.62723,336.1661 L722.17969,336.1661 C726.20248,336.1661 729.01736,335.63887 730.71215,333.99096 C732.18079,332.63183 733.2051,330.65804 733.2051,328.26036 C733.2051,325.70107 732.18079,323.66899 730.62967,322.45028 C729.09984,321.10969 726.87294,320.50033 723.20135,320.50033 C703.40402,319.83005 678.70592,321.10969 678.70592,293.30714 C678.70592,280.56363 686.83131,267.14983 708.95664,267.14983 L750.95379,267.14983 L750.95379,249.66925 L711.93382,249.66925 C700.15812,249.66925 691.60438,252.47759 685.54626,256.84375 L685.54626,249.66925 L627.83044,249.66925 C618.60091,249.66925 607.76706,251.94771 602.64279,256.84375 L602.64279,249.66925 L499.57751,249.66925 L499.57751,256.84375 C491.37496,250.95154 477.53466,249.66925 471.14663,249.66925 L403.16366,249.66925 L403.16366,256.84375 C396.67452,250.58593 382.24357,249.66925 373.44772,249.66925 L297.3633,249.66925 L279.95252,268.43213 L263.64586,249.66925 L149.99149,249.66925 L149.99149,372.26121 L261.50676,372.26121 L279.447,353.20159 L296.34697,372.26121 L365.08554,372.32211 L365.08554,343.48364 L371.84339,343.48364 C380.96384,343.62405 391.72054,343.25845 401.21079,339.17311 L401.21079,372.25852 L457.90762,372.25852 L457.90762,340.30704 L460.64268,340.30704 C464.13336,340.30704 464.47657,340.45011 464.47657,343.92344 L464.47657,372.25587 L636.71144,372.25587 C647.64639,372.25587 659.07621,369.46873 665.40571,364.41107 L665.40571,372.25587 L720.03792,372.25587 C731.40656,372.25587 742.50913,370.66889 750.95644,366.60475 L750.95644,343.76712 L750.95644,343.76716 Z M409.45301,296.61266 C409.45301,321.01872 391.16689,326.05784 372.7371,326.05784 L346.42935,326.05784 L346.42935,355.52685 L305.44855,355.52685 L279.48667,326.44199 L252.5058,355.52685 L168.9904,355.52685 L168.9904,267.66822 L253.79086,267.66822 L279.73144,296.46694 L306.55002,267.66822 L373.92106,267.66822 C390.6534,267.66822 409.45301,272.28078 409.45301,296.61266 L409.45301,296.61266 Z M241.82781,337.04655 L189.9892,337.04655 L189.9892,319.56596 L236.27785,319.56596 L236.27785,301.64028 L189.9892,301.64028 L189.9892,285.66718 L242.84947,285.66718 L265.91132,311.27077 L241.82781,337.04655 L241.82781,337.04655 Z M325.3545,347.10668 L292.9833,311.3189 L325.3545,276.6677 L325.3545,347.10668 L325.3545,347.10668 Z M373.2272,308.04117 L345.98027,308.04117 L345.98027,285.66718 L373.47197,285.66718 C381.08388,285.66718 386.36777,288.75636 386.36777,296.43956 C386.36777,304.03796 381.32865,308.04117 373.2272,308.04117 L373.2272,308.04117 Z M515.97053,267.66822 L586.34004,267.66822 L586.34004,285.83764 L536.96778,285.83764 L536.96778,301.81074 L585.1348,301.81074 L585.1348,319.73642 L536.96778,319.73642 L536.96778,337.21701 L586.34004,337.29641 L586.34004,355.52678 L515.97053,355.52678 L515.97053,267.66815 L515.97053,267.66822 Z M488.91724,314.6973 C493.61049,316.42205 497.44703,319.51387 499.24559,322.07317 C502.22276,326.36251 502.65378,330.36571 502.73891,338.10985 L502.73891,355.52685 L481.5714,355.52685 L481.5714,344.53458 C481.5714,339.24908 482.08223,331.42282 478.1632,327.33748 C475.08226,324.19002 470.38635,323.4376 462.69463,323.4376 L440.16223,323.4376 L440.16223,355.52685 L418.97609,355.52685 L418.97609,267.66822 L467.65393,267.66822 C478.32816,267.66822 486.10236,268.13716 493.02251,271.81449 C499.6766,275.8177 503.86168,281.30191 503.86168,291.3245 C503.85868,305.34765 494.46719,312.50362 488.91724,314.6973 L488.91724,314.6973 Z M476.99899,303.59022 C474.17879,305.25668 470.69077,305.39975 466.58817,305.39975 L440.97483,305.39975 L440.97483,285.66718 L466.9367,285.66718 C470.69077,285.66718 474.4475,285.74658 476.99899,287.25416 C479.7314,288.67687 481.36499,291.39779 481.36499,295.15725 C481.36499,298.91672 479.7314,301.94496 476.99899,303.59022 L476.99899,303.59022 Z M667.33539,309.1866 C671.44067,313.41766 673.64095,318.7588 673.64095,327.80112 C673.64095,346.70178 661.78278,355.5242 640.51948,355.5242 L599.45353,355.5242 L599.45353,336.68449 L640.35453,336.68449 C644.35337,336.68449 647.18954,336.15726 648.9668,334.50934 C650.41681,333.15021 651.45709,331.17643 651.45709,328.77875 C651.45709,326.21944 650.33167,324.18738 648.88433,322.96866 C647.27201,321.62807 645.04778,321.01872 641.37619,321.01872 C621.65868,320.34843 596.9659,321.62807 596.9659,293.82551 C596.9659,281.08201 605.00615,267.66822 627.11019,267.66822 L669.37872,267.66822 L669.37872,286.36752 L630.70196,286.36752 C626.86809,286.36752 624.37512,286.51059 622.25464,287.9545 C619.94527,289.37721 619.08856,291.48876 619.08856,294.2759 C619.08856,297.59028 621.04941,299.8449 623.702,300.81987 C625.92624,301.59084 628.31543,301.81603 631.9072,301.81603 L643.25722,302.12071 C654.703,302.39889 662.55967,304.37003 667.33539,309.1866 L667.33539,309.1866 Z M751,285.66718 L712.57335,285.66718 C708.7368,285.66718 706.18797,285.81025 704.04088,287.25416 C701.81665,288.67687 700.95995,290.78843 700.95995,293.57558 C700.95995,296.88994 702.83831,299.14456 705.57071,300.11953 C707.79495,300.8905 710.18415,301.1157 713.6961,301.1157 L725.12327,301.42038 C736.65419,301.70387 744.35123,303.67765 749.04448,308.49157 C749.89852,309.16186 750.41202,309.91428 751,310.6667 L751,285.66718 L751,285.66718 Z" id="path13" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
12
+ </g>
13
+ </g>
14
+ </svg>
assets/images/icons/credit-cards/diners.png ADDED
Binary file
assets/images/icons/credit-cards/diners.svg ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="750px" height="471px" viewBox="0 0 750 471" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.3.2 (12043) - http://www.bohemiancoding.com/sketch -->
4
+ <title>diners</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <g id="diners" sketch:type="MSLayerGroup">
9
+ <rect id="rectangle" fill="#0079BE" sketch:type="MSShapeGroup" x="0" y="0" width="750" height="471" rx="40"></rect>
10
+ <path d="M584.933911,237.947339 C584.933911,138.53154 501.952976,69.8140806 411.038924,69.8471464 L332.79674,69.8471464 C240.793699,69.8140806 165.066089,138.552041 165.066089,237.947339 C165.066089,328.877778 240.793699,403.587432 332.79674,403.150963 L411.038924,403.150963 C501.952976,403.586771 584.933911,328.857939 584.933911,237.947339 L584.933911,237.947339 Z" id="Shape-path" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
11
+ <path d="M333.280302,83.9308394 C249.210378,83.9572921 181.085889,152.238282 181.066089,236.510581 C181.085889,320.768331 249.209719,389.042708 333.280302,389.069161 C417.370025,389.042708 485.508375,320.768331 485.520254,236.510581 C485.507715,152.238282 417.370025,83.9572921 333.280302,83.9308394 L333.280302,83.9308394 Z" id="Shape-path" fill="#0079BE" sketch:type="MSShapeGroup"></path>
12
+ <path d="M237.066089,236.09774 C237.145288,194.917524 262.812421,159.801587 299.006443,145.847134 L299.006443,326.327183 C262.812421,312.380667 237.144628,277.283907 237.066089,236.09774 Z M368.066089,326.372814 L368.066089,145.847134 C404.273312,159.767859 429.980043,194.903637 430.046043,236.103692 C429.980043,277.316312 404.273312,312.425636 368.066089,326.372814 Z" id="Path" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
13
+ </g>
14
+ </g>
15
+ </svg>
assets/images/icons/credit-cards/discover.png ADDED
Binary file
assets/images/icons/credit-cards/discover.svg ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="780px" height="501px" viewBox="0 0 780 501" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.3.2 (12043) - http://www.bohemiancoding.com/sketch -->
4
+ <title>discover</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <g id="discover" sketch:type="MSLayerGroup">
9
+ <path d="M54.992188,0 C24.626565,0 -4.7369516e-15,24.629374 0,55.003906 L0,445.99609 C0,476.37636 24.618673,501 54.992188,501 L725.00781,501 C755.37344,501 780,476.37062 780,445.99609 L780,268.55664 L780,55.003906 C780,24.623637 755.38133,-4.7369516e-15 725.00781,0 L54.992188,0 L54.992188,0 Z" id="rectangle" fill="#4D4D4D" sketch:type="MSShapeGroup"></path>
10
+ <path d="M415.13086,161.21289 C446.07103,161.21289 471.15234,184.79287 471.15234,213.92188 L471.15234,213.95508 C471.15234,243.08408 446.07103,266.69727 415.13086,266.69727 C384.19069,266.69727 359.10938,243.08408 359.10938,213.95508 L359.10938,213.92188 C359.10938,184.79287 384.19069,161.21289 415.13086,161.21289 L415.13086,161.21289 Z M327.15234,161.89258 C335.9889,161.89258 343.40028,163.67723 352.41992,167.98242 L352.41992,190.73438 C343.87628,182.87089 336.46483,179.58008 326.66406,179.58008 C307.4002,179.58008 292.25,194.59455 292.25,213.63086 C292.25,233.70517 306.93133,247.82617 327.61914,247.82617 C336.93171,247.82617 344.20582,244.70584 352.41992,236.96875 L352.41992,259.73242 C343.07888,263.87291 335.50876,265.50781 326.66406,265.50781 C295.38621,265.50781 271.08203,242.91198 271.08203,213.77148 C271.08203,184.94507 296.03316,161.89258 327.15234,161.89258 L327.15234,161.89258 Z M230.03906,162.51953 C241.58477,162.51953 252.14952,166.24004 260.98242,173.51367 L250.23438,186.76172 C244.88362,181.11594 239.82337,178.73438 233.66992,178.73438 C224.81668,178.73437 218.36914,183.47936 218.36914,189.72266 C218.36914,195.07734 221.98883,197.91138 234.31445,202.20508 C257.67927,210.24859 264.60352,217.3809 264.60352,233.13086 C264.60352,252.32421 249.62806,265.68359 228.2832,265.68359 C212.65323,265.68359 201.29008,259.88895 191.82617,246.8125 L205.09375,234.78125 C209.82489,243.39164 217.71615,248.00391 227.51367,248.00391 C236.67693,248.00391 243.46094,242.05155 243.46094,234.01953 C243.46094,229.85606 241.40612,226.28585 237.30273,223.76172 C235.2368,222.56668 231.1447,220.78491 223.10352,218.11523 C203.81198,211.57701 197.19336,204.58834 197.19336,190.92969 C197.19336,174.70478 211.40702,162.51953 230.03906,162.51953 L230.03906,162.51953 Z M464.76172,164.24805 L487.19922,164.24805 L515.2832,230.83984 L543.72852,164.24805 L565.99609,164.24805 L520.50195,265.93359 L509.44922,265.93359 L464.76172,164.24805 L464.76172,164.24805 Z M67.414062,164.40039 L97.564453,164.40039 C130.87609,164.40039 154.09766,184.78179 154.09766,214.04102 C154.09766,228.63041 146.99364,242.73654 134.98047,252.09766 C124.87172,259.99945 113.35396,263.54297 97.40625,263.54297 L67.414062,263.54297 L67.414062,164.40039 L67.414062,164.40039 Z M163.54883,164.40039 L184.08984,164.40039 L184.08984,263.54297 L163.54883,263.54297 L163.54883,164.40039 L163.54883,164.40039 Z M575.2832,164.40039 L633.53516,164.40039 L633.53516,181.19922 L595.80859,181.19922 L595.80859,203.20508 L632.14453,203.20508 L632.14453,219.99609 L595.80859,219.99609 L595.80859,246.75781 L633.53516,246.75781 L633.53516,263.54297 L575.2832,263.54297 L575.2832,164.40039 L575.2832,164.40039 Z M647.14062,164.40039 L677.5957,164.40039 C701.28599,164.40039 714.86133,175.11052 714.86133,193.67188 C714.86133,208.85113 706.34712,218.81273 690.875,221.77734 L724.02344,263.54297 L698.76367,263.54297 L670.33398,223.71484 L667.65625,223.71484 L667.65625,263.54297 L647.14062,263.54297 L647.14062,164.40039 L647.14062,164.40039 Z M667.65625,180.01562 L667.65625,210.04102 L673.6582,210.04102 C686.77472,210.04102 693.72656,204.67918 693.72656,194.71289 C693.72656,185.06451 686.77347,180.01562 673.98242,180.01562 L667.65625,180.01562 L667.65625,180.01562 Z M87.939453,181.19922 L87.939453,246.75781 L93.451172,246.75781 C106.72432,246.75781 115.10685,244.36382 121.56055,238.87891 C128.66438,232.92288 132.9375,223.41276 132.9375,213.89844 C132.9375,204.39943 128.66438,195.17283 121.56055,189.2168 C114.77608,183.43696 106.72432,181.19922 93.451172,181.19922 L87.939453,181.19922 L87.939453,181.19922 Z" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
11
+ <path d="M779.981917,288.361069 C753.932037,306.691919 558.904907,437.700579 221.228007,500.98412 L724.989727,500.98412 C755.355357,500.98412 779.981917,476.35474 779.981917,445.980209 L779.981917,288.361069 L779.981917,288.361069 Z" id="Shape-9" fill="#F47216" sketch:type="MSShapeGroup"></path>
12
+ </g>
13
+ </g>
14
+ </svg>
assets/images/icons/credit-cards/jcb.png ADDED
Binary file
assets/images/icons/credit-cards/jcb.svg ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="750px" height="471px" viewBox="0 0 750 471" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.3.1 (12005) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Slice 1</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs>
7
+ <linearGradient x1="0.031607858%" y1="49.9998574%" x2="99.9743153%" y2="49.9998574%" id="linearGradient-1">
8
+ <stop stop-color="#007B40" offset="0%"></stop>
9
+ <stop stop-color="#55B330" offset="100%"></stop>
10
+ </linearGradient>
11
+ <linearGradient x1="0.471693172%" y1="49.999826%" x2="99.9860086%" y2="49.999826%" id="linearGradient-2">
12
+ <stop stop-color="#1D2970" offset="0%"></stop>
13
+ <stop stop-color="#006DBA" offset="100%"></stop>
14
+ </linearGradient>
15
+ <linearGradient x1="0.113880772%" y1="50.0008964%" x2="99.9860003%" y2="50.0008964%" id="linearGradient-3">
16
+ <stop stop-color="#6E2B2F" offset="0%"></stop>
17
+ <stop stop-color="#E30138" offset="100%"></stop>
18
+ </linearGradient>
19
+ </defs>
20
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
21
+ <g id="jcb" sketch:type="MSLayerGroup">
22
+ <rect id="Rectangle-1" fill="#0E4C96" sketch:type="MSShapeGroup" x="0" y="0" width="750" height="471" rx="40"></rect>
23
+ <path d="M617.243183,346.766281 C617.243183,388.380887 583.514892,422.125974 541.88349,422.125974 L132.756823,422.125974 L132.756823,124.244916 C132.756823,82.6186826 166.489851,48.8744567 208.121683,48.8744567 L617.242752,48.874026 L617.242752,346.766281 L617.243183,346.766281 L617.243183,346.766281 Z" id="path3494" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
24
+ <path d="M483.858874,242.044797 C495.542699,242.298285 507.296188,241.528806 518.936004,242.444883 C530.723244,244.645678 533.563915,262.487874 523.09234,268.332511 C515.950746,272.182115 507.459496,269.764696 499.713328,270.446208 L483.858874,270.446208 L483.858874,242.044797 L483.858874,242.044797 Z M525.691826,209.900487 C528.288491,219.064679 519.453903,227.292118 510.625917,226.030566 L483.858874,226.030566 C484.043758,217.388441 483.491345,208.008973 484.131053,199.821663 C494.854942,200.123386 505.679576,199.205849 516.340394,200.301853 C520.921799,201.451558 524.753935,205.217712 525.691826,209.900487 L525.691826,209.900487 Z M590.120412,73.9972254 C590.617872,91.498454 590.191471,109.92365 590.33359,127.780192 C590.299137,200.376358 590.405942,272.974174 590.278896,345.569303 C589.81042,372.776592 565.696524,396.413678 538.678749,396.956694 C511.63292,397.068451 484.584297,396.972628 457.537396,397.004497 L457.537396,287.253291 C487.007,287.099803 516.49604,287.561 545.953521,287.021594 C559.62072,286.162769 574.586027,277.145695 575.22328,262.107374 C576.833661,247.005483 562.592128,236.557185 549.071096,234.905684 C543.872773,234.770542 544.027132,233.390846 549.071096,232.788972 C561.96307,230.002483 572.090675,216.655787 568.296786,203.290229 C565.06052,189.232374 549.523839,183.79142 536.600366,183.817768 C510.248548,183.638612 483.891299,183.792359 457.537396,183.74111 C457.708585,163.252408 457.182916,142.740653 457.82271,122.267364 C459.910361,95.5513766 484.628603,73.5195319 511.269759,73.997656 C537.553166,73.9973692 563.837737,73.9982301 590.120412,73.9972254 L590.120412,73.9972254 Z" id="path3496" fill="url(#linearGradient-1)" sketch:type="MSShapeGroup"></path>
25
+ <path d="M159.740429,125.040498 C160.413689,97.8766592 184.628619,74.4290299 211.614797,74.0325398 C238.559493,73.9499686 265.506204,74.0209119 292.451671,73.9972254 C292.37764,164.882488 292.599905,255.773672 292.340301,346.655222 C291.302298,373.488802 267.350548,396.488661 240.661356,396.962292 C213.665015,397.060957 186.666275,396.976074 159.669012,397.004497 L159.669012,283.550875 C185.891623,289.745491 213.391138,292.382518 240.142406,288.272242 C256.134509,285.697368 273.629935,277.848026 279.044261,261.257567 C283.030122,247.066267 280.785723,232.131602 281.378027,217.566465 L281.378027,183.741541 L235.081246,183.741541 C234.873106,206.112145 235.507258,228.522447 234.746146,250.867107 C233.49785,264.601214 219.900147,273.326996 206.946428,272.861801 C190.879747,273.030535 159.04755,261.221796 159.04755,261.221796 C158.967492,219.3048 159.514314,166.814385 159.740429,125.040498 L159.740429,125.040498 Z" id="path3498" fill="url(#linearGradient-2)" sketch:type="MSShapeGroup"></path>
26
+ <path d="M309.719995,197.390136 C307.285788,197.90738 309.229141,189.089459 308.606298,185.743964 C308.772233,164.593637 308.260045,143.420951 308.889718,122.285827 C310.972541,95.4570827 335.881262,73.3701105 362.628748,73.997656 L441.39456,73.997656 C441.320658,164.882346 441.542493,255.77294 441.283406,346.653934 C440.244412,373.488027 416.291344,396.487102 389.602087,396.962292 C362.604605,397.061991 335.604707,396.976504 308.606298,397.004928 L308.606298,272.707624 C327.04641,287.835846 352.105738,290.192248 375.077953,290.233484 C392.39501,290.227455 409.611861,287.557865 426.428143,283.562934 L426.428143,260.790297 C407.474658,270.236609 385.194808,276.235815 364.184745,270.807966 C349.529051,267.157367 338.89089,252.996683 339.128513,237.872204 C337.43001,222.143684 346.652631,205.536885 362.110237,200.860855 C381.300923,194.852545 402.217787,199.448454 420.206344,207.258795 C424.060526,209.27695 427.97066,211.780342 426.428143,205.338044 L426.428143,187.438358 C396.343581,180.280951 364.326644,177.646405 334.099438,185.433619 C325.351193,187.901774 316.82819,191.644647 309.719995,197.390136 L309.719995,197.390136 Z" id="path3500" fill="url(#linearGradient-3)" sketch:type="MSShapeGroup"></path>
27
+ </g>
28
+ </g>
29
+ </svg>
assets/images/icons/credit-cards/laser.png ADDED
Binary file
assets/images/icons/credit-cards/laser.svg ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns"
4
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-45 62.3 750 471"
5
+ style="enable-background:new -45 62.3 750 471;" xml:space="preserve">
6
+ <style type="text/css">
7
+ .st0{fill:#283A97;}
8
+ .st1{fill:#EE4799;}
9
+ .st2{fill:none;stroke:#EE4799;stroke-width:1.0006;stroke-miterlimit:2.6131;}
10
+ .st3{fill:#FFFFFF;}
11
+ </style>
12
+ <title>Slice 1</title>
13
+ <desc>Created with Sketch.</desc>
14
+ <path id="Rectangle-1" sketch:type="MSShapeGroup" class="st0" d="M-5,62.3h670c22.1,0,40,17.9,40,40v391c0,22.1-17.9,40-40,40H-5
15
+ c-22.1,0-40-17.9-40-40v-391C-45,80.2-27.1,62.3-5,62.3z"/>
16
+ <g>
17
+ <polygon class="st0" points="160.2,477.3 500.2,477.3 500.2,118.3 160.2,118.3 "/>
18
+ <polygon class="st1" points="500.3,127.6 490.2,144.7 159.7,137.1 159.7,135.4 "/>
19
+ <polygon class="st1" points="489.1,146.9 478.7,163.9 165.5,156 164.7,154.8 "/>
20
+ <polygon class="st1" points="477.4,166.3 467.2,183.2 177,175.3 176.3,174.2 "/>
21
+ <polygon class="st1" points="465.7,185.6 455.8,202.6 189.2,194.7 188.4,193.5 "/>
22
+ <polygon class="st1" points="454.5,204.8 444.4,221.9 200.7,214 199.9,212.7 "/>
23
+ <polygon class="st1" points="442.8,224.3 432.7,241.2 212.7,233.3 212,232.2 "/>
24
+ <polygon class="st1" points="431.3,243.5 421.2,260.6 225.1,252.7 224.3,251.4 "/>
25
+ <polygon class="st1" points="419.9,262.8 409.7,279.9 236.6,272 235.8,270.7 "/>
26
+ <polygon class="st1" points="408.6,282.1 398.1,299.1 248.1,291.2 247.3,290.1 "/>
27
+ <polygon class="st1" points="397,301.5 386.8,318.5 260.3,310.5 259.5,309.4 "/>
28
+ <polygon class="st1" points="385.5,320.8 375.2,337.8 272.3,329.9 271.5,328.7 "/>
29
+ <polygon class="st1" points="374,340 363.7,357.1 284.3,349.2 283.5,347.9 "/>
30
+ <polygon class="st1" points="362.5,359.5 352.3,376.3 296,368.5 295.2,367.3 "/>
31
+ <polygon class="st1" points="351.1,378.7 340.7,395.8 307.5,387.9 306.7,386.6 "/>
32
+ <polygon class="st1" points="339.1,398.6 328.7,416.3 317.6,407.1 317.3,405.9 "/>
33
+ <path class="st1" d="M159.7,406.5h340.6H159.7z"/>
34
+ <line class="st2" x1="159.7" y1="406.5" x2="500.3" y2="406.5"/>
35
+ <path class="st1" d="M159.7,387.2h340.6H159.7z"/>
36
+ <line class="st2" x1="159.7" y1="387.2" x2="500.3" y2="387.2"/>
37
+ <path class="st1" d="M159.7,368h340.6H159.7z"/>
38
+ <line class="st2" x1="159.7" y1="368" x2="500.3" y2="368"/>
39
+ <path class="st1" d="M159.7,348.6h340.6H159.7z"/>
40
+ <line class="st2" x1="159.7" y1="348.6" x2="500.3" y2="348.6"/>
41
+ <path class="st1" d="M159.7,329.3h340.6H159.7z"/>
42
+ <line class="st2" x1="159.7" y1="329.3" x2="500.3" y2="329.3"/>
43
+ <path class="st1" d="M159.7,310h340.6H159.7z"/>
44
+ <line class="st2" x1="159.7" y1="310" x2="500.3" y2="310"/>
45
+ <path class="st1" d="M159.7,290.8h340.6H159.7z"/>
46
+ <line class="st2" x1="159.7" y1="290.8" x2="500.3" y2="290.8"/>
47
+ <path class="st1" d="M159.7,271.3h340.6H159.7z"/>
48
+ <line class="st2" x1="159.7" y1="271.3" x2="500.3" y2="271.3"/>
49
+ <path class="st1" d="M159.7,252.1h340.6H159.7z"/>
50
+ <line class="st2" x1="159.7" y1="252.1" x2="500.3" y2="252.1"/>
51
+ <path class="st1" d="M159.7,232.8h340.6H159.7z"/>
52
+ <line class="st2" x1="159.7" y1="232.8" x2="500.3" y2="232.8"/>
53
+ <path class="st1" d="M159.7,213.5h340.6H159.7z"/>
54
+ <line class="st2" x1="159.7" y1="213.5" x2="500.3" y2="213.5"/>
55
+ <path class="st1" d="M159.7,194.1h340.6H159.7z"/>
56
+ <line class="st2" x1="159.7" y1="194.1" x2="500.3" y2="194.1"/>
57
+ <path class="st1" d="M159.7,174.8h340.6H159.7z"/>
58
+ <line class="st2" x1="159.7" y1="174.8" x2="500.3" y2="174.8"/>
59
+ <path class="st1" d="M159.7,155.6h340.6H159.7z"/>
60
+ <line class="st2" x1="159.7" y1="155.6" x2="500.3" y2="155.6"/>
61
+ <path class="st3" d="M364.5,427.4v37.4h25.4l3.2-7.1c-4.6,0.2-7.9,0.3-12.6,0.3c-1.4,0-2.7,0-5.4,0v-9.3h0.6c2.7,0,5.7,0.2,8.8,0.3
62
+ l3.2-7.3c-1.6,0.2-1.9,0.2-4.1,0.2c-3.9,0.2-4.9,0.2-8.5,0.2v-7.7h1.3c3.2,0,7.3,0.2,12.8,0.3l3-7.3L364.5,427.4L364.5,427.4z
63
+ M267.4,427.4l2.7,4l-14.4,33.5h10.4l2.4-5.7h14.8l2.4,5.7h10.9l-16.4-37.4L267.4,427.4L267.4,427.4z M280.3,452.3h-9l4.4-10.7
64
+ L280.3,452.3L280.3,452.3z M221.4,425h-10.6v39.8h25.6l3-7.1c-3.3,0.2-7.6,0.3-12.2,0.3c-1.6,0-2.8,0-5.8,0L221.4,425L221.4,425z
65
+ M339.9,429.3c-4.1-1.9-7.7-2.7-11.4-2.7c-8.1,0-13.6,4.4-13.6,10.7c0,4,1.7,6.6,6.3,9.6l5.4,3.6c2.5,1.7,3.5,3,3.5,4.9
66
+ c0,2.4-2.2,3.8-5.5,3.8c-2.8,0-4.6-0.8-7.7-3.3l-2.8,6.6c4.7,2.5,7.1,3.2,11.2,3.2c9.3,0,15.2-4.6,15.2-11.7
67
+ c0-4.1-1.9-6.8-6.6-10.1l-5.5-4c-2.4-1.6-3-2.4-3-3.6c0-2.1,1.6-3.3,4.3-3.3c2.4,0,4.4,0.8,7.6,2.8L339.9,429.3L339.9,429.3z
68
+ M415.5,427.4v37.4h10.6v-30.5h2.1h0.2c4.7,0,7.3,1.9,7.3,5.4c0,3.6-3,6-7.7,6c-0.5,0-0.8,0-1.6-0.2l12.8,19.3h11.7l-10.6-15.5
69
+ c4.6-2.7,6.5-5.7,6.5-10.3c0-7.9-5.5-11.7-16.7-11.7L415.5,427.4L415.5,427.4z"/>
70
+ </g>
71
+ </svg>
assets/images/icons/credit-cards/maestro.png ADDED
Binary file
assets/images/icons/credit-cards/maestro.svg ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="750px" height="471px" viewBox="0 0 750 471" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.3.1 (12005) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Slice 1</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <g id="maestro" sketch:type="MSLayerGroup">
9
+ <rect id="Rectangle-1" fill="#000000" sketch:type="MSShapeGroup" x="0" y="0" width="750" height="471" rx="40"></rect>
10
+ <path d="M675.000003,235.50625 C675.000003,334.639584 594.650002,415.002085 495.516668,415.002085 C396.395834,415.002085 316.0375,334.639584 316.0375,235.50625 C316.0375,136.364582 396.395834,55.997915 495.516668,55.997915 C594.650002,55.997915 675.000003,136.364582 675.000003,235.50625" id="Fill-1" fill="#D9222A" sketch:type="MSShapeGroup"></path>
11
+ <path d="M356.870834,349.489584 C351.9125,343.477084 347.345834,337.131251 343.195834,330.481251 L406.808334,330.481251 C410.625001,324.385417 414.070834,318.039584 417.150001,311.46875 L332.858333,311.46875 C329.9875,305.31875 327.433333,298.977084 325.2625,292.46875 L424.737501,292.46875 C430.725001,274.564583 433.966668,255.41875 433.966668,235.50625 C433.966668,222.460416 432.575001,209.74375 429.937501,197.493749 L320.075,197.493749 C321.466667,191.014583 323.216667,184.677083 325.283333,178.485416 L424.725001,178.485416 C422.541667,171.977083 420.004167,165.635416 417.133334,159.481249 L332.879167,159.481249 C335.954167,152.918749 339.408333,146.577082 343.216667,140.472916 L406.787501,140.472916 C402.641667,133.843749 398.062501,127.497916 393.116667,121.481249 L356.891667,121.481249 C362.4625,114.714582 368.520834,108.364582 375.004167,102.481249 C343.15,73.5979152 300.866667,55.997915 254.487499,55.997915 C155.358332,55.997915 74.999998,136.364582 74.999998,235.50625 C74.999998,334.639584 155.358332,415.002085 254.487499,415.002085 C300.875,415.002085 343.154167,397.406251 375.004167,368.527084 C381.5,362.635417 387.562501,356.268751 393.137501,349.489584 L356.870834,349.489584" id="Fill-2" fill="#0097D0" sketch:type="MSShapeGroup"></path>
12
+ <path d="M651.075003,335.543751 C651.075003,332.343751 653.670836,329.747917 656.875003,329.747917 C660.075003,329.747917 662.666669,332.343751 662.666669,335.543751 C662.666669,338.747917 660.075003,341.343751 656.875003,341.343751 C653.670836,341.343751 651.075003,338.747917 651.075003,335.543751 L651.075003,335.543751 L651.075003,335.543751 Z M656.875003,339.952084 C659.308336,339.952084 661.279169,337.985417 661.279169,335.543751 C661.279169,333.110417 659.308336,331.147917 656.875003,331.147917 C654.441669,331.147917 652.466669,333.110417 652.466669,335.543751 C652.466669,337.985417 654.441669,339.952084 656.875003,339.952084 L656.875003,339.952084 L656.875003,339.952084 Z M656.087503,338.089584 L654.904169,338.089584 L654.904169,332.997917 L657.054169,332.997917 C657.500003,332.997917 657.958336,333.002084 658.354169,333.256251 C658.770836,333.539584 659.000003,334.031251 659.000003,334.527084 C659.000003,335.110417 658.662503,335.639584 658.120836,335.843751 L659.054169,338.089584 L657.737503,338.089584 L656.962503,336.081251 L656.087503,336.081251 L656.087503,338.089584 L656.087503,338.089584 Z M656.087503,335.210417 L656.745836,335.210417 C656.991669,335.210417 657.250003,335.227084 657.470836,335.110417 C657.666669,334.981251 657.770836,334.743751 657.770836,334.518751 C657.770836,334.331251 657.645836,334.102084 657.483336,334.006251 C657.270836,333.881251 656.941669,333.906251 656.720836,333.906251 L656.087503,333.906251 L656.087503,335.210417 L656.087503,335.210417 Z" id="Fill-3" fill="#000000" sketch:type="MSShapeGroup"></path>
13
+ <path d="M372.445834,284.00625 C364.775,286.039584 357.358334,287.03125 349.516667,287.014584 C324.5,286.989584 311.470833,275.597917 311.470833,253.814583 C311.470833,228.35625 328.058333,209.63125 350.570834,209.63125 C368.9875,209.63125 380.745834,220.13125 380.745834,236.577083 C380.745834,242.035417 379.95,247.347917 378,254.872917 L333.5125,254.872917 C331.929167,265.50625 339.7,270.177083 352.925,270.177083 C360.85,270.177083 368.016667,268.752083 375.95,265.564583 L372.445834,284.00625 L372.445834,284.00625 Z M360.483334,239.85625 C360.483334,238.247916 362.958334,226.822916 350.083334,226.572916 C342.975,226.572916 337.875,231.297916 335.8125,239.85625 L360.483334,239.85625 L360.483334,239.85625 Z" id="Fill-4" fill="#000000" sketch:type="MSShapeGroup"></path>
14
+ <path d="M387.516667,234.864583 C387.516667,244.26875 392.812501,250.764583 404.845834,255.602083 C414.045834,259.372917 415.495834,260.460417 415.495834,263.822917 C415.495834,268.485417 411.429167,270.627083 402.404167,270.56875 C395.625001,270.51875 389.441667,269.697917 382.141667,267.672917 L378.9125,284.827084 C385.400001,286.33125 394.500001,286.827084 402.562501,287.014584 C426.587501,287.014584 437.679168,279.147917 437.679168,262.147917 C437.679168,251.93125 433.054168,245.914583 421.645834,241.435417 C412.108334,237.627083 410.987501,236.797916 410.987501,233.352083 C410.987501,229.302083 414.766667,227.252083 422.137501,227.252083 C426.600001,227.252083 432.716668,227.664583 438.516668,228.360416 L441.775001,211.11875 C435.862501,210.29375 426.891668,209.635416 421.700001,209.635416 C396.250001,209.635416 387.441667,221.09375 387.516667,234.864583" id="Fill-5" fill="#000000" sketch:type="MSShapeGroup"></path>
15
+ <path d="M299.275,285.785417 L280.6125,285.785417 L281.058333,277.964583 C275.366666,284.135417 267.7875,287.00625 257.499999,287.00625 C245.324999,287.00625 236.983333,278.68125 236.983333,266.710417 C236.983333,248.514583 251.483333,238.01875 276.4125,238.01875 C278.975,238.01875 282.233333,238.210416 285.579166,238.58125 C286.270833,236.147916 286.458333,235.102083 286.458333,233.772916 C286.458333,228.79375 282.5375,226.960416 272.045833,226.960416 C261.704166,227.002083 254.724999,228.53125 248.249999,230.272916 L251.437499,213.572916 C262.633333,210.727083 269.966666,209.63125 278.2625,209.63125 C297.566666,209.63125 307.7625,217.197916 307.7625,231.427083 C307.929167,235.222916 306.604167,242.839583 305.941667,246.172917 C305.183333,251.027083 299.833333,279.147917 299.275,285.785417 L299.275,285.785417 L299.275,285.785417 Z M282.895833,252.59375 C280.529166,252.352083 279.5,252.28125 277.883333,252.28125 C265.154166,252.28125 258.7,256.06875 258.7,263.547917 C258.7,268.239583 261.85,271.18125 266.758333,271.18125 C275.904166,271.18125 282.508333,263.53125 282.895833,252.59375 L282.895833,252.59375 L282.895833,252.59375 Z" id="Fill-6" fill="#000000" sketch:type="MSShapeGroup"></path>
16
+ <path d="M477.004168,284.60625 C470.879168,286.285417 466.108334,287.014584 460.945834,287.014584 C449.512501,287.014584 443.270834,281.172917 443.270834,270.764583 C442.912501,267.90625 445.704168,254.70625 446.337501,251.027083 C446.970834,247.335417 456.875001,193.535416 456.875001,193.535416 L479.087501,193.535416 L475.725001,211.335416 L487.116668,211.335416 L484.020835,229.50625 L472.579168,229.50625 C472.579168,229.50625 466.300001,261.035417 466.300001,263.439583 C466.300001,267.264583 468.616668,268.927083 473.933335,268.927083 C476.479168,268.927083 478.441668,268.689583 479.962501,268.235417 L477.004168,284.60625" id="Fill-7" fill="#000000" sketch:type="MSShapeGroup"></path>
17
+ <path d="M576.250002,209.63125 C559.970835,209.63125 547.250002,216.33125 539.862502,227.522916 L546.275002,210.927083 C534.458335,206.589583 526.841668,212.777083 519.950002,221.577083 C519.950002,221.577083 518.795835,223.039583 517.650002,224.377083 L517.650002,211.327083 L496.791668,211.327083 C493.966668,234.35625 488.970835,257.70625 485.062501,280.772917 L484.120835,285.79375 L506.558335,285.79375 C508.683335,274.085417 510.433335,264.58125 512.175002,257.00625 C516.941668,236.21875 524.962502,229.864583 537.004168,232.672916 C534.225002,238.652083 532.700002,245.564583 532.700002,253.227083 C532.700002,271.80625 542.791668,287.014584 567.850002,287.014584 C593.137502,287.014584 611.445836,273.50625 611.445836,242.70625 C611.445836,224.127083 599.245836,209.63125 576.250002,209.63125 L576.250002,209.63125 L576.250002,209.63125 Z M569.720835,268.947917 C561.795835,269.072917 556.991669,262.422917 556.991669,252.477083 C556.991669,240.685417 564.004169,227.364583 575.266669,227.364583 C584.354169,227.364583 587.466669,234.56875 587.466669,242.24375 C587.466669,259.022917 580.591669,268.947917 569.720835,268.947917 L569.720835,268.947917 L569.720835,268.947917 Z" id="Fill-8" fill="#000000" sketch:type="MSShapeGroup"></path>
18
+ <path d="M226.529166,285.79375 L204.187499,285.79375 L217.466666,215.839583 L186.895832,285.79375 L166.529165,285.79375 L162.804165,216.24375 L149.483332,285.79375 L129.212498,285.79375 L146.479165,194.797916 L181.391666,194.797916 L184.304166,245.522917 L206.420832,194.797916 L244.141666,194.797916 L226.529166,285.79375" id="Fill-9" fill="#000000" sketch:type="MSShapeGroup"></path>
19
+ <path d="M613.150002,274.385417 C613.150002,271.189583 615.745836,268.589583 618.945836,268.589583 C622.150002,268.589583 624.741669,271.189583 624.741669,274.385417 C624.741669,277.59375 622.150002,280.189583 618.945836,280.189583 C615.745836,280.189583 613.150002,277.59375 613.150002,274.385417 L613.150002,274.385417 L613.150002,274.385417 Z M618.945836,278.797917 C621.379169,278.797917 623.354169,276.81875 623.354169,274.385417 C623.354169,271.952083 621.379169,269.98125 618.945836,269.98125 C616.512502,269.98125 614.537502,271.952083 614.537502,274.385417 C614.537502,276.81875 616.512502,278.797917 618.945836,278.797917 L618.945836,278.797917 L618.945836,278.797917 Z M618.162502,276.93125 L616.975002,276.93125 L616.975002,271.847917 L619.125002,271.847917 C619.575002,271.847917 620.033336,271.847917 620.429169,272.097917 C620.837502,272.377083 621.075002,272.864583 621.075002,273.36875 C621.075002,273.947917 620.737502,274.485417 620.191669,274.685417 L621.125002,276.93125 L619.808336,276.93125 L619.037502,274.922917 L618.162502,274.922917 L618.162502,276.93125 L618.162502,276.93125 Z M618.162502,274.04375 L618.820836,274.04375 C619.062502,274.04375 619.325002,274.060417 619.545836,273.947917 C619.741669,273.814583 619.841669,273.589583 619.841669,273.360417 C619.841669,273.164583 619.720836,272.94375 619.558336,272.847917 C619.345836,272.71875 619.016669,272.752083 618.795836,272.752083 L618.162502,272.752083 L618.162502,274.04375 L618.162502,274.04375 Z" id="Fill-10" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
20
+ <path d="M378.054167,278.397917 C370.3875,280.43125 362.966667,281.427084 355.129167,281.410417 C330.1125,281.385417 317.083333,269.989583 317.083333,248.202083 C317.083333,222.752083 333.6625,204.022916 356.179167,204.022916 C374.6,204.022916 386.354167,214.51875 386.354167,230.964583 C386.354167,236.43125 385.554167,241.735417 383.612501,249.264583 L339.125,249.264583 C337.541667,259.89375 345.304167,264.572917 358.533334,264.572917 C366.458334,264.572917 373.620834,263.147917 381.5625,259.95625 L378.054167,278.397917 L378.054167,278.397917 Z M366.091667,234.247916 C366.091667,232.64375 368.5625,221.214583 355.691667,220.96875 C348.583334,220.96875 343.4875,225.697916 341.420833,234.247916 L366.091667,234.247916 L366.091667,234.247916 Z" id="Fill-11" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
21
+ <path d="M393.129167,229.252083 C393.129167,238.660416 398.416667,245.152083 410.454167,249.997917 C419.658334,253.764583 421.104167,254.85625 421.104167,258.210417 C421.104167,262.877083 417.037501,265.01875 408.016667,264.960417 C401.233334,264.914583 395.050001,264.089583 387.754167,262.064583 L384.516667,279.210417 C391.008334,280.727083 400.112501,281.222917 408.170834,281.410417 C432.195834,281.410417 443.291668,273.539583 443.291668,256.539583 C443.291668,246.322917 438.662501,240.302083 427.250001,235.827083 C417.712501,232.01875 416.595834,231.189583 416.595834,227.74375 C416.595834,223.69375 420.379167,221.64375 427.741668,221.64375 C432.212501,221.64375 438.325001,222.060416 444.129168,222.75625 L447.379168,205.510416 C441.466668,204.685416 432.500001,204.027083 427.312501,204.027083 C401.854167,204.027083 393.050001,215.48125 393.129167,229.252083" id="Fill-12" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
22
+ <path d="M304.8875,280.18125 L286.220833,280.18125 L286.670833,272.360417 C280.975,278.51875 273.395833,281.39375 263.1125,281.39375 C250.937499,281.39375 242.591666,273.06875 242.591666,261.10625 C242.591666,242.902083 257.087499,232.410416 282.020833,232.410416 C284.583333,232.410416 287.8375,232.602083 291.191666,232.972916 C291.883333,230.539583 292.066666,229.497916 292.066666,228.164583 C292.066666,223.18125 288.15,221.352083 277.658333,221.352083 C267.316666,221.39375 260.3375,222.927083 253.862499,224.664583 L257.045833,207.96875 C268.245833,205.11875 275.575,204.022916 283.875,204.022916 C303.179167,204.022916 313.370833,211.589583 313.370833,225.814583 C313.5375,229.614583 312.2125,237.227083 311.554167,240.56875 C310.791667,245.41875 305.441667,273.539583 304.8875,280.18125 L304.8875,280.18125 L304.8875,280.18125 Z M288.5,246.985417 C286.141666,246.739583 285.108333,246.672917 283.4875,246.672917 C270.766666,246.672917 264.308333,250.460417 264.308333,257.939583 C264.308333,262.635417 267.4625,265.572917 272.3625,265.572917 C281.516666,265.572917 288.120833,257.91875 288.5,246.985417 L288.5,246.985417 L288.5,246.985417 Z" id="Fill-13" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
23
+ <path d="M482.608335,279.002083 C476.487501,280.677083 471.712501,281.410417 466.554168,281.410417 C455.120834,281.410417 448.883334,275.564583 448.883334,265.15625 C448.520834,262.302083 451.316668,249.097917 451.945834,245.41875 C452.579168,241.727083 462.483334,187.927083 462.483334,187.927083 L484.691668,187.927083 L481.337501,205.727083 L492.729168,205.727083 L489.633335,223.897916 L478.191668,223.897916 C478.191668,223.897916 471.908335,255.427083 471.908335,257.83125 C471.908335,261.65625 474.229168,263.310417 479.541668,263.310417 C482.083335,263.310417 484.050001,263.08125 485.570835,262.61875 L482.608335,279.002083" id="Fill-14" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
24
+ <path d="M593.079169,236.635416 C593.079169,253.410417 586.200002,263.34375 575.325002,263.34375 C567.404169,263.45625 562.600002,256.81875 562.600002,246.86875 C562.600002,235.077083 569.608335,221.75625 580.870835,221.75625 C589.962502,221.75625 593.079169,228.96875 593.079169,236.635416 L593.079169,236.635416 L593.079169,236.635416 Z M617.058336,237.102083 C617.058336,218.522916 604.850002,204.022916 581.862502,204.022916 C555.412502,204.022916 538.312502,221.647916 538.312502,247.61875 C538.312502,266.197917 548.395835,281.410417 573.462502,281.410417 C598.750002,281.410417 617.058336,267.897917 617.058336,237.102083 L617.058336,237.102083 L617.058336,237.102083 Z" id="Fill-15" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
25
+ <path d="M502.395835,205.71875 C499.575001,228.747916 494.579168,252.09375 490.675001,275.16875 L489.729168,280.189583 L512.162502,280.189583 C520.250002,235.63125 522.962502,222.935416 539.904168,227.40625 L548.054168,206.31875 C536.237502,201.98125 528.629168,208.172916 521.745835,216.977083 C522.366668,213.014583 523.537502,209.19375 523.254168,205.71875 L502.395835,205.71875" id="Fill-16" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
26
+ <path d="M232.137499,280.189583 L209.799999,280.189583 L223.074999,210.23125 L192.499999,280.189583 L172.137499,280.189583 L168.412499,210.635416 L155.091665,280.189583 L134.820832,280.189583 L152.083332,189.189583 L187.004166,189.189583 L188.849999,245.522917 L213.424999,189.189583 L249.749999,189.189583 L232.137499,280.189583" id="Fill-17" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
27
+ </g>
28
+ </g>
29
+ </svg>
assets/images/icons/credit-cards/mastercard.png ADDED
Binary file
assets/images/icons/credit-cards/mastercard.svg ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="750px" height="471px" viewBox="0 0 750 471" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <!-- Generator: Sketch 39.1 (31720) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Slice 1</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
8
+ <g id="mastercard">
9
+ <rect id="Rectangle-1" fill="#F4F4F4" x="0" y="0" width="750" height="471" rx="40"></rect>
10
+ <g id="mark" transform="translate(125.719997, 41.850862)">
11
+ <g id="text" transform="translate(25.142679, 328.360022)" fill="#000000">
12
+ <path d="M467.715561,51.9326899 C466.502604,51.9623585 465.503405,52.3648948 464.717962,53.1403001 C463.932516,53.9157321 463.526027,54.8861098 463.498494,56.0514362 C463.526027,57.2079497 463.932516,58.1758036 464.717963,58.9550005 C465.503406,59.7342125 466.502604,60.1392726 467.715561,60.1701825 C468.900764,60.1392726 469.887352,59.7342123 470.675326,58.9550002 C471.463285,58.175803 471.872297,57.2079493 471.902362,56.0514362 C471.872927,54.8861098 471.465177,53.915732 470.679109,53.1402998 C469.893026,52.3648943 468.905178,51.9623581 467.715561,51.9326899 L467.715561,51.9326899 L467.715561,51.9326899 Z M467.715561,59.2616355 C466.791392,59.2389292 466.029277,58.9259854 465.429214,58.3228033 C464.829145,57.7196374 464.518499,56.9625159 464.497273,56.0514362 C464.518499,55.1363804 464.829146,54.379679 465.429214,53.78133 C466.029277,53.1830062 466.791392,52.8730071 467.715561,52.8513318 C468.620383,52.8730076 469.370728,53.1830066 469.966597,53.7813302 C470.562452,54.379679 470.871417,55.1363804 470.893494,56.0514362 C470.871417,56.9625161 470.562452,57.7196378 469.966597,58.3228033 C469.370728,58.925985 468.620384,59.2389287 467.715561,59.2616355 L467.715561,59.2616355 L467.715561,59.2616355 Z M467.957689,54.1232975 L466.19217,54.1232975 L466.19217,57.9492899 L467.009353,57.9492899 L467.009353,56.5158046 L467.382634,56.5158046 L468.542832,57.9492899 L469.521434,57.9492899 L468.270438,56.5057097 C468.661158,56.4567169 468.961716,56.330109 469.172113,56.1258861 C469.382498,55.9216836 469.488849,55.6613181 469.491168,55.3447885 C469.488429,54.9670796 469.355174,54.6701195 469.091404,54.4539073 C468.827621,54.237719 468.449717,54.1275158 467.957689,54.1232975 L467.957689,54.1232975 L467.957689,54.1232975 Z M467.9476,54.8400402 C468.166813,54.840262 468.338741,54.8827453 468.463383,54.9674885 C468.588015,55.0522552 468.651489,55.1780218 468.653808,55.3447882 C468.651483,55.5164129 468.588015,55.6451235 468.463383,55.73092 C468.338741,55.8167385 468.166813,55.8596412 467.9476,55.859631 L467.009353,55.859631 L467.009353,54.8400393 L467.9476,54.8400402 L467.9476,54.8400402 Z" id="path3078"></path>
13
+ <path d="M9.34331724,57.5428029 L0.588175916,57.5428029 L0.588175916,16.6600045 L9.17164757,16.6600045 L9.17164757,21.6415186 C9.17164757,21.6415186 16.7107355,15.5532485 21.1885083,15.6293508 C29.8949298,15.7773317 35.093729,23.1875098 35.093729,23.1875098 C35.093729,23.1875098 39.3109893,15.6293508 48.8272918,15.6293508 C62.8997988,15.6293508 64.9642149,28.5125858 64.9642149,28.5125858 L64.9642149,57.3710273 L56.5524108,57.3710273 L56.5524108,31.9481087 C56.5524108,31.9481087 56.5825922,24.2181741 47.4539323,24.2181741 C38.0139747,24.2181741 37.1537629,31.9481087 37.1537629,31.9481087 L37.1537629,57.3710273 L28.3986215,57.3710273 L28.3986215,31.7763331 C28.3986215,31.7763331 27.5575496,23.7028366 19.6434834,23.7028366 C9.3650113,23.7028366 9.17164757,31.9481087 9.17164757,31.9481087 L9.34331724,57.5428029 L9.34331724,57.5428029 Z" id="path3006"></path>
14
+ <path d="M275.596898,15.623773 C271.119122,15.5476814 263.580741,21.6355967 263.580741,21.6355967 L263.580741,16.6649268 L254.988182,16.6649268 L254.988182,57.5386115 L263.748565,57.5386115 L263.580741,31.9463783 C263.580741,31.9463783 263.77445,23.7179044 274.052923,23.7179044 C275.961824,23.7179044 277.444363,24.180569 278.61772,24.8934007 L278.61772,24.8598688 L281.470718,16.9000798 C279.749092,16.1750176 277.791223,15.6610664 275.596898,15.623773 L275.596898,15.623773 L275.596898,15.623773 Z" id="path3008"></path>
15
+ <path d="M398.92774,15.623773 C394.449964,15.5476814 386.911582,21.6355967 386.911582,21.6355967 L386.911582,16.6649268 L378.319023,16.6649268 L378.319023,57.5386115 L387.079406,57.5386115 L386.911582,31.9463783 C386.911582,31.9463783 387.105291,23.7179044 397.383764,23.7179044 C399.292666,23.7179044 400.775204,24.180569 401.948561,24.8934007 L401.948561,24.8598688 L404.801559,16.9000798 C403.079933,16.1750713 401.122064,15.6611201 398.92774,15.6238267 L398.92774,15.623773 L398.92774,15.623773 Z" id="path3013"></path>
16
+ <path d="M93.2735295,15.4558449 C80.1708646,15.4558449 73.2368626,27.2396859 73.2018479,37.0849763 C73.1658666,47.1762746 81.0955959,58.8148646 93.6427411,58.8148646 C100.962678,58.8148646 106.976041,53.4075817 106.976041,53.4075817 L106.960145,57.5721971 L115.577998,57.5721971 L115.577998,16.6488272 L106.929792,16.6488272 L106.929792,21.8035248 C106.929792,21.8035248 101.282654,15.4558449 93.2735725,15.4558449 L93.2735295,15.4558449 L93.2735295,15.4558449 Z M94.9517638,23.7850756 C101.991433,23.7850756 107.706344,29.9122942 107.706344,37.454418 C107.706344,44.9965418 101.991433,51.0901748 94.9517638,51.0901748 C87.9120947,51.0901748 82.2307482,44.9965418 82.2307482,37.454418 C82.2307482,29.9122942 87.9120947,23.7850756 94.9517638,23.7850756 L94.9517638,23.7850756 L94.9517638,23.7850756 Z" id="path3015"></path>
17
+ <path d="M344.597578,15.4558449 C331.494913,15.4558449 324.560911,27.2396859 324.525896,37.0849763 C324.489915,47.1762746 332.419644,58.8148646 344.966789,58.8148646 C352.286726,58.8148646 358.300089,53.4075817 358.300089,53.4075817 L358.284193,57.5721971 L366.902046,57.5721971 L366.902046,16.6488272 L358.25384,16.6488272 L358.25384,21.8035248 C358.25384,21.8035248 352.606702,15.4558449 344.59762,15.4558449 L344.597578,15.4558449 L344.597578,15.4558449 Z M346.275812,23.7850756 C353.315481,23.7850756 359.030392,29.9122942 359.030392,37.454418 C359.030392,44.9965418 353.315481,51.0901748 346.275812,51.0901748 C339.236143,51.0901748 333.554796,44.9965418 333.554796,37.454418 C333.554796,29.9122942 339.236143,23.7850756 346.275812,23.7850756 L346.275812,23.7850756 L346.275812,23.7850756 Z" id="path3020"></path>
18
+ <path d="M427.342249,15.4558449 C414.239584,15.4558449 407.305582,27.2396859 407.270567,37.0849763 C407.234586,47.1762746 415.164315,58.8148646 427.71146,58.8148646 C435.031397,58.8148646 441.04476,53.4075817 441.04476,53.4075817 L441.028864,57.5721971 L449.646718,57.5721971 L449.646718,0.49407462 L440.998511,0.49407462 L440.998511,21.8035248 C440.998511,21.8035248 435.351373,15.4558449 427.342292,15.4558449 L427.342249,15.4558449 L427.342249,15.4558449 Z M429.020483,23.7850756 C436.060152,23.7850756 441.775063,29.9122942 441.775063,37.454418 C441.775063,44.9965418 436.060152,51.0901748 429.020483,51.0901748 C421.980814,51.0901748 416.299467,44.9965418 416.299467,37.454418 C416.299467,29.9122942 421.980814,23.7850756 429.020483,23.7850756 L429.020483,23.7850756 L429.020483,23.7850756 Z" id="path3022"></path>
19
+ <path d="M141.872122,58.9170078 C132.94558,58.9170078 124.705176,53.4201669 124.705176,53.4201669 L128.481907,47.5797641 C128.481907,47.5797641 136.278978,51.1870733 141.872122,51.1870733 C145.50613,51.1870733 151.583937,50.0128667 151.657274,46.3773348 C151.734822,42.5349478 141.442945,41.39581 141.442945,41.39581 C141.442945,41.39581 126.078536,41.1860853 126.078536,28.5125858 C126.078536,20.5421246 133.751938,15.4575752 143.588818,15.4575752 C149.272667,15.4575752 159.89741,20.4390893 159.89741,20.4390893 L155.605674,27.1383702 C155.605674,27.1383702 147.402218,23.858921 143.073802,23.7028366 C139.418806,23.5710413 135.005346,25.3221465 135.005346,28.5125858 C135.005346,37.1806926 160.584084,27.837198 160.584084,45.3466704 C160.584084,56.8338188 150.166691,58.9170078 141.872122,58.9170078 L141.872122,58.9170078 L141.872122,58.9170078 Z" id="path3024"></path>
20
+ <path d="M174.802149,4.80920724 L174.802149,16.6985124 L167.182966,16.6985124 L167.182966,25.296428 L174.802149,25.296428 L174.802149,45.85082 C174.802149,45.85082 174.127827,59.7552616 189.067141,59.7552616 C193.19753,59.7552616 201.284686,56.6989713 201.284686,56.6989713 L197.827523,47.7651996 C197.827523,47.7651996 194.611468,50.5102454 190.980328,50.4184626 C184.076195,50.2440217 184.267391,45.8172343 184.267391,45.8172343 L184.267391,25.296428 L198.498817,25.296428 L198.498817,16.6985124 L184.267391,16.6985124 L184.267391,4.80920724 L174.802149,4.80920724 L174.802149,4.80920724 L174.802149,4.80920724 Z" id="path3026"></path>
21
+ <path d="M226.659588,15.959629 C212.610087,15.959629 205.590417,27.5389793 205.648095,37.5887604 C205.707384,47.9238419 212.040304,59.5537479 227.498705,59.5537479 C234.115072,59.5537479 243.408366,53.7434378 243.408366,53.7434378 L239.414168,46.791217 C239.414168,46.791217 233.072548,51.2916884 227.498705,51.2916884 C216.339172,51.2916884 215.616806,40.3763659 215.616806,40.3763659 L245.489376,40.3763659 C245.489376,40.3763659 247.717985,15.959629 226.659588,15.959629 L226.659588,15.959629 L226.659588,15.959629 Z M225.38413,23.9865893 C225.715416,23.9677813 226.070568,23.9865893 226.424635,23.9865893 C236.937954,23.9865893 236.863252,33.9279292 236.863252,33.9279292 L215.616806,33.9279292 C215.616806,33.9279292 215.114206,24.5707962 225.38413,23.9865893 L225.38413,23.9865893 L225.38413,23.9865893 Z" id="path3034"></path>
22
+ <path d="M315.5162,46.686 L319.52203,54.7026427 C319.52203,54.7026427 313.17302,58.8324258 306.047898,58.8324258 C291.296557,58.8324258 283.105442,47.7234997 283.105442,37.2117848 C283.105442,20.6912339 296.140698,15.8340672 304.955397,15.8340672 C312.956369,15.8340672 319.886193,20.4497077 319.886193,20.4497077 L315.394819,28.4663505 C315.394819,28.4663505 312.671859,24.2151004 304.712614,24.2151004 C296.766655,24.2151004 292.573755,31.0702185 292.573755,37.5761752 C292.573755,44.8669927 297.454114,51.0587064 304.834005,51.0587064 C310.623393,51.0587064 315.5162,46.686 315.5162,46.686 L315.5162,46.686 L315.5162,46.686 Z" id="path3037"></path>
23
+ </g>
24
+ <path d="M498.787985,236.781279 L498.787985,231.260623 L497.347484,231.260623 L495.690436,235.057252 L494.033388,231.260623 L492.592886,231.260623 L492.592886,236.781279 L493.609711,236.781279 L493.609711,232.617235 L495.163193,236.206603 L496.217678,236.206603 L497.771161,232.607814 L497.771161,236.781279 L498.787985,236.781279 L498.787985,236.781279 Z M489.664807,236.781279 L489.664807,232.202715 L491.510156,232.202715 L491.510156,231.270044 L486.812049,231.270044 L486.812049,232.202715 L488.657397,232.202715 L488.657397,236.781279 L489.664807,236.781279 L489.664807,236.781279 Z" id="path3057" fill="#F79F1A"></path>
25
+ <path d="M499.076678,154.709802 C499.076678,240.135159 429.999707,309.386105 344.788929,309.386105 C259.578151,309.386105 190.501159,240.135159 190.501159,154.709802 C190.501159,69.2844326 259.578151,0.0334920174 344.788929,0.0334920174 C429.999707,0.0334920174 499.076678,69.2844326 499.076678,154.709802 L499.076678,154.709802 L499.076678,154.709802 Z" id="path2997" fill="#F79F1A"></path>
26
+ <path d="M308.73932,154.709802 C308.73932,240.135159 239.662349,309.386105 154.451571,309.386105 C69.2407931,309.386105 0.163801275,240.135159 0.163801275,154.709802 C0.163801275,69.2844326 69.2407931,0.0334920174 154.451571,0.0334920174 C239.662349,0.0334920174 308.73932,69.2844326 308.73932,154.709802 L308.73932,154.709802 L308.73932,154.709802 Z" id="path2995" fill="#EA001B"></path>
27
+ <path d="M249.620562,32.9474812 C213.621326,61.2636823 190.513152,105.265345 190.513152,154.695309 C190.513152,204.125274 213.621326,248.16052 249.620562,276.476723 C285.619799,248.16052 308.727973,204.125274 308.727973,154.695309 C308.727973,105.265345 285.619799,61.2636823 249.620562,32.9474812 L249.620562,32.9474812 L249.620562,32.9474812 Z" id="path2999" fill="#FF5F01"></path>
28
+ </g>
29
+ </g>
30
+ </g>
31
+ </svg>
assets/images/icons/credit-cards/visa.png ADDED
Binary file
assets/images/icons/credit-cards/visa.svg ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg width="750px" height="471px" viewBox="0 0 750 471" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
3
+ <!-- Generator: Sketch 3.3.1 (12005) - http://www.bohemiancoding.com/sketch -->
4
+ <title>Slice 1</title>
5
+ <desc>Created with Sketch.</desc>
6
+ <defs></defs>
7
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
8
+ <g id="visa" sketch:type="MSLayerGroup">
9
+ <rect id="Rectangle-1" fill="#0E4595" sketch:type="MSShapeGroup" x="0" y="0" width="750" height="471" rx="40"></rect>
10
+ <path d="M278.1975,334.2275 L311.5585,138.4655 L364.9175,138.4655 L331.5335,334.2275 L278.1975,334.2275 L278.1975,334.2275 Z" id="Shape" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
11
+ <path d="M524.3075,142.6875 C513.7355,138.7215 497.1715,134.4655 476.4845,134.4655 C423.7605,134.4655 386.6205,161.0165 386.3045,199.0695 C386.0075,227.1985 412.8185,242.8905 433.0585,252.2545 C453.8275,261.8495 460.8105,267.9695 460.7115,276.5375 C460.5795,289.6595 444.1255,295.6545 428.7885,295.6545 C407.4315,295.6545 396.0855,292.6875 378.5625,285.3785 L371.6865,282.2665 L364.1975,326.0905 C376.6605,331.5545 399.7065,336.2895 423.6355,336.5345 C479.7245,336.5345 516.1365,310.2875 516.5505,269.6525 C516.7515,247.3835 502.5355,230.4355 471.7515,216.4645 C453.1005,207.4085 441.6785,201.3655 441.7995,192.1955 C441.7995,184.0585 451.4675,175.3575 472.3565,175.3575 C489.8055,175.0865 502.4445,178.8915 512.2925,182.8575 L517.0745,185.1165 L524.3075,142.6875" id="path13" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
12
+ <path d="M661.6145,138.4655 L620.3835,138.4655 C607.6105,138.4655 598.0525,141.9515 592.4425,154.6995 L513.1975,334.1025 L569.2285,334.1025 C569.2285,334.1025 578.3905,309.9805 580.4625,304.6845 C586.5855,304.6845 641.0165,304.7685 648.7985,304.7685 C650.3945,311.6215 655.2905,334.1025 655.2905,334.1025 L704.8025,334.1025 L661.6145,138.4655 L661.6145,138.4655 Z M596.1975,264.8725 C600.6105,253.5935 617.4565,210.1495 617.4565,210.1495 C617.1415,210.6705 621.8365,198.8155 624.5315,191.4655 L628.1385,208.3435 C628.1385,208.3435 638.3555,255.0725 640.4905,264.8715 L596.1975,264.8715 L596.1975,264.8725 L596.1975,264.8725 Z" id="Path" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
13
+ <path d="M232.9025,138.4655 L180.6625,271.9605 L175.0965,244.8315 C165.3715,213.5575 135.0715,179.6755 101.1975,162.7125 L148.9645,333.9155 L205.4195,333.8505 L289.4235,138.4655 L232.9025,138.4655" id="path16" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
14
+ <path d="M131.9195,138.4655 L45.8785,138.4655 L45.1975,142.5385 C112.1365,158.7425 156.4295,197.9015 174.8155,244.9525 L156.1065,154.9925 C152.8765,142.5965 143.5085,138.8975 131.9195,138.4655" id="path18" fill="#F2AE14" sketch:type="MSShapeGroup"></path>
15
+ </g>
16
+ </g>
17
+ </svg>
assets/images/icons/edit.png ADDED
Binary file
assets/images/icons/loader.svg ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ viewBox="0 0 91.3 91.1" enable-background="new 0 0 91.3 91.1" xml:space="preserve">
6
+ <circle cx="45.7" cy="45.7" r="45.7"/>
7
+ <circle fill="#FFFFFF" cx="45.7" cy="24.4" r="12.5"/>
8
+ </svg>
assets/images/paypal-braintree.png ADDED
Binary file
assets/images/paypal.png ADDED
Binary file
assets/images/placeholder.png ADDED
Binary file
assets/images/select2-spinner.gif ADDED
Binary file
assets/images/select2.png ADDED
Binary file
assets/images/select2x2.png ADDED
Binary file
assets/images/storefront-bg.jpg ADDED
Binary file
assets/images/storefront.png ADDED
Binary file
assets/images/stripe.png ADDED
Binary file
assets/images/woocommerce_logo.png ADDED
Binary file
assets/images/woocommerce_logo.svg ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ viewBox="0 0 998 810" enable-background="new 0 0 998 810" xml:space="preserve">
6
+ <g>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" fill="#9B5C8F" d="M160.7,331.2h199.1c12.6,0,22.8,10.2,22.8,22.8V430
8
+ c0,12.6-10.2,22.8-22.8,22.8h-71.4l9.8,24l-43.1-24h-94.3c-12.6,0-22.8-10.2-22.8-22.8V354C137.9,341.5,148.1,331.2,160.7,331.2z"
9
+ />
10
+ <path fill="#FFFFFF" d="M150.2,351.9c1.4-1.9,3.5-2.9,6.3-3.1c5.1-0.4,8,2,8.7,7.2c3.1,20.9,6.5,38.6,10.1,53.1l21.9-41.7
11
+ c2-3.8,4.5-5.8,7.5-6c4.4-0.3,7.1,2.5,8.2,8.4c2.5,13.3,5.7,24.6,9.5,34.2c2.6-25.4,7-43.7,13.2-55c1.5-2.8,3.7-4.2,6.6-4.4
12
+ c2.3-0.2,4.4,0.5,6.3,2c1.9,1.5,2.9,3.4,3.1,5.7c0.1,1.8-0.2,3.3-1,4.8c-3.9,7.2-7.1,19.3-9.7,36.1c-2.5,16.3-3.4,29-2.8,38.1
13
+ c0.2,2.5-0.2,4.7-1.2,6.6c-1.2,2.2-3,3.4-5.3,3.6c-2.6,0.2-5.3-1-7.9-3.7c-9.3-9.5-16.7-23.7-22.1-42.6
14
+ c-6.5,12.8-11.3,22.4-14.4,28.8c-5.9,11.3-10.9,17.1-15.1,17.4c-2.7,0.2-5-2.1-7-6.9c-5.1-13.1-10.6-38.4-16.5-75.9
15
+ C148.3,356,148.8,353.7,150.2,351.9z"/>
16
+ <path fill="#FFFFFF" d="M365.2,367.6c-3.6-6.3-8.9-10.1-16-11.6c-1.9-0.4-3.7-0.6-5.4-0.6c-9.6,0-17.4,5-23.5,15
17
+ c-5.2,8.5-7.8,17.9-7.8,28.2c0,7.7,1.6,14.3,4.8,19.8c3.6,6.3,8.9,10.1,16,11.6c1.9,0.4,3.7,0.6,5.4,0.6c9.7,0,17.5-5,23.5-15
18
+ c5.2-8.6,7.8-18,7.8-28.3C370,379.5,368.4,373,365.2,367.6L365.2,367.6z M352.6,395.3c-1.4,6.6-3.9,11.5-7.6,14.8
19
+ c-2.9,2.6-5.6,3.7-8.1,3.2c-2.4-0.5-4.4-2.6-5.9-6.5c-1.2-3.1-1.8-6.2-1.8-9.1c0-2.5,0.2-5,0.7-7.3c0.9-4.1,2.6-8.1,5.3-11.9
20
+ c3.3-4.9,6.8-6.9,10.4-6.2c2.4,0.5,4.4,2.6,5.9,6.5c1.2,3.1,1.8,6.2,1.8,9.1C353.3,390.5,353,393,352.6,395.3L352.6,395.3z"/>
21
+ <path fill="#FFFFFF" d="M302.5,367.6c-3.6-6.3-9-10.1-16-11.6c-1.9-0.4-3.7-0.6-5.4-0.6c-9.6,0-17.4,5-23.5,15
22
+ c-5.2,8.5-7.8,17.9-7.8,28.2c0,7.7,1.6,14.3,4.8,19.8c3.6,6.3,8.9,10.1,16,11.6c1.9,0.4,3.7,0.6,5.4,0.6c9.7,0,17.5-5,23.5-15
23
+ c5.2-8.6,7.8-18,7.8-28.3C307.3,379.5,305.7,373,302.5,367.6L302.5,367.6z M289.9,395.3c-1.4,6.6-3.9,11.5-7.6,14.8
24
+ c-2.9,2.6-5.6,3.7-8.1,3.2c-2.4-0.5-4.4-2.6-5.9-6.5c-1.2-3.1-1.8-6.2-1.8-9.1c0-2.5,0.2-5,0.7-7.3c0.9-4.1,2.6-8.1,5.3-11.9
25
+ c3.3-4.9,6.8-6.9,10.4-6.2c2.4,0.5,4.4,2.6,5.9,6.5c1.2,3.1,1.8,6.2,1.8,9.1C290.6,390.5,290.4,393,289.9,395.3L289.9,395.3z"/>
26
+ <g>
27
+ <g>
28
+ <path d="M407.9,366.7c-6.7,6.6-10,15-10,25.2c0,10.9,3.3,19.8,9.9,26.5c6.6,6.7,15.2,10.1,25.9,10.1c3.1,0,6.6-0.5,10.4-1.6
29
+ v-16.2c-3.5,1-6.5,1.5-9.1,1.5c-5.3,0-9.5-1.8-12.7-5.3c-3.2-3.6-4.8-8.4-4.8-14.5c0-5.7,1.6-10.4,4.7-14
30
+ c3.2-3.7,7.1-5.5,11.9-5.5c3.1,0,6.4,0.5,10,1.5v-16.2c-3.3-0.9-7-1.3-10.9-1.3C423,356.8,414.6,360.1,407.9,366.7z M477.3,356.8
31
+ c-9.2,0-16.4,3.1-21.6,9.2c-5.2,6.1-7.7,14.7-7.7,25.7c0,11.9,2.6,21,7.7,27.3c5.1,6.3,12.6,9.5,22.4,9.5
32
+ c9.5,0,16.8-3.2,21.9-9.5c5.1-6.3,7.7-15.2,7.7-26.6c0-11.4-2.6-20.2-7.8-26.4C494.6,359.9,487.1,356.8,477.3,356.8z
33
+ M485.2,408.8c-1.8,2.8-4.5,4.2-7.9,4.2c-3.2,0-5.6-1.4-7.3-4.2c-1.7-2.8-2.5-8.4-2.5-16.9c0-13.1,3.3-19.6,10-19.6
34
+ c7,0,10.6,6.6,10.6,19.9C488,400.4,487,406,485.2,408.8z M557.1,358.7l-3.6,15.3c-0.9,3.9-1.8,7.9-2.6,12l-2,10.6
35
+ c-1.9-10.6-4.5-23.2-7.8-37.9h-23.2l-8.7,68.1h17.4l4.7-46.9l11.9,46.9h12.4L567,380l4.9,46.8h18.2l-9.2-68.1H557.1z
36
+ M640.4,358.7l-3.6,15.3c-0.9,3.9-1.8,7.9-2.6,12l-2,10.6c-1.9-10.6-4.5-23.2-7.8-37.9h-23.2l-8.7,68.1h17.4l4.7-46.9l11.9,46.9
37
+ h12.4l11.3-46.8l4.9,46.8h18.2l-9.2-68.1H640.4z M697,399.9h16.3v-14.1H697v-12.5h18.8v-14.5h-37.2v68.1h37.3v-14.5H697V399.9z
38
+ M767.7,389.1c1.9-3.1,2.9-6.3,2.9-9.6c0-6.4-2.5-11.5-7.5-15.2c-5-3.7-11.9-5.6-20.5-5.6h-21.4v68.1h18.4v-31h0.3l14.9,31h19.4
39
+ l-14.7-30.7C763,394.5,765.8,392.2,767.7,389.1z M739.5,388v-16.2c4.4,0.1,7.5,0.8,9.4,2.2c1.9,1.4,2.8,3.6,2.8,6.8
40
+ C751.7,385.5,747.6,387.9,739.5,388z M781.4,366.7c-6.7,6.6-10,15-10,25.2c0,10.9,3.3,19.8,9.9,26.5c6.6,6.7,15.2,10.1,25.9,10.1
41
+ c3.1,0,6.6-0.5,10.4-1.6v-16.2c-3.5,1-6.5,1.5-9.1,1.5c-5.3,0-9.5-1.8-12.7-5.3c-3.2-3.6-4.8-8.4-4.8-14.5c0-5.7,1.6-10.4,4.7-14
42
+ c3.2-3.7,7.1-5.5,11.9-5.5c3.1,0,6.4,0.5,10,1.5v-16.2c-3.3-0.9-7-1.3-10.9-1.3C796.6,356.8,788.1,360.1,781.4,366.7z
43
+ M841.1,412.2v-12.4h16.3v-14.1h-16.3v-12.5H860v-14.5h-37.2v68.1h37.3v-14.5H841.1z"/>
44
+ </g>
45
+ </g>
46
+ </g>
47
+ </svg>
assets/js/accounting/accounting.js ADDED
@@ -0,0 +1,413 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * accounting.js v0.4.2
3
+ * Copyright 2014 Open Exchange Rates
4
+ *
5
+ * Freely distributable under the MIT license.
6
+ * Portions of accounting.js are inspired or borrowed from underscore.js
7
+ *
8
+ * Full details and documentation:
9
+ * http://openexchangerates.github.io/accounting.js/
10
+ */
11
+
12
+ (function(root, undefined) {
13
+
14
+ /* --- Setup --- */
15
+
16
+ // Create the local library object, to be exported or referenced globally later
17
+ var lib = {};
18
+
19
+ // Current version
20
+ lib.version = '0.4.1';
21
+
22
+
23
+ /* --- Exposed settings --- */
24
+
25
+ // The library's settings configuration object. Contains default parameters for
26
+ // currency and number formatting
27
+ lib.settings = {
28
+ currency: {
29
+ symbol : "$", // default currency symbol is '$'
30
+ format : "%s%v", // controls output: %s = symbol, %v = value (can be object, see docs)
31
+ decimal : ".", // decimal point separator
32
+ thousand : ",", // thousands separator
33
+ precision : 2, // decimal places
34
+ grouping : 3 // digit grouping (not implemented yet)
35
+ },
36
+ number: {
37
+ precision : 0, // default precision on numbers is 0
38
+ grouping : 3, // digit grouping (not implemented yet)
39
+ thousand : ",",
40
+ decimal : "."
41
+ }
42
+ };
43
+
44
+
45
+ /* --- Internal Helper Methods --- */
46
+
47
+ // Store reference to possibly-available ECMAScript 5 methods for later
48
+ var nativeMap = Array.prototype.map,
49
+ nativeIsArray = Array.isArray,
50
+ toString = Object.prototype.toString;
51
+
52
+ /**
53
+ * Tests whether supplied parameter is a string
54
+ * from underscore.js
55
+ */
56
+ function isString(obj) {
57
+ return !!(obj === '' || (obj && obj.charCodeAt && obj.substr));
58
+ }
59
+
60
+ /**
61
+ * Tests whether supplied parameter is a string
62
+ * from underscore.js, delegates to ECMA5's native Array.isArray
63
+ */
64
+ function isArray(obj) {
65
+ return nativeIsArray ? nativeIsArray(obj) : toString.call(obj) === '[object Array]';
66
+ }
67
+
68
+ /**
69
+ * Tests whether supplied parameter is a true object
70
+ */
71
+ function isObject(obj) {
72
+ return obj && toString.call(obj) === '[object Object]';
73
+ }
74
+
75
+ /**
76
+ * Extends an object with a defaults object, similar to underscore's _.defaults
77
+ *
78
+ * Used for abstracting parameter handling from API methods
79
+ */
80
+ function defaults(object, defs) {
81
+ var key;
82
+ object = object || {};
83
+ defs = defs || {};
84
+ // Iterate over object non-prototype properties:
85
+ for (key in defs) {
86
+ if (defs.hasOwnProperty(key)) {
87
+ // Replace values with defaults only if undefined (allow empty/zero values):
88
+ if (object[key] == null) object[key] = defs[key];
89
+ }
90
+ }
91
+ return object;
92
+ }
93
+
94
+ /**
95
+ * Implementation of `Array.map()` for iteration loops
96
+ *
97
+ * Returns a new Array as a result of calling `iterator` on each array value.
98
+ * Defers to native Array.map if available
99
+ */
100
+ function map(obj, iterator, context) {
101
+ var results = [], i, j;
102
+
103
+ if (!obj) return results;
104
+
105
+ // Use native .map method if it exists:
106
+ if (nativeMap && obj.map === nativeMap) return obj.map(iterator, context);
107
+
108
+ // Fallback for native .map:
109
+ for (i = 0, j = obj.length; i < j; i++ ) {
110
+ results[i] = iterator.call(context, obj[i], i, obj);
111
+ }
112
+ return results;
113
+ }
114
+
115
+ /**
116
+ * Check and normalise the value of precision (must be positive integer)
117
+ */
118
+ function checkPrecision(val, base) {
119
+ val = Math.round(Math.abs(val));
120
+ return isNaN(val)? base : val;
121
+ }
122
+
123
+
124
+ /**
125
+ * Parses a format string or object and returns format obj for use in rendering
126
+ *
127
+ * `format` is either a string with the default (positive) format, or object
128
+ * containing `pos` (required), `neg` and `zero` values (or a function returning
129
+ * either a string or object)
130
+ *
131
+ * Either string or format.pos must contain "%v" (value) to be valid
132
+ */
133
+ function checkCurrencyFormat(format) {
134
+ var defaults = lib.settings.currency.format;
135
+
136
+ // Allow function as format parameter (should return string or object):
137
+ if ( typeof format === "function" ) format = format();
138
+
139
+ // Format can be a string, in which case `value` ("%v") must be present:
140
+ if ( isString( format ) && format.match("%v") ) {
141
+
142
+ // Create and return positive, negative and zero formats:
143
+ return {
144
+ pos : format,
145
+ neg : format.replace("-", "").replace("%v", "-%v"),
146
+ zero : format
147
+ };
148
+
149
+ // If no format, or object is missing valid positive value, use defaults:
150
+ } else if ( !format || !format.pos || !format.pos.match("%v") ) {
151
+
152
+ // If defaults is a string, casts it to an object for faster checking next time:
153
+ return ( !isString( defaults ) ) ? defaults : lib.settings.currency.format = {
154
+ pos : defaults,
155
+ neg : defaults.replace("%v", "-%v"),
156
+ zero : defaults
157
+ };
158
+
159
+ }
160
+ // Otherwise, assume format was fine:
161
+ return format;
162
+ }
163
+
164
+
165
+ /* --- API Methods --- */
166
+
167
+ /**
168
+ * Takes a string/array of strings, removes all formatting/cruft and returns the raw float value
169
+ * Alias: `accounting.parse(string)`
170
+ *
171
+ * Decimal must be included in the regular expression to match floats (defaults to
172
+ * accounting.settings.number.decimal), so if the number uses a non-standard decimal
173
+ * separator, provide it as the second argument.
174
+ *
175
+ * Also matches bracketed negatives (eg. "$ (1.99)" => -1.99)
176
+ *
177
+ * Doesn't throw any errors (`NaN`s become 0) but this may change in future
178
+ */
179
+ var unformat = lib.unformat = lib.parse = function(value, decimal) {
180
+ // Recursively unformat arrays:
181
+ if (isArray(value)) {
182
+ return map(value, function(val) {
183
+ return unformat(val, decimal);
184
+ });
185
+ }
186
+
187
+ // Fails silently (need decent errors):
188
+ value = value || 0;
189
+
190
+ // Return the value as-is if it's already a number:
191
+ if (typeof value === "number") return value;
192
+
193
+ // Default decimal point comes from settings, but could be set to eg. "," in opts:
194
+ decimal = decimal || lib.settings.number.decimal;
195
+
196
+ // Build regex to strip out everything except digits, decimal point and minus sign:
197
+ var regex = new RegExp("[^0-9-" + decimal + "]", ["g"]),
198
+ unformatted = parseFloat(
199
+ ("" + value)
200
+ .replace(/\((.*)\)/, "-$1") // replace bracketed values with negatives
201
+ .replace(regex, '') // strip out any cruft
202
+ .replace(decimal, '.') // make sure decimal point is standard
203
+ );
204
+
205
+ // This will fail silently which may cause trouble, let's wait and see:
206
+ return !isNaN(unformatted) ? unformatted : 0;
207
+ };
208
+
209
+
210
+ /**
211
+ * Implementation of toFixed() that treats floats more like decimals
212
+ *
213
+ * Fixes binary rounding issues (eg. (0.615).toFixed(2) === "0.61") that present
214
+ * problems for accounting- and finance-related software.
215
+ */
216
+ var toFixed = lib.toFixed = function(value, precision) {
217
+ precision = checkPrecision(precision, lib.settings.number.precision);
218
+ var power = Math.pow(10, precision);
219
+
220
+ // Multiply up by precision, round accurately, then divide and use native toFixed():
221
+ return (Math.round(lib.unformat(value) * power) / power).toFixed(precision);
222
+ };
223
+
224
+
225
+ /**
226
+ * Format a number, with comma-separated thousands and custom precision/decimal places
227
+ * Alias: `accounting.format()`
228
+ *
229
+ * Localise by overriding the precision and thousand / decimal separators
230
+ * 2nd parameter `precision` can be an object matching `settings.number`
231
+ */
232
+ var formatNumber = lib.formatNumber = lib.format = function(number, precision, thousand, decimal) {
233
+ // Resursively format arrays:
234
+ if (isArray(number)) {
235
+ return map(number, function(val) {
236
+ return formatNumber(val, precision, thousand, decimal);
237
+ });
238
+ }
239
+
240
+ // Clean up number:
241
+ number = unformat(number);
242
+
243
+ // Build options object from second param (if object) or all params, extending defaults:
244
+ var opts = defaults(
245
+ (isObject(precision) ? precision : {
246
+ precision : precision,
247
+ thousand : thousand,
248
+ decimal : decimal
249
+ }),
250
+ lib.settings.number
251
+ ),
252
+
253
+ // Clean up precision
254
+ usePrecision = checkPrecision(opts.precision),
255
+
256
+ // Do some calc:
257
+ negative = number < 0 ? "-" : "",
258
+ base = parseInt(toFixed(Math.abs(number || 0), usePrecision), 10) + "",
259
+ mod = base.length > 3 ? base.length % 3 : 0;
260
+
261
+ // Format the number:
262
+ return negative + (mod ? base.substr(0, mod) + opts.thousand : "") + base.substr(mod).replace(/(\d{3})(?=\d)/g, "$1" + opts.thousand) + (usePrecision ? opts.decimal + toFixed(Math.abs(number), usePrecision).split('.')[1] : "");
263
+ };
264
+
265
+
266
+ /**
267
+ * Format a number into currency
268
+ *
269
+ * Usage: accounting.formatMoney(number, symbol, precision, thousandsSep, decimalSep, format)
270
+ * defaults: (0, "$", 2, ",", ".", "%s%v")
271
+ *
272
+ * Localise by overriding the symbol, precision, thousand / decimal separators and format
273
+ * Second param can be an object matching `settings.currency` which is the easiest way.
274
+ *
275
+ * To do: tidy up the parameters
276
+ */
277
+ var formatMoney = lib.formatMoney = function(number, symbol, precision, thousand, decimal, format) {
278
+ // Resursively format arrays:
279
+ if (isArray(number)) {
280
+ return map(number, function(val){
281
+ return formatMoney(val, symbol, precision, thousand, decimal, format);
282
+ });
283
+ }
284
+
285
+ // Clean up number:
286
+ number = unformat(number);
287
+
288
+ // Build options object from second param (if object) or all params, extending defaults:
289
+ var opts = defaults(
290
+ (isObject(symbol) ? symbol : {
291
+ symbol : symbol,
292
+ precision : precision,
293
+ thousand : thousand,
294
+ decimal : decimal,
295
+ format : format
296
+ }),
297
+ lib.settings.currency
298
+ ),
299
+
300
+ // Check format (returns object with pos, neg and zero):
301
+ formats = checkCurrencyFormat(opts.format),
302
+
303
+ // Choose which format to use for this value:
304
+ useFormat = number > 0 ? formats.pos : number < 0 ? formats.neg : formats.zero;
305
+
306
+ // Return with currency symbol added:
307
+ return useFormat.replace('%s', opts.symbol).replace('%v', formatNumber(Math.abs(number), checkPrecision(opts.precision), opts.thousand, opts.decimal));
308
+ };
309
+
310
+
311
+ /**
312
+ * Format a list of numbers into an accounting column, padding with whitespace
313
+ * to line up currency symbols, thousand separators and decimals places
314
+ *
315
+ * List should be an array of numbers
316
+ * Second parameter can be an object containing keys that match the params
317
+ *
318
+ * Returns array of accouting-formatted number strings of same length
319
+ *
320
+ * NB: `white-space:pre` CSS rule is required on the list container to prevent
321
+ * browsers from collapsing the whitespace in the output strings.
322
+ */
323
+ lib.formatColumn = function(list, symbol, precision, thousand, decimal, format) {
324
+ if (!list) return [];
325
+
326
+ // Build options object from second param (if object) or all params, extending defaults:
327
+ var opts = defaults(
328
+ (isObject(symbol) ? symbol : {
329
+ symbol : symbol,
330
+ precision : precision,
331
+ thousand : thousand,
332
+ decimal : decimal,
333
+ format : format
334
+ }),
335
+ lib.settings.currency
336
+ ),
337
+
338
+ // Check format (returns object with pos, neg and zero), only need pos for now:
339
+ formats = checkCurrencyFormat(opts.format),
340
+
341
+ // Whether to pad at start of string or after currency symbol:
342
+ padAfterSymbol = formats.pos.indexOf("%s") < formats.pos.indexOf("%v") ? true : false,
343
+
344
+ // Store value for the length of the longest string in the column:
345
+ maxLength = 0,
346
+
347
+ // Format the list according to options, store the length of the longest string:
348
+ formatted = map(list, function(val, i) {
349
+ if (isArray(val)) {
350
+ // Recursively format columns if list is a multi-dimensional array:
351
+ return lib.formatColumn(val, opts);
352
+ } else {
353
+ // Clean up the value
354
+ val = unformat(val);
355
+
356
+ // Choose which format to use for this value (pos, neg or zero):
357
+ var useFormat = val > 0 ? formats.pos : val < 0 ? formats.neg : formats.zero,
358
+
359
+ // Format this value, push into formatted list and save the length:
360
+ fVal = useFormat.replace('%s', opts.symbol).replace('%v', formatNumber(Math.abs(val), checkPrecision(opts.precision), opts.thousand, opts.decimal));
361
+
362
+ if (fVal.length > maxLength) maxLength = fVal.length;
363
+ return fVal;
364
+ }
365
+ });
366
+
367
+ // Pad each number in the list and send back the column of numbers:
368
+ return map(formatted, function(val, i) {
369
+ // Only if this is a string (not a nested array, which would have already been padded):
370
+ if (isString(val) && val.length < maxLength) {
371
+ // Depending on symbol position, pad after symbol or at index 0:
372
+ return padAfterSymbol ? val.replace(opts.symbol, opts.symbol+(new Array(maxLength - val.length + 1).join(" "))) : (new Array(maxLength - val.length + 1).join(" ")) + val;
373
+ }
374
+ return val;
375
+ });
376
+ };
377
+
378
+
379
+ /* --- Module Definition --- */
380
+
381
+ // Export accounting for CommonJS. If being loaded as an AMD module, define it as such.
382
+ // Otherwise, just add `accounting` to the global object
383
+ if (typeof exports !== 'undefined') {
384
+ if (typeof module !== 'undefined' && module.exports) {
385
+ exports = module.exports = lib;
386
+ }
387
+ exports.accounting = lib;
388
+ } else if (typeof define === 'function' && define.amd) {
389
+ // Return the library as an AMD module:
390
+ define([], function() {
391
+ return lib;
392
+ });
393
+ } else {
394
+ // Use accounting.noConflict to restore `accounting` back to its original value.
395
+ // Returns a reference to the library's `accounting` object;
396
+ // e.g. `var numbers = accounting.noConflict();`
397
+ lib.noConflict = (function(oldAccounting) {
398
+ return function() {
399
+ // Reset the value of the root's `accounting` variable:
400
+ root.accounting = oldAccounting;
401
+ // Delete the noConflict method:
402
+ lib.noConflict = undefined;
403
+ // Return reference to the library to re-assign it:
404
+ return lib;
405
+ };
406
+ })(root.accounting);
407
+
408
+ // Declare `fx` on the root (global/window) object:
409
+ root['accounting'] = lib;
410
+ }
411
+
412
+ // Root will be `window` in browser or `global` on the server:
413
+ }(this));
assets/js/accounting/accounting.min.js ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * accounting.js v0.4.2
3
+ * Copyright 2014 Open Exchange Rates
4
+ *
5
+ * Freely distributable under the MIT license.
6
+ * Portions of accounting.js are inspired or borrowed from underscore.js
7
+ *
8
+ * Full details and documentation:
9
+ * http://openexchangerates.github.io/accounting.js/
10
+ */
11
+ !function(a,b){function c(a){return!!(""===a||a&&a.charCodeAt&&a.substr)}function d(a){return l?l(a):"[object Array]"===m.call(a)}function e(a){return a&&"[object Object]"===m.call(a)}function f(a,b){var c;a=a||{},b=b||{};for(c in b)b.hasOwnProperty(c)&&null==a[c]&&(a[c]=b[c]);return a}function g(a,b,c){var d,e,f=[];if(!a)return f;if(k&&a.map===k)return a.map(b,c);for(d=0,e=a.length;d<e;d++)f[d]=b.call(c,a[d],d,a);return f}function h(a,b){return a=Math.round(Math.abs(a)),isNaN(a)?b:a}function i(a){var b=j.settings.currency.format;return"function"==typeof a&&(a=a()),c(a)&&a.match("%v")?{pos:a,neg:a.replace("-","").replace("%v","-%v"),zero:a}:a&&a.pos&&a.pos.match("%v")?a:c(b)?j.settings.currency.format={pos:b,neg:b.replace("%v","-%v"),zero:b}:b}var j={};j.version="0.4.1",j.settings={currency:{symbol:"$",format:"%s%v",decimal:".",thousand:",",precision:2,grouping:3},number:{precision:0,grouping:3,thousand:",",decimal:"."}};var k=Array.prototype.map,l=Array.isArray,m=Object.prototype.toString,n=j.unformat=j.parse=function(a,b){if(d(a))return g(a,function(a){return n(a,b)});if(a=a||0,"number"==typeof a)return a;b=b||j.settings.number.decimal;var c=new RegExp("[^0-9-"+b+"]",["g"]),e=parseFloat((""+a).replace(/\((.*)\)/,"-$1").replace(c,"").replace(b,"."));return isNaN(e)?0:e},o=j.toFixed=function(a,b){b=h(b,j.settings.number.precision);var c=Math.pow(10,b);return(Math.round(j.unformat(a)*c)/c).toFixed(b)},p=j.formatNumber=j.format=function(a,b,c,i){if(d(a))return g(a,function(a){return p(a,b,c,i)});a=n(a);var k=f(e(b)?b:{precision:b,thousand:c,decimal:i},j.settings.number),l=h(k.precision),m=a<0?"-":"",q=parseInt(o(Math.abs(a||0),l),10)+"",r=q.length>3?q.length%3:0;return m+(r?q.substr(0,r)+k.thousand:"")+q.substr(r).replace(/(\d{3})(?=\d)/g,"$1"+k.thousand)+(l?k.decimal+o(Math.abs(a),l).split(".")[1]:"")},q=j.formatMoney=function(a,b,c,k,l,m){if(d(a))return g(a,function(a){return q(a,b,c,k,l,m)});a=n(a);var o=f(e(b)?b:{symbol:b,precision:c,thousand:k,decimal:l,format:m},j.settings.currency),r=i(o.format),s=a>0?r.pos:a<0?r.neg:r.zero;return s.replace("%s",o.symbol).replace("%v",p(Math.abs(a),h(o.precision),o.thousand,o.decimal))};j.formatColumn=function(a,b,k,l,m,o){if(!a)return[];var q=f(e(b)?b:{symbol:b,precision:k,thousand:l,decimal:m,format:o},j.settings.currency),r=i(q.format),s=r.pos.indexOf("%s")<r.pos.indexOf("%v"),t=0,u=g(a,function(a,b){if(d(a))return j.formatColumn(a,q);a=n(a);var c=a>0?r.pos:a<0?r.neg:r.zero,e=c.replace("%s",q.symbol).replace("%v",p(Math.abs(a),h(q.precision),q.thousand,q.decimal));return e.length>t&&(t=e.length),e});return g(u,function(a,b){return c(a)&&a.length<t?s?a.replace(q.symbol,q.symbol+new Array(t-a.length+1).join(" ")):new Array(t-a.length+1).join(" ")+a:a})},"undefined"!=typeof exports?("undefined"!=typeof module&&module.exports&&(exports=module.exports=j),exports.accounting=j):"function"==typeof define&&define.amd?define([],function(){return j}):(j.noConflict=function(c){return function(){return a.accounting=c,j.noConflict=b,j}}(a.accounting),a.accounting=j)}(this);
assets/js/admin/api-keys.js ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*global jQuery, Backbone, _, woocommerce_admin_api_keys */
2
+ (function( $ ) {
3
+
4
+ var APIView = Backbone.View.extend({
5
+ /**
6
+ * Element
7
+ *
8
+ * @param {Object} '#key-fields'
9
+ */
10
+ el: $( '#key-fields' ),
11
+
12
+ /**
13
+ * Events
14
+ *
15
+ * @type {Object}
16
+ */
17
+ events: {
18
+ 'click input#update_api_key': 'saveKey'
19
+ },
20
+
21
+ /**
22
+ * Initialize actions
23
+ */
24
+ initialize: function(){
25
+ _.bindAll( this, 'saveKey' );
26
+ },
27
+
28
+ /**
29
+ * Init jQuery.BlockUI
30
+ */
31
+ block: function() {
32
+ $( this.el ).block({
33
+ message: null,
34
+ overlayCSS: {
35
+ background: '#fff',
36
+ opacity: 0.6
37
+ }
38
+ });
39
+ },
40
+
41
+ /**
42
+ * Remove jQuery.BlockUI
43
+ */
44
+ unblock: function() {
45
+ $( this.el ).unblock();
46
+ },
47
+
48
+ /**
49
+ * Init TipTip
50
+ */
51
+ initTipTip: function( css_class ) {
52
+ $( document.body )
53
+ .on( 'aftercopy', css_class, function( e ) {
54
+ if ( true === e.success['text/plain'] ) {
55
+ $( '#copy-error' ).text( '' );
56
+ $( css_class ).tipTip( {
57
+ 'attribute': 'data-tip',
58
+ 'activation': 'focus',
59
+ 'fadeIn': 50,
60
+ 'fadeOut': 50,
61
+ 'delay': 0
62
+ } ).focus();
63
+ } else {
64
+ $( css_class ).parent().find( 'input' ).focus().select();
65
+ $( '#copy-error' ).text( woocommerce_admin_api_keys.clipboard_failed );
66
+ }
67
+ } )
68
+ .on( 'click', css_class, function() {
69
+ if ( ! document.queryCommandSupported( 'copy' ) ) {
70
+ $( css_class ).parent().find( 'input' ).focus().select();
71
+ $( '#copy-error' ).text( woocommerce_admin_api_keys.clipboard_failed );
72
+ }
73
+ } )
74
+ .on( 'copy', css_class, function( e ) {
75
+ $( '#copy-error' ).text( '' );
76
+ e.clipboardData.clearData();
77
+ e.clipboardData.setData( 'text/plain', $.trim( $( this ).prev( 'input' ).val() ) );
78
+ e.preventDefault();
79
+ } );
80
+ },
81
+
82
+ /**
83
+ * Create qrcode
84
+ *
85
+ * @param {string} consumer_key
86
+ * @param {string} consumer_secret
87
+ */
88
+ createQRCode: function( consumer_key, consumer_secret ) {
89
+ $( '#keys-qrcode' ).qrcode({
90
+ text: consumer_key + '|' + consumer_secret,
91
+ width: 120,
92
+ height: 120
93
+ });
94
+ },
95
+
96
+ /**
97
+ * Save API Key using ajax
98
+ *
99
+ * @param {Object} e
100
+ */
101
+ saveKey: function( e ) {
102
+ e.preventDefault();
103
+
104
+ var self = this;
105
+
106
+ self.block();
107
+
108
+ Backbone.ajax({
109
+ method: 'POST',
110
+ dataType: 'json',
111
+ url: woocommerce_admin_api_keys.ajax_url,
112
+ data: {
113
+ action: 'woocommerce_update_api_key',
114
+ security: woocommerce_admin_api_keys.update_api_nonce,
115
+ key_id: $( '#key_id', self.el ).val(),
116
+ description: $( '#key_description', self.el ).val(),
117
+ user: $( '#key_user', self.el ).val(),
118
+ permissions: $( '#key_permissions', self.el ).val()
119
+ },
120
+ success: function( response ) {
121
+ $( '.wc-api-message', self.el ).remove();
122
+
123
+ if ( response.success ) {
124
+ var data = response.data;
125
+
126
+ $( 'h3', self.el ).first().append( '<div class="wc-api-message updated"><p>' + data.message + '</p></div>' );
127
+
128
+ if ( 0 < data.consumer_key.length && 0 < data.consumer_secret.length ) {
129
+ $( '#api-keys-options', self.el ).remove();
130
+ $( 'p.submit', self.el ).empty().append( data.revoke_url );
131
+
132
+ var template = wp.template( 'api-keys-template' );
133
+
134
+ $( 'p.submit', self.el ).before( template({
135
+ consumer_key: data.consumer_key,
136
+ consumer_secret: data.consumer_secret
137
+ }) );
138
+ self.createQRCode( data.consumer_key, data.consumer_secret );
139
+ self.initTipTip( '.copy-key' );
140
+ self.initTipTip( '.copy-secret' );
141
+ } else {
142
+ $( '#key_description', self.el ).val( data.description );
143
+ $( '#key_user', self.el ).val( data.user_id );
144
+ $( '#key_permissions', self.el ).val( data.permissions );
145
+ }
146
+ } else {
147
+ $( 'h3', self.el ).first().append( '<div class="wc-api-message error"><p>' + response.data.message + '</p></div>' );
148
+ }
149
+
150
+ self.unblock();
151
+ }
152
+ });
153
+ }
154
+ });
155
+
156
+ new APIView();
157
+
158
+ })( jQuery );
assets/js/admin/api-keys.min.js ADDED
@@ -0,0 +1 @@
 
1
+ !function(a){var b=Backbone.View.extend({el:a("#key-fields"),events:{"click input#update_api_key":"saveKey"},initialize:function(){_.bindAll(this,"saveKey")},block:function(){a(this.el).block({message:null,overlayCSS:{background:"#fff",opacity:.6}})},unblock:function(){a(this.el).unblock()},initTipTip:function(b){a(document.body).on("aftercopy",b,function(c){!0===c.success["text/plain"]?(a("#copy-error").text(""),a(b).tipTip({attribute:"data-tip",activation:"focus",fadeIn:50,fadeOut:50,delay:0}).focus()):(a(b).parent().find("input").focus().select(),a("#copy-error").text(woocommerce_admin_api_keys.clipboard_failed))}).on("click",b,function(){document.queryCommandSupported("copy")||(a(b).parent().find("input").focus().select(),a("#copy-error").text(woocommerce_admin_api_keys.clipboard_failed))}).on("copy",b,function(b){a("#copy-error").text(""),b.clipboardData.clearData(),b.clipboardData.setData("text/plain",a.trim(a(this).prev("input").val())),b.preventDefault()})},createQRCode:function(b,c){a("#keys-qrcode").qrcode({text:b+"|"+c,width:120,height:120})},saveKey:function(b){b.preventDefault();var c=this;c.block(),Backbone.ajax({method:"POST",dataType:"json",url:woocommerce_admin_api_keys.ajax_url,data:{action:"woocommerce_update_api_key",security:woocommerce_admin_api_keys.update_api_nonce,key_id:a("#key_id",c.el).val(),description:a("#key_description",c.el).val(),user:a("#key_user",c.el).val(),permissions:a("#key_permissions",c.el).val()},success:function(b){if(a(".wc-api-message",c.el).remove(),b.success){var d=b.data;if(a("h3",c.el).first().append('<div class="wc-api-message updated"><p>'+d.message+"</p></div>"),0<d.consumer_key.length&&0<d.consumer_secret.length){a("#api-keys-options",c.el).remove(),a("p.submit",c.el).empty().append(d.revoke_url);var e=wp.template("api-keys-template");a("p.submit",c.el).before(e({consumer_key:d.consumer_key,consumer_secret:d.consumer_secret})),c.createQRCode(d.consumer_key,d.consumer_secret),c.initTipTip(".copy-key"),c.initTipTip(".copy-secret")}else a("#key_description",c.el).val(d.description),a("#key_user",c.el).val(d.user_id),a("#key_permissions",c.el).val(d.permissions)}else a("h3",c.el).first().append('<div class="wc-api-message error"><p>'+b.data.message+"</p></div>");c.unblock()}})}});new b}(jQuery);
assets/js/admin/backbone-modal.js ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*global jQuery, Backbone, _ */
2
+ ( function( $, Backbone, _ ) {
3
+ 'use strict';
4
+
5
+ /**
6
+ * WooCommerce Backbone Modal plugin
7
+ *
8
+ * @param {object} options
9
+ */
10
+ $.fn.WCBackboneModal = function( options ) {
11
+ return this.each( function() {
12
+ ( new $.WCBackboneModal( $( this ), options ) );
13
+ });
14
+ };
15
+
16
+ /**
17
+ * Initialize the Backbone Modal
18
+ *
19
+ * @param {object} element [description]
20
+ * @param {object} options [description]
21
+ */
22
+ $.WCBackboneModal = function( element, options ) {
23
+ // Set settings
24
+ var settings = $.extend( {}, $.WCBackboneModal.defaultOptions, options );
25
+
26
+ if ( settings.template ) {
27
+ new $.WCBackboneModal.View({
28
+ target: settings.template,
29
+ string: settings.variable
30
+ });
31
+ }
32
+ };
33
+
34
+ /**
35
+ * Set default options
36
+ *
37
+ * @type {object}
38
+ */
39
+ $.WCBackboneModal.defaultOptions = {
40
+ template: '',
41
+ variable: {}
42
+ };
43
+
44
+ /**
45
+ * Create the Backbone Modal
46
+ *
47
+ * @return {null}
48
+ */
49
+ $.WCBackboneModal.View = Backbone.View.extend({
50
+ tagName: 'div',
51
+ id: 'wc-backbone-modal-dialog',
52
+ _target: undefined,
53
+ _string: undefined,
54
+ events: {
55
+ 'click .modal-close': 'closeButton',
56
+ 'click #btn-ok' : 'addButton',
57
+ 'touchstart #btn-ok': 'addButton',
58
+ 'keydown' : 'keyboardActions'
59
+ },
60
+ resizeContent: function() {
61
+ var $content = $( '.wc-backbone-modal-content' ).find( 'article' );
62
+ var max_h = $( window ).height() * 0.75;
63
+
64
+ $content.css({
65
+ 'max-height': max_h + 'px'
66
+ });
67
+ },
68
+ initialize: function( data ) {
69
+ var view = this;
70
+ this._target = data.target;
71
+ this._string = data.string;
72
+ _.bindAll( this, 'render' );
73
+ this.render();
74
+
75
+ $( window ).resize(function() {
76
+ view.resizeContent();
77
+ });
78
+ },
79
+ render: function() {
80
+ var template = wp.template( this._target );
81
+
82
+ this.$el.attr( 'tabindex' , '0' ).append(
83
+ template( this._string )
84
+ );
85
+
86
+ $( document.body ).css({
87
+ 'overflow': 'hidden'
88
+ }).append( this.$el );
89
+
90
+ this.resizeContent();
91
+ this.$el.focus();
92
+ $( document.body ).trigger( 'init_tooltips' );
93
+
94
+ $( document.body ).trigger( 'wc_backbone_modal_loaded', this._target );
95
+ },
96
+ closeButton: function( e ) {
97
+ e.preventDefault();
98
+ $( document.body ).trigger( 'wc_backbone_modal_before_remove', this._target );
99
+ this.undelegateEvents();
100
+ $( document ).off( 'focusin' );
101
+ $( document.body ).css({
102
+ 'overflow': 'auto'
103
+ });
104
+ this.remove();
105
+ $( document.body ).trigger( 'wc_backbone_modal_removed', this._target );
106
+ },
107
+ addButton: function( e ) {
108
+ $( document.body ).trigger( 'wc_backbone_modal_response', [ this._target, this.getFormData() ] );
109
+ this.closeButton( e );
110
+ },
111
+ getFormData: function() {
112
+ var data = {};
113
+
114
+ $( document.body ).trigger( 'wc_backbone_modal_before_update', this._target );
115
+
116
+ $.each( $( 'form', this.$el ).serializeArray(), function( index, item ) {
117
+ if ( item.name.indexOf( '[]' ) !== -1 ) {
118
+ item.name = item.name.replace( '[]', '' );
119
+ data[ item.name ] = $.makeArray( data[ item.name ] );
120
+ data[ item.name ].push( item.value );
121
+ } else {
122
+ data[ item.name ] = item.value;
123
+ }
124
+ });
125
+
126
+ return data;
127
+ },
128
+ keyboardActions: function( e ) {
129
+ var button = e.keyCode || e.which;
130
+
131
+ // Enter key
132
+ if ( 13 === button && ! ( e.target.tagName && ( e.target.tagName.toLowerCase() === 'input' || e.target.tagName.toLowerCase() === 'textarea' ) ) ) {
133
+ this.addButton( e );
134
+ }
135
+
136
+ // ESC key
137
+ if ( 27 === button ) {
138
+ this.closeButton( e );
139
+ }
140
+ }
141
+ });
142
+
143
+ }( jQuery, Backbone, _ ));
assets/js/admin/backbone-modal.min.js ADDED
@@ -0,0 +1 @@
 
1
+ !function(a,b,c){"use strict";a.fn.WCBackboneModal=function(b){return this.each(function(){new a.WCBackboneModal(a(this),b)})},a.WCBackboneModal=function(b,c){var d=a.extend({},a.WCBackboneModal.defaultOptions,c);d.template&&new a.WCBackboneModal.View({target:d.template,string:d.variable})},a.WCBackboneModal.defaultOptions={template:"",variable:{}},a.WCBackboneModal.View=b.View.extend({tagName:"div",id:"wc-backbone-modal-dialog",_target:void 0,_string:void 0,events:{"click .modal-close":"closeButton","click #btn-ok":"addButton","touchstart #btn-ok":"addButton",keydown:"keyboardActions"},resizeContent:function(){var b=a(".wc-backbone-modal-content").find("article"),c=.75*a(window).height();b.css({"max-height":c+"px"})},initialize:function(b){var d=this;this._target=b.target,this._string=b.string,c.bindAll(this,"render"),this.render(),a(window).resize(function(){d.resizeContent()})},render:function(){var b=wp.template(this._target);this.$el.attr("tabindex","0").append(b(this._string)),a(document.body).css({overflow:"hidden"}).append(this.$el),this.resizeContent(),this.$el.focus(),a(document.body).trigger("init_tooltips"),a(document.body).trigger("wc_backbone_modal_loaded",this._target)},closeButton:function(b){b.preventDefault(),a(document.body).trigger("wc_backbone_modal_before_remove",this._target),this.undelegateEvents(),a(document).off("focusin"),a(document.body).css({overflow:"auto"}),this.remove(),a(document.body).trigger("wc_backbone_modal_removed",this._target)},addButton:function(b){a(document.body).trigger("wc_backbone_modal_response",[this._target,this.getFormData()]),this.closeButton(b)},getFormData:function(){var b={};return a(document.body).trigger("wc_backbone_modal_before_update",this._target),a.each(a("form",this.$el).serializeArray(),function(c,d){d.name.indexOf("[]")!==-1?(d.name=d.name.replace("[]",""),b[d.name]=a.makeArray(b[d.name]),b[d.name].push(d.value)):b[d.name]=d.value}),b},keyboardActions:function(a){var b=a.keyCode||a.which;13!==b||a.target.tagName&&("input"===a.target.tagName.toLowerCase()||"textarea"===a.target.tagName.toLowerCase())||this.addButton(a),27===b&&this.closeButton(a)}})}(jQuery,Backbone,_);
assets/js/admin/meta-boxes-coupon.js ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery(function( $ ) {
2
+
3
+ /**
4
+ * Coupon actions
5
+ */
6
+ var wc_meta_boxes_coupon_actions = {
7
+
8
+ /**
9
+ * Initialize variations actions
10
+ */
11
+ init: function() {
12
+ $( 'select#discount_type' )
13
+ .on( 'change', this.type_options )
14
+ .change();
15
+ },
16
+
17
+ /**
18
+ * Show/hide fields by coupon type options
19
+ */
20
+ type_options: function() {
21
+ // Get value
22
+ var select_val = $( this ).val();
23
+
24
+ if ( select_val !== 'fixed_cart' ) {
25
+ $( '.limit_usage_to_x_items_field' ).show();
26
+ } else {
27
+ $( '.limit_usage_to_x_items_field' ).hide();
28
+ }
29
+ }
30
+ };
31
+
32
+ wc_meta_boxes_coupon_actions.init();
33
+ });
assets/js/admin/meta-boxes-coupon.min.js ADDED
@@ -0,0 +1 @@
 
1
+ jQuery(function(a){var b={init:function(){a("select#discount_type").on("change",this.type_options).change()},type_options:function(){var b=a(this).val();"fixed_cart"!==b?a(".limit_usage_to_x_items_field").show():a(".limit_usage_to_x_items_field").hide()}};b.init()});
assets/js/admin/meta-boxes-order.js ADDED
@@ -0,0 +1,1311 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*global woocommerce_admin_meta_boxes, woocommerce_admin, accounting, woocommerce_admin_meta_boxes_order */
2
+ jQuery( function ( $ ) {
3
+
4
+ /**
5
+ * Order Data Panel
6
+ */
7
+ var wc_meta_boxes_order = {
8
+ states: null,
9
+ init: function() {
10
+ if ( ! ( typeof woocommerce_admin_meta_boxes_order === 'undefined' || typeof woocommerce_admin_meta_boxes_order.countries === 'undefined' ) ) {
11
+ /* State/Country select boxes */
12
+ this.states = $.parseJSON( woocommerce_admin_meta_boxes_order.countries.replace( /&quot;/g, '"' ) );
13
+ }
14
+
15
+ $( '.js_field-country' ).select2().change( this.change_country );
16
+ $( '.js_field-country' ).trigger( 'change', [ true ] );
17
+ $( document.body ).on( 'change', 'select.js_field-state', this.change_state );
18
+ $( '#woocommerce-order-actions input, #woocommerce-order-actions a' ).click(function() {
19
+ window.onbeforeunload = '';
20
+ });
21
+ $( 'a.edit_address' ).click( this.edit_address );
22
+ $( 'a.billing-same-as-shipping' ).on( 'click', this.copy_billing_to_shipping );
23
+ $( 'a.load_customer_billing' ).on( 'click', this.load_billing );
24
+ $( 'a.load_customer_shipping' ).on( 'click', this.load_shipping );
25
+ $( '#customer_user' ).on( 'change', this.change_customer_user );
26
+ },
27
+
28
+ change_country: function( e, stickValue ) {
29
+ // Check for stickValue before using it
30
+ if ( typeof stickValue === 'undefined' ){
31
+ stickValue = false;
32
+ }
33
+
34
+ // Prevent if we don't have the metabox data
35
+ if ( wc_meta_boxes_order.states === null ){
36
+ return;
37
+ }
38
+
39
+ var $this = $( this ),
40
+ country = $this.val(),
41
+ $state = $this.parents( 'div.edit_address' ).find( ':input.js_field-state' ),
42
+ $parent = $state.parent(),
43
+ input_name = $state.attr( 'name' ),
44
+ input_id = $state.attr( 'id' ),
45
+ value = $this.data( 'woocommerce.stickState-' + country ) ? $this.data( 'woocommerce.stickState-' + country ) : $state.val(),
46
+ placeholder = $state.attr( 'placeholder' );
47
+
48
+ if ( stickValue ){
49
+ $this.data( 'woocommerce.stickState-' + country, value );
50
+ }
51
+
52
+ // Remove the previous DOM element
53
+ $parent.show().find( '.select2-container' ).remove();
54
+
55
+ if ( ! $.isEmptyObject( wc_meta_boxes_order.states[ country ] ) ) {
56
+ var $states_select = $( '<select name="' + input_name + '" id="' + input_id + '" class="js_field-state select short" placeholder="' + placeholder + '"></select>' ),
57
+ state = wc_meta_boxes_order.states[ country ];
58
+
59
+ $states_select.append( $( '<option value="">' + woocommerce_admin_meta_boxes_order.i18n_select_state_text + '</option>' ) );
60
+
61
+ $.each( state, function( index ) {
62
+ $states_select.append( $( '<option value="' + index + '">' + state[ index ] + '</option>' ) );
63
+ } );
64
+
65
+ $states_select.val( value );
66
+
67
+ $state.replaceWith( $states_select );
68
+
69
+ $states_select.show().select2().hide().change();
70
+ } else {
71
+ $state.replaceWith( '<input type="text" class="js_field-state" name="' + input_name + '" id="' + input_id + '" value="' + value + '" placeholder="' + placeholder + '" />' );
72
+ }
73
+
74
+ // This event has a typo - deprecated in 2.5.0
75
+ $( document.body ).trigger( 'contry-change.woocommerce', [country, $( this ).closest( 'div' )] );
76
+ $( document.body ).trigger( 'country-change.woocommerce', [country, $( this ).closest( 'div' )] );
77
+ },
78
+
79
+ change_state: function() {
80
+ // Here we will find if state value on a select has changed and stick it to the country data
81
+ var $this = $( this ),
82
+ state = $this.val(),
83
+ $country = $this.parents( 'div.edit_address' ).find( ':input.js_field-country' ),
84
+ country = $country.val();
85
+
86
+ $country.data( 'woocommerce.stickState-' + country, state );
87
+ },
88
+
89
+ init_tiptip: function() {
90
+ $( '#tiptip_holder' ).removeAttr( 'style' );
91
+ $( '#tiptip_arrow' ).removeAttr( 'style' );
92
+ $( '.tips' ).tipTip({
93
+ 'attribute': 'data-tip',
94
+ 'fadeIn': 50,
95
+ 'fadeOut': 50,
96
+ 'delay': 200
97
+ });
98
+ },
99
+
100
+ edit_address: function( e ) {
101
+ e.preventDefault();
102
+
103
+ var $this = $( this ),
104
+ $wrapper = $this.closest( '.order_data_column' ),
105
+ $edit_address = $wrapper.find( 'div.edit_address' ),
106
+ $address = $wrapper.find( 'div.address' ),
107
+ $country_input = $edit_address.find( '.js_field-country' ),
108
+ $state_input = $edit_address.find( '.js_field-state' );
109
+
110
+ $address.hide();
111
+ $this.parent().find( 'a' ).toggle();
112
+
113
+ if ( ! $country_input.val() ) {
114
+ $country_input.val( woocommerce_admin_meta_boxes_order.default_country ).change();
115
+ }
116
+
117
+ if ( ! $state_input.val() ) {
118
+ $state_input.val( woocommerce_admin_meta_boxes_order.default_state ).change();
119
+ }
120
+
121
+ $edit_address.show();
122
+ },
123
+
124
+ change_customer_user: function() {
125
+ if ( ! $( '#_billing_country' ).val() ) {
126
+ $( 'a.edit_address' ).click();
127
+ wc_meta_boxes_order.load_billing( true );
128
+ wc_meta_boxes_order.load_shipping( true );
129
+ }
130
+ },
131
+
132
+ load_billing: function( force ) {
133
+ if ( true === force || window.confirm( woocommerce_admin_meta_boxes.load_billing ) ) {
134
+
135
+ // Get user ID to load data for
136
+ var user_id = $( '#customer_user' ).val();
137
+
138
+ if ( ! user_id ) {
139
+ window.alert( woocommerce_admin_meta_boxes.no_customer_selected );
140
+ return false;
141
+ }
142
+
143
+ var data = {
144
+ user_id : user_id,
145
+ action : 'woocommerce_get_customer_details',
146
+ security: woocommerce_admin_meta_boxes.get_customer_details_nonce
147
+ };
148
+
149
+ $( this ).closest( 'div.edit_address' ).block({
150
+ message: null,
151
+ overlayCSS: {
152
+ background: '#fff',
153
+ opacity: 0.6
154
+ }
155
+ });
156
+
157
+ $.ajax({
158
+ url: woocommerce_admin_meta_boxes.ajax_url,
159
+ data: data,
160
+ type: 'POST',
161
+ success: function( response ) {
162
+ if ( response && response.billing ) {
163
+ $.each( response.billing, function( key, data ) {
164
+ $( ':input#_billing_' + key ).val( data ).change();
165
+ });
166
+ }
167
+ $( 'div.edit_address' ).unblock();
168
+ }
169
+ });
170
+ }
171
+ return false;
172
+ },
173
+
174
+ load_shipping: function( force ) {
175
+ if ( true === force || window.confirm( woocommerce_admin_meta_boxes.load_shipping ) ) {
176
+
177
+ // Get user ID to load data for
178
+ var user_id = $( '#customer_user' ).val();
179
+
180
+ if ( ! user_id ) {
181
+ window.alert( woocommerce_admin_meta_boxes.no_customer_selected );
182
+ return false;
183
+ }
184
+
185
+ var data = {
186
+ user_id: user_id,
187
+ action: 'woocommerce_get_customer_details',
188
+ security: woocommerce_admin_meta_boxes.get_customer_details_nonce
189
+ };
190
+
191
+ $( this ).closest( 'div.edit_address' ).block({
192
+ message: null,
193
+ overlayCSS: {
194
+ background: '#fff',
195
+ opacity: 0.6
196
+ }
197
+ });
198
+
199
+ $.ajax({
200
+ url: woocommerce_admin_meta_boxes.ajax_url,
201
+ data: data,
202
+ type: 'POST',
203
+ success: function( response ) {
204
+ if ( response && response.billing ) {
205
+ $.each( response.shipping, function( key, data ) {
206
+ $( ':input#_shipping_' + key ).val( data ).change();
207
+ });
208
+ }
209
+ $( 'div.edit_address' ).unblock();
210
+ }
211
+ });
212
+ }
213
+ return false;
214
+ },
215
+
216
+ copy_billing_to_shipping: function() {
217
+ if ( window.confirm( woocommerce_admin_meta_boxes.copy_billing ) ) {
218
+ $('.order_data_column :input[name^="_billing_"]').each( function() {
219
+ var input_name = $(this).attr('name');
220
+ input_name = input_name.replace( '_billing_', '_shipping_' );
221
+ $( ':input#' + input_name ).val( $(this).val() ).change();
222
+ });
223
+ }
224
+ return false;
225
+ }
226
+ };
227
+
228
+ /**
229
+ * Order Items Panel
230
+ */
231
+ var wc_meta_boxes_order_items = {
232
+ init: function() {
233
+ this.stupidtable.init();
234
+
235
+ $( '#woocommerce-order-items' )
236
+ .on( 'click', 'button.add-line-item', this.add_line_item )
237
+ .on( 'click', 'button.refund-items', this.refund_items )
238
+ .on( 'click', '.cancel-action', this.cancel )
239
+ .on( 'click', 'button.add-order-item', this.add_item )
240
+ .on( 'click', 'button.add-order-fee', this.add_fee )
241
+ .on( 'click', 'button.add-order-shipping', this.add_shipping )
242
+ .on( 'click', 'button.add-order-tax', this.add_tax )
243
+ .on( 'click', 'button.calculate-action', this.calculate_totals )
244
+ .on( 'click', 'button.save-action', this.save_line_items )
245
+ .on( 'click', 'a.delete-order-tax', this.delete_tax )
246
+ .on( 'click', 'button.calculate-tax-action', this.calculate_tax )
247
+ .on( 'click', 'a.edit-order-item', this.edit_item )
248
+ .on( 'click', 'a.delete-order-item', this.delete_item )
249
+ .on( 'click', 'tr.item, tr.fee, tr.shipping, tr.refund', this.select_row )
250
+ .on( 'click', 'tr.item :input, tr.fee :input, tr.shipping :input, tr.refund :input, tr.item a, tr.fee a, tr.shipping a, tr.refund a', this.select_row_child )
251
+ .on( 'click', 'button.bulk-delete-items', this.bulk_actions.do_delete )
252
+ .on( 'click', 'button.bulk-increase-stock', this.bulk_actions.do_increase_stock )
253
+ .on( 'click', 'button.bulk-decrease-stock', this.bulk_actions.do_reduce_stock )
254
+
255
+ // Refunds
256
+ .on( 'click', '.delete_refund', this.refunds.delete_refund )
257
+ .on( 'click', 'button.do-api-refund, button.do-manual-refund', this.refunds.do_refund )
258
+ .on( 'change', '.refund input.refund_line_total, .refund input.refund_line_tax', this.refunds.input_changed )
259
+ .on( 'change keyup', '.wc-order-refund-items #refund_amount', this.refunds.amount_changed )
260
+ .on( 'change', 'input.refund_order_item_qty', this.refunds.refund_quantity_changed )
261
+
262
+ // Qty
263
+ .on( 'change', 'input.quantity', this.quantity_changed )
264
+
265
+ // Subtotal/total
266
+ .on( 'keyup change', '.split-input :input', function() {
267
+ var $subtotal = $( this ).parent().prev().find(':input');
268
+ if ( $subtotal && ( $subtotal.val() === '' || $subtotal.is( '.match-total' ) ) ) {
269
+ $subtotal.val( $( this ).val() ).addClass( 'match-total' );
270
+ }
271
+ })
272
+
273
+ .on( 'keyup', '.split-input :input', function() {
274
+ $( this ).removeClass( 'match-total' );
275
+ })
276
+
277
+ // Meta
278
+ .on( 'click', 'button.add_order_item_meta', this.item_meta.add )
279
+ .on( 'click', 'button.remove_order_item_meta', this.item_meta.remove );
280
+
281
+ $( document.body )
282
+ .on( 'wc_backbone_modal_loaded', this.backbone.init )
283
+ .on( 'wc_backbone_modal_response', this.backbone.response );
284
+ },
285
+
286
+ block: function() {
287
+ $( '#woocommerce-order-items' ).block({
288
+ message: null,
289
+ overlayCSS: {
290
+ background: '#fff',
291
+ opacity: 0.6
292
+ }
293
+ });
294
+ },
295
+
296
+ unblock: function() {
297
+ $( '#woocommerce-order-items' ).unblock();
298
+ },
299
+
300
+ reload_items: function() {
301
+ var data = {
302
+ order_id: woocommerce_admin_meta_boxes.post_id,
303
+ action: 'woocommerce_load_order_items',
304
+ security: woocommerce_admin_meta_boxes.order_item_nonce
305
+ };
306
+
307
+ wc_meta_boxes_order_items.block();
308
+
309
+ $.ajax({
310
+ url: woocommerce_admin_meta_boxes.ajax_url,
311
+ data: data,
312
+ type: 'POST',
313
+ success: function( response ) {
314
+ $( '#woocommerce-order-items' ).find( '.inside' ).empty();
315
+ $( '#woocommerce-order-items' ).find( '.inside' ).append( response );
316
+ wc_meta_boxes_order.init_tiptip();
317
+ wc_meta_boxes_order_items.unblock();
318
+ wc_meta_boxes_order_items.stupidtable.init();
319
+ }
320
+ });
321
+ },
322
+
323
+ // When the qty is changed, increase or decrease costs
324
+ quantity_changed: function() {
325
+ var $row = $( this ).closest( 'tr.item' );
326
+ var qty = $( this ).val();
327
+ var o_qty = $( this ).attr( 'data-qty' );
328
+ var line_total = $( 'input.line_total', $row );
329
+ var line_subtotal = $( 'input.line_subtotal', $row );
330
+
331
+ // Totals
332
+ var unit_total = accounting.unformat( line_total.attr( 'data-total' ), woocommerce_admin.mon_decimal_point ) / o_qty;
333
+ line_total.val(
334
+ parseFloat( accounting.formatNumber( unit_total * qty, woocommerce_admin_meta_boxes.rounding_precision, '' ) )
335
+ .toString()
336
+ .replace( '.', woocommerce_admin.mon_decimal_point )
337
+ );
338
+
339
+ var unit_subtotal = accounting.unformat( line_subtotal.attr( 'data-subtotal' ), woocommerce_admin.mon_decimal_point ) / o_qty;
340
+ line_subtotal.val(
341
+ parseFloat( accounting.formatNumber( unit_subtotal * qty, woocommerce_admin_meta_boxes.rounding_precision, '' ) )
342
+ .toString()
343
+ .replace( '.', woocommerce_admin.mon_decimal_point )
344
+ );
345
+
346
+ // Taxes
347
+ $( 'input.line_tax', $row ).each( function() {
348
+ var $line_total_tax = $( this );
349
+ var tax_id = $line_total_tax.data( 'tax_id' );
350
+ var unit_total_tax = accounting.unformat( $line_total_tax.attr( 'data-total_tax' ), woocommerce_admin.mon_decimal_point ) / o_qty;
351
+ var $line_subtotal_tax = $( 'input.line_subtotal_tax[data-tax_id="' + tax_id + '"]', $row );
352
+ var unit_subtotal_tax = accounting.unformat( $line_subtotal_tax.attr( 'data-subtotal_tax' ), woocommerce_admin.mon_decimal_point ) / o_qty;
353
+
354
+ if ( 0 < unit_total_tax ) {
355
+ $line_total_tax.val(
356
+ parseFloat( accounting.formatNumber( unit_total_tax * qty, woocommerce_admin_meta_boxes.rounding_precision, '' ) )
357
+ .toString()
358
+ .replace( '.', woocommerce_admin.mon_decimal_point )
359
+ );
360
+ }
361
+
362
+ if ( 0 < unit_subtotal_tax ) {
363
+ $line_subtotal_tax.val(
364
+ parseFloat( accounting.formatNumber( unit_subtotal_tax * qty, woocommerce_admin_meta_boxes.rounding_precision, '' ) )
365
+ .toString()
366
+ .replace( '.', woocommerce_admin.mon_decimal_point )
367
+ );
368
+ }
369
+ });
370
+
371
+ $( this ).trigger( 'quantity_changed' );
372
+ },
373
+
374
+ add_line_item: function() {
375
+ $( 'div.wc-order-add-item' ).slideDown();
376
+ $( 'div.wc-order-data-row-toggle' ).not( 'div.wc-order-add-item' ).slideUp();
377
+ return false;
378
+ },
379
+
380
+ refund_items: function() {
381
+ $( 'div.wc-order-refund-items' ).slideDown();
382
+ $( 'div.wc-order-data-row-toggle' ).not( 'div.wc-order-refund-items' ).slideUp();
383
+ $( 'div.wc-order-totals-items' ).slideUp();
384
+ $( '#woocommerce-order-items' ).find( 'div.refund' ).show();
385
+ $( '.wc-order-edit-line-item .wc-order-edit-line-item-actions' ).hide();
386
+ return false;
387
+ },
388
+
389
+ cancel: function() {
390
+ $( 'div.wc-order-data-row-toggle' ).not( 'div.wc-order-bulk-actions' ).slideUp();
391
+ $( 'div.wc-order-bulk-actions' ).slideDown();
392
+ $( 'div.wc-order-totals-items' ).slideDown();
393
+ $( '#woocommerce-order-items' ).find( 'div.refund' ).hide();
394
+ $( '.wc-order-edit-line-item .wc-order-edit-line-item-actions' ).show();
395
+
396
+ // Reload the items
397
+ if ( 'true' === $( this ).attr( 'data-reload' ) ) {
398
+ wc_meta_boxes_order_items.reload_items();
399
+ }
400
+
401
+ return false;
402
+ },
403
+
404
+ add_item: function() {
405
+ $( this ).WCBackboneModal({
406
+ template: 'wc-modal-add-products'
407
+ });
408
+
409
+ return false;
410
+ },
411
+
412
+ add_fee: function() {
413
+ wc_meta_boxes_order_items.block();
414
+
415
+ var data = {
416
+ action : 'woocommerce_add_order_fee',
417
+ order_id : woocommerce_admin_meta_boxes.post_id,
418
+ dataType : 'json',
419
+ security : woocommerce_admin_meta_boxes.order_item_nonce
420
+ };
421
+
422
+ $.post( woocommerce_admin_meta_boxes.ajax_url, data, function( response ) {
423
+ if ( response.success ) {
424
+ $( 'table.woocommerce_order_items tbody#order_fee_line_items' ).append( response.data.html );
425
+ } else {
426
+ window.alert( response.data.error );
427
+ }
428
+ wc_meta_boxes_order_items.unblock();
429
+ });
430
+
431
+ return false;
432
+ },
433
+
434
+ add_shipping: function() {
435
+ wc_meta_boxes_order_items.block();
436
+
437
+ var data = {
438
+ action : 'woocommerce_add_order_shipping',
439
+ order_id : woocommerce_admin_meta_boxes.post_id,
440
+ security : woocommerce_admin_meta_boxes.order_item_nonce,
441
+ dataType : 'json'
442
+ };
443
+
444
+ $.post( woocommerce_admin_meta_boxes.ajax_url, data, function( response ) {
445
+ if ( response.success ) {
446
+ $( 'table.woocommerce_order_items tbody#order_shipping_line_items' ).append( response.data.html );
447
+ } else {
448
+ window.alert( response.data.error );
449
+ }
450
+ wc_meta_boxes_order_items.unblock();
451
+ });
452
+
453
+ return false;
454
+ },
455
+
456
+ add_tax: function() {
457
+ $( this ).WCBackboneModal({
458
+ template: 'wc-modal-add-tax'
459
+ });
460
+ return false;
461
+ },
462
+
463
+ edit_item: function() {
464
+ $( this ).closest( 'tr' ).find( '.view' ).hide();
465
+ $( this ).closest( 'tr' ).find( '.edit' ).show();
466
+ $( this ).hide();
467
+ $( 'button.add-line-item' ).click();
468
+ $( 'button.cancel-action' ).attr( 'data-reload', true );
469
+ return false;
470
+ },
471
+
472
+ delete_item: function() {
473
+ var answer = window.confirm( woocommerce_admin_meta_boxes.remove_item_notice );
474
+
475
+ if ( answer ) {
476
+ var $item = $( this ).closest( 'tr.item, tr.fee, tr.shipping' );
477
+ var order_item_id = $item.attr( 'data-order_item_id' );
478
+
479
+ wc_meta_boxes_order_items.block();
480
+
481
+ var data = {
482
+ order_item_ids: order_item_id,
483
+ action: 'woocommerce_remove_order_item',
484
+ security: woocommerce_admin_meta_boxes.order_item_nonce
485
+ };
486
+
487
+ $.ajax({
488
+ url: woocommerce_admin_meta_boxes.ajax_url,
489
+ data: data,
490
+ type: 'POST',
491
+ success: function() {
492
+ $item.remove();
493
+ wc_meta_boxes_order_items.unblock();
494
+ }
495
+ });
496
+ }
497
+ return false;
498
+ },
499
+
500
+ delete_tax: function() {
501
+ if ( window.confirm( woocommerce_admin_meta_boxes.i18n_delete_tax ) ) {
502
+ wc_meta_boxes_order_items.block();
503
+
504
+ var data = {
505
+ action: 'woocommerce_remove_order_tax',
506
+ rate_id: $( this ).attr( 'data-rate_id' ),
507
+ order_id: woocommerce_admin_meta_boxes.post_id,
508
+ security: woocommerce_admin_meta_boxes.order_item_nonce
509
+ };
510
+
511
+ $.ajax({
512
+ url: woocommerce_admin_meta_boxes.ajax_url,
513
+ data: data,
514
+ type: 'POST',
515
+ success: function( response ) {
516
+ $( '#woocommerce-order-items' ).find( '.inside' ).empty();
517
+ $( '#woocommerce-order-items' ).find( '.inside' ).append( response );
518
+ wc_meta_boxes_order.init_tiptip();
519
+ wc_meta_boxes_order_items.unblock();
520
+ wc_meta_boxes_order_items.stupidtable.init();
521
+ }
522
+ });
523
+ }
524
+ return false;
525
+ },
526
+
527
+ calculate_tax: function() {
528
+ if ( window.confirm( woocommerce_admin_meta_boxes.calc_line_taxes ) ) {
529
+ wc_meta_boxes_order_items.block();
530
+
531
+ var country = '';
532
+ var state = '';
533
+ var postcode = '';
534
+ var city = '';
535
+
536
+ if ( 'shipping' === woocommerce_admin_meta_boxes.tax_based_on ) {
537
+ country = $( '#_shipping_country' ).val();
538
+ state = $( '#_shipping_state' ).val();
539
+ postcode = $( '#_shipping_postcode' ).val();
540
+ city = $( '#_shipping_city' ).val();
541
+ }
542
+
543
+ if ( 'billing' === woocommerce_admin_meta_boxes.tax_based_on || ! country ) {
544
+ country = $( '#_billing_country' ).val();
545
+ state = $( '#_billing_state' ).val();
546
+ postcode = $( '#_billing_postcode' ).val();
547
+ city = $( '#_billing_city' ).val();
548
+ }
549
+
550
+ var data = {
551
+ action: 'woocommerce_calc_line_taxes',
552
+ order_id: woocommerce_admin_meta_boxes.post_id,
553
+ items: $( 'table.woocommerce_order_items :input[name], .wc-order-totals-items :input[name]' ).serialize(),
554
+ country: country,
555
+ state: state,
556
+ postcode: postcode,
557
+ city: city,
558
+ security: woocommerce_admin_meta_boxes.calc_totals_nonce
559
+ };
560
+
561
+ $.ajax({
562
+ url: woocommerce_admin_meta_boxes.ajax_url,
563
+ data: data,
564
+ type: 'POST',
565
+ success: function( response ) {
566
+ $( '#woocommerce-order-items' ).find( '.inside' ).empty();
567
+ $( '#woocommerce-order-items' ).find( '.inside' ).append( response );
568
+ wc_meta_boxes_order.init_tiptip();
569
+ wc_meta_boxes_order_items.unblock();
570
+ wc_meta_boxes_order_items.stupidtable.init();
571
+ }
572
+ });
573
+ }
574
+
575
+ return false;
576
+ },
577
+
578
+ calculate_totals: function() {
579
+ if ( window.confirm( woocommerce_admin_meta_boxes.calc_totals ) ) {
580
+
581
+ wc_meta_boxes_order_items.block();
582
+
583
+ // Get row totals
584
+ var line_totals = 0;
585
+ var tax = 0;
586
+ var shipping = 0;
587
+
588
+ $( '.woocommerce_order_items tr.shipping input.line_total' ).each(function() {
589
+ var cost = $( this ).val() || '0';
590
+ cost = accounting.unformat( cost, woocommerce_admin.mon_decimal_point );
591
+ shipping = shipping + parseFloat( cost );
592
+ });
593
+
594
+ $( '.woocommerce_order_items input.line_tax' ).each(function() {
595
+ var cost = $( this ).val() || '0';
596
+ cost = accounting.unformat( cost, woocommerce_admin.mon_decimal_point );
597
+ tax = tax + parseFloat( cost );
598
+ });
599
+
600
+ $( '.woocommerce_order_items tr.item, .woocommerce_order_items tr.fee' ).each(function() {
601
+ var line_total = $( this ).find( 'input.line_total' ).val() || '0';
602
+ line_totals = line_totals + accounting.unformat( line_total.replace( ',', '.' ) );
603
+ });
604
+
605
+ // Tax
606
+ if ( 'yes' === woocommerce_admin_meta_boxes.round_at_subtotal ) {
607
+ tax = parseFloat( accounting.toFixed( tax, woocommerce_admin_meta_boxes.rounding_precision ) );
608
+ }
609
+
610
+ // Set Total
611
+ $( '#_order_total' )
612
+ .val( accounting.formatNumber( line_totals + tax + shipping, woocommerce_admin_meta_boxes.currency_format_num_decimals, '', woocommerce_admin.mon_decimal_point ) )
613
+ .change();
614
+
615
+ $( 'button.save-action' ).click();
616
+ }
617
+
618
+ return false;
619
+ },
620
+
621
+ save_line_items: function() {
622
+ var data = {
623
+ order_id: woocommerce_admin_meta_boxes.post_id,
624
+ items: $( 'table.woocommerce_order_items :input[name], .wc-order-totals-items :input[name]' ).serialize(),
625
+ action: 'woocommerce_save_order_items',
626
+ security: woocommerce_admin_meta_boxes.order_item_nonce
627
+ };
628
+
629
+ wc_meta_boxes_order_items.block();
630
+
631
+ $.ajax({
632
+ url: woocommerce_admin_meta_boxes.ajax_url,
633
+ data: data,
634
+ type: 'POST',
635
+ success: function( response ) {
636
+ $( '#woocommerce-order-items' ).find( '.inside' ).empty();
637
+ $( '#woocommerce-order-items' ).find( '.inside' ).append( response );
638
+ wc_meta_boxes_order.init_tiptip();
639
+ wc_meta_boxes_order_items.unblock();
640
+ wc_meta_boxes_order_items.stupidtable.init();
641
+ }
642
+ });
643
+
644
+ $( this ).trigger( 'items_saved' );
645
+
646
+ return false;
647
+ },
648
+
649
+ refunds: {
650
+
651
+ do_refund: function() {
652
+ wc_meta_boxes_order_items.block();
653
+
654
+ if ( window.confirm( woocommerce_admin_meta_boxes.i18n_do_refund ) ) {
655
+ var refund_amount = $( 'input#refund_amount' ).val();
656
+ var refund_reason = $( 'input#refund_reason' ).val();
657
+
658
+ // Get line item refunds
659
+ var line_item_qtys = {};
660
+ var line_item_totals = {};
661
+ var line_item_tax_totals = {};
662
+
663
+ $( '.refund input.refund_order_item_qty' ).each(function( index, item ) {
664
+ if ( $( item ).closest( 'tr' ).data( 'order_item_id' ) ) {
665
+ if ( item.value ) {
666
+ line_item_qtys[ $( item ).closest( 'tr' ).data( 'order_item_id' ) ] = item.value;
667
+ }
668
+ }
669
+ });
670
+
671
+ $( '.refund input.refund_line_total' ).each(function( index, item ) {
672
+ if ( $( item ).closest( 'tr' ).data( 'order_item_id' ) ) {
673
+ line_item_totals[ $( item ).closest( 'tr' ).data( 'order_item_id' ) ] = accounting.unformat( item.value, woocommerce_admin.mon_decimal_point );
674
+ }
675
+ });
676
+
677
+ $( '.refund input.refund_line_tax' ).each(function( index, item ) {
678
+ if ( $( item ).closest( 'tr' ).data( 'order_item_id' ) ) {
679
+ var tax_id = $( item ).data( 'tax_id' );
680
+
681
+ if ( ! line_item_tax_totals[ $( item ).closest( 'tr' ).data( 'order_item_id' ) ] ) {
682
+ line_item_tax_totals[ $( item ).closest( 'tr' ).data( 'order_item_id' ) ] = {};
683
+ }
684
+
685
+ line_item_tax_totals[ $( item ).closest( 'tr' ).data( 'order_item_id' ) ][ tax_id ] = accounting.unformat( item.value, woocommerce_admin.mon_decimal_point );
686
+ }
687
+ });
688
+
689
+ var data = {
690
+ action: 'woocommerce_refund_line_items',
691
+ order_id: woocommerce_admin_meta_boxes.post_id,
692
+ refund_amount: refund_amount,
693
+ refund_reason: refund_reason,
694
+ line_item_qtys: JSON.stringify( line_item_qtys, null, '' ),
695
+ line_item_totals: JSON.stringify( line_item_totals, null, '' ),
696
+ line_item_tax_totals: JSON.stringify( line_item_tax_totals, null, '' ),
697
+ api_refund: $( this ).is( '.do-api-refund' ),
698
+ restock_refunded_items: $( '#restock_refunded_items:checked' ).length ? 'true' : 'false',
699
+ security: woocommerce_admin_meta_boxes.order_item_nonce
700
+ };
701
+
702
+ $.post( woocommerce_admin_meta_boxes.ajax_url, data, function( response ) {
703
+ if ( true === response.success ) {
704
+ wc_meta_boxes_order_items.reload_items();
705
+
706
+ if ( 'fully_refunded' === response.data.status ) {
707
+ // Redirect to same page for show the refunded status
708
+ window.location.href = window.location.href;
709
+ }
710
+ } else {
711
+ window.alert( response.data.error );
712
+ wc_meta_boxes_order_items.unblock();
713
+ }
714
+ });
715
+ } else {
716
+ wc_meta_boxes_order_items.unblock();
717
+ }
718
+ },
719
+
720
+ delete_refund: function() {
721
+ if ( window.confirm( woocommerce_admin_meta_boxes.i18n_delete_refund ) ) {
722
+ var $refund = $( this ).closest( 'tr.refund' );
723
+ var refund_id = $refund.attr( 'data-order_refund_id' );
724
+
725
+ wc_meta_boxes_order_items.block();
726
+
727
+ var data = {
728
+ action: 'woocommerce_delete_refund',
729
+ refund_id: refund_id,
730
+ security: woocommerce_admin_meta_boxes.order_item_nonce
731
+ };
732
+
733
+ $.ajax({
734
+ url: woocommerce_admin_meta_boxes.ajax_url,
735
+ data: data,
736
+ type: 'POST',
737
+ success: function() {
738
+ wc_meta_boxes_order_items.reload_items();
739
+ }
740
+ });
741
+ }
742
+ return false;
743
+ },
744
+
745
+ input_changed: function() {
746
+ var refund_amount = 0;
747
+ var $items = $( '.woocommerce_order_items' ).find( 'tr.item, tr.fee, tr.shipping' );
748
+
749
+ $items.each(function() {
750
+ var $row = $( this );
751
+ var refund_cost_fields = $row.find( '.refund input:not(.refund_order_item_qty)' );
752
+
753
+ refund_cost_fields.each(function( index, el ) {
754
+ refund_amount += parseFloat( accounting.unformat( $( el ).val() || 0, woocommerce_admin.mon_decimal_point ) );
755
+ });
756
+ });
757
+
758
+ $( '#refund_amount' )
759
+ .val( accounting.formatNumber(
760
+ refund_amount,
761
+ woocommerce_admin_meta_boxes.currency_format_num_decimals,
762
+ '',
763
+ woocommerce_admin.mon_decimal_point
764
+ ) )
765
+ .change();
766
+ },
767
+
768
+ amount_changed: function() {
769
+ var total = accounting.unformat( $( this ).val(), woocommerce_admin.mon_decimal_point );
770
+
771
+ $( 'button .wc-order-refund-amount .amount' ).text( accounting.formatMoney( total, {
772
+ symbol: woocommerce_admin_meta_boxes.currency_format_symbol,
773
+ decimal: woocommerce_admin_meta_boxes.currency_format_decimal_sep,
774
+ thousand: woocommerce_admin_meta_boxes.currency_format_thousand_sep,
775
+ precision: woocommerce_admin_meta_boxes.currency_format_num_decimals,
776
+ format: woocommerce_admin_meta_boxes.currency_format
777
+ } ) );
778
+ },
779
+
780
+ // When the refund qty is changed, increase or decrease costs
781
+ refund_quantity_changed: function() {
782
+ var $row = $( this ).closest( 'tr.item' );
783
+ var qty = $row.find( 'input.quantity' ).val();
784
+ var refund_qty = $( this ).val();
785
+ var line_total = $( 'input.line_total', $row );
786
+ var refund_line_total = $( 'input.refund_line_total', $row );
787
+
788
+ // Totals
789
+ var unit_total = accounting.unformat( line_total.attr( 'data-total' ), woocommerce_admin.mon_decimal_point ) / qty;
790
+
791
+ refund_line_total.val(
792
+ parseFloat( accounting.formatNumber( unit_total * refund_qty, woocommerce_admin_meta_boxes.rounding_precision, '' ) )
793
+ .toString()
794
+ .replace( '.', woocommerce_admin.mon_decimal_point )
795
+ ).change();
796
+
797
+ // Taxes
798
+ $( '.refund_line_tax', $row ).each( function() {
799
+ var $refund_line_total_tax = $( this );
800
+ var tax_id = $refund_line_total_tax.data( 'tax_id' );
801
+ var line_total_tax = $( 'input.line_tax[data-tax_id="' + tax_id + '"]', $row );
802
+ var unit_total_tax = accounting.unformat( line_total_tax.data( 'total_tax' ), woocommerce_admin.mon_decimal_point ) / qty;
803
+
804
+ if ( 0 < unit_total_tax ) {
805
+ $refund_line_total_tax.val(
806
+ parseFloat( accounting.formatNumber( unit_total_tax * refund_qty, woocommerce_admin_meta_boxes.rounding_precision, '' ) )
807
+ .toString()
808
+ .replace( '.', woocommerce_admin.mon_decimal_point )
809
+ ).change();
810
+ } else {
811
+ $refund_line_total_tax.val( 0 ).change();
812
+ }
813
+ });
814
+
815
+ // Restock checkbox
816
+ if ( refund_qty > 0 ) {
817
+ $( '#restock_refunded_items' ).closest( 'tr' ).show();
818
+ } else {
819
+ $( '#restock_refunded_items' ).closest( 'tr' ).hide();
820
+ $( '.woocommerce_order_items input.refund_order_item_qty' ).each( function() {
821
+ if ( $( this ).val() > 0 ) {
822
+ $( '#restock_refunded_items' ).closest( 'tr' ).show();
823
+ }
824
+ });
825
+ }
826
+
827
+ $( this ).trigger( 'refund_quantity_changed' );
828
+ }
829
+ },
830
+
831
+ item_meta: {
832
+
833
+ add: function() {
834
+ var $button = $( this );
835
+ var $item = $button.closest( 'tr.item, tr.shipping' );
836
+ var $items = $item.find('tbody.meta_items');
837
+ var index = $items.find('tr').length + 1;
838
+ var $row = '<tr data-meta_id="0">' +
839
+ '<td>' +
840
+ '<input type="text" name="meta_key[' + $item.attr( 'data-order_item_id' ) + '][new-' + index + ']" />' +
841
+ '<textarea name="meta_value[' + $item.attr( 'data-order_item_id' ) + '][new-' + index + ']"></textarea>' +
842
+ '</td>' +
843
+ '<td width="1%"><button class="remove_order_item_meta button">&times;</button></td>' +
844
+ '</tr>';
845
+ $items.append( $row );
846
+
847
+ return false;
848
+ },
849
+
850
+ remove: function() {
851
+ if ( window.confirm( woocommerce_admin_meta_boxes.remove_item_meta ) ) {
852
+ var $row = $( this ).closest( 'tr' );
853
+ $row.find( ':input' ).val( '' );
854
+ $row.hide();
855
+ }
856
+ return false;
857
+ }
858
+ },
859
+
860
+ select_row: function() {
861
+ var $row = false;
862
+ if ( $( this ).is( 'tr' ) ) {
863
+ $row = $( this );
864
+ } else {
865
+ $row = $( this ).closest( 'tr' );
866
+ }
867
+ var $table = $( this ).closest( 'table' );
868
+
869
+ if ( $row.is( '.selected' ) ) {
870
+ $row.removeClass( 'selected' );
871
+ } else {
872
+ $row.addClass( 'selected' );
873
+ }
874
+
875
+ var $rows = $table.find( 'tr.selected' );
876
+
877
+ if ( $rows.length ) {
878
+ $( 'div.wc-order-item-bulk-edit' ).slideDown();
879
+
880
+ var selected_product = false;
881
+
882
+ $rows.each( function() {
883
+ if ( $( this ).is( 'tr.item' ) ) {
884
+ selected_product = true;
885
+ }
886
+ } );
887
+
888
+ if ( selected_product ) {
889
+ $( '.bulk-increase-stock, .bulk-decrease-stock' ).show();
890
+ } else {
891
+ $( '.bulk-increase-stock, .bulk-decrease-stock' ).hide();
892
+ }
893
+ } else {
894
+ $( 'div.wc-order-item-bulk-edit' ).slideUp();
895
+ }
896
+ },
897
+
898
+ select_row_child: function( e ) {
899
+ e.stopPropagation();
900
+ },
901
+
902
+ bulk_actions: {
903
+
904
+ do_delete: function( e ) {
905
+ e.preventDefault();
906
+ var $table = $( 'table.woocommerce_order_items' );
907
+ var $rows = $table.find( 'tr.selected' );
908
+
909
+ if ( $rows.length && window.confirm( woocommerce_admin_meta_boxes.remove_item_notice ) ) {
910
+
911
+ wc_meta_boxes_order_items.block();
912
+
913
+ var delete_items = [];
914
+ var delete_refunds = [];
915
+ var deferred = [];
916
+
917
+ $.map( $rows, function( row ) {
918
+ var $row = $( row );
919
+
920
+ if ( $row.is( '.refund' ) ) {
921
+ delete_refunds.push( parseInt( $( $row ).data( 'order_refund_id' ), 10 ) );
922
+ } else {
923
+ delete_items.push( parseInt( $( $row ).data( 'order_item_id' ), 10 ) );
924
+ }
925
+ return ;
926
+ });
927
+
928
+ if ( delete_items.length ) {
929
+ deferred.push( $.ajax({
930
+ url : woocommerce_admin_meta_boxes.ajax_url,
931
+ data: {
932
+ order_item_ids: delete_items,
933
+ action: 'woocommerce_remove_order_item',
934
+ security: woocommerce_admin_meta_boxes.order_item_nonce
935
+ },
936
+ type: 'POST'
937
+ } ) );
938
+ }
939
+
940
+ if ( delete_refunds.length ) {
941
+ deferred.push( $.ajax( {
942
+ url : woocommerce_admin_meta_boxes.ajax_url,
943
+ data: {
944
+ action: 'woocommerce_delete_refund',
945
+ refund_id: delete_refunds,
946
+ security: woocommerce_admin_meta_boxes.order_item_nonce
947
+ },
948
+ type: 'POST'
949
+ } ) );
950
+ }
951
+
952
+ if ( deferred ) {
953
+ $.when.apply( $, deferred ).done( function() {
954
+ wc_meta_boxes_order_items.reload_items();
955
+ wc_meta_boxes_order_items.unblock();
956
+ } );
957
+ } else {
958
+ wc_meta_boxes_order_items.unblock();
959
+ }
960
+ }
961
+ },
962
+
963
+ do_increase_stock: function( e ) {
964
+ e.preventDefault();
965
+ wc_meta_boxes_order_items.block();
966
+
967
+ var $table = $( 'table.woocommerce_order_items' );
968
+ var $rows = $table.find( 'tr.selected' );
969
+ var quantities = {};
970
+ var item_ids = $.map( $rows, function( $row ) {
971
+ return parseInt( $( $row ).data( 'order_item_id' ), 10 );
972
+ });
973
+
974
+ $rows.each(function() {
975
+ if ( $( this ).find( 'input.quantity' ).length ) {
976
+ quantities[ $( this ).attr( 'data-order_item_id' ) ] = $( this ).find( 'input.quantity' ).val();
977
+ }
978
+ });
979
+
980
+ var data = {
981
+ order_id: woocommerce_admin_meta_boxes.post_id,
982
+ order_item_ids: item_ids,
983
+ order_item_qty: quantities,
984
+ action: 'woocommerce_increase_order_item_stock',
985
+ security: woocommerce_admin_meta_boxes.order_item_nonce
986
+ };
987
+
988
+ $.ajax({
989
+ url: woocommerce_admin_meta_boxes.ajax_url,
990
+ data: data,
991
+ type: 'POST',
992
+ success: function( response ) {
993
+ window.alert( response );
994
+ wc_meta_boxes_order_items.unblock();
995
+ }
996
+ });
997
+ },
998
+
999
+ do_reduce_stock: function( e ) {
1000
+ e.preventDefault();
1001
+ wc_meta_boxes_order_items.block();
1002
+
1003
+ var $table = $( 'table.woocommerce_order_items' );
1004
+ var $rows = $table.find( 'tr.selected' );
1005
+ var quantities = {};
1006
+ var item_ids = $.map( $rows, function( $row ) {
1007
+ return parseInt( $( $row ).data( 'order_item_id' ), 10 );
1008
+ });
1009
+
1010
+ $rows.each(function() {
1011
+ if ( $( this ).find( 'input.quantity' ).length ) {
1012
+ quantities[ $( this ).attr( 'data-order_item_id' ) ] = $( this ).find( 'input.quantity' ).val();
1013
+ }
1014
+ });
1015
+
1016
+ var data = {
1017
+ order_id: woocommerce_admin_meta_boxes.post_id,
1018
+ order_item_ids: item_ids,
1019
+ order_item_qty: quantities,
1020
+ action: 'woocommerce_reduce_order_item_stock',
1021
+ security: woocommerce_admin_meta_boxes.order_item_nonce
1022
+ };
1023
+
1024
+ $.ajax({
1025
+ url: woocommerce_admin_meta_boxes.ajax_url,
1026
+ data: data,
1027
+ type: 'POST',
1028
+ success: function( response ) {
1029
+ window.alert( response );
1030
+ wc_meta_boxes_order_items.unblock();
1031
+ }
1032
+ });
1033
+ }
1034
+ },
1035
+
1036
+ backbone: {
1037
+
1038
+ init: function( e, target ) {
1039
+ if ( 'wc-modal-add-products' === target ) {
1040
+ $( document.body ).trigger( 'wc-enhanced-select-init' );
1041
+ }
1042
+ },
1043
+
1044
+ response: function( e, target, data ) {
1045
+ if ( 'wc-modal-add-tax' === target ) {
1046
+ var rate_id = data.add_order_tax;
1047
+ var manual_rate_id = '';
1048
+
1049
+ if ( data.manual_tax_rate_id ) {
1050
+ manual_rate_id = data.manual_tax_rate_id;
1051
+ }
1052
+
1053
+ wc_meta_boxes_order_items.backbone.add_tax( rate_id, manual_rate_id );
1054
+ }
1055
+ if ( 'wc-modal-add-products' === target ) {
1056
+ wc_meta_boxes_order_items.backbone.add_item( data.add_order_items );
1057
+ }
1058
+ },
1059
+
1060
+ add_item: function( add_item_ids ) {
1061
+ if ( add_item_ids ) {
1062
+ wc_meta_boxes_order_items.block();
1063
+
1064
+ var data = {
1065
+ action : 'woocommerce_add_order_item',
1066
+ item_to_add: add_item_ids,
1067
+ dataType : 'json',
1068
+ order_id : woocommerce_admin_meta_boxes.post_id,
1069
+ security : woocommerce_admin_meta_boxes.order_item_nonce
1070
+ };
1071
+
1072
+ $.post( woocommerce_admin_meta_boxes.ajax_url, data, function( response ) {
1073
+ if ( response.success ) {
1074
+ $( 'table.woocommerce_order_items tbody#order_line_items' ).append( response.data.html );
1075
+ } else {
1076
+ window.alert( response.data.error );
1077
+ }
1078
+
1079
+ wc_meta_boxes_order.init_tiptip();
1080
+ wc_meta_boxes_order_items.unblock();
1081
+ });
1082
+ }
1083
+ },
1084
+
1085
+ add_tax: function( rate_id, manual_rate_id ) {
1086
+ if ( manual_rate_id ) {
1087
+ rate_id = manual_rate_id;
1088
+ }
1089
+
1090
+ if ( ! rate_id ) {
1091
+ return false;
1092
+ }
1093
+
1094
+ var rates = $( '.order-tax-id' ).map( function() {
1095
+ return $( this ).val();
1096
+ }).get();
1097
+
1098
+ // Test if already exists
1099
+ if ( -1 === $.inArray( rate_id, rates ) ) {
1100
+ wc_meta_boxes_order_items.block();
1101
+
1102
+ var data = {
1103
+ action: 'woocommerce_add_order_tax',
1104
+ rate_id: rate_id,
1105
+ order_id: woocommerce_admin_meta_boxes.post_id,
1106
+ security: woocommerce_admin_meta_boxes.order_item_nonce
1107
+ };
1108
+
1109
+ $.ajax({
1110
+ url : woocommerce_admin_meta_boxes.ajax_url,
1111
+ data : data,
1112
+ dataType : 'json',
1113
+ type : 'POST',
1114
+ success : function( response ) {
1115
+ if ( response.success ) {
1116
+ $( '#woocommerce-order-items' ).find( '.inside' ).empty();
1117
+ $( '#woocommerce-order-items' ).find( '.inside' ).append( response.data.html );
1118
+ wc_meta_boxes_order.init_tiptip();
1119
+ wc_meta_boxes_order_items.stupidtable.init();
1120
+ } else {
1121
+ window.alert( response.data.error );
1122
+ }
1123
+ wc_meta_boxes_order_items.unblock();
1124
+ }
1125
+ });
1126
+ } else {
1127
+ window.alert( woocommerce_admin_meta_boxes.i18n_tax_rate_already_exists );
1128
+ }
1129
+ }
1130
+ },
1131
+
1132
+ stupidtable: {
1133
+ init: function() {
1134
+ $( '.woocommerce_order_items' ).stupidtable();
1135
+ $( '.woocommerce_order_items' ).on( 'aftertablesort', this.add_arrows );
1136
+ },
1137
+
1138
+ add_arrows: function( event, data ) {
1139
+ var th = $( this ).find( 'th' );
1140
+ var arrow = data.direction === 'asc' ? '&uarr;' : '&darr;';
1141
+ var index = data.column;
1142
+ th.find( '.wc-arrow' ).remove();
1143
+ th.eq( index ).append( '<span class="wc-arrow">' + arrow + '</span>' );
1144
+ }
1145
+ }
1146
+ };
1147
+
1148
+ /**
1149
+ * Order Notes Panel
1150
+ */
1151
+ var wc_meta_boxes_order_notes = {
1152
+ init: function() {
1153
+ $( '#woocommerce-order-notes' )
1154
+ .on( 'click', 'button.add_note', this.add_order_note )
1155
+ .on( 'click', 'a.delete_note', this.delete_order_note );
1156
+
1157
+ },
1158
+
1159
+ add_order_note: function() {
1160
+ if ( ! $( 'textarea#add_order_note' ).val() ) {
1161
+ return;
1162
+ }
1163
+
1164
+ $( '#woocommerce-order-notes' ).block({
1165
+ message: null,
1166
+ overlayCSS: {
1167
+ background: '#fff',
1168
+ opacity: 0.6
1169
+ }
1170
+ });
1171
+
1172
+ var data = {
1173
+ action: 'woocommerce_add_order_note',
1174
+ post_id: woocommerce_admin_meta_boxes.post_id,
1175
+ note: $( 'textarea#add_order_note' ).val(),
1176
+ note_type: $( 'select#order_note_type' ).val(),
1177
+ security: woocommerce_admin_meta_boxes.add_order_note_nonce
1178
+ };
1179
+
1180
+ $.post( woocommerce_admin_meta_boxes.ajax_url, data, function( response ) {
1181
+ $( 'ul.order_notes' ).prepend( response );
1182
+ $( '#woocommerce-order-notes' ).unblock();
1183
+ $( '#add_order_note' ).val( '' );
1184
+ });
1185
+
1186
+ return false;
1187
+ },
1188
+
1189
+ delete_order_note: function() {
1190
+ if ( window.confirm( woocommerce_admin_meta_boxes.i18n_delete_note ) ) {
1191
+ var note = $( this ).closest( 'li.note' );
1192
+
1193
+ $( note ).block({
1194
+ message: null,
1195
+ overlayCSS: {
1196
+ background: '#fff',
1197
+ opacity: 0.6
1198
+ }
1199
+ });
1200
+
1201
+ var data = {
1202
+ action: 'woocommerce_delete_order_note',
1203
+ note_id: $( note ).attr( 'rel' ),
1204
+ security: woocommerce_admin_meta_boxes.delete_order_note_nonce
1205
+ };
1206
+
1207
+ $.post( woocommerce_admin_meta_boxes.ajax_url, data, function() {
1208
+ $( note ).remove();
1209
+ });
1210
+ }
1211
+
1212
+ return false;
1213
+ }
1214
+ };
1215
+
1216
+ /**
1217
+ * Order Downloads Panel
1218
+ */
1219
+ var wc_meta_boxes_order_downloads = {
1220
+ init: function() {
1221
+ $( '.order_download_permissions' )
1222
+ .on( 'click', 'button.grant_access', this.grant_access )
1223
+ .on( 'click', 'button.revoke_access', this.revoke_access );
1224
+ },
1225
+
1226
+ grant_access: function() {
1227
+ var products = $( '#grant_access_id' ).val();
1228
+
1229
+ if ( ! products ) {
1230
+ return;
1231
+ }
1232
+
1233
+ $( '.order_download_permissions' ).block({
1234
+ message: null,
1235
+ overlayCSS: {
1236
+ background: '#fff',
1237
+ opacity: 0.6
1238
+ }
1239
+ });
1240
+
1241
+ var data = {
1242
+ action: 'woocommerce_grant_access_to_download',
1243
+ product_ids: products,
1244
+ loop: $('.order_download_permissions .wc-metabox').length,
1245
+ order_id: woocommerce_admin_meta_boxes.post_id,
1246
+ security: woocommerce_admin_meta_boxes.grant_access_nonce
1247
+ };
1248
+
1249
+ $.post( woocommerce_admin_meta_boxes.ajax_url, data, function( response ) {
1250
+
1251
+ if ( response ) {
1252
+ $( '.order_download_permissions .wc-metaboxes' ).append( response );
1253
+ } else {
1254
+ window.alert( woocommerce_admin_meta_boxes.i18n_download_permission_fail );
1255
+ }
1256
+
1257
+ $( document.body ).trigger( 'wc-init-datepickers' );
1258
+ $( '#grant_access_id' ).val( '' ).change();
1259
+ $( '.order_download_permissions' ).unblock();
1260
+ });
1261
+
1262
+ return false;
1263
+ },
1264
+
1265
+ revoke_access: function () {
1266
+ if ( window.confirm( woocommerce_admin_meta_boxes.i18n_permission_revoke ) ) {
1267
+ var el = $( this ).parent().parent();
1268
+ var product = $( this ).attr( 'rel' ).split( ',' )[0];
1269
+ var file = $( this ).attr( 'rel' ).split( ',' )[1];
1270
+ var permission_id = $( this ).data( 'permission_id' );
1271
+
1272
+ if ( product > 0 ) {
1273
+ $( el ).block({
1274
+ message: null,
1275
+ overlayCSS: {
1276
+ background: '#fff',
1277
+ opacity: 0.6
1278
+ }
1279
+ });
1280
+
1281
+ var data = {
1282
+ action: 'woocommerce_revoke_access_to_download',
1283
+ product_id: product,
1284
+ download_id: file,
1285
+ permission_id: permission_id,
1286
+ order_id: woocommerce_admin_meta_boxes.post_id,
1287
+ security: woocommerce_admin_meta_boxes.revoke_access_nonce
1288
+ };
1289
+
1290
+ $.post( woocommerce_admin_meta_boxes.ajax_url, data, function() {
1291
+ // Success
1292
+ $( el ).fadeOut( '300', function () {
1293
+ $( el ).remove();
1294
+ });
1295
+ });
1296
+
1297
+ } else {
1298
+ $( el ).fadeOut( '300', function () {
1299
+ $( el ).remove();
1300
+ });
1301
+ }
1302
+ }
1303
+ return false;
1304
+ }
1305
+ };
1306
+
1307
+ wc_meta_boxes_order.init();
1308
+ wc_meta_boxes_order_items.init();
1309
+ wc_meta_boxes_order_notes.init();
1310
+ wc_meta_boxes_order_downloads.init();
1311
+ });
assets/js/admin/meta-boxes-order.min.js ADDED
@@ -0,0 +1 @@
 
1
+ jQuery(function(a){var b={states:null,init:function(){"undefined"!=typeof woocommerce_admin_meta_boxes_order&&"undefined"!=typeof woocommerce_admin_meta_boxes_order.countries&&(this.states=a.parseJSON(woocommerce_admin_meta_boxes_order.countries.replace(/&quot;/g,'"'))),a(".js_field-country").select2().change(this.change_country),a(".js_field-country").trigger("change",[!0]),a(document.body).on("change","select.js_field-state",this.change_state),a("#woocommerce-order-actions input, #woocommerce-order-actions a").click(function(){window.onbeforeunload=""}),a("a.edit_address").click(this.edit_address),a("a.billing-same-as-shipping").on("click",this.copy_billing_to_shipping),a("a.load_customer_billing").on("click",this.load_billing),a("a.load_customer_shipping").on("click",this.load_shipping),a("#customer_user").on("change",this.change_customer_user)},change_country:function(c,d){if("undefined"==typeof d&&(d=!1),null!==b.states){var e=a(this),f=e.val(),g=e.parents("div.edit_address").find(":input.js_field-state"),h=g.parent(),i=g.attr("name"),j=g.attr("id"),k=e.data("woocommerce.stickState-"+f)?e.data("woocommerce.stickState-"+f):g.val(),l=g.attr("placeholder");if(d&&e.data("woocommerce.stickState-"+f,k),h.show().find(".select2-container").remove(),a.isEmptyObject(b.states[f]))g.replaceWith('<input type="text" class="js_field-state" name="'+i+'" id="'+j+'" value="'+k+'" placeholder="'+l+'" />');else{var m=a('<select name="'+i+'" id="'+j+'" class="js_field-state select short" placeholder="'+l+'"></select>'),n=b.states[f];m.append(a('<option value="">'+woocommerce_admin_meta_boxes_order.i18n_select_state_text+"</option>")),a.each(n,function(b){m.append(a('<option value="'+b+'">'+n[b]+"</option>"))}),m.val(k),g.replaceWith(m),m.show().select2().hide().change()}a(document.body).trigger("contry-change.woocommerce",[f,a(this).closest("div")]),a(document.body).trigger("country-change.woocommerce",[f,a(this).closest("div")])}},change_state:function(){var b=a(this),c=b.val(),d=b.parents("div.edit_address").find(":input.js_field-country"),e=d.val();d.data("woocommerce.stickState-"+e,c)},init_tiptip:function(){a("#tiptip_holder").removeAttr("style"),a("#tiptip_arrow").removeAttr("style"),a(".tips").tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200})},edit_address:function(b){b.preventDefault();var c=a(this),d=c.closest(".order_data_column"),e=d.find("div.edit_address"),f=d.find("div.address"),g=e.find(".js_field-country"),h=e.find(".js_field-state");f.hide(),c.parent().find("a").toggle(),g.val()||g.val(woocommerce_admin_meta_boxes_order.default_country).change(),h.val()||h.val(woocommerce_admin_meta_boxes_order.default_state).change(),e.show()},change_customer_user:function(){a("#_billing_country").val()||(a("a.edit_address").click(),b.load_billing(!0),b.load_shipping(!0))},load_billing:function(b){if(!0===b||window.confirm(woocommerce_admin_meta_boxes.load_billing)){var c=a("#customer_user").val();if(!c)return window.alert(woocommerce_admin_meta_boxes.no_customer_selected),!1;var d={user_id:c,action:"woocommerce_get_customer_details",security:woocommerce_admin_meta_boxes.get_customer_details_nonce};a(this).closest("div.edit_address").block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),a.ajax({url:woocommerce_admin_meta_boxes.ajax_url,data:d,type:"POST",success:function(b){b&&b.billing&&a.each(b.billing,function(b,c){a(":input#_billing_"+b).val(c).change()}),a("div.edit_address").unblock()}})}return!1},load_shipping:function(b){if(!0===b||window.confirm(woocommerce_admin_meta_boxes.load_shipping)){var c=a("#customer_user").val();if(!c)return window.alert(woocommerce_admin_meta_boxes.no_customer_selected),!1;var d={user_id:c,action:"woocommerce_get_customer_details",security:woocommerce_admin_meta_boxes.get_customer_details_nonce};a(this).closest("div.edit_address").block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),a.ajax({url:woocommerce_admin_meta_boxes.ajax_url,data:d,type:"POST",success:function(b){b&&b.billing&&a.each(b.shipping,function(b,c){a(":input#_shipping_"+b).val(c).change()}),a("div.edit_address").unblock()}})}return!1},copy_billing_to_shipping:function(){return window.confirm(woocommerce_admin_meta_boxes.copy_billing)&&a('.order_data_column :input[name^="_billing_"]').each(function(){var b=a(this).attr("name");b=b.replace("_billing_","_shipping_"),a(":input#"+b).val(a(this).val()).change()}),!1}},c={init:function(){this.stupidtable.init(),a("#woocommerce-order-items").on("click","button.add-line-item",this.add_line_item).on("click","button.refund-items",this.refund_items).on("click",".cancel-action",this.cancel).on("click","button.add-order-item",this.add_item).on("click","button.add-order-fee",this.add_fee).on("click","button.add-order-shipping",this.add_shipping).on("click","button.add-order-tax",this.add_tax).on("click","button.calculate-action",this.calculate_totals).on("click","button.save-action",this.save_line_items).on("click","a.delete-order-tax",this.delete_tax).on("click","button.calculate-tax-action",this.calculate_tax).on("click","a.edit-order-item",this.edit_item).on("click","a.delete-order-item",this.delete_item).on("click","tr.item, tr.fee, tr.shipping, tr.refund",this.select_row).on("click","tr.item :input, tr.fee :input, tr.shipping :input, tr.refund :input, tr.item a, tr.fee a, tr.shipping a, tr.refund a",this.select_row_child).on("click","button.bulk-delete-items",this.bulk_actions.do_delete).on("click","button.bulk-increase-stock",this.bulk_actions.do_increase_stock).on("click","button.bulk-decrease-stock",this.bulk_actions.do_reduce_stock).on("click",".delete_refund",this.refunds.delete_refund).on("click","button.do-api-refund, button.do-manual-refund",this.refunds.do_refund).on("change",".refund input.refund_line_total, .refund input.refund_line_tax",this.refunds.input_changed).on("change keyup",".wc-order-refund-items #refund_amount",this.refunds.amount_changed).on("change","input.refund_order_item_qty",this.refunds.refund_quantity_changed).on("change","input.quantity",this.quantity_changed).on("keyup change",".split-input :input",function(){var b=a(this).parent().prev().find(":input");b&&(""===b.val()||b.is(".match-total"))&&b.val(a(this).val()).addClass("match-total")}).on("keyup",".split-input :input",function(){a(this).removeClass("match-total")}).on("click","button.add_order_item_meta",this.item_meta.add).on("click","button.remove_order_item_meta",this.item_meta.remove),a(document.body).on("wc_backbone_modal_loaded",this.backbone.init).on("wc_backbone_modal_response",this.backbone.response)},block:function(){a("#woocommerce-order-items").block({message:null,overlayCSS:{background:"#fff",opacity:.6}})},unblock:function(){a("#woocommerce-order-items").unblock()},reload_items:function(){var d={order_id:woocommerce_admin_meta_boxes.post_id,action:"woocommerce_load_order_items",security:woocommerce_admin_meta_boxes.order_item_nonce};c.block(),a.ajax({url:woocommerce_admin_meta_boxes.ajax_url,data:d,type:"POST",success:function(d){a("#woocommerce-order-items").find(".inside").empty(),a("#woocommerce-order-items").find(".inside").append(d),b.init_tiptip(),c.unblock(),c.stupidtable.init()}})},quantity_changed:function(){var b=a(this).closest("tr.item"),c=a(this).val(),d=a(this).attr("data-qty"),e=a("input.line_total",b),f=a("input.line_subtotal",b),g=accounting.unformat(e.attr("data-total"),woocommerce_admin.mon_decimal_point)/d;e.val(parseFloat(accounting.formatNumber(g*c,woocommerce_admin_meta_boxes.rounding_precision,"")).toString().replace(".",woocommerce_admin.mon_decimal_point));var h=accounting.unformat(f.attr("data-subtotal"),woocommerce_admin.mon_decimal_point)/d;f.val(parseFloat(accounting.formatNumber(h*c,woocommerce_admin_meta_boxes.rounding_precision,"")).toString().replace(".",woocommerce_admin.mon_decimal_point)),a("input.line_tax",b).each(function(){var e=a(this),f=e.data("tax_id"),g=accounting.unformat(e.attr("data-total_tax"),woocommerce_admin.mon_decimal_point)/d,h=a('input.line_subtotal_tax[data-tax_id="'+f+'"]',b),i=accounting.unformat(h.attr("data-subtotal_tax"),woocommerce_admin.mon_decimal_point)/d;0<g&&e.val(parseFloat(accounting.formatNumber(g*c,woocommerce_admin_meta_boxes.rounding_precision,"")).toString().replace(".",woocommerce_admin.mon_decimal_point)),0<i&&h.val(parseFloat(accounting.formatNumber(i*c,woocommerce_admin_meta_boxes.rounding_precision,"")).toString().replace(".",woocommerce_admin.mon_decimal_point))}),a(this).trigger("quantity_changed")},add_line_item:function(){return a("div.wc-order-add-item").slideDown(),a("div.wc-order-data-row-toggle").not("div.wc-order-add-item").slideUp(),!1},refund_items:function(){return a("div.wc-order-refund-items").slideDown(),a("div.wc-order-data-row-toggle").not("div.wc-order-refund-items").slideUp(),a("div.wc-order-totals-items").slideUp(),a("#woocommerce-order-items").find("div.refund").show(),a(".wc-order-edit-line-item .wc-order-edit-line-item-actions").hide(),!1},cancel:function(){return a("div.wc-order-data-row-toggle").not("div.wc-order-bulk-actions").slideUp(),a("div.wc-order-bulk-actions").slideDown(),a("div.wc-order-totals-items").slideDown(),a("#woocommerce-order-items").find("div.refund").hide(),a(".wc-order-edit-line-item .wc-order-edit-line-item-actions").show(),"true"===a(this).attr("data-reload")&&c.reload_items(),!1},add_item:function(){return a(this).WCBackboneModal({template:"wc-modal-add-products"}),!1},add_fee:function(){c.block();var b={action:"woocommerce_add_order_fee",order_id:woocommerce_admin_meta_boxes.post_id,dataType:"json",security:woocommerce_admin_meta_boxes.order_item_nonce};return a.post(woocommerce_admin_meta_boxes.ajax_url,b,function(b){b.success?a("table.woocommerce_order_items tbody#order_fee_line_items").append(b.data.html):window.alert(b.data.error),c.unblock()}),!1},add_shipping:function(){c.block();var b={action:"woocommerce_add_order_shipping",order_id:woocommerce_admin_meta_boxes.post_id,security:woocommerce_admin_meta_boxes.order_item_nonce,dataType:"json"};return a.post(woocommerce_admin_meta_boxes.ajax_url,b,function(b){b.success?a("table.woocommerce_order_items tbody#order_shipping_line_items").append(b.data.html):window.alert(b.data.error),c.unblock()}),!1},add_tax:function(){return a(this).WCBackboneModal({template:"wc-modal-add-tax"}),!1},edit_item:function(){return a(this).closest("tr").find(".view").hide(),a(this).closest("tr").find(".edit").show(),a(this).hide(),a("button.add-line-item").click(),a("button.cancel-action").attr("data-reload",!0),!1},delete_item:function(){var b=window.confirm(woocommerce_admin_meta_boxes.remove_item_notice);if(b){var d=a(this).closest("tr.item, tr.fee, tr.shipping"),e=d.attr("data-order_item_id");c.block();var f={order_item_ids:e,action:"woocommerce_remove_order_item",security:woocommerce_admin_meta_boxes.order_item_nonce};a.ajax({url:woocommerce_admin_meta_boxes.ajax_url,data:f,type:"POST",success:function(){d.remove(),c.unblock()}})}return!1},delete_tax:function(){if(window.confirm(woocommerce_admin_meta_boxes.i18n_delete_tax)){c.block();var d={action:"woocommerce_remove_order_tax",rate_id:a(this).attr("data-rate_id"),order_id:woocommerce_admin_meta_boxes.post_id,security:woocommerce_admin_meta_boxes.order_item_nonce};a.ajax({url:woocommerce_admin_meta_boxes.ajax_url,data:d,type:"POST",success:function(d){a("#woocommerce-order-items").find(".inside").empty(),a("#woocommerce-order-items").find(".inside").append(d),b.init_tiptip(),c.unblock(),c.stupidtable.init()}})}return!1},calculate_tax:function(){if(window.confirm(woocommerce_admin_meta_boxes.calc_line_taxes)){c.block();var d="",e="",f="",g="";"shipping"===woocommerce_admin_meta_boxes.tax_based_on&&(d=a("#_shipping_country").val(),e=a("#_shipping_state").val(),f=a("#_shipping_postcode").val(),g=a("#_shipping_city").val()),"billing"!==woocommerce_admin_meta_boxes.tax_based_on&&d||(d=a("#_billing_country").val(),e=a("#_billing_state").val(),f=a("#_billing_postcode").val(),g=a("#_billing_city").val());var h={action:"woocommerce_calc_line_taxes",order_id:woocommerce_admin_meta_boxes.post_id,items:a("table.woocommerce_order_items :input[name], .wc-order-totals-items :input[name]").serialize(),country:d,state:e,postcode:f,city:g,security:woocommerce_admin_meta_boxes.calc_totals_nonce};a.ajax({url:woocommerce_admin_meta_boxes.ajax_url,data:h,type:"POST",success:function(d){a("#woocommerce-order-items").find(".inside").empty(),a("#woocommerce-order-items").find(".inside").append(d),b.init_tiptip(),c.unblock(),c.stupidtable.init()}})}return!1},calculate_totals:function(){if(window.confirm(woocommerce_admin_meta_boxes.calc_totals)){c.block();var b=0,d=0,e=0;a(".woocommerce_order_items tr.shipping input.line_total").each(function(){var b=a(this).val()||"0";b=accounting.unformat(b,woocommerce_admin.mon_decimal_point),e+=parseFloat(b)}),a(".woocommerce_order_items input.line_tax").each(function(){var b=a(this).val()||"0";b=accounting.unformat(b,woocommerce_admin.mon_decimal_point),d+=parseFloat(b)}),a(".woocommerce_order_items tr.item, .woocommerce_order_items tr.fee").each(function(){var c=a(this).find("input.line_total").val()||"0";b+=accounting.unformat(c.replace(",","."))}),"yes"===woocommerce_admin_meta_boxes.round_at_subtotal&&(d=parseFloat(accounting.toFixed(d,woocommerce_admin_meta_boxes.rounding_precision))),a("#_order_total").val(accounting.formatNumber(b+d+e,woocommerce_admin_meta_boxes.currency_format_num_decimals,"",woocommerce_admin.mon_decimal_point)).change(),a("button.save-action").click()}return!1},save_line_items:function(){var d={order_id:woocommerce_admin_meta_boxes.post_id,items:a("table.woocommerce_order_items :input[name], .wc-order-totals-items :input[name]").serialize(),action:"woocommerce_save_order_items",security:woocommerce_admin_meta_boxes.order_item_nonce};return c.block(),a.ajax({url:woocommerce_admin_meta_boxes.ajax_url,data:d,type:"POST",success:function(d){a("#woocommerce-order-items").find(".inside").empty(),a("#woocommerce-order-items").find(".inside").append(d),b.init_tiptip(),c.unblock(),c.stupidtable.init()}}),a(this).trigger("items_saved"),!1},refunds:{do_refund:function(){if(c.block(),window.confirm(woocommerce_admin_meta_boxes.i18n_do_refund)){var b=a("input#refund_amount").val(),d=a("input#refund_reason").val(),e={},f={},g={};a(".refund input.refund_order_item_qty").each(function(b,c){a(c).closest("tr").data("order_item_id")&&c.value&&(e[a(c).closest("tr").data("order_item_id")]=c.value)}),a(".refund input.refund_line_total").each(function(b,c){a(c).closest("tr").data("order_item_id")&&(f[a(c).closest("tr").data("order_item_id")]=accounting.unformat(c.value,woocommerce_admin.mon_decimal_point))}),a(".refund input.refund_line_tax").each(function(b,c){if(a(c).closest("tr").data("order_item_id")){var d=a(c).data("tax_id");g[a(c).closest("tr").data("order_item_id")]||(g[a(c).closest("tr").data("order_item_id")]={}),g[a(c).closest("tr").data("order_item_id")][d]=accounting.unformat(c.value,woocommerce_admin.mon_decimal_point)}});var h={action:"woocommerce_refund_line_items",order_id:woocommerce_admin_meta_boxes.post_id,refund_amount:b,refund_reason:d,line_item_qtys:JSON.stringify(e,null,""),line_item_totals:JSON.stringify(f,null,""),line_item_tax_totals:JSON.stringify(g,null,""),api_refund:a(this).is(".do-api-refund"),restock_refunded_items:a("#restock_refunded_items:checked").length?"true":"false",security:woocommerce_admin_meta_boxes.order_item_nonce};a.post(woocommerce_admin_meta_boxes.ajax_url,h,function(a){!0===a.success?(c.reload_items(),"fully_refunded"===a.data.status&&(window.location.href=window.location.href)):(window.alert(a.data.error),c.unblock())})}else c.unblock()},delete_refund:function(){if(window.confirm(woocommerce_admin_meta_boxes.i18n_delete_refund)){var b=a(this).closest("tr.refund"),d=b.attr("data-order_refund_id");c.block();var e={action:"woocommerce_delete_refund",refund_id:d,security:woocommerce_admin_meta_boxes.order_item_nonce};a.ajax({url:woocommerce_admin_meta_boxes.ajax_url,data:e,type:"POST",success:function(){c.reload_items()}})}return!1},input_changed:function(){var b=0,c=a(".woocommerce_order_items").find("tr.item, tr.fee, tr.shipping");c.each(function(){var c=a(this),d=c.find(".refund input:not(.refund_order_item_qty)");d.each(function(c,d){b+=parseFloat(accounting.unformat(a(d).val()||0,woocommerce_admin.mon_decimal_point))})}),a("#refund_amount").val(accounting.formatNumber(b,woocommerce_admin_meta_boxes.currency_format_num_decimals,"",woocommerce_admin.mon_decimal_point)).change()},amount_changed:function(){var b=accounting.unformat(a(this).val(),woocommerce_admin.mon_decimal_point);a("button .wc-order-refund-amount .amount").text(accounting.formatMoney(b,{symbol:woocommerce_admin_meta_boxes.currency_format_symbol,decimal:woocommerce_admin_meta_boxes.currency_format_decimal_sep,thousand:woocommerce_admin_meta_boxes.currency_format_thousand_sep,precision:woocommerce_admin_meta_boxes.currency_format_num_decimals,format:woocommerce_admin_meta_boxes.currency_format}))},refund_quantity_changed:function(){var b=a(this).closest("tr.item"),c=b.find("input.quantity").val(),d=a(this).val(),e=a("input.line_total",b),f=a("input.refund_line_total",b),g=accounting.unformat(e.attr("data-total"),woocommerce_admin.mon_decimal_point)/c;f.val(parseFloat(accounting.formatNumber(g*d,woocommerce_admin_meta_boxes.rounding_precision,"")).toString().replace(".",woocommerce_admin.mon_decimal_point)).change(),a(".refund_line_tax",b).each(function(){var e=a(this),f=e.data("tax_id"),g=a('input.line_tax[data-tax_id="'+f+'"]',b),h=accounting.unformat(g.data("total_tax"),woocommerce_admin.mon_decimal_point)/c;0<h?e.val(parseFloat(accounting.formatNumber(h*d,woocommerce_admin_meta_boxes.rounding_precision,"")).toString().replace(".",woocommerce_admin.mon_decimal_point)).change():e.val(0).change()}),d>0?a("#restock_refunded_items").closest("tr").show():(a("#restock_refunded_items").closest("tr").hide(),a(".woocommerce_order_items input.refund_order_item_qty").each(function(){a(this).val()>0&&a("#restock_refunded_items").closest("tr").show()})),a(this).trigger("refund_quantity_changed")}},item_meta:{add:function(){var b=a(this),c=b.closest("tr.item, tr.shipping"),d=c.find("tbody.meta_items"),e=d.find("tr").length+1,f='<tr data-meta_id="0"><td><input type="text" name="meta_key['+c.attr("data-order_item_id")+"][new-"+e+']" /><textarea name="meta_value['+c.attr("data-order_item_id")+"][new-"+e+']"></textarea></td><td width="1%"><button class="remove_order_item_meta button">&times;</button></td></tr>';return d.append(f),!1},remove:function(){if(window.confirm(woocommerce_admin_meta_boxes.remove_item_meta)){var b=a(this).closest("tr");b.find(":input").val(""),b.hide()}return!1}},select_row:function(){var b=!1;b=a(this).is("tr")?a(this):a(this).closest("tr");var c=a(this).closest("table");b.is(".selected")?b.removeClass("selected"):b.addClass("selected");var d=c.find("tr.selected");if(d.length){a("div.wc-order-item-bulk-edit").slideDown();var e=!1;d.each(function(){a(this).is("tr.item")&&(e=!0)}),e?a(".bulk-increase-stock, .bulk-decrease-stock").show():a(".bulk-increase-stock, .bulk-decrease-stock").hide()}else a("div.wc-order-item-bulk-edit").slideUp()},select_row_child:function(a){a.stopPropagation()},bulk_actions:{do_delete:function(b){b.preventDefault();var d=a("table.woocommerce_order_items"),e=d.find("tr.selected");if(e.length&&window.confirm(woocommerce_admin_meta_boxes.remove_item_notice)){c.block();var f=[],g=[],h=[];a.map(e,function(b){var c=a(b);c.is(".refund")?g.push(parseInt(a(c).data("order_refund_id"),10)):f.push(parseInt(a(c).data("order_item_id"),10))}),f.length&&h.push(a.ajax({url:woocommerce_admin_meta_boxes.ajax_url,data:{order_item_ids:f,action:"woocommerce_remove_order_item",security:woocommerce_admin_meta_boxes.order_item_nonce},type:"POST"})),g.length&&h.push(a.ajax({url:woocommerce_admin_meta_boxes.ajax_url,data:{action:"woocommerce_delete_refund",refund_id:g,security:woocommerce_admin_meta_boxes.order_item_nonce},type:"POST"})),h?a.when.apply(a,h).done(function(){c.reload_items(),c.unblock()}):c.unblock()}},do_increase_stock:function(b){b.preventDefault(),c.block();var d=a("table.woocommerce_order_items"),e=d.find("tr.selected"),f={},g=a.map(e,function(b){return parseInt(a(b).data("order_item_id"),10)});e.each(function(){a(this).find("input.quantity").length&&(f[a(this).attr("data-order_item_id")]=a(this).find("input.quantity").val())});var h={order_id:woocommerce_admin_meta_boxes.post_id,order_item_ids:g,order_item_qty:f,action:"woocommerce_increase_order_item_stock",security:woocommerce_admin_meta_boxes.order_item_nonce};a.ajax({url:woocommerce_admin_meta_boxes.ajax_url,data:h,type:"POST",success:function(a){window.alert(a),c.unblock()}})},do_reduce_stock:function(b){b.preventDefault(),c.block();var d=a("table.woocommerce_order_items"),e=d.find("tr.selected"),f={},g=a.map(e,function(b){return parseInt(a(b).data("order_item_id"),10)});e.each(function(){a(this).find("input.quantity").length&&(f[a(this).attr("data-order_item_id")]=a(this).find("input.quantity").val())});var h={order_id:woocommerce_admin_meta_boxes.post_id,order_item_ids:g,order_item_qty:f,action:"woocommerce_reduce_order_item_stock",security:woocommerce_admin_meta_boxes.order_item_nonce};a.ajax({url:woocommerce_admin_meta_boxes.ajax_url,data:h,type:"POST",success:function(a){window.alert(a),c.unblock()}})}},backbone:{init:function(b,c){"wc-modal-add-products"===c&&a(document.body).trigger("wc-enhanced-select-init")},response:function(a,b,d){if("wc-modal-add-tax"===b){var e=d.add_order_tax,f="";d.manual_tax_rate_id&&(f=d.manual_tax_rate_id),c.backbone.add_tax(e,f)}"wc-modal-add-products"===b&&c.backbone.add_item(d.add_order_items)},add_item:function(d){if(d){c.block();var e={action:"woocommerce_add_order_item",item_to_add:d,dataType:"json",order_id:woocommerce_admin_meta_boxes.post_id,security:woocommerce_admin_meta_boxes.order_item_nonce};a.post(woocommerce_admin_meta_boxes.ajax_url,e,function(d){d.success?a("table.woocommerce_order_items tbody#order_line_items").append(d.data.html):window.alert(d.data.error),b.init_tiptip(),c.unblock()})}},add_tax:function(d,e){if(e&&(d=e),!d)return!1;var f=a(".order-tax-id").map(function(){return a(this).val()}).get();if(-1===a.inArray(d,f)){c.block();var g={action:"woocommerce_add_order_tax",rate_id:d,order_id:woocommerce_admin_meta_boxes.post_id,security:woocommerce_admin_meta_boxes.order_item_nonce};a.ajax({url:woocommerce_admin_meta_boxes.ajax_url,data:g,dataType:"json",type:"POST",success:function(d){d.success?(a("#woocommerce-order-items").find(".inside").empty(),a("#woocommerce-order-items").find(".inside").append(d.data.html),b.init_tiptip(),c.stupidtable.init()):window.alert(d.data.error),c.unblock()}})}else window.alert(woocommerce_admin_meta_boxes.i18n_tax_rate_already_exists)}},stupidtable:{init:function(){a(".woocommerce_order_items").stupidtable(),a(".woocommerce_order_items").on("aftertablesort",this.add_arrows)},add_arrows:function(b,c){var d=a(this).find("th"