diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 00000000000..f44a9c08503 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,21 @@ +*.min.js + +/assets/js/accounting/** +/assets/js/flexslider/** +/assets/js/jquery-blockui/** +/assets/js/jquery-cookie/** +/assets/js/jquery-flot/** +/assets/js/jquery-payment/** +/assets/js/jquery-qrcode/** +/assets/js/jquery-serializejson/** +/assets/js/jquery-tiptip/** +/assets/js/jquery-ui-touch-punch/** +/assets/js/js-cookie/** +/assets/js/photoswipe/** +/assets/js/prettyPhoto/** +/assets/js/round/** +/assets/js/select2/** +/assets/js/selectWoo/** +/assets/js/stupidtable/** +/assets/js/zeroclipboard/** +/assets/js/zoom/** \ No newline at end of file diff --git a/.eslintrc b/.eslintrc new file mode 100644 index 00000000000..fa832ed3d28 --- /dev/null +++ b/.eslintrc @@ -0,0 +1,18 @@ +{ + "root": true, + "env": { + "browser": true, + "node": true + }, + "globals": { + "wp": true, + "wpApiSettings": true, + "wcSettings": true + }, + "rules": { + "camelcase": 0, + "indent": 0, + "max-len": [ 2, { "code": 140 } ], + "no-console": 1 + } +} diff --git a/.travis.yml b/.travis.yml index 38f5033cad8..37bb210a689 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,8 @@ php: - 5.6 - 7.0 - 7.1 + - 7.2 + - 7.3 env: - WP_VERSION=latest WP_MULTISITE=0 @@ -26,16 +28,28 @@ matrix: dist: precise - php: 5.2 dist: precise - - php: 7.2 - env: WP_VERSION=latest WP_MULTISITE=0 RUN_PHPCS=1 RUN_E2E=1 - - php: 7.1 + - name: "Coding standard check" + php: 7.2 + env: WP_VERSION=latest WP_MULTISITE=0 RUN_PHPCS=1 + - name: "e2e tests" + php: 7.2 + env: WP_VERSION=latest WP_MULTISITE=0 RUN_E2E=1 + - name: "Unit tests code coverage" + php: 7.1 env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1 allow_failures: - - env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1 + - php: 7.1 + env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1 before_script: - - phpenv config-rm xdebug.ini - - export PATH="$HOME/.composer/vendor/bin:$PATH" + - | + # Remove Xdebug for a huge performance increase: + if [ -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini ]; then + phpenv config-rm xdebug.ini + else + echo "xdebug.ini does not exist" + fi + - export PATH="$HOME/.config/composer/vendor/bin:$PATH" - bash tests/bin/install.sh woocommerce_test root '' localhost $WP_VERSION - bash tests/bin/travis.sh before diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a32dcdbe7d2..d4eebaded6a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,219 @@ == Changelog == += 3.5.3 - 2018-12-20 = +* Fix - Fix orders list in the admin after a change introduced in WordPress 5.0.2. #22273 + += 3.5.2 - 2018-11-29 = +* Enhancement - Added compatibility for Twenty Nineteen theme. #21970 +* Update - Prepare WooCommerce for PHP 7.3. #22009 +* Tweak - Updates the signature field type to "password" in PayPal settings for increased security. #21715 +* Tweak - Change the filter name in the /myaccount/lost-password-confirmation.php template to differentiate between other filter with same name and different message. #21829 +* Tweak - Reintroduce Preview button by popular demand with the understanding that the Preview will only work on some product fields. It was removed from pubished products in 3.5.0 to prevent confusion. #21838 +* Tweak - Add tool to systems status tools for running the DB update routine. #21923 +* Tweak - Revert default behavior for `woocommerce_formatted_address_force_country_display` filter to maintain backwards compatibility. #21865 +* Tweak - Update products block notice for WP 5.0. #21930 +* Tweak - Use wp_kses_post instead of esc_html for sanitizing product titles to allow minimal HTML in product titles. #21936 +* Tweak - Use dedicated woocommerce_add_order_again_cart_item to filter cart item data when ordering again. Prevents issues with applying woocommerce_add_cart_item out of context. #21947 +* Tweak - Remove postal code for Angola, São Tomé and Príncipe since they don't use postal codes and update locale info. #21984 #21985 #21987 +* Fix - Metadata with array key of 0 can save properly. #21641 +* Fix - Prevent deleting the default product category via REST API. #21696 +* Fix - Fix 'Table does not exist' messages on System Status Report in multisite. #21706 +* Fix - Add dynamic SSL check to dashboard SSL notice to prevent misdiagnosing that sites aren't set up with SSL. #21738 +* Fix - Don't show escaped HTML in admin order item details for fees. #21769 +* Fix - Don't include draft variable products in on sale product results. #21778 +* Fix - Add woocommerce_hold_stock_minutes check back to stock check in cart/checkout. #21797 #22050 +* Fix - Fix potential undefined index notice on checkout fields when comparing the sort order. #21801 +* Fix - Throw an error when trying to set a variation as the parent of a variation in the CSV importer. #21810 +* Fix - Make "account erasure request" text translatable. #21812 +* Fix - Display notices on Order Pay page. #21821 +* Fix - Fix tax rate uploading by file path. #21831 +* Fix - Make wc_download_log_permission_id constraint creation work better on multisites and multiple sites using the same DB. #21836 #21940 +* Fix - Don't render undecoded HTML entities in variations dimensions. #21844 +* Fix - Do not check for stock when not managing stock or have backorders enabled when paying through the order-pay page. #21849 +* Fix - Apply priority field sorting on additional filters to make it apply on the edit address pages as well. #21856 +* Fix - Fix export and edit of attribute labels with html encoded special characters in product CSV exporter. #21864 +* Fix - Prevent fatal error when rendering plaintext customer invoice email. #21879 +* Fix - Prevent fatal error when delivering webhooks using v3 API. #21921 +* Fix - Prevent undefined variable notice in wc_increase_stock_levels. #21928 +* Fix - Fix overescaping image output on product widget. #21929 +* Fix - Croatian Kuna symbol should be lowercase. #21934 +* Fix - Fixed an error when deleting logged entries when using the 'WC_Log_Handler_DB' handler. #21949 +* Fix - Update ShipStation plugin info so install works through setup wizard. #21953 +* Fix - Use dynamic DB table name in product list table shipping class query. #21954 +* Fix - Log file date/time should be in UTC and not site timezone as per the +00:00:00 string appended to it. #21981 +* Fix - Set customer's country to selling country when only selling to one country and default customer location is 'none'. #21995 +* Fix - Change new account email copy to be compatible with auto-generated accounts. #21999 +* Fix - Correct Aria-Labelledby attribute for quantity selectors. #22000 +* Fix - Show notices on lost password page. #22001 +* Fix - Fix authentication errors when using the REST API with 3rd-party authentication. #22013 +* Fix - Fix issues where potentially not all active plugins were included on the system status report. #22057 +* Fix - Make PDT validation use the same rounding as the IPN validation to prevent erroneous totals mismatch. #21729 + += 3.5.1 - 2018-10-31 = +* Fix - Use CRUD method to get product images to fix custom tables missing images. #21608 +* Fix - Use HTML entity for times sign when outputting dimensions to fix RTL support. #21633 +* Fix - Fix India address format to look nice in the shipping calculator. #21647 +* Fix - Don't default gallery variation images to gallery thumbnail size if flexslider is disabled. #21655 +* Fix - Revert show shipping behavior change to prevent missing shipping line on Cart page. #21658 +* Fix - Removed non-existing WC_Product_Simple->set_date_created_gmt method. #21675 +* Fix - Use correct comment_type when fetching recent reviews for widget. #21689 +* Fix - Do not include strong tags as part of translation string on subscriptions disconnect message. #21690 +* Fix - Make it possible to send webhooks with the v3 API. #21745 +* Fix - Fix get_cart_from_session infinite loop when filters used. #21749 +* Fix - Use array instead of string to define class for address line 2 input on checkout. #21757 +* Fix - Make checkout fields priority work correctly again. #21763 +* Tweak - Remove mentions of deprecated live shipping rates from setup wizard. #21645 +* Tweak- Update product block editor hook for WP 5.0. #21703 +* Tweak - Merged similar strings to reduce number of translateable strings. #21704 +* Tweak - Remove hated "Over to you" text from emails. #21709 +* Tweak - Revert problematiic customer as post author change. #21740 + += 3.5.0 - 2018-10-17 = +* Feature - REST API v3. #20111 +* Feature - Option has been added on the inventory tab of the edit product page to set a low stock threshold for individual products. #20260 +* Feature - Add ability to export products by category to the CSV exporter. #20870 +* Feature - Ability to define custom product placeholder images that will resize to correct store aspect ratio. #20644 +* Enhancement - Excluded children categories from WP_Query in product shortcode if cat_operator=AND. #20207 +* Enhancement - Add anchor tag example to email template preview. #20246 +* Enhancement - Introduce is_paypal_supported_currency check in setup wizard. #20244 +* Enhancement - Payment method table reordering accessibility. #19844 +* Enhancement - Log errors from transaction emails with logger. #20203 +* Enhancement - Improved shipping calculator experience. Shows destination country and added context to calculate shipping link. #20345 +* Enhancement - On the fly image generation for frontend, if image sizes are missing. #20011 +* Enhancement - SelectWoo enabled product categories dropdown widget. #20617 +* Enhancement - Make it easier to read and act upon the outdated template notice. #20732 +* Enhancement - Styled date, time, etc. inputs in admin to match styling of other inputs. #21013 +* Enhancement - Show update notices on the System Status page for WordPress.org hosted Official WooCommerce extensions. #21073 +* Enhancement - Better wording for transactional emails. #21288 +* Fix - Check billing email is posted before using in WC_Cart::check_customer_coupons. #20180 +* Fix - Shipping postcode formatting when only posting a billing address. #20330 +* Fix - Correctly show/hide save card checkbox on tokenization form. #20506 +* Fix - orderby and order parameters in WC_Customer_Download_Log_Data_Store::get_download_logs() were ignored. #20931 +* Fix - Unslash city name to prevent double escape in tax settings. #21205 +* Fix - Updated phone validation logic. #21188 +* Fix - Fix weight and dimensions cache of variable products if childs doesn't have any of those params. #21244 +* Fix - Correctly replace images in the woocommerce_uploads folder with the placeholder image. #20848 +* Fix - Show parent variable product in shipping class admin screen when variation has shipping class. #21278 +* Fix - Correctly excluded administrators from "Customer list" report. #21304 +* Fix - Update quick edit logic to show/hide Stock qty and Backorders fields. #21301 +* Fix - Fix Layered Nav Widget where special HTML entities did not display correctly in the "Any %s" string. #21312 +* Fix - Set the is_checkout javascript parameter on any page that uses the checkout filter or shortcode. #21328 +* Fix - Fix cron_interval property support in WP_Background_Process. #21353 +* Fix - CSS Changes to make text fields line up on the shipping settings page. #21247 +* Fix - Add extra null check to fix an issue with select payment fields using disabed select as placeholders. #21391 +* Fix - Don't modify attributes orderby when sorting by name. #21408 +* Fix - Allow saving a stock quantity of 0 using quick edit. #21447 +* Fix - Change the query used to save session data to the database to protect against deadlocks. #21455 +* Fix - Make sure default category tooltip is rendered when the image column is deactivated. #21410 +* Fix - Fix warning when using logger instance in woocommerce_logging_class filter. #21448 +* Fix - Use uppercase "ID" when sorting product queries by ID. #21461 +* Fix - Consistently escape the gateway ID in the checkout payment method template. #21439 +* Fix - Avoid treating HTTP 301 and 302 codes as failures for webhooks. #21491 +* Fix - Add address_1 to shipping packages info in WC_Cart:: get_shipping_packages to make it work correctly in address formatting functions. #21493 +* Fix - Don't fire two of the same action when saving shipping settings. #21494 +* Fix - Remove double condition for address line 2 in `WC_Countries::get_default_address_fields`. #20629 +* Fix - Correctly handle shorthand values for memory_limit in php.ini. #21557 +* Fix - Product shortcode numeric term slug matching. #21560 +* Fix - Remove the erasure tools links from the descriptions of the erasure settings for users without the manage_privacy_options capability. #21565 +* Fix - Don't double urldecode posted variation attributes. #21570 +* Fix - Don't double-sanitize cart images. #21574 +* Fix - Check if ID exists and is not empty before set Product's download ID in API. #21588 +* Fix - Ensure wp_list_pluck() gets a array and not possibly null in WC_Product_Data_Store_CPT::update_attributes. #21591 +* Fix - Trim CSV header rows to prevent leading/trailing whitespace issues. #21614 +* Fix - Show draft products in previews on unsupported themes. #21619 +* Fix/Tweak - Fire `woocommerce_grant_product_download_access` hook after the download has its ID set. #20905 +* Fix/Tweak/Performance - Change wp_woocommerce_sessions primary key to session_id. #21245 +* Tweak - Show empty terms in admin product category filter dropdown. #20324 +* Tweak - Don't force default token gateway active by default. #20125 +* Tweak - Move notice output to hooked in functions. #19794 +* Tweak - Apply order bulk actions in chronological order. #20338 +* Tweak - Updated Emogrifier to 2.0. #20547 +* Tweak - Avoid using wp.template (eval) in add-to-cart-variation.js. #19496 +* Tweak - Hide Preview button when creating new products, as most fields aren't set up for it. #20650 +* Tweak - For guests, store all address fields to the session whilst placing an order. #20665 +* Tweak - Removed 'ajax_add_to_cart' class from 'Read more' button. #20690 +* Tweak - Removed unnecessary checkout form change trigger on load of the checkout page. #20655 +* Tweak - Add image size filters to wc_get_product_attachment_props(). #20722 +* Tweak - Only display the current site's tables for a multisite install when viewing the system status. #20731 +* Tweak - include the file path and line number where a fatal error occurred in the fatal errors log. #20787 +* Tweak - Cast tax rate to float so that it can be treated as number further on in the code. #20910 +* Tweak - Send webhooks using Action Scheduler. #20030 +* Tweak - Update customer's ip address on successful payment. #21038 +* Tweak - Changed wc_clean to checking for valid utf8 for line items and password. #20993 +* Tweak - Add to cart notice actions (View cart/Continue shopping) now have tabindex 1 for improved accessibility. #21108 +* Tweak - Remove icanhazip from geolocation services. #21198 +* Tweak - Remove unnecessary aria-required attributes from product reviews template. #21211 +* Tweak - Added hidden label for screen readers on checkout address line 2 input. #21193 +* Tweak - Remove empty space in mini-cart template. #21261 +* Tweak - Tax display in cart now depends on whether customer is tax exempt. #21292 +* Tweak - Change sort dropdown option "Sort by newness" to "Sort by latest". #21311 +* Tweak - Sanitize endpoint slugs upon saving. #21355 +* Tweak - Ignore converting float meta value for registered post meta. #21333 +* Tweak - Remove 'order_again' query string to avoid multiple re-orders. #21444 +* Tweak - Remove Netherlands Antilles from the North America continent definitions. #21449 +* Tweak - Display label and meta on the same line in order emails to match frontend Order Details styling. #21456 +* Tweak - Use wp_get_upload_dir for geolite DB path. #21550 +* Performance/Tweak - Use post_author for the order customer instead of '_customer_user' meta data. #17895 +* Performance - Exclude frontend include from REST API calls. #20000 +* Performance - Improve performance of the query to delete version transients by removing unneeded "ORDER BY". #21274 +* Dev - REST API - Allows oAuth1.0a authentication under SSL. +* Dev - REST API - Fix position param for images. #20497 +* Dev - REST API - Handle children products deletion regardless of type. #20670 +* Dev - Added woocommerce_increase_coupon_usage_count and woocommerce_decrease_coupon_usage_count action hooks to increase extensibility of Coupons. #19981 +* Dev - Add endpoints to account menu items filter. #19980 +* Dev - Added qty param to `wc_add_to_cart_message` filter. #19817 +* Dev - Added `woocommerce_search_products_ids` filter. #20160 +* Dev - Introduced `woocommerce_cart_calculate_shipping_address` field to allow manipulation of cart shipping calculator data. #20046 +* Dev - Introduced `woocommerce_shipping_calculator_enable_country` filter. #20046 +* Dev - Pass product id to backorder notification. #20416 +* Dev - Added woocommerce_cart_shipping_total filter to control shipping display. #20591 +* Dev - Refactor "Order again" handling to separate logic better. #20606 +* Dev - Added 'woocommerce_products_admin_list_table_filters' filter to make it easier to customize the products list table filters. #20634 +* Dev - Added `woocommerce_shipping_method_add_rate_args` and `woocommerce_shipping_method_add_rate` filters. #20633 +* Dev - Added `woocommerce_coupon_validate_user_usage_limit` filter. #20630 +* Dev - Add hooks needed for product custom tables feature plugin. #20520 +* Dev - Added new filter to 'Item in quotes' translation for messages. #20714 +* Dev - Add 'woocommerce_shutdown_error' hook triggered on request termination with an error. #20787 +* Dev - New filter 'woocommerce_admin_meta_boxes_variations_count' to customize the shown count of variations. #21067 +* Dev - Added ability to query products that have a field set in wc_get_products/WC_Product_Query using the wildcard symbol '*'. #21162 +* Dev - Added a JavaScript events before and after the order total recalculation on the Edit Order page. #21181 +* Dev - Check for `needs_payment` instead of `has_status( 'pending' )` in PayPal PDT handler for custom order status support. #21200 +* Dev - Added form action hooks for edit account and login templates. #21248 +* Dev - Add action for when system tools are run. #21270 +* Dev - Add - woocommerce_restock_refunded_items filter to control default state of the restock option when refunding items on an order. #21314 +* Dev - Add an extensible/swappable job queue via WC_Action_Queue and WC_Queue_Interface. #20030 +* Dev - Use WC_Action_Queue for schedule and delivery of webhooks. #20030 +* Dev - Include Action Scheduler v2.1.0 and use it for the default job queue. #21424 / #20030 +* Dev - Save reviews under the 'review' comment type. #21305 +* Localization - Updated IT provinces. #20286 +* Localization - Eircode validation. #20330 +* Localization - Disable postcode requirement for Bahrain. #21103 +* Localization - Make postcode field optional and hidden for Nigeria and label State. #21056 +* Localization - Make Romania state selection mandatory. #21180 +* Localization - Make city field optional and hidden for Singapore addresses. #21016 + += 3.4.6 - 2018-10-11 = +* Fix - Security issues +* Fix - Allow percent coupons with sale restrictions to apply to carts with sale items in them. #21241 +* Fix - Prevent multiple slashing of variation's SKU. #21019 + += 3.4.5 - 2018-08-29 = +* Fix - Tweak sanitization when resetting password cookie. #20901 +* Fix - Use `+` instead of `array_merge` when appending parent to tax class to fix issues with numeric tax class names. #20916 +* Fix - Correct translation for North Khorasan. #20972 +* Fix - Unify scroll-to notices for all browsers. #20992 +* Fix - Prevent multiple slashing of variation's SKU. #21019 +* Fix - Variation image in fullscreen now shows correct caption for the respective image. #21022 +* Fix - Vertically center admin order action buttons. #21053 +* Fix - Correct context for shipping packages translation. #21065 +* Fix - Add permission checks for installing Jetpack on the setup wizard. #21072 +* Fix - Use refund currency instead of store default currency when displaying refund amount in the edit order screen. #21106 +* Fix - Fix a typo in REST API customer schema. #21171 +* Fix - Use entire sentence for checkout address_2 placeholder string. #21186 +* Fix - Only suppress comments number on unsupported theme shop page. #21191 +* Fix - Don't allow users without manage_product_terms permissions to create categories using the product importer. #21192 +* Fix - Correct sale coupon restriction logic. #21219 + = 3.4.4 - 2018-07-25 = * Fix - Only wordwrap plain email content. #20723 * Fix - Better escaping on product quick edit. #20740 diff --git a/assets/css/admin-rtl.css b/assets/css/admin-rtl.css index 0ea0d2ebfbc..4d4b1c458ea 100644 --- a/assets/css/admin-rtl.css +++ b/assets/css/admin-rtl.css @@ -1,2 +1,2 @@ .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;margin:0 0 -4px;-moz-user-select:none;-ms-user-select:none;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;-moz-user-select:none;-ms-user-select:none;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;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;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;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-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}.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--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 transparent;border-style:solid;border-width:5px 4px 0 4px;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 transparent;border-width:0 4px 5px 4px}.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;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:'';display: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:solid #000 1px;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>.select2-results__options{max-height:200px;overflow-y:auto}.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],.select2-container--default .select2-results__option[data-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],.select2-container--default .select2-results__option--highlighted[data-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:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.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:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;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:0;border-top-left-radius:4px;border-bottom-left-radius: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 transparent;border-width:0 4px 5px 4px}.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:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.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:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.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}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{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>.select2-results__options{max-height:200px;overflow-y:auto}.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],.select2-container--classic .select2-results__option--highlighted[data-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} -@charset "UTF-8";@-webkit-keyframes spin{100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes spin{100%{-webkit-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;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{max-width:1200px}.wc_addons_wrap h1.search-form-title{clear:right;padding:0}.wc_addons_wrap form.search-form{clear:both;display:block;position:relative;margin-top:1em;margin-bottom:1em}.wc_addons_wrap form.search-form input{border:1px solid #ddd;box-shadow:none;height:53px;padding-right:50px;width:100%;margin:0}.wc_addons_wrap form.search-form button{background:0 0;border:none;cursor:pointer;height:53px;position:absolute;width:53px}.wc_addons_wrap .update-plugins .update-count{background-color:#d54e21;border-radius:10px;color:#fff;display:inline-block;font-size:9px;font-weight:600;line-height:17px;margin:1px 2px 0 0;padding:0 6px;vertical-align:text-top}.wc_addons_wrap .addons-featured{margin:0}.wc_addons_wrap ul.subsubsub.subsubsub{margin:-2px 0 12px}.wc_addons_wrap .subsubsub li::after{content:'|'}.wc_addons_wrap .subsubsub li:last-child::after{content:''}.wc_addons_wrap .addons-banner-block-item-icon,.wc_addons_wrap .addons-column-block-item-icon{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.wc_addons_wrap .addons-banner-block,.wc_addons_wrap .addons-wcs-banner-block{background:#fff;border:1px solid #ddd;margin:0 0 1em 0;padding:2em 2em 1em}.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:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin:0 -10px 0 -10px}.wc_addons_wrap .addons-banner-block-item{border:1px solid #e6e6e6;border-radius:3px;-webkit-box-flex:1;flex:1;margin:1em;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:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;height:184px;-webkit-box-pack:justify;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-wcs-banner-block{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.wc_addons_wrap .addons-wcs-banner-block-image{background:#f7f7f7;border:1px solid #e6e6e6;margin-left:2em;padding:4em}.wc_addons_wrap .addons-wcs-banner-block-image .addons-img{max-height:86px;max-width:97px}.wc_addons_wrap .addons-shipping-methods .addons-wcs-banner-block{margin-right:0;margin-left:0;margin-top:1em}.wc_addons_wrap .addons-wcs-banner-block-content{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;justify-content:space-around;align-self:stretch;padding:1em 0}.wc_addons_wrap .addons-wcs-banner-block-content h1{padding-bottom:0}.wc_addons_wrap .addons-wcs-banner-block-content p{margin-bottom:0}.wc_addons_wrap .addons-wcs-banner-block-content .wcs-service-logo{max-width:40px}.wc_addons_wrap .addons-column-section{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.wc_addons_wrap .addons-column{-webkit-box-flex:1;flex:1;width:50%;padding:0 .5em}.wc_addons_wrap .addons-column:nth-child(2){margin-left:0}.wc_addons_wrap .addons-column-block,.wc_addons_wrap .addons-small-dark-block,.wc_addons_wrap .addons-small-light-block{box-sizing:border-box;border:1px solid #ddd;margin:0 0 1em;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{border-top:2px solid #f9f9f9;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;-webkit-box-pack:justify;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:-webkit-box;display:flex;-webkit-box-flex:1;flex:1;flex-wrap:wrap;height:20%;-webkit-box-pack:justify;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-banner-block-item,.wc_addons_wrap .addons-column-block-item{display:none}.wc_addons_wrap .addons-banner-block-item:nth-child(-n+3){display:block}.wc_addons_wrap .addons-column-block-item:nth-of-type(-n+3){display:-webkit-box;display:flex}.wc_addons_wrap .addons-small-dark-block{background-color:#54687d;text-align:center}.wc_addons_wrap .addons-small-dark-items{display:-webkit-box;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:-webkit-box;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:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1 100px;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;justify-content:space-around}.wc_addons_wrap .addons-small-light-block-buttons{display:-webkit-box;display:flex;-webkit-box-pack:justify;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{width:100%}.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;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row;flex-wrap:wrap;margin:0 -.5em}.wc_addons_wrap .products li{float:right;border:1px solid #ddd;margin:0 .5em 1em!important;padding:0;vertical-align:top;width:25%;min-width:280px;min-height:220px;-webkit-box-flex:1;flex:1;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{text-decoration:none;color:inherit;display:block;height:100%}.wc_addons_wrap .products li a .product-img-wrap{background:#fff;display:block}.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 img.extension-thumb+h3{display:none}.wc_addons_wrap .products li a .price{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;margin-top:1em;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;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;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:static;float:left;padding:0 28px 10px 15px;margin-top:-10px;font-size:13px;line-height:1.23076923;text-decoration:none}.woocommerce-message a.woocommerce-message-close::before{position:relative;top:18px;right:-20px;-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}.wrap.woocommerce div.error,.wrap.woocommerce div.updated{margin-top:10px}mark.amount{background:transparent none;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;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:"";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,table.wc_status_table th{font-size:1.1em;font-weight:400}table.wc_status_table td.run-tool,table.wc_status_table th.run-tool{text-align:left}table.wc_status_table td strong.name,table.wc_status_table th strong.name{display:block;margin-bottom:.5em}table.wc_status_table td mark,table.wc_status_table th mark{background:transparent none}table.wc_status_table td mark.yes,table.wc_status_table th mark.yes{color:#7ad03a}table.wc_status_table td mark.no,table.wc_status_table th mark.no{color:#999}table.wc_status_table td .red,table.wc_status_table td mark.error,table.wc_status_table th .red,table.wc_status_table th mark.error{color:#a00}table.wc_status_table td ul,table.wc_status_table th ul{margin:0}table.wc_status_table .help_tip{cursor:help}table.wc_status_table--tools td,table.wc_status_table--tools th{padding:2em}.taxonomy-product_cat .column-thumb .woocommerce-help-tip{font-size:1.5em;margin:0 -34px 0 0;padding:0 2px 5px;display:block;position:absolute}#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;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;box-shadow:0 1px 1px rgba(0,0,0,.04);padding:5px 20px}#log-viewer pre{font-family:monospace;white-space:pre-wrap;word-wrap:break-word}.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{clear:right}#woocommerce-fields.inline-edit-col label.featured,#woocommerce-fields.inline-edit-col label.manage_stock{margin-right:10px}#woocommerce-fields.inline-edit-col label.stock_status_field{clear:both;float:right}#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 label{clear:right}#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{padding-bottom:5px}ul.wc_coupon_list li{margin:0}ul.wc_coupon_list li.code{display:inline-block;position:relative;padding:0 .5em;background-color:#fff;border:1px solid #aaa;box-shadow:0 1px 0 #dfdfdf;border-radius:4px;margin-left:5px;margin-top:5px}ul.wc_coupon_list li.code.editable{padding-left:2em}ul.wc_coupon_list li.code .tips{cursor:pointer}ul.wc_coupon_list li.code .tips span{color:#888}ul.wc_coupon_list li.code .tips span:hover{color:#000}ul.wc_coupon_list li.code .remove-coupon{text-decoration:none;color:#888;position:absolute;top:7px;left:20px;left:7px}ul.wc_coupon_list li.code .remove-coupon::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:""}ul.wc_coupon_list li.code .remove-coupon:hover::before{color:#a00}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{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;padding:0;height:28px;width:28px!important;display:inline-block}.button.wc-reload::after{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:"";line-height:28px}#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-family:HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',sans-serif;font-size:21px;font-weight:400;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;font-family:HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',sans-serif;font-weight:400;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 textarea{width:100%}#order_data .order_data_column .form-field select{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-category-search,#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-category-search,#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-category-search,#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-category-search,#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;margin-right:8px}#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{font-family:WooCommerce;position:absolute;top:0;right:0;text-align:center;vertical-align:top;line-height:14px;font-size:14px;font-weight:400}#order_data .order_data_column a.edit_address::after{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{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;-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: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;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:"";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 label,#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 label,#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 label,#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 label{color:#ccc}#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 .item_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 input,#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 .quantity .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 input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input:first-child input{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 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 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 .refund_by{border-bottom:1px dotted #999}#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 auto}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.fee .thumb div::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}#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 auto}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.refund .thumb div::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}#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 auto}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .thumb div::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}#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;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:"";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 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{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:"";position:relative}#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{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:"";position:relative}#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}.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-wc_actions{width:110px}.widefat .column-wc_actions a.button{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;display:inline-block;margin:2px 0 2px 4px;padding:0!important;height:2em!important;width:2em;overflow:hidden;vertical-align:middle}.widefat .column-wc_actions a.button::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;line-height:1.85}.widefat .column-wc_actions a.button img{display:block;width:12px;height:auto}.widefat .column-wc_actions a.edit::after{content:'\f464'}.widefat .column-wc_actions a.link::after{font-family:WooCommerce;content:'\e00d'}.widefat .column-wc_actions a.view::after{content:'\f177'}.widefat .column-wc_actions a.refresh::after{font-family:WooCommerce;content:'\e031'}.widefat .column-wc_actions a.processing::after{font-family:WooCommerce;content:'\e00f'}.widefat .column-wc_actions a.complete::after{content:'\f147'}.widefat small.meta{display:block;color:#999;font-size:inherit;margin:3px 0}.post-type-shop_order .tablenav .one-page .displaying-num{display:none}.post-type-shop_order .wp-list-table{margin-top:1em}.post-type-shop_order .wp-list-table tfoot th,.post-type-shop_order .wp-list-table thead th{padding:.75em 1em}.post-type-shop_order .wp-list-table tfoot th.sortable a,.post-type-shop_order .wp-list-table tfoot th.sorted a,.post-type-shop_order .wp-list-table thead th.sortable a,.post-type-shop_order .wp-list-table thead th.sorted a{padding:0}.post-type-shop_order .wp-list-table tfoot th:first-child,.post-type-shop_order .wp-list-table thead th:first-child{padding-right:2em}.post-type-shop_order .wp-list-table tfoot th:last-child,.post-type-shop_order .wp-list-table thead th:last-child{padding-left:2em}.post-type-shop_order .wp-list-table tbody td,.post-type-shop_order .wp-list-table tbody th{padding:1em;line-height:26px}.post-type-shop_order .wp-list-table tbody td:first-child{padding-right:2em}.post-type-shop_order .wp-list-table tbody td:last-child{padding-left:2em}.post-type-shop_order .wp-list-table tbody tr{border-top:1px solid #f5f5f5}.post-type-shop_order .wp-list-table tbody tr:hover:not(.status-trash):not(.no-link) td{cursor:pointer}.post-type-shop_order .wp-list-table .no-link{cursor:default!important}.post-type-shop_order .wp-list-table td,.post-type-shop_order .wp-list-table th{width:12ch;vertical-align:middle}.post-type-shop_order .wp-list-table td p,.post-type-shop_order .wp-list-table th p{margin:0}.post-type-shop_order .wp-list-table .check-column{width:1px;white-space:nowrap;padding:1em 1em 1em 1em!important;vertical-align:middle}.post-type-shop_order .wp-list-table .check-column input{vertical-align:text-top;margin:1px 0}.post-type-shop_order .wp-list-table .column-order_number{width:20ch}.post-type-shop_order .wp-list-table .column-order_total{width:8ch;text-align:left}.post-type-shop_order .wp-list-table .column-order_total a span{float:left}.post-type-shop_order .wp-list-table .column-order_date,.post-type-shop_order .wp-list-table .column-order_status{width:10ch}.post-type-shop_order .wp-list-table .column-order_status{width:14ch}.post-type-shop_order .wp-list-table .column-billing_address,.post-type-shop_order .wp-list-table .column-shipping_address{width:20ch;line-height:1.5em}.post-type-shop_order .wp-list-table .column-billing_address .description,.post-type-shop_order .wp-list-table .column-shipping_address .description{display:block;color:#999}.post-type-shop_order .wp-list-table .column-wc_actions{text-align:left}.post-type-shop_order .wp-list-table .column-wc_actions a.button{text-indent:9999px;margin:2px 4px 2px 0}.post-type-shop_order .wp-list-table .order-preview{float:left;width:16px;padding:20px 4px 4px 4px;height:0;overflow:hidden;position:relative;border:2px solid transparent;border-radius:4px}.post-type-shop_order .wp-list-table .order-preview::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";line-height:16px;font-size:14px;vertical-align:middle;top:4px}.post-type-shop_order .wp-list-table .order-preview:hover{border:2px solid #00a0d2}.post-type-shop_order .wp-list-table .order-preview.disabled::before{content:'';background:url(../images/wpspin.gif) no-repeat center top}.order-status{display:-webkit-inline-box;display:inline-flex;line-height:2.5em;color:#777;background:#e5e5e5;border-radius:4px;border-bottom:1px solid rgba(0,0,0,.05);margin:-.25em 0;cursor:inherit!important;white-space:nowrap;max-width:100%}.order-status.status-completed{background:#c8d7e1;color:#2e4453}.order-status.status-on-hold{background:#f8dda7;color:#94660c}.order-status.status-failed{background:#eba3a3;color:#761919}.order-status.status-processing{background:#c6e1c6;color:#5b841b}.order-status.status-trash{background:#eba3a3;color:#761919}.order-status>span{margin:0 1em;overflow:hidden;text-overflow:ellipsis}.wc-order-preview .order-status{float:left;margin-left:54px}.wc-order-preview article{padding:0!important}.wc-order-preview .modal-close{border-radius:0}.wc-order-preview .wc-order-preview-table{width:100%;margin:0}.wc-order-preview .wc-order-preview-table td,.wc-order-preview .wc-order-preview-table th{padding:1em 1.5em;text-align:right;border:0;border-bottom:1px solid #eee;margin:0;background:0 0;box-shadow:none;text-align:left;vertical-align:top}.wc-order-preview .wc-order-preview-table td:first-child,.wc-order-preview .wc-order-preview-table th:first-child{text-align:right}.wc-order-preview .wc-order-preview-table th{border-color:#ccc}.wc-order-preview .wc-order-preview-table tr:last-child td{border:0}.wc-order-preview .wc-order-preview-table .wc-order-item-sku{margin-top:.5em}.wc-order-preview .wc-order-preview-table .wc-order-item-meta{margin-top:.5em}.wc-order-preview .wc-order-preview-table .wc-order-item-meta td,.wc-order-preview .wc-order-preview-table .wc-order-item-meta th{padding:0;border:0;text-align:right;vertical-align:top}.wc-order-preview .wc-order-preview-table .wc-order-item-meta td:last-child{padding-right:.5em}.wc-order-preview .wc-order-preview-addresses{overflow:hidden;padding-bottom:1.5em}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note{width:50%;float:right;padding:1.5em 1.5em 0;box-sizing:border-box;word-wrap:break-word}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address h2,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note h2{margin-top:0}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address strong,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note strong{display:block;margin-top:1.5em}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address strong:first-child,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note strong:first-child{margin-top:0}.wc-order-preview footer .wc-action-button-group{display:inline-block;float:right}.wc-order-preview footer .button.button-large{margin-right:10px;padding:0 10px!important;line-height:28px;height:auto;display:inline-block}.wc-order-preview .wc-action-button-group label{display:none}.wc-action-button-group{vertical-align:middle;line-height:26px;text-align:right}.wc-action-button-group label{margin-left:6px;cursor:default;font-weight:700;line-height:28px}.wc-action-button-group .wc-action-button-group__items{display:-webkit-inline-box;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;align-content:flex-start;-webkit-box-pack:start;justify-content:flex-start}.wc-action-button-group .wc-action-button{margin:0 -1px 0 0!important;border:1px solid #ccc;padding:0 10px!important;border-radius:0!important;float:none;line-height:28px;height:auto;z-index:1;position:relative;overflow:hidden;text-overflow:ellipsis;-webkit-box-flex:1;flex:1 0 auto;box-sizing:border-box;text-align:center;white-space:nowrap}.wc-action-button-group .wc-action-button:focus,.wc-action-button-group .wc-action-button:hover{border:1px solid #999;z-index:2}.wc-action-button-group .wc-action-button:first-child{margin-right:0!important;border-top-right-radius:3px!important;border-bottom-right-radius:3px!important}.wc-action-button-group .wc-action-button:last-child{border-top-left-radius:3px!important;border-bottom-left-radius:3px!important}@media screen and (max-width:782px){.wc-order-preview footer .wc-action-button-group .wc-action-button-group__items{display:-webkit-box;display:flex}.wc-order-preview footer .wc-action-button-group{float:none;display:block;margin-bottom:4px}.wc-order-preview footer .button.button-large{width:100%;float:none;text-align:center;margin:0;display:block}.post-type-shop_order .wp-list-table td.check-column{width:1em}.post-type-shop_order .wp-list-table td.column-order_number{padding-right:0;padding-bottom:.5em}.post-type-shop_order .wp-list-table td.column-order_date,.post-type-shop_order .wp-list-table td.column-order_status{display:inline-block!important;padding:0 1em 1em 1em!important}.post-type-shop_order .wp-list-table td.column-order_date:before,.post-type-shop_order .wp-list-table td.column-order_status:before{display:none!important}.post-type-shop_order .wp-list-table td.column-order_date{padding-right:0!important}.post-type-shop_order .wp-list-table td.column-order_status{float:left}}.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{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";line-height:16px}.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{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";line-height:16px}.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;height:1em;width:1em;padding:0!important;height:2em!important;width:2em}.attributes-table .attribute-actions .configure-terms::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;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 p.meta .exact-date{border-bottom:1px dotted #999}ul.order_notes li a.delete_note{color:#a00}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.system-note .note_content{background:#d7cad2}ul.order_notes li.system-note .note_content::after{border-color:#d7cad2 transparent}ul.order_notes li.customer-note .note_content{background:#a7cedc}ul.order_notes li.customer-note .note_content::after{border-color:#a7cedc 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-handle{width:17px;display:none}table.wp-list-table tbody td.column-handle{cursor:move;width:17px;text-align:center;vertical-align:text-top}table.wp-list-table tbody td.column-handle::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;height:100%;margin:4px 0 0 0}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 .row-actions{color:#999}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 span.na{color:#999}table.wp-list-table .column-sku{width:10%}table.wp-list-table .column-price{width:10ch}table.wp-list-table .column-is_in_stock{text-align:right!important;width:12ch}table.wp-list-table span.wc-featured,table.wp-list-table span.wc-image{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{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 mark.instock,table.wp-list-table mark.onbackorder,table.wp-list-table mark.outofstock{font-weight:700;background:transparent none;line-height:1}table.wp-list-table mark.instock{color:#7ad03a}table.wp-list-table mark.outofstock{color:#a44}table.wp-list-table mark.onbackorder{color:#eaa600}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;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:""}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}.wc_input_table_wrapper{overflow-x:auto;display:block}table.wc_input_table,table.wc_tax_rates{width:100%}table.wc_input_table td,table.wc_input_table th,table.wc_tax_rates td,table.wc_tax_rates th{display:table-cell!important}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=number],table.wc_input_table td input[type=text],table.wc_tax_rates td input[type=number],table.wc_tax_rates td input[type=text]{width:100%!important;min-width:100px;padding:8px 10px;margin:0;border:0;outline:0;background:transparent none}table.wc_input_table td input[type=number]:focus,table.wc_input_table td input[type=text]:focus,table.wc_tax_rates td input[type=number]:focus,table.wc_tax_rates td input[type=text]: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 .item_cost,table.wc_tax_rates .cost,table.wc_tax_rates .item_cost{text-align:left}table.wc_input_table .cost input,table.wc_input_table .item_cost input,table.wc_tax_rates .cost input,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_emails th,table.wc_gateways td,table.wc_gateways th,table.wc_shipping td,table.wc_shipping th{display:table-cell!important;padding:1em!important;vertical-align:top;line-height:1.75em}table.wc_emails.wc_emails td,table.wc_gateways.wc_emails td,table.wc_shipping.wc_emails td{vertical-align:middle}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 td.name,table.wc_gateways td.name,table.wc_shipping td.name{font-weight:700}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 td.sort,table.wc_gateways td.sort,table.wc_shipping td.sort{font-size:15px;text-align:center}table.wc_emails td.sort .wc-item-reorder-nav,table.wc_gateways td.sort .wc-item-reorder-nav,table.wc_shipping td.sort .wc-item-reorder-nav{white-space:nowrap;width:72px}table.wc_emails td.sort .wc-item-reorder-nav:before,table.wc_gateways td.sort .wc-item-reorder-nav:before,table.wc_shipping td.sort .wc-item-reorder-nav:before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:24px;float:right;height:100%;line-height:24px;cursor:move}table.wc_emails td.sort .wc-item-reorder-nav button,table.wc_gateways td.sort .wc-item-reorder-nav button,table.wc_shipping td.sort .wc-item-reorder-nav button{position:relative;overflow:hidden;float:right;display:block;width:24px;height:24px;margin:0;background:0 0;border:none;box-shadow:none;color:#82878c;text-indent:-9999px;cursor:pointer;outline:0}table.wc_emails td.sort .wc-item-reorder-nav button:before,table.wc_gateways td.sort .wc-item-reorder-nav button:before,table.wc_shipping td.sort .wc-item-reorder-nav button:before{display:inline-block;position:absolute;top:0;left:0;width:100%;height:100%;font:normal 20px/23px dashicons;text-align:center;text-indent:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}table.wc_emails td.sort .wc-item-reorder-nav button:focus,table.wc_emails td.sort .wc-item-reorder-nav button:hover,table.wc_gateways td.sort .wc-item-reorder-nav button:focus,table.wc_gateways td.sort .wc-item-reorder-nav button:hover,table.wc_shipping td.sort .wc-item-reorder-nav button:focus,table.wc_shipping td.sort .wc-item-reorder-nav button:hover{color:#191e23}table.wc_emails td.sort .wc-item-reorder-nav .wc-move-down:before,table.wc_gateways td.sort .wc-item-reorder-nav .wc-move-down:before,table.wc_shipping td.sort .wc-item-reorder-nav .wc-move-down:before{content:"\f347"}table.wc_emails td.sort .wc-item-reorder-nav .wc-move-up:before,table.wc_gateways td.sort .wc-item-reorder-nav .wc-move-up:before,table.wc_shipping td.sort .wc-item-reorder-nav .wc-move-up:before{content:"\f343"}table.wc_emails td.sort .wc-item-reorder-nav .wc-move-disabled,table.wc_gateways td.sort .wc-item-reorder-nav .wc-move-disabled,table.wc_shipping td.sort .wc-item-reorder-nav .wc-move-disabled{color:#d5d5d5!important;cursor:default;pointer-events:none}table.wc_emails .wc-payment-gateway-method-name,table.wc_gateways .wc-payment-gateway-method-name,table.wc_shipping .wc-payment-gateway-method-name{font-weight:400}table.wc_emails .wc-email-settings-table-name,table.wc_gateways .wc-email-settings-table-name,table.wc_shipping .wc-email-settings-table-name{font-weight:700}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-payment-gateway-method-toggle-disabled,table.wc_emails .wc-payment-gateway-method-toggle-enabled,table.wc_gateways .wc-payment-gateway-method-toggle-disabled,table.wc_gateways .wc-payment-gateway-method-toggle-enabled,table.wc_shipping .wc-payment-gateway-method-toggle-disabled,table.wc_shipping .wc-payment-gateway-method-toggle-enabled{padding-top:1px;display:block;outline:0;box-shadow:none}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}.wc-shipping-zone-settings th{padding:24px 0 24px 24px}.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;display:table-cell!important}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 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;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-zone-method-rows tr:nth-child(even) td,table.wc-shipping-zone-methods .wc-shipping-zone-method-rows tr:nth-child(even) td,table.wc-shipping-zones .wc-shipping-zone-method-rows tr:nth-child(even) td{background:#f9f9f9}table.wc-shipping-classes .wc-shipping-class-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 tr.odd td,table.wc-shipping-zones .wc-shipping-class-rows tr:nth-child(odd) td,table.wc-shipping-zones tr.odd td{background:#f9f9f9}table.wc-shipping-classes tbody.wc-shipping-zone-rows td,table.wc-shipping-zone-methods tbody.wc-shipping-zone-rows td,table.wc-shipping-zones tbody.wc-shipping-zone-rows td{border-top:2px solid #f9f9f9}table.wc-shipping-classes tbody.wc-shipping-zone-rows tr:first-child td,table.wc-shipping-zone-methods tbody.wc-shipping-zone-rows tr:first-child td,table.wc-shipping-zones tbody.wc-shipping-zone-rows tr:first-child td{border-top:0}table.wc-shipping-classes tr.wc-shipping-zone-worldwide td,table.wc-shipping-zone-methods tr.wc-shipping-zone-worldwide td,table.wc-shipping-zones tr.wc-shipping-zone-worldwide td{background:#f9f9f9;border-top:2px solid #e1e1e1}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;line-height:1;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;line-height:1;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{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";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;margin-top:-1px;vertical-align:text-top}.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}.woocommerce-input-toggle.woocommerce-input-toggle--loading{opacity:.5}.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-manual::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#999}.status-enabled::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#a46497}.status-disabled::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}.woocommerce h2.woo-nav-tab-wrapper{margin-bottom:1em}.woocommerce nav.woo-nav-tab-wrapper{margin:1.5em 0 1em}.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;table-layout:fixed}.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 input[type=email],.woocommerce table.form-table input[type=number],.woocommerce table.form-table input[type=text]{height:auto}.woocommerce table.form-table textarea.input-text{height:100%;min-width:150px;display:block}.woocommerce table.form-table input.regular-input,.woocommerce table.form-table input[type=date],.woocommerce table.form-table input[type=datetime-local],.woocommerce table.form-table input[type=datetime],.woocommerce table.form-table input[type=email],.woocommerce table.form-table input[type=number],.woocommerce table.form-table input[type=password],.woocommerce table.form-table input[type=tel],.woocommerce table.form-table input[type=text],.woocommerce table.form-table input[type=time],.woocommerce table.form-table input[type=url],.woocommerce table.form-table input[type=week],.woocommerce table.form-table textarea{width:400px;margin:0;padding:6px;box-sizing:border-box;vertical-align:top}.woocommerce table.form-table input[type=date],.woocommerce table.form-table input[type=datetime-local],.woocommerce table.form-table input[type=tel],.woocommerce table.form-table input[type=time],.woocommerce table.form-table input[type=week]{width:200px}.woocommerce table.form-table select{width:400px;margin:0;box-sizing:border-box;height:32px;line-height:32px;vertical-align:top}.woocommerce table.form-table input[size]{width:auto!important}.woocommerce table.form-table table input.regular-input,.woocommerce table.form-table table input[type=email],.woocommerce table.form-table table input[type=number],.woocommerce table.form-table table input[type=text],.woocommerce table.form-table table select,.woocommerce table.form-table table textarea{width:auto}.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 th label{position:relative;display:block}.woocommerce table.form-table th label .woocommerce-help-tip,.woocommerce table.form-table th label img.help_tip{margin:-8px 0 0 -24px;position:absolute;left:0;top:50%}.woocommerce table.form-table th label+.woocommerce-help-tip{margin:0;position:absolute;left:0;top:20px}.woocommerce table.form-table woocommerce-help-tip .select2-container{vertical-align:top;margin-bottom:3px}.woocommerce table.form-table table.widefat th{padding-left:inherit}.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 transparent!important}.woocommerce table.form-table .iris-picker .ui-slider .ui-slider-handle{margin-bottom:0!important}.woocommerce table.form-table .iris-error{background-color:#ffafaf}.woocommerce table.form-table .colorpickpreview{padding:7px 0;line-height:1em;display:inline-block;width:26px;border:1px solid #ddd;font-size:14px}.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 .image_width_settings input{width:auto}.woocommerce table.form-table .wc_emails_wrapper,.woocommerce table.form-table .wc_payment_gateways_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::after{clear:both}#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;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:"";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;height: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;background:#fff;border-radius:50%;height:1em;width:1em;line-height:1em}#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}#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 .hndle select{margin-right:.5em}#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=email],.woocommerce_options_panel input[type=number],.woocommerce_options_panel input[type=password],.woocommerce_options_panel input[type=text]{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=email].short,.woocommerce_options_panel input[type=number].short,.woocommerce_options_panel input[type=password].short,.woocommerce_options_panel input[type=text].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_options_panel .select2-container{float:right}#woocommerce-product-data input.dp-applied{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{font-weight:400;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 .data::after{clear:both}.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:5px}.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;z-index:8675309;position:absolute;top:0;left:0}#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{right:50%;margin-right:-6px}.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-remove-filter{color:red;text-decoration: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 th,.woocommerce-reports-wrap .widefat th{padding:7px}.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 outside;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;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;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-linear-gradient(bottom,#ececec,#f9f9f9);background-image:linear-gradient(to top,#ececec,#f9f9f9)}.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;line-height:1;-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.count,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.count{background:#f5f5f5}.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 table tr.active td,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table tr.active td{background:#f5f5f5}.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-widgets li.chart-widget .description,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .description{margin-right:.5em;font-weight:400;opacity:.8}.woocommerce-reports-wide .postbox .chart-legend,.woocommerce-reports-wrap .postbox .chart-legend{list-style:none outside;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;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-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 p{vertical-align:middle}form.report_filters div,form.report_filters input,form.report_filters label{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;border-radius:3px}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{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:""}.post-type-shop_coupon .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:""}.post-type-product .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:""}.woocommerce-BlankState--api .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:""}.woocommerce-BlankState--webhooks .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;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;margin:0 .25em;height:auto;display:inline-block!important}@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=email].short,.woocommerce_options_panel input[type=number].short,.woocommerce_options_panel input[type=password].short,.woocommerce_options_panel input[type=text].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}#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 .is-expanded td:not(.hidden){overflow:visible}.post-type-product .wp-list-table .toggle-row{top:-28px}.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 .is-expanded td:not(.hidden){overflow:visible}.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}.addons-wcs-banner-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.wc_addons_wrap .addons-wcs-banner-block{padding:40px}.wc_addons_wrap .addons-wcs-banner-block-image{padding:1em;text-align:center;width:100%;padding:2em 0;margin:0}.wc_addons_wrap .addons-wcs-banner-block-image .addons-img{margin:0}}.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%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);max-width:100%;min-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}@media screen and (max-width:782px){.wc-backbone-modal .wc-backbone-modal-content{width:100%;height:100%;min-width:100%}}.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:normal 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:first-child{margin-top:0}.wc-backbone-modal-main article p:last-child{margin-bottom:0}.wc-backbone-modal-main article .pagination{padding:10px 0 0;text-align:center}.wc-backbone-modal-main article table.widefat{margin:0;width:100%;border:0;box-shadow:none}.wc-backbone-modal-main article table.widefat thead th{padding:0 1em 1em 1em;text-align:right}.wc-backbone-modal-main article table.widefat thead th:first-child{padding-right:0}.wc-backbone-modal-main article table.widefat thead th:last-child{padding-left:0;text-align:left}.wc-backbone-modal-main article table.widefat tbody td,.wc-backbone-modal-main article table.widefat tbody th{padding:1em;text-align:right;vertical-align:middle}.wc-backbone-modal-main article table.widefat tbody td:first-child,.wc-backbone-modal-main article table.widefat tbody th:first-child{padding-right:0}.wc-backbone-modal-main article table.widefat tbody td:last-child,.wc-backbone-modal-main article table.widefat tbody th:last-child{padding-left:0;text-align:left}.wc-backbone-modal-main article table.widefat tbody td .select2-container,.wc-backbone-modal-main article table.widefat tbody td select,.wc-backbone-modal-main article table.widefat tbody th .select2-container,.wc-backbone-modal-main article table.widefat tbody th select{width:100%}.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)}.wc-backbone-modal-main footer .inner{text-align:left;line-height:23px}.wc-backbone-modal-main footer .inner .button{margin-bottom:0}.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-results .description{display:block;color:#999;padding-top:4px}.select2-dropdown{border-color:#ddd}.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-container .select2-selection__rendered.ui-sortable li{cursor:move}.select2-container .select2-selection{border-color:#ddd}.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--multiple .select2-selection__choice .description{display:none}.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-product .tablenav .actions,.post-type-shop_order .tablenav .actions{overflow:visible}.post-type-product .tablenav input,.post-type-product .tablenav select,.post-type-shop_order .tablenav input,.post-type-shop_order .tablenav select{line-height:1;height:32px}.post-type-product .tablenav .select2-container,.post-type-shop_order .tablenav .select2-container{float:right;width:240px!important;font-size:14px;vertical-align:middle;margin:1px 1px 4px 6px}.woocommerce-exporter-wrapper,.woocommerce-importer-wrapper,.woocommerce-progress-form-wrapper{text-align:center;max-width:700px;margin:40px auto}.woocommerce-exporter-wrapper .error,.woocommerce-importer-wrapper .error,.woocommerce-progress-form-wrapper .error{text-align:right}.woocommerce-exporter-wrapper .wc-progress-steps,.woocommerce-importer-wrapper .wc-progress-steps,.woocommerce-progress-form-wrapper .wc-progress-steps{padding:0 0 24px;margin:0;list-style:none outside;overflow:hidden;color:#ccc;width:100%;display:-webkit-inline-box;display:inline-flex}.woocommerce-exporter-wrapper .wc-progress-steps li,.woocommerce-importer-wrapper .wc-progress-steps li,.woocommerce-progress-form-wrapper .wc-progress-steps li{width:25%;float:right;padding:0 0 .8em;margin:0;text-align:center;position:relative;border-bottom:4px solid #ccc;line-height:1.4em}.woocommerce-exporter-wrapper .wc-progress-steps li::before,.woocommerce-importer-wrapper .wc-progress-steps li::before,.woocommerce-progress-form-wrapper .wc-progress-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}.woocommerce-exporter-wrapper .wc-progress-steps li.active,.woocommerce-importer-wrapper .wc-progress-steps li.active,.woocommerce-progress-form-wrapper .wc-progress-steps li.active{border-color:#a16696;color:#a16696}.woocommerce-exporter-wrapper .wc-progress-steps li.active::before,.woocommerce-importer-wrapper .wc-progress-steps li.active::before,.woocommerce-progress-form-wrapper .wc-progress-steps li.active::before{border-color:#a16696}.woocommerce-exporter-wrapper .wc-progress-steps li.done,.woocommerce-importer-wrapper .wc-progress-steps li.done,.woocommerce-progress-form-wrapper .wc-progress-steps li.done{border-color:#a16696;color:#a16696}.woocommerce-exporter-wrapper .wc-progress-steps li.done::before,.woocommerce-importer-wrapper .wc-progress-steps li.done::before,.woocommerce-progress-form-wrapper .wc-progress-steps li.done::before{border-color:#a16696;background:#a16696}.woocommerce-exporter-wrapper .button,.woocommerce-importer-wrapper .button,.woocommerce-progress-form-wrapper .button{font-size:1.25em;padding:.5em 1em!important;line-height:1.5em!important;margin-left:.5em;margin-bottom:2px;height:auto!important;border-radius:4px;background-color:#bb77ae;border-color:#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;margin:0;opacity:1}.woocommerce-exporter-wrapper .button:active,.woocommerce-exporter-wrapper .button:focus,.woocommerce-exporter-wrapper .button:hover,.woocommerce-importer-wrapper .button:active,.woocommerce-importer-wrapper .button:focus,.woocommerce-importer-wrapper .button:hover,.woocommerce-progress-form-wrapper .button:active,.woocommerce-progress-form-wrapper .button:focus,.woocommerce-progress-form-wrapper .button:hover{background:#a36597;border-color:#a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.woocommerce-exporter-wrapper .error .button,.woocommerce-importer-wrapper .error .button,.woocommerce-progress-form-wrapper .error .button{font-size:1em}.woocommerce-exporter-wrapper .wc-actions,.woocommerce-importer-wrapper .wc-actions,.woocommerce-progress-form-wrapper .wc-actions{overflow:hidden;border-top:1px solid #eee;margin:0;padding:23px 24px 24px;line-height:3em}.woocommerce-exporter-wrapper .wc-actions .button,.woocommerce-importer-wrapper .wc-actions .button,.woocommerce-progress-form-wrapper .wc-actions .button{float:left}.woocommerce-exporter-wrapper .wc-actions .woocommerce-importer-toggle-advanced-options,.woocommerce-importer-wrapper .wc-actions .woocommerce-importer-toggle-advanced-options,.woocommerce-progress-form-wrapper .wc-actions .woocommerce-importer-toggle-advanced-options{color:#999}.woocommerce-exporter-wrapper .wc-progress-form-content,.woocommerce-exporter-wrapper .woocommerce-exporter,.woocommerce-exporter-wrapper .woocommerce-importer,.woocommerce-importer-wrapper .wc-progress-form-content,.woocommerce-importer-wrapper .woocommerce-exporter,.woocommerce-importer-wrapper .woocommerce-importer,.woocommerce-progress-form-wrapper .wc-progress-form-content,.woocommerce-progress-form-wrapper .woocommerce-exporter,.woocommerce-progress-form-wrapper .woocommerce-importer{background:#fff;overflow:hidden;padding:0;margin:0 0 16px;box-shadow:0 1px 3px rgba(0,0,0,.13);color:#555;text-align:right}.woocommerce-exporter-wrapper .wc-progress-form-content header,.woocommerce-exporter-wrapper .woocommerce-exporter header,.woocommerce-exporter-wrapper .woocommerce-importer header,.woocommerce-importer-wrapper .wc-progress-form-content header,.woocommerce-importer-wrapper .woocommerce-exporter header,.woocommerce-importer-wrapper .woocommerce-importer header,.woocommerce-progress-form-wrapper .wc-progress-form-content header,.woocommerce-progress-form-wrapper .woocommerce-exporter header,.woocommerce-progress-form-wrapper .woocommerce-importer header{border-bottom:1px solid #eee;margin:0;padding:24px 24px 0}.woocommerce-exporter-wrapper .wc-progress-form-content section,.woocommerce-exporter-wrapper .woocommerce-exporter section,.woocommerce-exporter-wrapper .woocommerce-importer section,.woocommerce-importer-wrapper .wc-progress-form-content section,.woocommerce-importer-wrapper .woocommerce-exporter section,.woocommerce-importer-wrapper .woocommerce-importer section,.woocommerce-progress-form-wrapper .wc-progress-form-content section,.woocommerce-progress-form-wrapper .woocommerce-exporter section,.woocommerce-progress-form-wrapper .woocommerce-importer section{padding:24px 24px 0}.woocommerce-exporter-wrapper .wc-progress-form-content h2,.woocommerce-exporter-wrapper .woocommerce-exporter h2,.woocommerce-exporter-wrapper .woocommerce-importer h2,.woocommerce-importer-wrapper .wc-progress-form-content h2,.woocommerce-importer-wrapper .woocommerce-exporter h2,.woocommerce-importer-wrapper .woocommerce-importer h2,.woocommerce-progress-form-wrapper .wc-progress-form-content h2,.woocommerce-progress-form-wrapper .woocommerce-exporter h2,.woocommerce-progress-form-wrapper .woocommerce-importer h2{margin:0 0 24px;color:#555;font-size:24px;font-weight:400;line-height:1em}.woocommerce-exporter-wrapper .wc-progress-form-content p,.woocommerce-exporter-wrapper .woocommerce-exporter p,.woocommerce-exporter-wrapper .woocommerce-importer p,.woocommerce-importer-wrapper .wc-progress-form-content p,.woocommerce-importer-wrapper .woocommerce-exporter p,.woocommerce-importer-wrapper .woocommerce-importer p,.woocommerce-progress-form-wrapper .wc-progress-form-content p,.woocommerce-progress-form-wrapper .woocommerce-exporter p,.woocommerce-progress-form-wrapper .woocommerce-importer p{font-size:1em;line-height:1.75em;font-size:16px;color:#555;margin:0 0 24px}.woocommerce-exporter-wrapper .wc-progress-form-content .form-row,.woocommerce-exporter-wrapper .woocommerce-exporter .form-row,.woocommerce-exporter-wrapper .woocommerce-importer .form-row,.woocommerce-importer-wrapper .wc-progress-form-content .form-row,.woocommerce-importer-wrapper .woocommerce-exporter .form-row,.woocommerce-importer-wrapper .woocommerce-importer .form-row,.woocommerce-progress-form-wrapper .wc-progress-form-content .form-row,.woocommerce-progress-form-wrapper .woocommerce-exporter .form-row,.woocommerce-progress-form-wrapper .woocommerce-importer .form-row{margin-top:24px}.woocommerce-exporter-wrapper .wc-progress-form-content .spinner,.woocommerce-exporter-wrapper .woocommerce-exporter .spinner,.woocommerce-exporter-wrapper .woocommerce-importer .spinner,.woocommerce-importer-wrapper .wc-progress-form-content .spinner,.woocommerce-importer-wrapper .woocommerce-exporter .spinner,.woocommerce-importer-wrapper .woocommerce-importer .spinner,.woocommerce-progress-form-wrapper .wc-progress-form-content .spinner,.woocommerce-progress-form-wrapper .woocommerce-exporter .spinner,.woocommerce-progress-form-wrapper .woocommerce-importer .spinner{display:none}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th{vertical-align:top;line-height:1.75em;padding:0 0 24px 0}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td label,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th label,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td label,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th label{color:#555;font-weight:400}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=checkbox],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=checkbox],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=checkbox],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=checkbox]{margin:0 0 0 4px;padding:7px}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=text],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=text],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=text],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=text]{padding:7px;height:auto;margin:0}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper{border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);background-color:#fff;color:#32373c;outline:0;line-height:1;display:block}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code{background:0 0;font-size:smaller;padding:0;margin:0;color:#999;padding:7px 7px 0 0;display:inline-block}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input{font-family:Consolas,Monaco,monospace;border:0;margin:0;outline:0;box-shadow:none;display:inline-block;min-width:100%}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th{width:35%;padding-left:20px}.woocommerce-exporter-wrapper .wc-progress-form-content progress,.woocommerce-exporter-wrapper .woocommerce-exporter progress,.woocommerce-exporter-wrapper .woocommerce-importer progress,.woocommerce-importer-wrapper .wc-progress-form-content progress,.woocommerce-importer-wrapper .woocommerce-exporter progress,.woocommerce-importer-wrapper .woocommerce-importer progress,.woocommerce-progress-form-wrapper .wc-progress-form-content progress,.woocommerce-progress-form-wrapper .woocommerce-exporter progress,.woocommerce-progress-form-wrapper .woocommerce-importer progress{width:100%;height:42px;margin:0 auto 24px;display:block;-webkit-appearance:none;border:none;display:none;background:#f5f5f5;border:2px solid #eee;border-radius:4px;padding:0;box-shadow:0 1px 0 0 rgba(255,255,255,.2)}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-webkit-progress-bar,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-webkit-progress-bar,.woocommerce-exporter-wrapper .woocommerce-importer progress::-webkit-progress-bar,.woocommerce-importer-wrapper .wc-progress-form-content progress::-webkit-progress-bar,.woocommerce-importer-wrapper .woocommerce-exporter progress::-webkit-progress-bar,.woocommerce-importer-wrapper .woocommerce-importer progress::-webkit-progress-bar,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-webkit-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-webkit-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-webkit-progress-bar{background:transparent none;border:0;border-radius:4px;padding:0;box-shadow:none}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-webkit-progress-value,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-webkit-progress-value,.woocommerce-exporter-wrapper .woocommerce-importer progress::-webkit-progress-value,.woocommerce-importer-wrapper .wc-progress-form-content progress::-webkit-progress-value,.woocommerce-importer-wrapper .woocommerce-exporter progress::-webkit-progress-value,.woocommerce-importer-wrapper .woocommerce-importer progress::-webkit-progress-value,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-webkit-progress-value,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-webkit-progress-value,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-webkit-progress-value{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:-webkit-linear-gradient(top,#a46497,#66405f),#a46497;background:linear-gradient(top,#a46497,#66405f),#a46497;-webkit-transition:width 1s ease;transition:width 1s ease}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-moz-progress-bar,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-moz-progress-bar,.woocommerce-exporter-wrapper .woocommerce-importer progress::-moz-progress-bar,.woocommerce-importer-wrapper .wc-progress-form-content progress::-moz-progress-bar,.woocommerce-importer-wrapper .woocommerce-exporter progress::-moz-progress-bar,.woocommerce-importer-wrapper .woocommerce-importer progress::-moz-progress-bar,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-moz-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-moz-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-moz-progress-bar{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(top,#a46497,#66405f),#a46497;-webkit-transition:width 1s ease;transition:width 1s ease}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-ms-fill,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-ms-fill,.woocommerce-exporter-wrapper .woocommerce-importer progress::-ms-fill,.woocommerce-importer-wrapper .wc-progress-form-content progress::-ms-fill,.woocommerce-importer-wrapper .woocommerce-exporter progress::-ms-fill,.woocommerce-importer-wrapper .woocommerce-importer progress::-ms-fill,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-ms-fill,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-ms-fill,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-ms-fill{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(to bottom,#a46497,#66405f),#a46497;-webkit-transition:width 1s ease;transition:width 1s ease}.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .spinner,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing .spinner,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .spinner,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing .spinner,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting .spinner,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing .spinner,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .spinner,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing .spinner,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .spinner,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing .spinner,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting .spinner,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing .spinner,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .spinner,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing .spinner,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .spinner,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing .spinner,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting .spinner,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing .spinner{display:block}.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting progress,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing progress,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting progress,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing progress,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting progress,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing progress,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting progress,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing progress,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting progress,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing progress,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting progress,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing progress,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting progress,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing progress,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting progress,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing progress,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting progress,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing progress{display:block}.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .wc-actions,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing .wc-actions,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .wc-actions,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing .wc-actions,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting .wc-actions,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing .wc-actions,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .wc-actions,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing .wc-actions,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .wc-actions,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing .wc-actions,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting .wc-actions,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing .wc-actions,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .wc-actions,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing .wc-actions,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing .woocommerce-exporter-options{display:none}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table-wrapper{padding:0}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table{margin:0;border:0;box-shadow:none;width:100%;table-layout:fixed}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th{border:0;padding:12px;vertical-align:middle;word-wrap:break-word}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td select,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th select,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td select,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th select{width:100%}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) th{background:#fbfbfb}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th{font-weight:700}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td:first-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th:first-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td:first-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th:first-child{padding-right:24px}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td:last-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th:last-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td:last-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th:last-child{padding-left:24px}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name{width:50%}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description{color:#999;margin-top:4px;display:block}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description code{background:0 0;padding:0;white-space:pre-line;word-wrap:break-word;word-break:break-all}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-done,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-done,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-done,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-done,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-done,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-done,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-done,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-done,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-done{text-align:center;padding:48px 24px;font-size:1.5em;line-height:1.75em}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-done::before,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-done::before,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-done::before,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-done::before,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-done::before,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-done::before,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-done::before,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-done::before,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-done::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#a16696;position:static;font-size:100px;display:block;float:none;margin:0 0 24px}.wc-pointer .wc-pointer-buttons .close{float:right;margin:6px 15px 0 0} \ No newline at end of file +@charset "UTF-8";@-webkit-keyframes spin{100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes spin{100%{-webkit-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;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{max-width:1200px}.wc_addons_wrap h1.search-form-title{clear:right;padding:0}.wc_addons_wrap form.search-form{clear:both;display:block;position:relative;margin-top:1em;margin-bottom:1em}.wc_addons_wrap form.search-form input{border:1px solid #ddd;box-shadow:none;height:53px;padding-right:50px;width:100%;margin:0}.wc_addons_wrap form.search-form button{background:0 0;border:none;cursor:pointer;height:53px;position:absolute;width:53px}.wc_addons_wrap .update-plugins .update-count{background-color:#d54e21;border-radius:10px;color:#fff;display:inline-block;font-size:9px;font-weight:600;line-height:17px;margin:1px 2px 0 0;padding:0 6px;vertical-align:text-top}.wc_addons_wrap .addons-featured{margin:0}.wc_addons_wrap ul.subsubsub.subsubsub{margin:-2px 0 12px}.wc_addons_wrap .subsubsub li::after{content:'|'}.wc_addons_wrap .subsubsub li:last-child::after{content:''}.wc_addons_wrap .addons-banner-block-item-icon,.wc_addons_wrap .addons-column-block-item-icon{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.wc_addons_wrap .addons-banner-block,.wc_addons_wrap .addons-wcs-banner-block{background:#fff;border:1px solid #ddd;margin:0 0 1em 0;padding:2em 2em 1em}.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:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin:0 -10px 0 -10px}.wc_addons_wrap .addons-banner-block-item{border:1px solid #e6e6e6;border-radius:3px;-webkit-box-flex:1;flex:1;margin:1em;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:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;height:184px;-webkit-box-pack:justify;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-wcs-banner-block{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.wc_addons_wrap .addons-wcs-banner-block-image{background:#f7f7f7;border:1px solid #e6e6e6;margin-left:2em;padding:4em}.wc_addons_wrap .addons-wcs-banner-block-image .addons-img{max-height:86px;max-width:97px}.wc_addons_wrap .addons-shipping-methods .addons-wcs-banner-block{margin-right:0;margin-left:0;margin-top:1em}.wc_addons_wrap .addons-wcs-banner-block-content{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;justify-content:space-around;align-self:stretch;padding:1em 0}.wc_addons_wrap .addons-wcs-banner-block-content h1{padding-bottom:0}.wc_addons_wrap .addons-wcs-banner-block-content p{margin-bottom:0}.wc_addons_wrap .addons-wcs-banner-block-content .wcs-service-logo{max-width:40px}.wc_addons_wrap .addons-column-section{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.wc_addons_wrap .addons-column{-webkit-box-flex:1;flex:1;width:50%;padding:0 .5em}.wc_addons_wrap .addons-column:nth-child(2){margin-left:0}.wc_addons_wrap .addons-column-block,.wc_addons_wrap .addons-small-dark-block,.wc_addons_wrap .addons-small-light-block{box-sizing:border-box;border:1px solid #ddd;margin:0 0 1em;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{border-top:2px solid #f9f9f9;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;-webkit-box-pack:justify;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:-webkit-box;display:flex;-webkit-box-flex:1;flex:1;flex-wrap:wrap;height:20%;-webkit-box-pack:justify;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-banner-block-item,.wc_addons_wrap .addons-column-block-item{display:none}.wc_addons_wrap .addons-banner-block-item:nth-child(-n+3){display:block}.wc_addons_wrap .addons-column-block-item:nth-of-type(-n+3){display:-webkit-box;display:flex}.wc_addons_wrap .addons-small-dark-block{background-color:#54687d;text-align:center}.wc_addons_wrap .addons-small-dark-items{display:-webkit-box;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:-webkit-box;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:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1 100px;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;justify-content:space-around}.wc_addons_wrap .addons-small-light-block-buttons{display:-webkit-box;display:flex;-webkit-box-pack:justify;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{width:100%}.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;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row;flex-wrap:wrap;margin:0 -.5em}.wc_addons_wrap .products li{float:right;border:1px solid #ddd;margin:0 .5em 1em!important;padding:0;vertical-align:top;width:25%;min-width:280px;min-height:220px;-webkit-box-flex:1;flex:1;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{text-decoration:none;color:inherit;display:block;height:100%}.wc_addons_wrap .products li a .product-img-wrap{background:#fff;display:block}.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 img.extension-thumb+h3{display:none}.wc_addons_wrap .products li a .price{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;margin-top:1em;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;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;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:static;float:left;padding:0 28px 10px 15px;margin-top:-10px;font-size:13px;line-height:1.23076923;text-decoration:none}.woocommerce-message a.woocommerce-message-close::before{position:relative;top:18px;right:-20px;-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}.wrap.woocommerce div.error,.wrap.woocommerce div.updated{margin-top:10px}mark.amount{background:transparent none;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;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:"";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,table.wc_status_table th{font-size:1.1em;font-weight:400}table.wc_status_table td.run-tool,table.wc_status_table th.run-tool{text-align:left}table.wc_status_table td strong.name,table.wc_status_table th strong.name{display:block;margin-bottom:.5em}table.wc_status_table td mark,table.wc_status_table th mark{background:transparent none}table.wc_status_table td mark.yes,table.wc_status_table th mark.yes{color:#7ad03a}table.wc_status_table td mark.no,table.wc_status_table th mark.no{color:#999}table.wc_status_table td .red,table.wc_status_table td mark.error,table.wc_status_table th .red,table.wc_status_table th mark.error{color:#a00}table.wc_status_table td ul,table.wc_status_table th ul{margin:0}table.wc_status_table .help_tip{cursor:help}table.wc_status_table--tools td,table.wc_status_table--tools th{padding:2em}.taxonomy-product_cat .check-column .woocommerce-help-tip{font-size:1.5em;margin:-3px 5px 0 0;display:block;position:absolute}#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;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;box-shadow:0 1px 1px rgba(0,0,0,.04);padding:5px 20px}#log-viewer pre{font-family:monospace;white-space:pre-wrap;word-wrap:break-word}.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{clear:right}#woocommerce-fields.inline-edit-col label.featured,#woocommerce-fields.inline-edit-col label.manage_stock{margin-right:10px}#woocommerce-fields.inline-edit-col label.stock_status_field{clear:both;float:right}#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 label{clear:right}#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{padding-bottom:5px}ul.wc_coupon_list li{margin:0}ul.wc_coupon_list li.code{display:inline-block;position:relative;padding:0 .5em;background-color:#fff;border:1px solid #aaa;box-shadow:0 1px 0 #dfdfdf;border-radius:4px;margin-left:5px;margin-top:5px}ul.wc_coupon_list li.code.editable{padding-left:2em}ul.wc_coupon_list li.code .tips{cursor:pointer}ul.wc_coupon_list li.code .tips span{color:#888}ul.wc_coupon_list li.code .tips span:hover{color:#000}ul.wc_coupon_list li.code .remove-coupon{text-decoration:none;color:#888;position:absolute;top:7px;left:20px;left:7px}ul.wc_coupon_list li.code .remove-coupon::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:""}ul.wc_coupon_list li.code .remove-coupon:hover::before{color:#a00}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{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;padding:0;height:28px;width:28px!important;display:inline-block}.button.wc-reload::after{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:"";line-height:28px}#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-family:HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',sans-serif;font-size:21px;font-weight:400;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;font-family:HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',sans-serif;font-weight:400;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 textarea{width:100%}#order_data .order_data_column .form-field select{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-category-search,#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-category-search,#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-category-search,#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-category-search,#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;margin-right:8px}#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{font-family:WooCommerce;position:absolute;top:0;right:0;text-align:center;vertical-align:top;line-height:14px;font-size:14px;font-weight:400}#order_data .order_data_column a.edit_address::after{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{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;-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: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;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:"";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 label,#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 label,#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 label,#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 label{color:#ccc}#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 .item_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 input,#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 .quantity .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 input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input:first-child input{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 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 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 .refund_by{border-bottom:1px dotted #999}#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 auto}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.fee .thumb div::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}#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 auto}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.refund .thumb div::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}#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 auto}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .thumb div::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}#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;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:"";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 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{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:"";position:relative}#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{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:"";position:relative}#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}.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-wc_actions{width:110px}.widefat .column-wc_actions a.button{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;display:inline-block;margin:2px 0 2px 4px;padding:0!important;height:2em!important;width:2em;overflow:hidden;vertical-align:middle}.widefat .column-wc_actions a.button::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;line-height:1.85}.widefat .column-wc_actions a.button img{display:block;width:12px;height:auto}.widefat .column-wc_actions a.edit::after{content:'\f464'}.widefat .column-wc_actions a.link::after{font-family:WooCommerce;content:'\e00d'}.widefat .column-wc_actions a.view::after{content:'\f177'}.widefat .column-wc_actions a.refresh::after{font-family:WooCommerce;content:'\e031'}.widefat .column-wc_actions a.processing::after{font-family:WooCommerce;content:'\e00f'}.widefat .column-wc_actions a.complete::after{content:'\f147'}.widefat small.meta{display:block;color:#999;font-size:inherit;margin:3px 0}.post-type-shop_order .tablenav .one-page .displaying-num{display:none}.post-type-shop_order .wp-list-table{margin-top:1em}.post-type-shop_order .wp-list-table tfoot th,.post-type-shop_order .wp-list-table thead th{padding:.75em 1em}.post-type-shop_order .wp-list-table tfoot th.sortable a,.post-type-shop_order .wp-list-table tfoot th.sorted a,.post-type-shop_order .wp-list-table thead th.sortable a,.post-type-shop_order .wp-list-table thead th.sorted a{padding:0}.post-type-shop_order .wp-list-table tfoot th:first-child,.post-type-shop_order .wp-list-table thead th:first-child{padding-right:2em}.post-type-shop_order .wp-list-table tfoot th:last-child,.post-type-shop_order .wp-list-table thead th:last-child{padding-left:2em}.post-type-shop_order .wp-list-table tbody td,.post-type-shop_order .wp-list-table tbody th{padding:1em;line-height:26px}.post-type-shop_order .wp-list-table tbody td:first-child{padding-right:2em}.post-type-shop_order .wp-list-table tbody td:last-child{padding-left:2em}.post-type-shop_order .wp-list-table tbody tr{border-top:1px solid #f5f5f5}.post-type-shop_order .wp-list-table tbody tr:hover:not(.status-trash):not(.no-link) td{cursor:pointer}.post-type-shop_order .wp-list-table .no-link{cursor:default!important}.post-type-shop_order .wp-list-table td,.post-type-shop_order .wp-list-table th{width:12ch;vertical-align:middle}.post-type-shop_order .wp-list-table td p,.post-type-shop_order .wp-list-table th p{margin:0}.post-type-shop_order .wp-list-table .check-column{width:1px;white-space:nowrap;padding:1em 1em 1em 1em!important;vertical-align:middle}.post-type-shop_order .wp-list-table .check-column input{vertical-align:text-top;margin:1px 0}.post-type-shop_order .wp-list-table .column-order_number{width:20ch}.post-type-shop_order .wp-list-table .column-order_total{width:8ch;text-align:left}.post-type-shop_order .wp-list-table .column-order_total a span{float:left}.post-type-shop_order .wp-list-table .column-order_date,.post-type-shop_order .wp-list-table .column-order_status{width:10ch}.post-type-shop_order .wp-list-table .column-order_status{width:14ch}.post-type-shop_order .wp-list-table .column-billing_address,.post-type-shop_order .wp-list-table .column-shipping_address{width:20ch;line-height:1.5em}.post-type-shop_order .wp-list-table .column-billing_address .description,.post-type-shop_order .wp-list-table .column-shipping_address .description{display:block;color:#999}.post-type-shop_order .wp-list-table .column-wc_actions{text-align:left}.post-type-shop_order .wp-list-table .column-wc_actions a.button{text-indent:9999px;margin:2px 4px 2px 0}.post-type-shop_order .wp-list-table .order-preview{float:left;width:16px;padding:20px 4px 4px 4px;height:0;overflow:hidden;position:relative;border:2px solid transparent;border-radius:4px}.post-type-shop_order .wp-list-table .order-preview::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";line-height:16px;font-size:14px;vertical-align:middle;top:4px}.post-type-shop_order .wp-list-table .order-preview:hover{border:2px solid #00a0d2}.post-type-shop_order .wp-list-table .order-preview.disabled::before{content:'';background:url(../images/wpspin.gif) no-repeat center top}.order-status{display:-webkit-inline-box;display:inline-flex;line-height:2.5em;color:#777;background:#e5e5e5;border-radius:4px;border-bottom:1px solid rgba(0,0,0,.05);margin:-.25em 0;cursor:inherit!important;white-space:nowrap;max-width:100%}.order-status.status-completed{background:#c8d7e1;color:#2e4453}.order-status.status-on-hold{background:#f8dda7;color:#94660c}.order-status.status-failed{background:#eba3a3;color:#761919}.order-status.status-processing{background:#c6e1c6;color:#5b841b}.order-status.status-trash{background:#eba3a3;color:#761919}.order-status>span{margin:0 1em;overflow:hidden;text-overflow:ellipsis}.wc-order-preview .order-status{float:left;margin-left:54px}.wc-order-preview article{padding:0!important}.wc-order-preview .modal-close{border-radius:0}.wc-order-preview .wc-order-preview-table{width:100%;margin:0}.wc-order-preview .wc-order-preview-table td,.wc-order-preview .wc-order-preview-table th{padding:1em 1.5em;text-align:right;border:0;border-bottom:1px solid #eee;margin:0;background:0 0;box-shadow:none;text-align:left;vertical-align:top}.wc-order-preview .wc-order-preview-table td:first-child,.wc-order-preview .wc-order-preview-table th:first-child{text-align:right}.wc-order-preview .wc-order-preview-table th{border-color:#ccc}.wc-order-preview .wc-order-preview-table tr:last-child td{border:0}.wc-order-preview .wc-order-preview-table .wc-order-item-sku{margin-top:.5em}.wc-order-preview .wc-order-preview-table .wc-order-item-meta{margin-top:.5em}.wc-order-preview .wc-order-preview-table .wc-order-item-meta td,.wc-order-preview .wc-order-preview-table .wc-order-item-meta th{padding:0;border:0;text-align:right;vertical-align:top}.wc-order-preview .wc-order-preview-table .wc-order-item-meta td:last-child{padding-right:.5em}.wc-order-preview .wc-order-preview-addresses{overflow:hidden;padding-bottom:1.5em}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note{width:50%;float:right;padding:1.5em 1.5em 0;box-sizing:border-box;word-wrap:break-word}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address h2,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note h2{margin-top:0}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address strong,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note strong{display:block;margin-top:1.5em}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address strong:first-child,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note strong:first-child{margin-top:0}.wc-order-preview footer .wc-action-button-group{display:inline-block;float:right}.wc-order-preview footer .button.button-large{margin-right:10px;padding:0 10px!important;line-height:28px;height:auto;display:inline-block}.wc-order-preview .wc-action-button-group label{display:none}.wc-action-button-group{vertical-align:middle;line-height:26px;text-align:right}.wc-action-button-group label{margin-left:6px;cursor:default;font-weight:700;line-height:28px}.wc-action-button-group .wc-action-button-group__items{display:-webkit-inline-box;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;align-content:flex-start;-webkit-box-pack:start;justify-content:flex-start}.wc-action-button-group .wc-action-button{margin:0 -1px 0 0!important;border:1px solid #ccc;padding:0 10px!important;border-radius:0!important;float:none;line-height:28px;height:auto;z-index:1;position:relative;overflow:hidden;text-overflow:ellipsis;-webkit-box-flex:1;flex:1 0 auto;box-sizing:border-box;text-align:center;white-space:nowrap}.wc-action-button-group .wc-action-button:focus,.wc-action-button-group .wc-action-button:hover{border:1px solid #999;z-index:2}.wc-action-button-group .wc-action-button:first-child{margin-right:0!important;border-top-right-radius:3px!important;border-bottom-right-radius:3px!important}.wc-action-button-group .wc-action-button:last-child{border-top-left-radius:3px!important;border-bottom-left-radius:3px!important}@media screen and (max-width:782px){.wc-order-preview footer .wc-action-button-group .wc-action-button-group__items{display:-webkit-box;display:flex}.wc-order-preview footer .wc-action-button-group{float:none;display:block;margin-bottom:4px}.wc-order-preview footer .button.button-large{width:100%;float:none;text-align:center;margin:0;display:block}.post-type-shop_order .wp-list-table td.check-column{width:1em}.post-type-shop_order .wp-list-table td.column-order_number{padding-right:0;padding-bottom:.5em}.post-type-shop_order .wp-list-table td.column-order_date,.post-type-shop_order .wp-list-table td.column-order_status{display:inline-block!important;padding:0 1em 1em 1em!important}.post-type-shop_order .wp-list-table td.column-order_date:before,.post-type-shop_order .wp-list-table td.column-order_status:before{display:none!important}.post-type-shop_order .wp-list-table td.column-order_date{padding-right:0!important}.post-type-shop_order .wp-list-table td.column-order_status{float:left}}.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{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";line-height:16px}.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{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";line-height:16px}.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;height:1em;width:1em;padding:0!important;height:2em!important;width:2em}.attributes-table .attribute-actions .configure-terms::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;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 p.meta .exact-date{border-bottom:1px dotted #999}ul.order_notes li a.delete_note{color:#a00}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.system-note .note_content{background:#d7cad2}ul.order_notes li.system-note .note_content::after{border-color:#d7cad2 transparent}ul.order_notes li.customer-note .note_content{background:#a7cedc}ul.order_notes li.customer-note .note_content::after{border-color:#a7cedc 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-handle{width:17px;display:none}table.wp-list-table tbody td.column-handle{cursor:move;width:17px;text-align:center;vertical-align:text-top}table.wp-list-table tbody td.column-handle::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;height:100%;margin:4px 0 0 0}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 .row-actions{color:#999}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 span.na{color:#999}table.wp-list-table .column-sku{width:10%}table.wp-list-table .column-price{width:10ch}table.wp-list-table .column-is_in_stock{text-align:right!important;width:12ch}table.wp-list-table span.wc-featured,table.wp-list-table span.wc-image{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{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 mark.instock,table.wp-list-table mark.onbackorder,table.wp-list-table mark.outofstock{font-weight:700;background:transparent none;line-height:1}table.wp-list-table mark.instock{color:#7ad03a}table.wp-list-table mark.outofstock{color:#a44}table.wp-list-table mark.onbackorder{color:#eaa600}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;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:""}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}.wc_input_table_wrapper{overflow-x:auto;display:block}table.wc_input_table,table.wc_tax_rates{width:100%}table.wc_input_table td,table.wc_input_table th,table.wc_tax_rates td,table.wc_tax_rates th{display:table-cell!important}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=number],table.wc_input_table td input[type=text],table.wc_tax_rates td input[type=number],table.wc_tax_rates td input[type=text]{width:100%!important;min-width:100px;padding:8px 10px;margin:0;border:0;outline:0;background:transparent none}table.wc_input_table td input[type=number]:focus,table.wc_input_table td input[type=text]:focus,table.wc_tax_rates td input[type=number]:focus,table.wc_tax_rates td input[type=text]: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 .item_cost,table.wc_tax_rates .cost,table.wc_tax_rates .item_cost{text-align:left}table.wc_input_table .cost input,table.wc_input_table .item_cost input,table.wc_tax_rates .cost input,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_emails th,table.wc_gateways td,table.wc_gateways th,table.wc_shipping td,table.wc_shipping th{display:table-cell!important;padding:1em!important;vertical-align:top;line-height:1.75em}table.wc_emails.wc_emails td,table.wc_gateways.wc_emails td,table.wc_shipping.wc_emails td{vertical-align:middle}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 td.name,table.wc_gateways td.name,table.wc_shipping td.name{font-weight:700}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 td.sort,table.wc_gateways td.sort,table.wc_shipping td.sort{font-size:15px;text-align:center}table.wc_emails td.sort .wc-item-reorder-nav,table.wc_gateways td.sort .wc-item-reorder-nav,table.wc_shipping td.sort .wc-item-reorder-nav{white-space:nowrap;width:72px}table.wc_emails td.sort .wc-item-reorder-nav:before,table.wc_gateways td.sort .wc-item-reorder-nav:before,table.wc_shipping td.sort .wc-item-reorder-nav:before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:24px;float:right;height:100%;line-height:24px;cursor:move}table.wc_emails td.sort .wc-item-reorder-nav button,table.wc_gateways td.sort .wc-item-reorder-nav button,table.wc_shipping td.sort .wc-item-reorder-nav button{position:relative;overflow:hidden;float:right;display:block;width:24px;height:24px;margin:0;background:0 0;border:none;box-shadow:none;color:#82878c;text-indent:-9999px;cursor:pointer;outline:0}table.wc_emails td.sort .wc-item-reorder-nav button:before,table.wc_gateways td.sort .wc-item-reorder-nav button:before,table.wc_shipping td.sort .wc-item-reorder-nav button:before{display:inline-block;position:absolute;top:0;left:0;width:100%;height:100%;font:normal 20px/23px dashicons;text-align:center;text-indent:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}table.wc_emails td.sort .wc-item-reorder-nav button:focus,table.wc_emails td.sort .wc-item-reorder-nav button:hover,table.wc_gateways td.sort .wc-item-reorder-nav button:focus,table.wc_gateways td.sort .wc-item-reorder-nav button:hover,table.wc_shipping td.sort .wc-item-reorder-nav button:focus,table.wc_shipping td.sort .wc-item-reorder-nav button:hover{color:#191e23}table.wc_emails td.sort .wc-item-reorder-nav .wc-move-down:before,table.wc_gateways td.sort .wc-item-reorder-nav .wc-move-down:before,table.wc_shipping td.sort .wc-item-reorder-nav .wc-move-down:before{content:"\f347"}table.wc_emails td.sort .wc-item-reorder-nav .wc-move-up:before,table.wc_gateways td.sort .wc-item-reorder-nav .wc-move-up:before,table.wc_shipping td.sort .wc-item-reorder-nav .wc-move-up:before{content:"\f343"}table.wc_emails td.sort .wc-item-reorder-nav .wc-move-disabled,table.wc_gateways td.sort .wc-item-reorder-nav .wc-move-disabled,table.wc_shipping td.sort .wc-item-reorder-nav .wc-move-disabled{color:#d5d5d5!important;cursor:default;pointer-events:none}table.wc_emails .wc-payment-gateway-method-name,table.wc_gateways .wc-payment-gateway-method-name,table.wc_shipping .wc-payment-gateway-method-name{font-weight:400}table.wc_emails .wc-email-settings-table-name,table.wc_gateways .wc-email-settings-table-name,table.wc_shipping .wc-email-settings-table-name{font-weight:700}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-payment-gateway-method-toggle-disabled,table.wc_emails .wc-payment-gateway-method-toggle-enabled,table.wc_gateways .wc-payment-gateway-method-toggle-disabled,table.wc_gateways .wc-payment-gateway-method-toggle-enabled,table.wc_shipping .wc-payment-gateway-method-toggle-disabled,table.wc_shipping .wc-payment-gateway-method-toggle-enabled{padding-top:1px;display:block;outline:0;box-shadow:none}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}.wc-shipping-zone-settings th{padding:24px 0 24px 24px}.wc-shipping-zone-settings td.forminp input,.wc-shipping-zone-settings td.forminp textarea{padding:8px;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;display:table-cell!important}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 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;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-zone-method-rows tr:nth-child(even) td,table.wc-shipping-zone-methods .wc-shipping-zone-method-rows tr:nth-child(even) td,table.wc-shipping-zones .wc-shipping-zone-method-rows tr:nth-child(even) td{background:#f9f9f9}table.wc-shipping-classes .wc-shipping-class-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 tr.odd td,table.wc-shipping-zones .wc-shipping-class-rows tr:nth-child(odd) td,table.wc-shipping-zones tr.odd td{background:#f9f9f9}table.wc-shipping-classes tbody.wc-shipping-zone-rows td,table.wc-shipping-zone-methods tbody.wc-shipping-zone-rows td,table.wc-shipping-zones tbody.wc-shipping-zone-rows td{border-top:2px solid #f9f9f9}table.wc-shipping-classes tbody.wc-shipping-zone-rows tr:first-child td,table.wc-shipping-zone-methods tbody.wc-shipping-zone-rows tr:first-child td,table.wc-shipping-zones tbody.wc-shipping-zone-rows tr:first-child td{border-top:0}table.wc-shipping-classes tr.wc-shipping-zone-worldwide td,table.wc-shipping-zone-methods tr.wc-shipping-zone-worldwide td,table.wc-shipping-zones tr.wc-shipping-zone-worldwide td{background:#f9f9f9;border-top:2px solid #e1e1e1}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;line-height:1;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;line-height:1;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{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";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;margin-top:-1px;vertical-align:text-top}.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}.woocommerce-input-toggle.woocommerce-input-toggle--loading{opacity:.5}.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-manual::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#999}.status-enabled::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#a46497}.status-disabled::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}.woocommerce h2.woo-nav-tab-wrapper{margin-bottom:1em}.woocommerce nav.woo-nav-tab-wrapper{margin:1.5em 0 1em}.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;table-layout:fixed}.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 input[type=email],.woocommerce table.form-table input[type=number],.woocommerce table.form-table input[type=text]{height:auto}.woocommerce table.form-table textarea.input-text{height:100%;min-width:150px;display:block}.woocommerce table.form-table input.regular-input,.woocommerce table.form-table input[type=date],.woocommerce table.form-table input[type=datetime-local],.woocommerce table.form-table input[type=datetime],.woocommerce table.form-table input[type=email],.woocommerce table.form-table input[type=number],.woocommerce table.form-table input[type=password],.woocommerce table.form-table input[type=tel],.woocommerce table.form-table input[type=text],.woocommerce table.form-table input[type=time],.woocommerce table.form-table input[type=url],.woocommerce table.form-table input[type=week],.woocommerce table.form-table textarea{width:400px;margin:0;padding:6px;box-sizing:border-box;vertical-align:top}.woocommerce table.form-table input[type=date],.woocommerce table.form-table input[type=datetime-local],.woocommerce table.form-table input[type=tel],.woocommerce table.form-table input[type=time],.woocommerce table.form-table input[type=week]{width:200px}.woocommerce table.form-table select{width:400px;margin:0;box-sizing:border-box;height:32px;line-height:32px;vertical-align:top}.woocommerce table.form-table input[size]{width:auto!important}.woocommerce table.form-table table input.regular-input,.woocommerce table.form-table table input[type=email],.woocommerce table.form-table table input[type=number],.woocommerce table.form-table table input[type=text],.woocommerce table.form-table table select,.woocommerce table.form-table table textarea{width:auto}.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 th label{position:relative;display:block}.woocommerce table.form-table th label .woocommerce-help-tip,.woocommerce table.form-table th label img.help_tip{margin:-8px 0 0 -24px;position:absolute;left:0;top:50%}.woocommerce table.form-table th label+.woocommerce-help-tip{margin:0;position:absolute;left:0;top:20px}.woocommerce table.form-table woocommerce-help-tip .select2-container{vertical-align:top;margin-bottom:3px}.woocommerce table.form-table table.widefat th{padding-left:inherit}.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 transparent!important}.woocommerce table.form-table .iris-picker .ui-slider .ui-slider-handle{margin-bottom:0!important}.woocommerce table.form-table .iris-error{background-color:#ffafaf}.woocommerce table.form-table .colorpickpreview{padding:7px 0;line-height:1em;display:inline-block;width:26px;border:1px solid #ddd;font-size:14px}.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 .image_width_settings input{width:auto}.woocommerce table.form-table .wc_emails_wrapper,.woocommerce table.form-table .wc_payment_gateways_wrapper{padding:0 0 10px 15px}.woocommerce .wc-shipping-zone-settings td.forminp input,.woocommerce .wc-shipping-zone-settings td.forminp textarea{width:448px;padding:6px 11px}.woocommerce .wc-shipping-zone-settings td.forminp .select2-search input{padding:6px}.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::after{clear:both}#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;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:"";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;height: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;background:#fff;border-radius:50%;height:1em;width:1em;line-height:1em}#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}#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 .hndle select{margin-right:.5em}#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=email],.woocommerce_options_panel input[type=number],.woocommerce_options_panel input[type=password],.woocommerce_options_panel input[type=text]{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=email].short,.woocommerce_options_panel input[type=number].short,.woocommerce_options_panel input[type=password].short,.woocommerce_options_panel input[type=text].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_options_panel .select2-container{float:right}#woocommerce-product-data input.dp-applied{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{font-weight:400;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 .data::after{clear:both}.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:5px}.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;z-index:8675309;position:absolute;top:0;left:0}#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{right:50%;margin-right:-6px}.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-remove-filter{color:red;text-decoration: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 th,.woocommerce-reports-wrap .widefat th{padding:7px}.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 outside;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;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;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-linear-gradient(bottom,#ececec,#f9f9f9);background-image:linear-gradient(to top,#ececec,#f9f9f9)}.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;line-height:1;-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.count,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.count{background:#f5f5f5}.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 table tr.active td,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table tr.active td{background:#f5f5f5}.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-widgets li.chart-widget .description,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .description{margin-right:.5em;font-weight:400;opacity:.8}.woocommerce-reports-wide .postbox .chart-legend,.woocommerce-reports-wrap .postbox .chart-legend{list-style:none outside;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;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-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 p{vertical-align:middle}form.report_filters div,form.report_filters input,form.report_filters label{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;border-radius:3px}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{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:""}.post-type-shop_coupon .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:""}.post-type-product .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:""}.woocommerce-BlankState--api .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:""}.woocommerce-BlankState--webhooks .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;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;margin:0 .25em;height:auto;display:inline-block!important}@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=email].short,.woocommerce_options_panel input[type=number].short,.woocommerce_options_panel input[type=password].short,.woocommerce_options_panel input[type=text].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}#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 .is-expanded td:not(.hidden){overflow:visible}.post-type-product .wp-list-table .toggle-row{top:-28px}.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 .is-expanded td:not(.hidden){overflow:visible}.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}.addons-wcs-banner-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.wc_addons_wrap .addons-wcs-banner-block{padding:40px}.wc_addons_wrap .addons-wcs-banner-block-image{padding:1em;text-align:center;width:100%;padding:2em 0;margin:0}.wc_addons_wrap .addons-wcs-banner-block-image .addons-img{margin:0}}.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%;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);max-width:100%;min-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}@media screen and (max-width:782px){.wc-backbone-modal .wc-backbone-modal-content{width:100%;height:100%;min-width:100%}}.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:normal 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:first-child{margin-top:0}.wc-backbone-modal-main article p:last-child{margin-bottom:0}.wc-backbone-modal-main article .pagination{padding:10px 0 0;text-align:center}.wc-backbone-modal-main article table.widefat{margin:0;width:100%;border:0;box-shadow:none}.wc-backbone-modal-main article table.widefat thead th{padding:0 1em 1em 1em;text-align:right}.wc-backbone-modal-main article table.widefat thead th:first-child{padding-right:0}.wc-backbone-modal-main article table.widefat thead th:last-child{padding-left:0;text-align:left}.wc-backbone-modal-main article table.widefat tbody td,.wc-backbone-modal-main article table.widefat tbody th{padding:1em;text-align:right;vertical-align:middle}.wc-backbone-modal-main article table.widefat tbody td:first-child,.wc-backbone-modal-main article table.widefat tbody th:first-child{padding-right:0}.wc-backbone-modal-main article table.widefat tbody td:last-child,.wc-backbone-modal-main article table.widefat tbody th:last-child{padding-left:0;text-align:left}.wc-backbone-modal-main article table.widefat tbody td .select2-container,.wc-backbone-modal-main article table.widefat tbody td select,.wc-backbone-modal-main article table.widefat tbody th .select2-container,.wc-backbone-modal-main article table.widefat tbody th select{width:100%}.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)}.wc-backbone-modal-main footer .inner{text-align:left;line-height:23px}.wc-backbone-modal-main footer .inner .button{margin-bottom:0}.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-results .description{display:block;color:#999;padding-top:4px}.select2-dropdown{border-color:#ddd}.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-container .select2-selection__rendered.ui-sortable li{cursor:move}.select2-container .select2-selection{border-color:#ddd}.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--multiple .select2-selection__choice .description{display:none}.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-product .tablenav .actions,.post-type-shop_order .tablenav .actions{overflow:visible}.post-type-product .tablenav input,.post-type-product .tablenav select,.post-type-shop_order .tablenav input,.post-type-shop_order .tablenav select{line-height:1;height:32px}.post-type-product .tablenav .select2-container,.post-type-shop_order .tablenav .select2-container{float:right;width:240px!important;font-size:14px;vertical-align:middle;margin:1px 1px 4px 6px}.woocommerce-exporter-wrapper,.woocommerce-importer-wrapper,.woocommerce-progress-form-wrapper{text-align:center;max-width:700px;margin:40px auto}.woocommerce-exporter-wrapper .error,.woocommerce-importer-wrapper .error,.woocommerce-progress-form-wrapper .error{text-align:right}.woocommerce-exporter-wrapper .wc-progress-steps,.woocommerce-importer-wrapper .wc-progress-steps,.woocommerce-progress-form-wrapper .wc-progress-steps{padding:0 0 24px;margin:0;list-style:none outside;overflow:hidden;color:#ccc;width:100%;display:-webkit-inline-box;display:inline-flex}.woocommerce-exporter-wrapper .wc-progress-steps li,.woocommerce-importer-wrapper .wc-progress-steps li,.woocommerce-progress-form-wrapper .wc-progress-steps li{width:25%;float:right;padding:0 0 .8em;margin:0;text-align:center;position:relative;border-bottom:4px solid #ccc;line-height:1.4em}.woocommerce-exporter-wrapper .wc-progress-steps li::before,.woocommerce-importer-wrapper .wc-progress-steps li::before,.woocommerce-progress-form-wrapper .wc-progress-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}.woocommerce-exporter-wrapper .wc-progress-steps li.active,.woocommerce-importer-wrapper .wc-progress-steps li.active,.woocommerce-progress-form-wrapper .wc-progress-steps li.active{border-color:#a16696;color:#a16696}.woocommerce-exporter-wrapper .wc-progress-steps li.active::before,.woocommerce-importer-wrapper .wc-progress-steps li.active::before,.woocommerce-progress-form-wrapper .wc-progress-steps li.active::before{border-color:#a16696}.woocommerce-exporter-wrapper .wc-progress-steps li.done,.woocommerce-importer-wrapper .wc-progress-steps li.done,.woocommerce-progress-form-wrapper .wc-progress-steps li.done{border-color:#a16696;color:#a16696}.woocommerce-exporter-wrapper .wc-progress-steps li.done::before,.woocommerce-importer-wrapper .wc-progress-steps li.done::before,.woocommerce-progress-form-wrapper .wc-progress-steps li.done::before{border-color:#a16696;background:#a16696}.woocommerce-exporter-wrapper .button,.woocommerce-importer-wrapper .button,.woocommerce-progress-form-wrapper .button{font-size:1.25em;padding:.5em 1em!important;line-height:1.5em!important;margin-left:.5em;margin-bottom:2px;height:auto!important;border-radius:4px;background-color:#bb77ae;border-color:#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;margin:0;opacity:1}.woocommerce-exporter-wrapper .button:active,.woocommerce-exporter-wrapper .button:focus,.woocommerce-exporter-wrapper .button:hover,.woocommerce-importer-wrapper .button:active,.woocommerce-importer-wrapper .button:focus,.woocommerce-importer-wrapper .button:hover,.woocommerce-progress-form-wrapper .button:active,.woocommerce-progress-form-wrapper .button:focus,.woocommerce-progress-form-wrapper .button:hover{background:#a36597;border-color:#a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.woocommerce-exporter-wrapper .error .button,.woocommerce-importer-wrapper .error .button,.woocommerce-progress-form-wrapper .error .button{font-size:1em}.woocommerce-exporter-wrapper .wc-actions,.woocommerce-importer-wrapper .wc-actions,.woocommerce-progress-form-wrapper .wc-actions{overflow:hidden;border-top:1px solid #eee;margin:0;padding:23px 24px 24px;line-height:3em}.woocommerce-exporter-wrapper .wc-actions .button,.woocommerce-importer-wrapper .wc-actions .button,.woocommerce-progress-form-wrapper .wc-actions .button{float:left}.woocommerce-exporter-wrapper .wc-actions .woocommerce-importer-toggle-advanced-options,.woocommerce-importer-wrapper .wc-actions .woocommerce-importer-toggle-advanced-options,.woocommerce-progress-form-wrapper .wc-actions .woocommerce-importer-toggle-advanced-options{color:#999}.woocommerce-exporter-wrapper .wc-progress-form-content,.woocommerce-exporter-wrapper .woocommerce-exporter,.woocommerce-exporter-wrapper .woocommerce-importer,.woocommerce-importer-wrapper .wc-progress-form-content,.woocommerce-importer-wrapper .woocommerce-exporter,.woocommerce-importer-wrapper .woocommerce-importer,.woocommerce-progress-form-wrapper .wc-progress-form-content,.woocommerce-progress-form-wrapper .woocommerce-exporter,.woocommerce-progress-form-wrapper .woocommerce-importer{background:#fff;overflow:hidden;padding:0;margin:0 0 16px;box-shadow:0 1px 3px rgba(0,0,0,.13);color:#555;text-align:right}.woocommerce-exporter-wrapper .wc-progress-form-content header,.woocommerce-exporter-wrapper .woocommerce-exporter header,.woocommerce-exporter-wrapper .woocommerce-importer header,.woocommerce-importer-wrapper .wc-progress-form-content header,.woocommerce-importer-wrapper .woocommerce-exporter header,.woocommerce-importer-wrapper .woocommerce-importer header,.woocommerce-progress-form-wrapper .wc-progress-form-content header,.woocommerce-progress-form-wrapper .woocommerce-exporter header,.woocommerce-progress-form-wrapper .woocommerce-importer header{border-bottom:1px solid #eee;margin:0;padding:24px 24px 0}.woocommerce-exporter-wrapper .wc-progress-form-content section,.woocommerce-exporter-wrapper .woocommerce-exporter section,.woocommerce-exporter-wrapper .woocommerce-importer section,.woocommerce-importer-wrapper .wc-progress-form-content section,.woocommerce-importer-wrapper .woocommerce-exporter section,.woocommerce-importer-wrapper .woocommerce-importer section,.woocommerce-progress-form-wrapper .wc-progress-form-content section,.woocommerce-progress-form-wrapper .woocommerce-exporter section,.woocommerce-progress-form-wrapper .woocommerce-importer section{padding:24px 24px 0}.woocommerce-exporter-wrapper .wc-progress-form-content h2,.woocommerce-exporter-wrapper .woocommerce-exporter h2,.woocommerce-exporter-wrapper .woocommerce-importer h2,.woocommerce-importer-wrapper .wc-progress-form-content h2,.woocommerce-importer-wrapper .woocommerce-exporter h2,.woocommerce-importer-wrapper .woocommerce-importer h2,.woocommerce-progress-form-wrapper .wc-progress-form-content h2,.woocommerce-progress-form-wrapper .woocommerce-exporter h2,.woocommerce-progress-form-wrapper .woocommerce-importer h2{margin:0 0 24px;color:#555;font-size:24px;font-weight:400;line-height:1em}.woocommerce-exporter-wrapper .wc-progress-form-content p,.woocommerce-exporter-wrapper .woocommerce-exporter p,.woocommerce-exporter-wrapper .woocommerce-importer p,.woocommerce-importer-wrapper .wc-progress-form-content p,.woocommerce-importer-wrapper .woocommerce-exporter p,.woocommerce-importer-wrapper .woocommerce-importer p,.woocommerce-progress-form-wrapper .wc-progress-form-content p,.woocommerce-progress-form-wrapper .woocommerce-exporter p,.woocommerce-progress-form-wrapper .woocommerce-importer p{font-size:1em;line-height:1.75em;font-size:16px;color:#555;margin:0 0 24px}.woocommerce-exporter-wrapper .wc-progress-form-content .form-row,.woocommerce-exporter-wrapper .woocommerce-exporter .form-row,.woocommerce-exporter-wrapper .woocommerce-importer .form-row,.woocommerce-importer-wrapper .wc-progress-form-content .form-row,.woocommerce-importer-wrapper .woocommerce-exporter .form-row,.woocommerce-importer-wrapper .woocommerce-importer .form-row,.woocommerce-progress-form-wrapper .wc-progress-form-content .form-row,.woocommerce-progress-form-wrapper .woocommerce-exporter .form-row,.woocommerce-progress-form-wrapper .woocommerce-importer .form-row{margin-top:24px}.woocommerce-exporter-wrapper .wc-progress-form-content .spinner,.woocommerce-exporter-wrapper .woocommerce-exporter .spinner,.woocommerce-exporter-wrapper .woocommerce-importer .spinner,.woocommerce-importer-wrapper .wc-progress-form-content .spinner,.woocommerce-importer-wrapper .woocommerce-exporter .spinner,.woocommerce-importer-wrapper .woocommerce-importer .spinner,.woocommerce-progress-form-wrapper .wc-progress-form-content .spinner,.woocommerce-progress-form-wrapper .woocommerce-exporter .spinner,.woocommerce-progress-form-wrapper .woocommerce-importer .spinner{display:none}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th{vertical-align:top;line-height:1.75em;padding:0 0 24px 0}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td label,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th label,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td label,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th label{color:#555;font-weight:400}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=checkbox],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=checkbox],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=checkbox],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=checkbox]{margin:0 0 0 4px;padding:7px}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=text],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=text],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=text],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=text]{padding:7px;height:auto;margin:0}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper{border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);background-color:#fff;color:#32373c;outline:0;line-height:1;display:block}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code{background:0 0;font-size:smaller;padding:0;margin:0;color:#999;padding:7px 7px 0 0;display:inline-block}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input{font-family:Consolas,Monaco,monospace;border:0;margin:0;outline:0;box-shadow:none;display:inline-block;min-width:100%}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th{width:35%;padding-left:20px}.woocommerce-exporter-wrapper .wc-progress-form-content progress,.woocommerce-exporter-wrapper .woocommerce-exporter progress,.woocommerce-exporter-wrapper .woocommerce-importer progress,.woocommerce-importer-wrapper .wc-progress-form-content progress,.woocommerce-importer-wrapper .woocommerce-exporter progress,.woocommerce-importer-wrapper .woocommerce-importer progress,.woocommerce-progress-form-wrapper .wc-progress-form-content progress,.woocommerce-progress-form-wrapper .woocommerce-exporter progress,.woocommerce-progress-form-wrapper .woocommerce-importer progress{width:100%;height:42px;margin:0 auto 24px;display:block;-webkit-appearance:none;border:none;display:none;background:#f5f5f5;border:2px solid #eee;border-radius:4px;padding:0;box-shadow:0 1px 0 0 rgba(255,255,255,.2)}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-webkit-progress-bar,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-webkit-progress-bar,.woocommerce-exporter-wrapper .woocommerce-importer progress::-webkit-progress-bar,.woocommerce-importer-wrapper .wc-progress-form-content progress::-webkit-progress-bar,.woocommerce-importer-wrapper .woocommerce-exporter progress::-webkit-progress-bar,.woocommerce-importer-wrapper .woocommerce-importer progress::-webkit-progress-bar,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-webkit-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-webkit-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-webkit-progress-bar{background:transparent none;border:0;border-radius:4px;padding:0;box-shadow:none}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-webkit-progress-value,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-webkit-progress-value,.woocommerce-exporter-wrapper .woocommerce-importer progress::-webkit-progress-value,.woocommerce-importer-wrapper .wc-progress-form-content progress::-webkit-progress-value,.woocommerce-importer-wrapper .woocommerce-exporter progress::-webkit-progress-value,.woocommerce-importer-wrapper .woocommerce-importer progress::-webkit-progress-value,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-webkit-progress-value,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-webkit-progress-value,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-webkit-progress-value{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:-webkit-linear-gradient(top,#a46497,#66405f),#a46497;background:linear-gradient(top,#a46497,#66405f),#a46497;-webkit-transition:width 1s ease;transition:width 1s ease}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-moz-progress-bar,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-moz-progress-bar,.woocommerce-exporter-wrapper .woocommerce-importer progress::-moz-progress-bar,.woocommerce-importer-wrapper .wc-progress-form-content progress::-moz-progress-bar,.woocommerce-importer-wrapper .woocommerce-exporter progress::-moz-progress-bar,.woocommerce-importer-wrapper .woocommerce-importer progress::-moz-progress-bar,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-moz-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-moz-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-moz-progress-bar{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(top,#a46497,#66405f),#a46497;-webkit-transition:width 1s ease;transition:width 1s ease}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-ms-fill,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-ms-fill,.woocommerce-exporter-wrapper .woocommerce-importer progress::-ms-fill,.woocommerce-importer-wrapper .wc-progress-form-content progress::-ms-fill,.woocommerce-importer-wrapper .woocommerce-exporter progress::-ms-fill,.woocommerce-importer-wrapper .woocommerce-importer progress::-ms-fill,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-ms-fill,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-ms-fill,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-ms-fill{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(to bottom,#a46497,#66405f),#a46497;-webkit-transition:width 1s ease;transition:width 1s ease}.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .spinner,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing .spinner,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .spinner,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing .spinner,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting .spinner,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing .spinner,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .spinner,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing .spinner,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .spinner,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing .spinner,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting .spinner,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing .spinner,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .spinner,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing .spinner,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .spinner,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing .spinner,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting .spinner,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing .spinner{display:block}.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting progress,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing progress,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting progress,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing progress,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting progress,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing progress,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting progress,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing progress,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting progress,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing progress,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting progress,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing progress,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting progress,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing progress,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting progress,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing progress,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting progress,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing progress{display:block}.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .wc-actions,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing .wc-actions,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .wc-actions,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing .wc-actions,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting .wc-actions,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing .wc-actions,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .wc-actions,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing .wc-actions,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .wc-actions,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing .wc-actions,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting .wc-actions,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing .wc-actions,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .wc-actions,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing .wc-actions,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing .woocommerce-exporter-options{display:none}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table-wrapper{padding:0}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table{margin:0;border:0;box-shadow:none;width:100%;table-layout:fixed}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th{border:0;padding:12px;vertical-align:middle;word-wrap:break-word}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td select,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th select,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td select,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th select{width:100%}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) th{background:#fbfbfb}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th{font-weight:700}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td:first-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th:first-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td:first-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th:first-child{padding-right:24px}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td:last-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th:last-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td:last-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th:last-child{padding-left:24px}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name{width:50%}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description{color:#999;margin-top:4px;display:block}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description code{background:0 0;padding:0;white-space:pre-line;word-wrap:break-word;word-break:break-all}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-done,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-done,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-done,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-done,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-done,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-done,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-done,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-done,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-done{text-align:center;padding:48px 24px;font-size:1.5em;line-height:1.75em}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-done::before,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-done::before,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-done::before,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-done::before,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-done::before,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-done::before,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-done::before,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-done::before,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-done::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;right:0;width:100%;height:100%;text-align:center;content:"";color:#a16696;position:static;font-size:100px;display:block;float:none;margin:0 0 24px}.wc-pointer .wc-pointer-buttons .close{float:right;margin:6px 15px 0 0} \ No newline at end of file diff --git a/assets/css/admin.css b/assets/css/admin.css index 6ef9925a342..3bb085b7e2e 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -1,2 +1,2 @@ .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;margin:0 0 -4px;-moz-user-select:none;-ms-user-select:none;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;-moz-user-select:none;-ms-user-select:none;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;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;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;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-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}.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--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 transparent;border-style:solid;border-width:5px 4px 0 4px;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 transparent;border-width:0 4px 5px 4px}.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;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:'';display: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:solid #000 1px;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>.select2-results__options{max-height:200px;overflow-y:auto}.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],.select2-container--default .select2-results__option[data-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],.select2-container--default .select2-results__option--highlighted[data-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:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.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:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;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:0;border-top-left-radius:4px;border-bottom-left-radius: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 transparent;border-width:0 4px 5px 4px}.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:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.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:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.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}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{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>.select2-results__options{max-height:200px;overflow-y:auto}.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],.select2-container--classic .select2-results__option--highlighted[data-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} -@charset "UTF-8";@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{-webkit-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;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{max-width:1200px}.wc_addons_wrap h1.search-form-title{clear:left;padding:0}.wc_addons_wrap form.search-form{clear:both;display:block;position:relative;margin-top:1em;margin-bottom:1em}.wc_addons_wrap form.search-form input{border:1px solid #ddd;box-shadow:none;height:53px;padding-left:50px;width:100%;margin:0}.wc_addons_wrap form.search-form button{background:0 0;border:none;cursor:pointer;height:53px;position:absolute;width:53px}.wc_addons_wrap .update-plugins .update-count{background-color:#d54e21;border-radius:10px;color:#fff;display:inline-block;font-size:9px;font-weight:600;line-height:17px;margin:1px 0 0 2px;padding:0 6px;vertical-align:text-top}.wc_addons_wrap .addons-featured{margin:0}.wc_addons_wrap ul.subsubsub.subsubsub{margin:-2px 0 12px}.wc_addons_wrap .subsubsub li::after{content:'|'}.wc_addons_wrap .subsubsub li:last-child::after{content:''}.wc_addons_wrap .addons-banner-block-item-icon,.wc_addons_wrap .addons-column-block-item-icon{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.wc_addons_wrap .addons-banner-block,.wc_addons_wrap .addons-wcs-banner-block{background:#fff;border:1px solid #ddd;margin:0 0 1em 0;padding:2em 2em 1em}.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:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin:0 -10px 0 -10px}.wc_addons_wrap .addons-banner-block-item{border:1px solid #e6e6e6;border-radius:3px;-webkit-box-flex:1;flex:1;margin:1em;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:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;height:184px;-webkit-box-pack:justify;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-wcs-banner-block{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.wc_addons_wrap .addons-wcs-banner-block-image{background:#f7f7f7;border:1px solid #e6e6e6;margin-right:2em;padding:4em}.wc_addons_wrap .addons-wcs-banner-block-image .addons-img{max-height:86px;max-width:97px}.wc_addons_wrap .addons-shipping-methods .addons-wcs-banner-block{margin-left:0;margin-right:0;margin-top:1em}.wc_addons_wrap .addons-wcs-banner-block-content{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;justify-content:space-around;align-self:stretch;padding:1em 0}.wc_addons_wrap .addons-wcs-banner-block-content h1{padding-bottom:0}.wc_addons_wrap .addons-wcs-banner-block-content p{margin-bottom:0}.wc_addons_wrap .addons-wcs-banner-block-content .wcs-service-logo{max-width:40px}.wc_addons_wrap .addons-column-section{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.wc_addons_wrap .addons-column{-webkit-box-flex:1;flex:1;width:50%;padding:0 .5em}.wc_addons_wrap .addons-column:nth-child(2){margin-right:0}.wc_addons_wrap .addons-column-block,.wc_addons_wrap .addons-small-dark-block,.wc_addons_wrap .addons-small-light-block{box-sizing:border-box;border:1px solid #ddd;margin:0 0 1em;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{border-top:2px solid #f9f9f9;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;-webkit-box-pack:justify;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:-webkit-box;display:flex;-webkit-box-flex:1;flex:1;flex-wrap:wrap;height:20%;-webkit-box-pack:justify;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-banner-block-item,.wc_addons_wrap .addons-column-block-item{display:none}.wc_addons_wrap .addons-banner-block-item:nth-child(-n+3){display:block}.wc_addons_wrap .addons-column-block-item:nth-of-type(-n+3){display:-webkit-box;display:flex}.wc_addons_wrap .addons-small-dark-block{background-color:#54687d;text-align:center}.wc_addons_wrap .addons-small-dark-items{display:-webkit-box;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:-webkit-box;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:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1 100px;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;justify-content:space-around}.wc_addons_wrap .addons-small-light-block-buttons{display:-webkit-box;display:flex;-webkit-box-pack:justify;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{width:100%}.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;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row;flex-wrap:wrap;margin:0 -.5em}.wc_addons_wrap .products li{float:left;border:1px solid #ddd;margin:0 .5em 1em!important;padding:0;vertical-align:top;width:25%;min-width:280px;min-height:220px;-webkit-box-flex:1;flex:1;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{text-decoration:none;color:inherit;display:block;height:100%}.wc_addons_wrap .products li a .product-img-wrap{background:#fff;display:block}.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 img.extension-thumb+h3{display:none}.wc_addons_wrap .products li a .price{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;margin-top:1em;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;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;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:static;float:right;padding:0 15px 10px 28px;margin-top:-10px;font-size:13px;line-height:1.23076923;text-decoration:none}.woocommerce-message a.woocommerce-message-close::before{position:relative;top:18px;left:-20px;-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}.wrap.woocommerce div.error,.wrap.woocommerce div.updated{margin-top:10px}mark.amount{background:transparent none;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;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:"";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,table.wc_status_table th{font-size:1.1em;font-weight:400}table.wc_status_table td.run-tool,table.wc_status_table th.run-tool{text-align:right}table.wc_status_table td strong.name,table.wc_status_table th strong.name{display:block;margin-bottom:.5em}table.wc_status_table td mark,table.wc_status_table th mark{background:transparent none}table.wc_status_table td mark.yes,table.wc_status_table th mark.yes{color:#7ad03a}table.wc_status_table td mark.no,table.wc_status_table th mark.no{color:#999}table.wc_status_table td .red,table.wc_status_table td mark.error,table.wc_status_table th .red,table.wc_status_table th mark.error{color:#a00}table.wc_status_table td ul,table.wc_status_table th ul{margin:0}table.wc_status_table .help_tip{cursor:help}table.wc_status_table--tools td,table.wc_status_table--tools th{padding:2em}.taxonomy-product_cat .column-thumb .woocommerce-help-tip{font-size:1.5em;margin:0 0 0 -34px;padding:0 2px 5px;display:block;position:absolute}#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;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;box-shadow:0 1px 1px rgba(0,0,0,.04);padding:5px 20px}#log-viewer pre{font-family:monospace;white-space:pre-wrap;word-wrap:break-word}.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{clear:left}#woocommerce-fields.inline-edit-col label.featured,#woocommerce-fields.inline-edit-col label.manage_stock{margin-left:10px}#woocommerce-fields.inline-edit-col label.stock_status_field{clear:both;float:left}#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 label{clear:left}#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{padding-bottom:5px}ul.wc_coupon_list li{margin:0}ul.wc_coupon_list li.code{display:inline-block;position:relative;padding:0 .5em;background-color:#fff;border:1px solid #aaa;box-shadow:0 1px 0 #dfdfdf;border-radius:4px;margin-right:5px;margin-top:5px}ul.wc_coupon_list li.code.editable{padding-right:2em}ul.wc_coupon_list li.code .tips{cursor:pointer}ul.wc_coupon_list li.code .tips span{color:#888}ul.wc_coupon_list li.code .tips span:hover{color:#000}ul.wc_coupon_list li.code .remove-coupon{text-decoration:none;color:#888;position:absolute;top:7px;right:20px}ul.wc_coupon_list li.code .remove-coupon::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:""}ul.wc_coupon_list li.code .remove-coupon:hover::before{color:#a00}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{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;padding:0;height:28px;width:28px!important;display:inline-block}.button.wc-reload::after{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:"";line-height:28px}#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-family:HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',sans-serif;font-size:21px;font-weight:400;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;font-family:HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',sans-serif;font-weight:400;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 textarea{width:100%}#order_data .order_data_column .form-field select{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-category-search,#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-category-search,#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-category-search,#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-category-search,#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;margin-left:8px}#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{font-family:WooCommerce;position:absolute;top:0;left:0;text-align:center;vertical-align:top;line-height:14px;font-size:14px;font-weight:400}#order_data .order_data_column a.edit_address::after{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{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;-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: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;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:"";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 label,#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 label,#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 label,#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 label{color:#ccc}#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 .item_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 input,#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 .quantity .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 input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input:first-child input{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 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 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 .refund_by{border-bottom:1px dotted #999}#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 auto}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.fee .thumb div::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}#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 auto}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.refund .thumb div::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}#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 auto}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .thumb div::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}#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;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:"";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 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{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:"";position:relative}#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{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:"";position:relative}#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}.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-wc_actions{width:110px}.widefat .column-wc_actions a.button{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;display:inline-block;margin:2px 4px 2px 0;padding:0!important;height:2em!important;width:2em;overflow:hidden;vertical-align:middle}.widefat .column-wc_actions a.button::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;line-height:1.85}.widefat .column-wc_actions a.button img{display:block;width:12px;height:auto}.widefat .column-wc_actions a.edit::after{content:'\f464'}.widefat .column-wc_actions a.link::after{font-family:WooCommerce;content:'\e00d'}.widefat .column-wc_actions a.view::after{content:'\f177'}.widefat .column-wc_actions a.refresh::after{font-family:WooCommerce;content:'\e031'}.widefat .column-wc_actions a.processing::after{font-family:WooCommerce;content:'\e00f'}.widefat .column-wc_actions a.complete::after{content:'\f147'}.widefat small.meta{display:block;color:#999;font-size:inherit;margin:3px 0}.post-type-shop_order .tablenav .one-page .displaying-num{display:none}.post-type-shop_order .wp-list-table{margin-top:1em}.post-type-shop_order .wp-list-table tfoot th,.post-type-shop_order .wp-list-table thead th{padding:.75em 1em}.post-type-shop_order .wp-list-table tfoot th.sortable a,.post-type-shop_order .wp-list-table tfoot th.sorted a,.post-type-shop_order .wp-list-table thead th.sortable a,.post-type-shop_order .wp-list-table thead th.sorted a{padding:0}.post-type-shop_order .wp-list-table tfoot th:first-child,.post-type-shop_order .wp-list-table thead th:first-child{padding-left:2em}.post-type-shop_order .wp-list-table tfoot th:last-child,.post-type-shop_order .wp-list-table thead th:last-child{padding-right:2em}.post-type-shop_order .wp-list-table tbody td,.post-type-shop_order .wp-list-table tbody th{padding:1em;line-height:26px}.post-type-shop_order .wp-list-table tbody td:first-child{padding-left:2em}.post-type-shop_order .wp-list-table tbody td:last-child{padding-right:2em}.post-type-shop_order .wp-list-table tbody tr{border-top:1px solid #f5f5f5}.post-type-shop_order .wp-list-table tbody tr:hover:not(.status-trash):not(.no-link) td{cursor:pointer}.post-type-shop_order .wp-list-table .no-link{cursor:default!important}.post-type-shop_order .wp-list-table td,.post-type-shop_order .wp-list-table th{width:12ch;vertical-align:middle}.post-type-shop_order .wp-list-table td p,.post-type-shop_order .wp-list-table th p{margin:0}.post-type-shop_order .wp-list-table .check-column{width:1px;white-space:nowrap;padding:1em 1em 1em 1em!important;vertical-align:middle}.post-type-shop_order .wp-list-table .check-column input{vertical-align:text-top;margin:1px 0}.post-type-shop_order .wp-list-table .column-order_number{width:20ch}.post-type-shop_order .wp-list-table .column-order_total{width:8ch;text-align:right}.post-type-shop_order .wp-list-table .column-order_total a span{float:right}.post-type-shop_order .wp-list-table .column-order_date,.post-type-shop_order .wp-list-table .column-order_status{width:10ch}.post-type-shop_order .wp-list-table .column-order_status{width:14ch}.post-type-shop_order .wp-list-table .column-billing_address,.post-type-shop_order .wp-list-table .column-shipping_address{width:20ch;line-height:1.5em}.post-type-shop_order .wp-list-table .column-billing_address .description,.post-type-shop_order .wp-list-table .column-shipping_address .description{display:block;color:#999}.post-type-shop_order .wp-list-table .column-wc_actions{text-align:right}.post-type-shop_order .wp-list-table .column-wc_actions a.button{text-indent:9999px;margin:2px 0 2px 4px}.post-type-shop_order .wp-list-table .order-preview{float:right;width:16px;padding:20px 4px 4px 4px;height:0;overflow:hidden;position:relative;border:2px solid transparent;border-radius:4px}.post-type-shop_order .wp-list-table .order-preview::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";line-height:16px;font-size:14px;vertical-align:middle;top:4px}.post-type-shop_order .wp-list-table .order-preview:hover{border:2px solid #00a0d2}.post-type-shop_order .wp-list-table .order-preview.disabled::before{content:'';background:url(../images/wpspin.gif) no-repeat center top}.order-status{display:-webkit-inline-box;display:inline-flex;line-height:2.5em;color:#777;background:#e5e5e5;border-radius:4px;border-bottom:1px solid rgba(0,0,0,.05);margin:-.25em 0;cursor:inherit!important;white-space:nowrap;max-width:100%}.order-status.status-completed{background:#c8d7e1;color:#2e4453}.order-status.status-on-hold{background:#f8dda7;color:#94660c}.order-status.status-failed{background:#eba3a3;color:#761919}.order-status.status-processing{background:#c6e1c6;color:#5b841b}.order-status.status-trash{background:#eba3a3;color:#761919}.order-status>span{margin:0 1em;overflow:hidden;text-overflow:ellipsis}.wc-order-preview .order-status{float:right;margin-right:54px}.wc-order-preview article{padding:0!important}.wc-order-preview .modal-close{border-radius:0}.wc-order-preview .wc-order-preview-table{width:100%;margin:0}.wc-order-preview .wc-order-preview-table td,.wc-order-preview .wc-order-preview-table th{padding:1em 1.5em;text-align:left;border:0;border-bottom:1px solid #eee;margin:0;background:0 0;box-shadow:none;text-align:right;vertical-align:top}.wc-order-preview .wc-order-preview-table td:first-child,.wc-order-preview .wc-order-preview-table th:first-child{text-align:left}.wc-order-preview .wc-order-preview-table th{border-color:#ccc}.wc-order-preview .wc-order-preview-table tr:last-child td{border:0}.wc-order-preview .wc-order-preview-table .wc-order-item-sku{margin-top:.5em}.wc-order-preview .wc-order-preview-table .wc-order-item-meta{margin-top:.5em}.wc-order-preview .wc-order-preview-table .wc-order-item-meta td,.wc-order-preview .wc-order-preview-table .wc-order-item-meta th{padding:0;border:0;text-align:left;vertical-align:top}.wc-order-preview .wc-order-preview-table .wc-order-item-meta td:last-child{padding-left:.5em}.wc-order-preview .wc-order-preview-addresses{overflow:hidden;padding-bottom:1.5em}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note{width:50%;float:left;padding:1.5em 1.5em 0;box-sizing:border-box;word-wrap:break-word}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address h2,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note h2{margin-top:0}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address strong,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note strong{display:block;margin-top:1.5em}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address strong:first-child,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note strong:first-child{margin-top:0}.wc-order-preview footer .wc-action-button-group{display:inline-block;float:left}.wc-order-preview footer .button.button-large{margin-left:10px;padding:0 10px!important;line-height:28px;height:auto;display:inline-block}.wc-order-preview .wc-action-button-group label{display:none}.wc-action-button-group{vertical-align:middle;line-height:26px;text-align:left}.wc-action-button-group label{margin-right:6px;cursor:default;font-weight:700;line-height:28px}.wc-action-button-group .wc-action-button-group__items{display:-webkit-inline-box;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;align-content:flex-start;-webkit-box-pack:start;justify-content:flex-start}.wc-action-button-group .wc-action-button{margin:0 0 0 -1px!important;border:1px solid #ccc;padding:0 10px!important;border-radius:0!important;float:none;line-height:28px;height:auto;z-index:1;position:relative;overflow:hidden;text-overflow:ellipsis;-webkit-box-flex:1;flex:1 0 auto;box-sizing:border-box;text-align:center;white-space:nowrap}.wc-action-button-group .wc-action-button:focus,.wc-action-button-group .wc-action-button:hover{border:1px solid #999;z-index:2}.wc-action-button-group .wc-action-button:first-child{margin-left:0!important;border-top-left-radius:3px!important;border-bottom-left-radius:3px!important}.wc-action-button-group .wc-action-button:last-child{border-top-right-radius:3px!important;border-bottom-right-radius:3px!important}@media screen and (max-width:782px){.wc-order-preview footer .wc-action-button-group .wc-action-button-group__items{display:-webkit-box;display:flex}.wc-order-preview footer .wc-action-button-group{float:none;display:block;margin-bottom:4px}.wc-order-preview footer .button.button-large{width:100%;float:none;text-align:center;margin:0;display:block}.post-type-shop_order .wp-list-table td.check-column{width:1em}.post-type-shop_order .wp-list-table td.column-order_number{padding-left:0;padding-bottom:.5em}.post-type-shop_order .wp-list-table td.column-order_date,.post-type-shop_order .wp-list-table td.column-order_status{display:inline-block!important;padding:0 1em 1em 1em!important}.post-type-shop_order .wp-list-table td.column-order_date:before,.post-type-shop_order .wp-list-table td.column-order_status:before{display:none!important}.post-type-shop_order .wp-list-table td.column-order_date{padding-left:0!important}.post-type-shop_order .wp-list-table td.column-order_status{float:right}}.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{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";line-height:16px}.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{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";line-height:16px}.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;height:1em;width:1em;padding:0!important;height:2em!important;width:2em}.attributes-table .attribute-actions .configure-terms::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;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 p.meta .exact-date{border-bottom:1px dotted #999}ul.order_notes li a.delete_note{color:#a00}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.system-note .note_content{background:#d7cad2}ul.order_notes li.system-note .note_content::after{border-color:#d7cad2 transparent}ul.order_notes li.customer-note .note_content{background:#a7cedc}ul.order_notes li.customer-note .note_content::after{border-color:#a7cedc 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-handle{width:17px;display:none}table.wp-list-table tbody td.column-handle{cursor:move;width:17px;text-align:center;vertical-align:text-top}table.wp-list-table tbody td.column-handle::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;height:100%;margin:4px 0 0 0}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 .row-actions{color:#999}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 span.na{color:#999}table.wp-list-table .column-sku{width:10%}table.wp-list-table .column-price{width:10ch}table.wp-list-table .column-is_in_stock{text-align:left!important;width:12ch}table.wp-list-table span.wc-featured,table.wp-list-table span.wc-image{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{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 mark.instock,table.wp-list-table mark.onbackorder,table.wp-list-table mark.outofstock{font-weight:700;background:transparent none;line-height:1}table.wp-list-table mark.instock{color:#7ad03a}table.wp-list-table mark.outofstock{color:#a44}table.wp-list-table mark.onbackorder{color:#eaa600}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;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:""}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}.wc_input_table_wrapper{overflow-x:auto;display:block}table.wc_input_table,table.wc_tax_rates{width:100%}table.wc_input_table td,table.wc_input_table th,table.wc_tax_rates td,table.wc_tax_rates th{display:table-cell!important}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=number],table.wc_input_table td input[type=text],table.wc_tax_rates td input[type=number],table.wc_tax_rates td input[type=text]{width:100%!important;min-width:100px;padding:8px 10px;margin:0;border:0;outline:0;background:transparent none}table.wc_input_table td input[type=number]:focus,table.wc_input_table td input[type=text]:focus,table.wc_tax_rates td input[type=number]:focus,table.wc_tax_rates td input[type=text]: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 .item_cost,table.wc_tax_rates .cost,table.wc_tax_rates .item_cost{text-align:right}table.wc_input_table .cost input,table.wc_input_table .item_cost input,table.wc_tax_rates .cost input,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_emails th,table.wc_gateways td,table.wc_gateways th,table.wc_shipping td,table.wc_shipping th{display:table-cell!important;padding:1em!important;vertical-align:top;line-height:1.75em}table.wc_emails.wc_emails td,table.wc_gateways.wc_emails td,table.wc_shipping.wc_emails td{vertical-align:middle}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 td.name,table.wc_gateways td.name,table.wc_shipping td.name{font-weight:700}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 td.sort,table.wc_gateways td.sort,table.wc_shipping td.sort{font-size:15px;text-align:center}table.wc_emails td.sort .wc-item-reorder-nav,table.wc_gateways td.sort .wc-item-reorder-nav,table.wc_shipping td.sort .wc-item-reorder-nav{white-space:nowrap;width:72px}table.wc_emails td.sort .wc-item-reorder-nav:before,table.wc_gateways td.sort .wc-item-reorder-nav:before,table.wc_shipping td.sort .wc-item-reorder-nav:before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:24px;float:left;height:100%;line-height:24px;cursor:move}table.wc_emails td.sort .wc-item-reorder-nav button,table.wc_gateways td.sort .wc-item-reorder-nav button,table.wc_shipping td.sort .wc-item-reorder-nav button{position:relative;overflow:hidden;float:left;display:block;width:24px;height:24px;margin:0;background:0 0;border:none;box-shadow:none;color:#82878c;text-indent:-9999px;cursor:pointer;outline:0}table.wc_emails td.sort .wc-item-reorder-nav button:before,table.wc_gateways td.sort .wc-item-reorder-nav button:before,table.wc_shipping td.sort .wc-item-reorder-nav button:before{display:inline-block;position:absolute;top:0;right:0;width:100%;height:100%;font:normal 20px/23px dashicons;text-align:center;text-indent:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}table.wc_emails td.sort .wc-item-reorder-nav button:focus,table.wc_emails td.sort .wc-item-reorder-nav button:hover,table.wc_gateways td.sort .wc-item-reorder-nav button:focus,table.wc_gateways td.sort .wc-item-reorder-nav button:hover,table.wc_shipping td.sort .wc-item-reorder-nav button:focus,table.wc_shipping td.sort .wc-item-reorder-nav button:hover{color:#191e23}table.wc_emails td.sort .wc-item-reorder-nav .wc-move-down:before,table.wc_gateways td.sort .wc-item-reorder-nav .wc-move-down:before,table.wc_shipping td.sort .wc-item-reorder-nav .wc-move-down:before{content:"\f347"}table.wc_emails td.sort .wc-item-reorder-nav .wc-move-up:before,table.wc_gateways td.sort .wc-item-reorder-nav .wc-move-up:before,table.wc_shipping td.sort .wc-item-reorder-nav .wc-move-up:before{content:"\f343"}table.wc_emails td.sort .wc-item-reorder-nav .wc-move-disabled,table.wc_gateways td.sort .wc-item-reorder-nav .wc-move-disabled,table.wc_shipping td.sort .wc-item-reorder-nav .wc-move-disabled{color:#d5d5d5!important;cursor:default;pointer-events:none}table.wc_emails .wc-payment-gateway-method-name,table.wc_gateways .wc-payment-gateway-method-name,table.wc_shipping .wc-payment-gateway-method-name{font-weight:400}table.wc_emails .wc-email-settings-table-name,table.wc_gateways .wc-email-settings-table-name,table.wc_shipping .wc-email-settings-table-name{font-weight:700}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-payment-gateway-method-toggle-disabled,table.wc_emails .wc-payment-gateway-method-toggle-enabled,table.wc_gateways .wc-payment-gateway-method-toggle-disabled,table.wc_gateways .wc-payment-gateway-method-toggle-enabled,table.wc_shipping .wc-payment-gateway-method-toggle-disabled,table.wc_shipping .wc-payment-gateway-method-toggle-enabled{padding-top:1px;display:block;outline:0;box-shadow:none}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}.wc-shipping-zone-settings th{padding:24px 24px 24px 0}.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;display:table-cell!important}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 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;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-zone-method-rows tr:nth-child(even) td,table.wc-shipping-zone-methods .wc-shipping-zone-method-rows tr:nth-child(even) td,table.wc-shipping-zones .wc-shipping-zone-method-rows tr:nth-child(even) td{background:#f9f9f9}table.wc-shipping-classes .wc-shipping-class-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 tr.odd td,table.wc-shipping-zones .wc-shipping-class-rows tr:nth-child(odd) td,table.wc-shipping-zones tr.odd td{background:#f9f9f9}table.wc-shipping-classes tbody.wc-shipping-zone-rows td,table.wc-shipping-zone-methods tbody.wc-shipping-zone-rows td,table.wc-shipping-zones tbody.wc-shipping-zone-rows td{border-top:2px solid #f9f9f9}table.wc-shipping-classes tbody.wc-shipping-zone-rows tr:first-child td,table.wc-shipping-zone-methods tbody.wc-shipping-zone-rows tr:first-child td,table.wc-shipping-zones tbody.wc-shipping-zone-rows tr:first-child td{border-top:0}table.wc-shipping-classes tr.wc-shipping-zone-worldwide td,table.wc-shipping-zone-methods tr.wc-shipping-zone-worldwide td,table.wc-shipping-zones tr.wc-shipping-zone-worldwide td{background:#f9f9f9;border-top:2px solid #e1e1e1}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;line-height:1;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;line-height:1;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{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";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;margin-top:-1px;vertical-align:text-top}.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}.woocommerce-input-toggle.woocommerce-input-toggle--loading{opacity:.5}.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-manual::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#999}.status-enabled::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#a46497}.status-disabled::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}.woocommerce h2.woo-nav-tab-wrapper{margin-bottom:1em}.woocommerce nav.woo-nav-tab-wrapper{margin:1.5em 0 1em}.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;table-layout:fixed}.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 input[type=email],.woocommerce table.form-table input[type=number],.woocommerce table.form-table input[type=text]{height:auto}.woocommerce table.form-table textarea.input-text{height:100%;min-width:150px;display:block}.woocommerce table.form-table input.regular-input,.woocommerce table.form-table input[type=date],.woocommerce table.form-table input[type=datetime-local],.woocommerce table.form-table input[type=datetime],.woocommerce table.form-table input[type=email],.woocommerce table.form-table input[type=number],.woocommerce table.form-table input[type=password],.woocommerce table.form-table input[type=tel],.woocommerce table.form-table input[type=text],.woocommerce table.form-table input[type=time],.woocommerce table.form-table input[type=url],.woocommerce table.form-table input[type=week],.woocommerce table.form-table textarea{width:400px;margin:0;padding:6px;box-sizing:border-box;vertical-align:top}.woocommerce table.form-table input[type=date],.woocommerce table.form-table input[type=datetime-local],.woocommerce table.form-table input[type=tel],.woocommerce table.form-table input[type=time],.woocommerce table.form-table input[type=week]{width:200px}.woocommerce table.form-table select{width:400px;margin:0;box-sizing:border-box;height:32px;line-height:32px;vertical-align:top}.woocommerce table.form-table input[size]{width:auto!important}.woocommerce table.form-table table input.regular-input,.woocommerce table.form-table table input[type=email],.woocommerce table.form-table table input[type=number],.woocommerce table.form-table table input[type=text],.woocommerce table.form-table table select,.woocommerce table.form-table table textarea{width:auto}.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 th label{position:relative;display:block}.woocommerce table.form-table th label .woocommerce-help-tip,.woocommerce table.form-table th label img.help_tip{margin:-8px -24px 0 0;position:absolute;right:0;top:50%}.woocommerce table.form-table th label+.woocommerce-help-tip{margin:0;position:absolute;right:0;top:20px}.woocommerce table.form-table woocommerce-help-tip .select2-container{vertical-align:top;margin-bottom:3px}.woocommerce table.form-table table.widefat th{padding-right:inherit}.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 transparent!important}.woocommerce table.form-table .iris-picker .ui-slider .ui-slider-handle{margin-bottom:0!important}.woocommerce table.form-table .iris-error{background-color:#ffafaf}.woocommerce table.form-table .colorpickpreview{padding:7px 0;line-height:1em;display:inline-block;width:26px;border:1px solid #ddd;font-size:14px}.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 .image_width_settings input{width:auto}.woocommerce table.form-table .wc_emails_wrapper,.woocommerce table.form-table .wc_payment_gateways_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::after{clear:both}#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;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:"";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;height: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;background:#fff;border-radius:50%;height:1em;width:1em;line-height:1em}#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}#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 .hndle select{margin-left:.5em}#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=email],.woocommerce_options_panel input[type=number],.woocommerce_options_panel input[type=password],.woocommerce_options_panel input[type=text]{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=email].short,.woocommerce_options_panel input[type=number].short,.woocommerce_options_panel input[type=password].short,.woocommerce_options_panel input[type=text].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_options_panel .select2-container{float:left}#woocommerce-product-data input.dp-applied{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{font-weight:400;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 .data::after{clear:both}.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:5px}.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;z-index:8675309;position:absolute;top:0;left:0}#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-remove-filter{color:red;text-decoration: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 th,.woocommerce-reports-wrap .widefat th{padding:7px}.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 outside;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;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;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-linear-gradient(bottom,#ececec,#f9f9f9);background-image:linear-gradient(to top,#ececec,#f9f9f9)}.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;line-height:1;-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.count,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.count{background:#f5f5f5}.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 table tr.active td,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table tr.active td{background:#f5f5f5}.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-widgets li.chart-widget .description,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .description{margin-left:.5em;font-weight:400;opacity:.8}.woocommerce-reports-wide .postbox .chart-legend,.woocommerce-reports-wrap .postbox .chart-legend{list-style:none outside;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;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-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 p{vertical-align:middle}form.report_filters div,form.report_filters input,form.report_filters label{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;border-radius:3px}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{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:""}.post-type-shop_coupon .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:""}.post-type-product .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:""}.woocommerce-BlankState--api .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:""}.woocommerce-BlankState--webhooks .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;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;margin:0 .25em;height:auto;display:inline-block!important}@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=email].short,.woocommerce_options_panel input[type=number].short,.woocommerce_options_panel input[type=password].short,.woocommerce_options_panel input[type=text].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}#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 .is-expanded td:not(.hidden){overflow:visible}.post-type-product .wp-list-table .toggle-row{top:-28px}.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 .is-expanded td:not(.hidden){overflow:visible}.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}.addons-wcs-banner-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.wc_addons_wrap .addons-wcs-banner-block{padding:40px}.wc_addons_wrap .addons-wcs-banner-block-image{padding:1em;text-align:center;width:100%;padding:2em 0;margin:0}.wc_addons_wrap .addons-wcs-banner-block-image .addons-img{margin:0}}.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%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:100%;min-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}@media screen and (max-width:782px){.wc-backbone-modal .wc-backbone-modal-content{width:100%;height:100%;min-width:100%}}.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:normal 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:first-child{margin-top:0}.wc-backbone-modal-main article p:last-child{margin-bottom:0}.wc-backbone-modal-main article .pagination{padding:10px 0 0;text-align:center}.wc-backbone-modal-main article table.widefat{margin:0;width:100%;border:0;box-shadow:none}.wc-backbone-modal-main article table.widefat thead th{padding:0 1em 1em 1em;text-align:left}.wc-backbone-modal-main article table.widefat thead th:first-child{padding-left:0}.wc-backbone-modal-main article table.widefat thead th:last-child{padding-right:0;text-align:right}.wc-backbone-modal-main article table.widefat tbody td,.wc-backbone-modal-main article table.widefat tbody th{padding:1em;text-align:left;vertical-align:middle}.wc-backbone-modal-main article table.widefat tbody td:first-child,.wc-backbone-modal-main article table.widefat tbody th:first-child{padding-left:0}.wc-backbone-modal-main article table.widefat tbody td:last-child,.wc-backbone-modal-main article table.widefat tbody th:last-child{padding-right:0;text-align:right}.wc-backbone-modal-main article table.widefat tbody td .select2-container,.wc-backbone-modal-main article table.widefat tbody td select,.wc-backbone-modal-main article table.widefat tbody th .select2-container,.wc-backbone-modal-main article table.widefat tbody th select{width:100%}.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)}.wc-backbone-modal-main footer .inner{text-align:right;line-height:23px}.wc-backbone-modal-main footer .inner .button{margin-bottom:0}.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-results .description{display:block;color:#999;padding-top:4px}.select2-dropdown{border-color:#ddd}.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-container .select2-selection__rendered.ui-sortable li{cursor:move}.select2-container .select2-selection{border-color:#ddd}.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--multiple .select2-selection__choice .description{display:none}.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-product .tablenav .actions,.post-type-shop_order .tablenav .actions{overflow:visible}.post-type-product .tablenav input,.post-type-product .tablenav select,.post-type-shop_order .tablenav input,.post-type-shop_order .tablenav select{line-height:1;height:32px}.post-type-product .tablenav .select2-container,.post-type-shop_order .tablenav .select2-container{float:left;width:240px!important;font-size:14px;vertical-align:middle;margin:1px 6px 4px 1px}.woocommerce-exporter-wrapper,.woocommerce-importer-wrapper,.woocommerce-progress-form-wrapper{text-align:center;max-width:700px;margin:40px auto}.woocommerce-exporter-wrapper .error,.woocommerce-importer-wrapper .error,.woocommerce-progress-form-wrapper .error{text-align:left}.woocommerce-exporter-wrapper .wc-progress-steps,.woocommerce-importer-wrapper .wc-progress-steps,.woocommerce-progress-form-wrapper .wc-progress-steps{padding:0 0 24px;margin:0;list-style:none outside;overflow:hidden;color:#ccc;width:100%;display:-webkit-inline-box;display:inline-flex}.woocommerce-exporter-wrapper .wc-progress-steps li,.woocommerce-importer-wrapper .wc-progress-steps li,.woocommerce-progress-form-wrapper .wc-progress-steps li{width:25%;float:left;padding:0 0 .8em;margin:0;text-align:center;position:relative;border-bottom:4px solid #ccc;line-height:1.4em}.woocommerce-exporter-wrapper .wc-progress-steps li::before,.woocommerce-importer-wrapper .wc-progress-steps li::before,.woocommerce-progress-form-wrapper .wc-progress-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}.woocommerce-exporter-wrapper .wc-progress-steps li.active,.woocommerce-importer-wrapper .wc-progress-steps li.active,.woocommerce-progress-form-wrapper .wc-progress-steps li.active{border-color:#a16696;color:#a16696}.woocommerce-exporter-wrapper .wc-progress-steps li.active::before,.woocommerce-importer-wrapper .wc-progress-steps li.active::before,.woocommerce-progress-form-wrapper .wc-progress-steps li.active::before{border-color:#a16696}.woocommerce-exporter-wrapper .wc-progress-steps li.done,.woocommerce-importer-wrapper .wc-progress-steps li.done,.woocommerce-progress-form-wrapper .wc-progress-steps li.done{border-color:#a16696;color:#a16696}.woocommerce-exporter-wrapper .wc-progress-steps li.done::before,.woocommerce-importer-wrapper .wc-progress-steps li.done::before,.woocommerce-progress-form-wrapper .wc-progress-steps li.done::before{border-color:#a16696;background:#a16696}.woocommerce-exporter-wrapper .button,.woocommerce-importer-wrapper .button,.woocommerce-progress-form-wrapper .button{font-size:1.25em;padding:.5em 1em!important;line-height:1.5em!important;margin-right:.5em;margin-bottom:2px;height:auto!important;border-radius:4px;background-color:#bb77ae;border-color:#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;margin:0;opacity:1}.woocommerce-exporter-wrapper .button:active,.woocommerce-exporter-wrapper .button:focus,.woocommerce-exporter-wrapper .button:hover,.woocommerce-importer-wrapper .button:active,.woocommerce-importer-wrapper .button:focus,.woocommerce-importer-wrapper .button:hover,.woocommerce-progress-form-wrapper .button:active,.woocommerce-progress-form-wrapper .button:focus,.woocommerce-progress-form-wrapper .button:hover{background:#a36597;border-color:#a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.woocommerce-exporter-wrapper .error .button,.woocommerce-importer-wrapper .error .button,.woocommerce-progress-form-wrapper .error .button{font-size:1em}.woocommerce-exporter-wrapper .wc-actions,.woocommerce-importer-wrapper .wc-actions,.woocommerce-progress-form-wrapper .wc-actions{overflow:hidden;border-top:1px solid #eee;margin:0;padding:23px 24px 24px;line-height:3em}.woocommerce-exporter-wrapper .wc-actions .button,.woocommerce-importer-wrapper .wc-actions .button,.woocommerce-progress-form-wrapper .wc-actions .button{float:right}.woocommerce-exporter-wrapper .wc-actions .woocommerce-importer-toggle-advanced-options,.woocommerce-importer-wrapper .wc-actions .woocommerce-importer-toggle-advanced-options,.woocommerce-progress-form-wrapper .wc-actions .woocommerce-importer-toggle-advanced-options{color:#999}.woocommerce-exporter-wrapper .wc-progress-form-content,.woocommerce-exporter-wrapper .woocommerce-exporter,.woocommerce-exporter-wrapper .woocommerce-importer,.woocommerce-importer-wrapper .wc-progress-form-content,.woocommerce-importer-wrapper .woocommerce-exporter,.woocommerce-importer-wrapper .woocommerce-importer,.woocommerce-progress-form-wrapper .wc-progress-form-content,.woocommerce-progress-form-wrapper .woocommerce-exporter,.woocommerce-progress-form-wrapper .woocommerce-importer{background:#fff;overflow:hidden;padding:0;margin:0 0 16px;box-shadow:0 1px 3px rgba(0,0,0,.13);color:#555;text-align:left}.woocommerce-exporter-wrapper .wc-progress-form-content header,.woocommerce-exporter-wrapper .woocommerce-exporter header,.woocommerce-exporter-wrapper .woocommerce-importer header,.woocommerce-importer-wrapper .wc-progress-form-content header,.woocommerce-importer-wrapper .woocommerce-exporter header,.woocommerce-importer-wrapper .woocommerce-importer header,.woocommerce-progress-form-wrapper .wc-progress-form-content header,.woocommerce-progress-form-wrapper .woocommerce-exporter header,.woocommerce-progress-form-wrapper .woocommerce-importer header{border-bottom:1px solid #eee;margin:0;padding:24px 24px 0}.woocommerce-exporter-wrapper .wc-progress-form-content section,.woocommerce-exporter-wrapper .woocommerce-exporter section,.woocommerce-exporter-wrapper .woocommerce-importer section,.woocommerce-importer-wrapper .wc-progress-form-content section,.woocommerce-importer-wrapper .woocommerce-exporter section,.woocommerce-importer-wrapper .woocommerce-importer section,.woocommerce-progress-form-wrapper .wc-progress-form-content section,.woocommerce-progress-form-wrapper .woocommerce-exporter section,.woocommerce-progress-form-wrapper .woocommerce-importer section{padding:24px 24px 0}.woocommerce-exporter-wrapper .wc-progress-form-content h2,.woocommerce-exporter-wrapper .woocommerce-exporter h2,.woocommerce-exporter-wrapper .woocommerce-importer h2,.woocommerce-importer-wrapper .wc-progress-form-content h2,.woocommerce-importer-wrapper .woocommerce-exporter h2,.woocommerce-importer-wrapper .woocommerce-importer h2,.woocommerce-progress-form-wrapper .wc-progress-form-content h2,.woocommerce-progress-form-wrapper .woocommerce-exporter h2,.woocommerce-progress-form-wrapper .woocommerce-importer h2{margin:0 0 24px;color:#555;font-size:24px;font-weight:400;line-height:1em}.woocommerce-exporter-wrapper .wc-progress-form-content p,.woocommerce-exporter-wrapper .woocommerce-exporter p,.woocommerce-exporter-wrapper .woocommerce-importer p,.woocommerce-importer-wrapper .wc-progress-form-content p,.woocommerce-importer-wrapper .woocommerce-exporter p,.woocommerce-importer-wrapper .woocommerce-importer p,.woocommerce-progress-form-wrapper .wc-progress-form-content p,.woocommerce-progress-form-wrapper .woocommerce-exporter p,.woocommerce-progress-form-wrapper .woocommerce-importer p{font-size:1em;line-height:1.75em;font-size:16px;color:#555;margin:0 0 24px}.woocommerce-exporter-wrapper .wc-progress-form-content .form-row,.woocommerce-exporter-wrapper .woocommerce-exporter .form-row,.woocommerce-exporter-wrapper .woocommerce-importer .form-row,.woocommerce-importer-wrapper .wc-progress-form-content .form-row,.woocommerce-importer-wrapper .woocommerce-exporter .form-row,.woocommerce-importer-wrapper .woocommerce-importer .form-row,.woocommerce-progress-form-wrapper .wc-progress-form-content .form-row,.woocommerce-progress-form-wrapper .woocommerce-exporter .form-row,.woocommerce-progress-form-wrapper .woocommerce-importer .form-row{margin-top:24px}.woocommerce-exporter-wrapper .wc-progress-form-content .spinner,.woocommerce-exporter-wrapper .woocommerce-exporter .spinner,.woocommerce-exporter-wrapper .woocommerce-importer .spinner,.woocommerce-importer-wrapper .wc-progress-form-content .spinner,.woocommerce-importer-wrapper .woocommerce-exporter .spinner,.woocommerce-importer-wrapper .woocommerce-importer .spinner,.woocommerce-progress-form-wrapper .wc-progress-form-content .spinner,.woocommerce-progress-form-wrapper .woocommerce-exporter .spinner,.woocommerce-progress-form-wrapper .woocommerce-importer .spinner{display:none}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th{vertical-align:top;line-height:1.75em;padding:0 0 24px 0}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td label,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th label,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td label,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th label{color:#555;font-weight:400}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=checkbox],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=checkbox],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=checkbox],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=checkbox]{margin:0 4px 0 0;padding:7px}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=text],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=text],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=text],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=text]{padding:7px;height:auto;margin:0}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper{border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);background-color:#fff;color:#32373c;outline:0;line-height:1;display:block}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code{background:0 0;font-size:smaller;padding:0;margin:0;color:#999;padding:7px 0 0 7px;display:inline-block}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input{font-family:Consolas,Monaco,monospace;border:0;margin:0;outline:0;box-shadow:none;display:inline-block;min-width:100%}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th{width:35%;padding-right:20px}.woocommerce-exporter-wrapper .wc-progress-form-content progress,.woocommerce-exporter-wrapper .woocommerce-exporter progress,.woocommerce-exporter-wrapper .woocommerce-importer progress,.woocommerce-importer-wrapper .wc-progress-form-content progress,.woocommerce-importer-wrapper .woocommerce-exporter progress,.woocommerce-importer-wrapper .woocommerce-importer progress,.woocommerce-progress-form-wrapper .wc-progress-form-content progress,.woocommerce-progress-form-wrapper .woocommerce-exporter progress,.woocommerce-progress-form-wrapper .woocommerce-importer progress{width:100%;height:42px;margin:0 auto 24px;display:block;-webkit-appearance:none;border:none;display:none;background:#f5f5f5;border:2px solid #eee;border-radius:4px;padding:0;box-shadow:0 1px 0 0 rgba(255,255,255,.2)}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-webkit-progress-bar,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-webkit-progress-bar,.woocommerce-exporter-wrapper .woocommerce-importer progress::-webkit-progress-bar,.woocommerce-importer-wrapper .wc-progress-form-content progress::-webkit-progress-bar,.woocommerce-importer-wrapper .woocommerce-exporter progress::-webkit-progress-bar,.woocommerce-importer-wrapper .woocommerce-importer progress::-webkit-progress-bar,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-webkit-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-webkit-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-webkit-progress-bar{background:transparent none;border:0;border-radius:4px;padding:0;box-shadow:none}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-webkit-progress-value,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-webkit-progress-value,.woocommerce-exporter-wrapper .woocommerce-importer progress::-webkit-progress-value,.woocommerce-importer-wrapper .wc-progress-form-content progress::-webkit-progress-value,.woocommerce-importer-wrapper .woocommerce-exporter progress::-webkit-progress-value,.woocommerce-importer-wrapper .woocommerce-importer progress::-webkit-progress-value,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-webkit-progress-value,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-webkit-progress-value,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-webkit-progress-value{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:-webkit-linear-gradient(top,#a46497,#66405f),#a46497;background:linear-gradient(top,#a46497,#66405f),#a46497;-webkit-transition:width 1s ease;transition:width 1s ease}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-moz-progress-bar,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-moz-progress-bar,.woocommerce-exporter-wrapper .woocommerce-importer progress::-moz-progress-bar,.woocommerce-importer-wrapper .wc-progress-form-content progress::-moz-progress-bar,.woocommerce-importer-wrapper .woocommerce-exporter progress::-moz-progress-bar,.woocommerce-importer-wrapper .woocommerce-importer progress::-moz-progress-bar,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-moz-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-moz-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-moz-progress-bar{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(top,#a46497,#66405f),#a46497;-webkit-transition:width 1s ease;transition:width 1s ease}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-ms-fill,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-ms-fill,.woocommerce-exporter-wrapper .woocommerce-importer progress::-ms-fill,.woocommerce-importer-wrapper .wc-progress-form-content progress::-ms-fill,.woocommerce-importer-wrapper .woocommerce-exporter progress::-ms-fill,.woocommerce-importer-wrapper .woocommerce-importer progress::-ms-fill,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-ms-fill,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-ms-fill,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-ms-fill{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(to bottom,#a46497,#66405f),#a46497;-webkit-transition:width 1s ease;transition:width 1s ease}.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .spinner,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing .spinner,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .spinner,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing .spinner,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting .spinner,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing .spinner,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .spinner,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing .spinner,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .spinner,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing .spinner,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting .spinner,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing .spinner,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .spinner,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing .spinner,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .spinner,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing .spinner,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting .spinner,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing .spinner{display:block}.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting progress,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing progress,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting progress,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing progress,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting progress,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing progress,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting progress,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing progress,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting progress,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing progress,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting progress,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing progress,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting progress,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing progress,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting progress,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing progress,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting progress,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing progress{display:block}.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .wc-actions,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing .wc-actions,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .wc-actions,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing .wc-actions,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting .wc-actions,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing .wc-actions,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .wc-actions,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing .wc-actions,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .wc-actions,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing .wc-actions,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting .wc-actions,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing .wc-actions,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .wc-actions,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing .wc-actions,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing .woocommerce-exporter-options{display:none}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table-wrapper{padding:0}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table{margin:0;border:0;box-shadow:none;width:100%;table-layout:fixed}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th{border:0;padding:12px;vertical-align:middle;word-wrap:break-word}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td select,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th select,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td select,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th select{width:100%}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) th{background:#fbfbfb}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th{font-weight:700}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td:first-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th:first-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td:first-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th:first-child{padding-left:24px}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td:last-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th:last-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td:last-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th:last-child{padding-right:24px}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name{width:50%}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description{color:#999;margin-top:4px;display:block}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description code{background:0 0;padding:0;white-space:pre-line;word-wrap:break-word;word-break:break-all}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-done,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-done,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-done,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-done,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-done,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-done,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-done,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-done,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-done{text-align:center;padding:48px 24px;font-size:1.5em;line-height:1.75em}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-done::before,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-done::before,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-done::before,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-done::before,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-done::before,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-done::before,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-done::before,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-done::before,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-done::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#a16696;position:static;font-size:100px;display:block;float:none;margin:0 0 24px}.wc-pointer .wc-pointer-buttons .close{float:left;margin:6px 0 0 15px} \ No newline at end of file +@charset "UTF-8";@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{-webkit-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;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{max-width:1200px}.wc_addons_wrap h1.search-form-title{clear:left;padding:0}.wc_addons_wrap form.search-form{clear:both;display:block;position:relative;margin-top:1em;margin-bottom:1em}.wc_addons_wrap form.search-form input{border:1px solid #ddd;box-shadow:none;height:53px;padding-left:50px;width:100%;margin:0}.wc_addons_wrap form.search-form button{background:0 0;border:none;cursor:pointer;height:53px;position:absolute;width:53px}.wc_addons_wrap .update-plugins .update-count{background-color:#d54e21;border-radius:10px;color:#fff;display:inline-block;font-size:9px;font-weight:600;line-height:17px;margin:1px 0 0 2px;padding:0 6px;vertical-align:text-top}.wc_addons_wrap .addons-featured{margin:0}.wc_addons_wrap ul.subsubsub.subsubsub{margin:-2px 0 12px}.wc_addons_wrap .subsubsub li::after{content:'|'}.wc_addons_wrap .subsubsub li:last-child::after{content:''}.wc_addons_wrap .addons-banner-block-item-icon,.wc_addons_wrap .addons-column-block-item-icon{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.wc_addons_wrap .addons-banner-block,.wc_addons_wrap .addons-wcs-banner-block{background:#fff;border:1px solid #ddd;margin:0 0 1em 0;padding:2em 2em 1em}.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:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin:0 -10px 0 -10px}.wc_addons_wrap .addons-banner-block-item{border:1px solid #e6e6e6;border-radius:3px;-webkit-box-flex:1;flex:1;margin:1em;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:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;height:184px;-webkit-box-pack:justify;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-wcs-banner-block{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.wc_addons_wrap .addons-wcs-banner-block-image{background:#f7f7f7;border:1px solid #e6e6e6;margin-right:2em;padding:4em}.wc_addons_wrap .addons-wcs-banner-block-image .addons-img{max-height:86px;max-width:97px}.wc_addons_wrap .addons-shipping-methods .addons-wcs-banner-block{margin-left:0;margin-right:0;margin-top:1em}.wc_addons_wrap .addons-wcs-banner-block-content{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;justify-content:space-around;align-self:stretch;padding:1em 0}.wc_addons_wrap .addons-wcs-banner-block-content h1{padding-bottom:0}.wc_addons_wrap .addons-wcs-banner-block-content p{margin-bottom:0}.wc_addons_wrap .addons-wcs-banner-block-content .wcs-service-logo{max-width:40px}.wc_addons_wrap .addons-column-section{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.wc_addons_wrap .addons-column{-webkit-box-flex:1;flex:1;width:50%;padding:0 .5em}.wc_addons_wrap .addons-column:nth-child(2){margin-right:0}.wc_addons_wrap .addons-column-block,.wc_addons_wrap .addons-small-dark-block,.wc_addons_wrap .addons-small-light-block{box-sizing:border-box;border:1px solid #ddd;margin:0 0 1em;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{border-top:2px solid #f9f9f9;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;flex-wrap:wrap;-webkit-box-pack:justify;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:-webkit-box;display:flex;-webkit-box-flex:1;flex:1;flex-wrap:wrap;height:20%;-webkit-box-pack:justify;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-banner-block-item,.wc_addons_wrap .addons-column-block-item{display:none}.wc_addons_wrap .addons-banner-block-item:nth-child(-n+3){display:block}.wc_addons_wrap .addons-column-block-item:nth-of-type(-n+3){display:-webkit-box;display:flex}.wc_addons_wrap .addons-small-dark-block{background-color:#54687d;text-align:center}.wc_addons_wrap .addons-small-dark-items{display:-webkit-box;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:-webkit-box;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:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1 100px;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;justify-content:space-around}.wc_addons_wrap .addons-small-light-block-buttons{display:-webkit-box;display:flex;-webkit-box-pack:justify;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{width:100%}.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;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row;flex-wrap:wrap;margin:0 -.5em}.wc_addons_wrap .products li{float:left;border:1px solid #ddd;margin:0 .5em 1em!important;padding:0;vertical-align:top;width:25%;min-width:280px;min-height:220px;-webkit-box-flex:1;flex:1;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{text-decoration:none;color:inherit;display:block;height:100%}.wc_addons_wrap .products li a .product-img-wrap{background:#fff;display:block}.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 img.extension-thumb+h3{display:none}.wc_addons_wrap .products li a .price{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;margin-top:1em;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;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;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:static;float:right;padding:0 15px 10px 28px;margin-top:-10px;font-size:13px;line-height:1.23076923;text-decoration:none}.woocommerce-message a.woocommerce-message-close::before{position:relative;top:18px;left:-20px;-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}.wrap.woocommerce div.error,.wrap.woocommerce div.updated{margin-top:10px}mark.amount{background:transparent none;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;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:"";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,table.wc_status_table th{font-size:1.1em;font-weight:400}table.wc_status_table td.run-tool,table.wc_status_table th.run-tool{text-align:right}table.wc_status_table td strong.name,table.wc_status_table th strong.name{display:block;margin-bottom:.5em}table.wc_status_table td mark,table.wc_status_table th mark{background:transparent none}table.wc_status_table td mark.yes,table.wc_status_table th mark.yes{color:#7ad03a}table.wc_status_table td mark.no,table.wc_status_table th mark.no{color:#999}table.wc_status_table td .red,table.wc_status_table td mark.error,table.wc_status_table th .red,table.wc_status_table th mark.error{color:#a00}table.wc_status_table td ul,table.wc_status_table th ul{margin:0}table.wc_status_table .help_tip{cursor:help}table.wc_status_table--tools td,table.wc_status_table--tools th{padding:2em}.taxonomy-product_cat .check-column .woocommerce-help-tip{font-size:1.5em;margin:-3px 0 0 5px;display:block;position:absolute}#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;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;box-shadow:0 1px 1px rgba(0,0,0,.04);padding:5px 20px}#log-viewer pre{font-family:monospace;white-space:pre-wrap;word-wrap:break-word}.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{clear:left}#woocommerce-fields.inline-edit-col label.featured,#woocommerce-fields.inline-edit-col label.manage_stock{margin-left:10px}#woocommerce-fields.inline-edit-col label.stock_status_field{clear:both;float:left}#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 label{clear:left}#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{padding-bottom:5px}ul.wc_coupon_list li{margin:0}ul.wc_coupon_list li.code{display:inline-block;position:relative;padding:0 .5em;background-color:#fff;border:1px solid #aaa;box-shadow:0 1px 0 #dfdfdf;border-radius:4px;margin-right:5px;margin-top:5px}ul.wc_coupon_list li.code.editable{padding-right:2em}ul.wc_coupon_list li.code .tips{cursor:pointer}ul.wc_coupon_list li.code .tips span{color:#888}ul.wc_coupon_list li.code .tips span:hover{color:#000}ul.wc_coupon_list li.code .remove-coupon{text-decoration:none;color:#888;position:absolute;top:7px;right:20px}ul.wc_coupon_list li.code .remove-coupon::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:""}ul.wc_coupon_list li.code .remove-coupon:hover::before{color:#a00}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{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;padding:0;height:28px;width:28px!important;display:inline-block}.button.wc-reload::after{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:"";line-height:28px}#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-family:HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',sans-serif;font-size:21px;font-weight:400;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;font-family:HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',sans-serif;font-weight:400;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 textarea{width:100%}#order_data .order_data_column .form-field select{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-category-search,#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-category-search,#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-category-search,#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-category-search,#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;margin-left:8px}#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{font-family:WooCommerce;position:absolute;top:0;left:0;text-align:center;vertical-align:top;line-height:14px;font-size:14px;font-weight:400}#order_data .order_data_column a.edit_address::after{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{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;-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: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;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:"";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 label,#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 label,#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 label,#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 label{color:#ccc}#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 .item_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 input,#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 .quantity .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 input,#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items .tax_class .split-input div.input:first-child input{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 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 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 .refund_by{border-bottom:1px dotted #999}#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 auto}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.fee .thumb div::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}#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 auto}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.refund .thumb div::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}#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 auto}#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items tr.shipping .thumb div::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}#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;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:"";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 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{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:"";position:relative}#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{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:"";position:relative}#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}.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-wc_actions{width:110px}.widefat .column-wc_actions a.button{display:block;text-indent:-9999px;position:relative;height:1em;width:1em;display:inline-block;margin:2px 4px 2px 0;padding:0!important;height:2em!important;width:2em;overflow:hidden;vertical-align:middle}.widefat .column-wc_actions a.button::after{font-family:Dashicons;speak:none;font-weight:400;font-variant:normal;text-transform:none;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;line-height:1.85}.widefat .column-wc_actions a.button img{display:block;width:12px;height:auto}.widefat .column-wc_actions a.edit::after{content:'\f464'}.widefat .column-wc_actions a.link::after{font-family:WooCommerce;content:'\e00d'}.widefat .column-wc_actions a.view::after{content:'\f177'}.widefat .column-wc_actions a.refresh::after{font-family:WooCommerce;content:'\e031'}.widefat .column-wc_actions a.processing::after{font-family:WooCommerce;content:'\e00f'}.widefat .column-wc_actions a.complete::after{content:'\f147'}.widefat small.meta{display:block;color:#999;font-size:inherit;margin:3px 0}.post-type-shop_order .tablenav .one-page .displaying-num{display:none}.post-type-shop_order .wp-list-table{margin-top:1em}.post-type-shop_order .wp-list-table tfoot th,.post-type-shop_order .wp-list-table thead th{padding:.75em 1em}.post-type-shop_order .wp-list-table tfoot th.sortable a,.post-type-shop_order .wp-list-table tfoot th.sorted a,.post-type-shop_order .wp-list-table thead th.sortable a,.post-type-shop_order .wp-list-table thead th.sorted a{padding:0}.post-type-shop_order .wp-list-table tfoot th:first-child,.post-type-shop_order .wp-list-table thead th:first-child{padding-left:2em}.post-type-shop_order .wp-list-table tfoot th:last-child,.post-type-shop_order .wp-list-table thead th:last-child{padding-right:2em}.post-type-shop_order .wp-list-table tbody td,.post-type-shop_order .wp-list-table tbody th{padding:1em;line-height:26px}.post-type-shop_order .wp-list-table tbody td:first-child{padding-left:2em}.post-type-shop_order .wp-list-table tbody td:last-child{padding-right:2em}.post-type-shop_order .wp-list-table tbody tr{border-top:1px solid #f5f5f5}.post-type-shop_order .wp-list-table tbody tr:hover:not(.status-trash):not(.no-link) td{cursor:pointer}.post-type-shop_order .wp-list-table .no-link{cursor:default!important}.post-type-shop_order .wp-list-table td,.post-type-shop_order .wp-list-table th{width:12ch;vertical-align:middle}.post-type-shop_order .wp-list-table td p,.post-type-shop_order .wp-list-table th p{margin:0}.post-type-shop_order .wp-list-table .check-column{width:1px;white-space:nowrap;padding:1em 1em 1em 1em!important;vertical-align:middle}.post-type-shop_order .wp-list-table .check-column input{vertical-align:text-top;margin:1px 0}.post-type-shop_order .wp-list-table .column-order_number{width:20ch}.post-type-shop_order .wp-list-table .column-order_total{width:8ch;text-align:right}.post-type-shop_order .wp-list-table .column-order_total a span{float:right}.post-type-shop_order .wp-list-table .column-order_date,.post-type-shop_order .wp-list-table .column-order_status{width:10ch}.post-type-shop_order .wp-list-table .column-order_status{width:14ch}.post-type-shop_order .wp-list-table .column-billing_address,.post-type-shop_order .wp-list-table .column-shipping_address{width:20ch;line-height:1.5em}.post-type-shop_order .wp-list-table .column-billing_address .description,.post-type-shop_order .wp-list-table .column-shipping_address .description{display:block;color:#999}.post-type-shop_order .wp-list-table .column-wc_actions{text-align:right}.post-type-shop_order .wp-list-table .column-wc_actions a.button{text-indent:9999px;margin:2px 0 2px 4px}.post-type-shop_order .wp-list-table .order-preview{float:right;width:16px;padding:20px 4px 4px 4px;height:0;overflow:hidden;position:relative;border:2px solid transparent;border-radius:4px}.post-type-shop_order .wp-list-table .order-preview::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";line-height:16px;font-size:14px;vertical-align:middle;top:4px}.post-type-shop_order .wp-list-table .order-preview:hover{border:2px solid #00a0d2}.post-type-shop_order .wp-list-table .order-preview.disabled::before{content:'';background:url(../images/wpspin.gif) no-repeat center top}.order-status{display:-webkit-inline-box;display:inline-flex;line-height:2.5em;color:#777;background:#e5e5e5;border-radius:4px;border-bottom:1px solid rgba(0,0,0,.05);margin:-.25em 0;cursor:inherit!important;white-space:nowrap;max-width:100%}.order-status.status-completed{background:#c8d7e1;color:#2e4453}.order-status.status-on-hold{background:#f8dda7;color:#94660c}.order-status.status-failed{background:#eba3a3;color:#761919}.order-status.status-processing{background:#c6e1c6;color:#5b841b}.order-status.status-trash{background:#eba3a3;color:#761919}.order-status>span{margin:0 1em;overflow:hidden;text-overflow:ellipsis}.wc-order-preview .order-status{float:right;margin-right:54px}.wc-order-preview article{padding:0!important}.wc-order-preview .modal-close{border-radius:0}.wc-order-preview .wc-order-preview-table{width:100%;margin:0}.wc-order-preview .wc-order-preview-table td,.wc-order-preview .wc-order-preview-table th{padding:1em 1.5em;text-align:left;border:0;border-bottom:1px solid #eee;margin:0;background:0 0;box-shadow:none;text-align:right;vertical-align:top}.wc-order-preview .wc-order-preview-table td:first-child,.wc-order-preview .wc-order-preview-table th:first-child{text-align:left}.wc-order-preview .wc-order-preview-table th{border-color:#ccc}.wc-order-preview .wc-order-preview-table tr:last-child td{border:0}.wc-order-preview .wc-order-preview-table .wc-order-item-sku{margin-top:.5em}.wc-order-preview .wc-order-preview-table .wc-order-item-meta{margin-top:.5em}.wc-order-preview .wc-order-preview-table .wc-order-item-meta td,.wc-order-preview .wc-order-preview-table .wc-order-item-meta th{padding:0;border:0;text-align:left;vertical-align:top}.wc-order-preview .wc-order-preview-table .wc-order-item-meta td:last-child{padding-left:.5em}.wc-order-preview .wc-order-preview-addresses{overflow:hidden;padding-bottom:1.5em}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note{width:50%;float:left;padding:1.5em 1.5em 0;box-sizing:border-box;word-wrap:break-word}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address h2,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note h2{margin-top:0}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address strong,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note strong{display:block;margin-top:1.5em}.wc-order-preview .wc-order-preview-addresses .wc-order-preview-address strong:first-child,.wc-order-preview .wc-order-preview-addresses .wc-order-preview-note strong:first-child{margin-top:0}.wc-order-preview footer .wc-action-button-group{display:inline-block;float:left}.wc-order-preview footer .button.button-large{margin-left:10px;padding:0 10px!important;line-height:28px;height:auto;display:inline-block}.wc-order-preview .wc-action-button-group label{display:none}.wc-action-button-group{vertical-align:middle;line-height:26px;text-align:left}.wc-action-button-group label{margin-right:6px;cursor:default;font-weight:700;line-height:28px}.wc-action-button-group .wc-action-button-group__items{display:-webkit-inline-box;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;align-content:flex-start;-webkit-box-pack:start;justify-content:flex-start}.wc-action-button-group .wc-action-button{margin:0 0 0 -1px!important;border:1px solid #ccc;padding:0 10px!important;border-radius:0!important;float:none;line-height:28px;height:auto;z-index:1;position:relative;overflow:hidden;text-overflow:ellipsis;-webkit-box-flex:1;flex:1 0 auto;box-sizing:border-box;text-align:center;white-space:nowrap}.wc-action-button-group .wc-action-button:focus,.wc-action-button-group .wc-action-button:hover{border:1px solid #999;z-index:2}.wc-action-button-group .wc-action-button:first-child{margin-left:0!important;border-top-left-radius:3px!important;border-bottom-left-radius:3px!important}.wc-action-button-group .wc-action-button:last-child{border-top-right-radius:3px!important;border-bottom-right-radius:3px!important}@media screen and (max-width:782px){.wc-order-preview footer .wc-action-button-group .wc-action-button-group__items{display:-webkit-box;display:flex}.wc-order-preview footer .wc-action-button-group{float:none;display:block;margin-bottom:4px}.wc-order-preview footer .button.button-large{width:100%;float:none;text-align:center;margin:0;display:block}.post-type-shop_order .wp-list-table td.check-column{width:1em}.post-type-shop_order .wp-list-table td.column-order_number{padding-left:0;padding-bottom:.5em}.post-type-shop_order .wp-list-table td.column-order_date,.post-type-shop_order .wp-list-table td.column-order_status{display:inline-block!important;padding:0 1em 1em 1em!important}.post-type-shop_order .wp-list-table td.column-order_date:before,.post-type-shop_order .wp-list-table td.column-order_status:before{display:none!important}.post-type-shop_order .wp-list-table td.column-order_date{padding-left:0!important}.post-type-shop_order .wp-list-table td.column-order_status{float:right}}.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{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";line-height:16px}.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{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";line-height:16px}.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;height:1em;width:1em;padding:0!important;height:2em!important;width:2em}.attributes-table .attribute-actions .configure-terms::after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;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 p.meta .exact-date{border-bottom:1px dotted #999}ul.order_notes li a.delete_note{color:#a00}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.system-note .note_content{background:#d7cad2}ul.order_notes li.system-note .note_content::after{border-color:#d7cad2 transparent}ul.order_notes li.customer-note .note_content{background:#a7cedc}ul.order_notes li.customer-note .note_content::after{border-color:#a7cedc 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-handle{width:17px;display:none}table.wp-list-table tbody td.column-handle{cursor:move;width:17px;text-align:center;vertical-align:text-top}table.wp-list-table tbody td.column-handle::before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:17px;height:100%;margin:4px 0 0 0}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 .row-actions{color:#999}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 span.na{color:#999}table.wp-list-table .column-sku{width:10%}table.wp-list-table .column-price{width:10ch}table.wp-list-table .column-is_in_stock{text-align:left!important;width:12ch}table.wp-list-table span.wc-featured,table.wp-list-table span.wc-image{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{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 mark.instock,table.wp-list-table mark.onbackorder,table.wp-list-table mark.outofstock{font-weight:700;background:transparent none;line-height:1}table.wp-list-table mark.instock{color:#7ad03a}table.wp-list-table mark.outofstock{color:#a44}table.wp-list-table mark.onbackorder{color:#eaa600}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;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:""}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}.wc_input_table_wrapper{overflow-x:auto;display:block}table.wc_input_table,table.wc_tax_rates{width:100%}table.wc_input_table td,table.wc_input_table th,table.wc_tax_rates td,table.wc_tax_rates th{display:table-cell!important}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=number],table.wc_input_table td input[type=text],table.wc_tax_rates td input[type=number],table.wc_tax_rates td input[type=text]{width:100%!important;min-width:100px;padding:8px 10px;margin:0;border:0;outline:0;background:transparent none}table.wc_input_table td input[type=number]:focus,table.wc_input_table td input[type=text]:focus,table.wc_tax_rates td input[type=number]:focus,table.wc_tax_rates td input[type=text]: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 .item_cost,table.wc_tax_rates .cost,table.wc_tax_rates .item_cost{text-align:right}table.wc_input_table .cost input,table.wc_input_table .item_cost input,table.wc_tax_rates .cost input,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_emails th,table.wc_gateways td,table.wc_gateways th,table.wc_shipping td,table.wc_shipping th{display:table-cell!important;padding:1em!important;vertical-align:top;line-height:1.75em}table.wc_emails.wc_emails td,table.wc_gateways.wc_emails td,table.wc_shipping.wc_emails td{vertical-align:middle}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 td.name,table.wc_gateways td.name,table.wc_shipping td.name{font-weight:700}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 td.sort,table.wc_gateways td.sort,table.wc_shipping td.sort{font-size:15px;text-align:center}table.wc_emails td.sort .wc-item-reorder-nav,table.wc_gateways td.sort .wc-item-reorder-nav,table.wc_shipping td.sort .wc-item-reorder-nav{white-space:nowrap;width:72px}table.wc_emails td.sort .wc-item-reorder-nav:before,table.wc_gateways td.sort .wc-item-reorder-nav:before,table.wc_shipping td.sort .wc-item-reorder-nav:before{content:'\f333';font-family:Dashicons;text-align:center;line-height:1;color:#999;display:block;width:24px;float:left;height:100%;line-height:24px;cursor:move}table.wc_emails td.sort .wc-item-reorder-nav button,table.wc_gateways td.sort .wc-item-reorder-nav button,table.wc_shipping td.sort .wc-item-reorder-nav button{position:relative;overflow:hidden;float:left;display:block;width:24px;height:24px;margin:0;background:0 0;border:none;box-shadow:none;color:#82878c;text-indent:-9999px;cursor:pointer;outline:0}table.wc_emails td.sort .wc-item-reorder-nav button:before,table.wc_gateways td.sort .wc-item-reorder-nav button:before,table.wc_shipping td.sort .wc-item-reorder-nav button:before{display:inline-block;position:absolute;top:0;right:0;width:100%;height:100%;font:normal 20px/23px dashicons;text-align:center;text-indent:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}table.wc_emails td.sort .wc-item-reorder-nav button:focus,table.wc_emails td.sort .wc-item-reorder-nav button:hover,table.wc_gateways td.sort .wc-item-reorder-nav button:focus,table.wc_gateways td.sort .wc-item-reorder-nav button:hover,table.wc_shipping td.sort .wc-item-reorder-nav button:focus,table.wc_shipping td.sort .wc-item-reorder-nav button:hover{color:#191e23}table.wc_emails td.sort .wc-item-reorder-nav .wc-move-down:before,table.wc_gateways td.sort .wc-item-reorder-nav .wc-move-down:before,table.wc_shipping td.sort .wc-item-reorder-nav .wc-move-down:before{content:"\f347"}table.wc_emails td.sort .wc-item-reorder-nav .wc-move-up:before,table.wc_gateways td.sort .wc-item-reorder-nav .wc-move-up:before,table.wc_shipping td.sort .wc-item-reorder-nav .wc-move-up:before{content:"\f343"}table.wc_emails td.sort .wc-item-reorder-nav .wc-move-disabled,table.wc_gateways td.sort .wc-item-reorder-nav .wc-move-disabled,table.wc_shipping td.sort .wc-item-reorder-nav .wc-move-disabled{color:#d5d5d5!important;cursor:default;pointer-events:none}table.wc_emails .wc-payment-gateway-method-name,table.wc_gateways .wc-payment-gateway-method-name,table.wc_shipping .wc-payment-gateway-method-name{font-weight:400}table.wc_emails .wc-email-settings-table-name,table.wc_gateways .wc-email-settings-table-name,table.wc_shipping .wc-email-settings-table-name{font-weight:700}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-payment-gateway-method-toggle-disabled,table.wc_emails .wc-payment-gateway-method-toggle-enabled,table.wc_gateways .wc-payment-gateway-method-toggle-disabled,table.wc_gateways .wc-payment-gateway-method-toggle-enabled,table.wc_shipping .wc-payment-gateway-method-toggle-disabled,table.wc_shipping .wc-payment-gateway-method-toggle-enabled{padding-top:1px;display:block;outline:0;box-shadow:none}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}.wc-shipping-zone-settings th{padding:24px 24px 24px 0}.wc-shipping-zone-settings td.forminp input,.wc-shipping-zone-settings td.forminp textarea{padding:8px;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;display:table-cell!important}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 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;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-zone-method-rows tr:nth-child(even) td,table.wc-shipping-zone-methods .wc-shipping-zone-method-rows tr:nth-child(even) td,table.wc-shipping-zones .wc-shipping-zone-method-rows tr:nth-child(even) td{background:#f9f9f9}table.wc-shipping-classes .wc-shipping-class-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 tr.odd td,table.wc-shipping-zones .wc-shipping-class-rows tr:nth-child(odd) td,table.wc-shipping-zones tr.odd td{background:#f9f9f9}table.wc-shipping-classes tbody.wc-shipping-zone-rows td,table.wc-shipping-zone-methods tbody.wc-shipping-zone-rows td,table.wc-shipping-zones tbody.wc-shipping-zone-rows td{border-top:2px solid #f9f9f9}table.wc-shipping-classes tbody.wc-shipping-zone-rows tr:first-child td,table.wc-shipping-zone-methods tbody.wc-shipping-zone-rows tr:first-child td,table.wc-shipping-zones tbody.wc-shipping-zone-rows tr:first-child td{border-top:0}table.wc-shipping-classes tr.wc-shipping-zone-worldwide td,table.wc-shipping-zone-methods tr.wc-shipping-zone-worldwide td,table.wc-shipping-zones tr.wc-shipping-zone-worldwide td{background:#f9f9f9;border-top:2px solid #e1e1e1}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;line-height:1;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;line-height:1;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{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";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;margin-top:-1px;vertical-align:text-top}.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}.woocommerce-input-toggle.woocommerce-input-toggle--loading{opacity:.5}.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-manual::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#999}.status-enabled::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#a46497}.status-disabled::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#ccc}.woocommerce h2.woo-nav-tab-wrapper{margin-bottom:1em}.woocommerce nav.woo-nav-tab-wrapper{margin:1.5em 0 1em}.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;table-layout:fixed}.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 input[type=email],.woocommerce table.form-table input[type=number],.woocommerce table.form-table input[type=text]{height:auto}.woocommerce table.form-table textarea.input-text{height:100%;min-width:150px;display:block}.woocommerce table.form-table input.regular-input,.woocommerce table.form-table input[type=date],.woocommerce table.form-table input[type=datetime-local],.woocommerce table.form-table input[type=datetime],.woocommerce table.form-table input[type=email],.woocommerce table.form-table input[type=number],.woocommerce table.form-table input[type=password],.woocommerce table.form-table input[type=tel],.woocommerce table.form-table input[type=text],.woocommerce table.form-table input[type=time],.woocommerce table.form-table input[type=url],.woocommerce table.form-table input[type=week],.woocommerce table.form-table textarea{width:400px;margin:0;padding:6px;box-sizing:border-box;vertical-align:top}.woocommerce table.form-table input[type=date],.woocommerce table.form-table input[type=datetime-local],.woocommerce table.form-table input[type=tel],.woocommerce table.form-table input[type=time],.woocommerce table.form-table input[type=week]{width:200px}.woocommerce table.form-table select{width:400px;margin:0;box-sizing:border-box;height:32px;line-height:32px;vertical-align:top}.woocommerce table.form-table input[size]{width:auto!important}.woocommerce table.form-table table input.regular-input,.woocommerce table.form-table table input[type=email],.woocommerce table.form-table table input[type=number],.woocommerce table.form-table table input[type=text],.woocommerce table.form-table table select,.woocommerce table.form-table table textarea{width:auto}.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 th label{position:relative;display:block}.woocommerce table.form-table th label .woocommerce-help-tip,.woocommerce table.form-table th label img.help_tip{margin:-8px -24px 0 0;position:absolute;right:0;top:50%}.woocommerce table.form-table th label+.woocommerce-help-tip{margin:0;position:absolute;right:0;top:20px}.woocommerce table.form-table woocommerce-help-tip .select2-container{vertical-align:top;margin-bottom:3px}.woocommerce table.form-table table.widefat th{padding-right:inherit}.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 transparent!important}.woocommerce table.form-table .iris-picker .ui-slider .ui-slider-handle{margin-bottom:0!important}.woocommerce table.form-table .iris-error{background-color:#ffafaf}.woocommerce table.form-table .colorpickpreview{padding:7px 0;line-height:1em;display:inline-block;width:26px;border:1px solid #ddd;font-size:14px}.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 .image_width_settings input{width:auto}.woocommerce table.form-table .wc_emails_wrapper,.woocommerce table.form-table .wc_payment_gateways_wrapper{padding:0 15px 10px 0}.woocommerce .wc-shipping-zone-settings td.forminp input,.woocommerce .wc-shipping-zone-settings td.forminp textarea{width:448px;padding:6px 11px}.woocommerce .wc-shipping-zone-settings td.forminp .select2-search input{padding:6px}.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::after{clear:both}#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;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:"";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;height: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;background:#fff;border-radius:50%;height:1em;width:1em;line-height:1em}#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}#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 .hndle select{margin-left:.5em}#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=email],.woocommerce_options_panel input[type=number],.woocommerce_options_panel input[type=password],.woocommerce_options_panel input[type=text]{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=email].short,.woocommerce_options_panel input[type=number].short,.woocommerce_options_panel input[type=password].short,.woocommerce_options_panel input[type=text].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_options_panel .select2-container{float:left}#woocommerce-product-data input.dp-applied{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{font-weight:400;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 .data::after{clear:both}.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:5px}.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;z-index:8675309;position:absolute;top:0;left:0}#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-remove-filter{color:red;text-decoration: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 th,.woocommerce-reports-wrap .widefat th{padding:7px}.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 outside;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;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;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-linear-gradient(bottom,#ececec,#f9f9f9);background-image:linear-gradient(to top,#ececec,#f9f9f9)}.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;line-height:1;-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.count,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table td.count{background:#f5f5f5}.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 table tr.active td,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget table tr.active td{background:#f5f5f5}.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-widgets li.chart-widget .description,.woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .description{margin-left:.5em;font-weight:400;opacity:.8}.woocommerce-reports-wide .postbox .chart-legend,.woocommerce-reports-wrap .postbox .chart-legend{list-style:none outside;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;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-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 p{vertical-align:middle}form.report_filters div,form.report_filters input,form.report_filters label{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;border-radius:3px}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{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:""}.post-type-shop_coupon .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:""}.post-type-product .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:""}.woocommerce-BlankState--api .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:""}.woocommerce-BlankState--webhooks .woocommerce-BlankState-message::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;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;margin:0 .25em;height:auto;display:inline-block!important}@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=email].short,.woocommerce_options_panel input[type=number].short,.woocommerce_options_panel input[type=password].short,.woocommerce_options_panel input[type=text].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}#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 .is-expanded td:not(.hidden){overflow:visible}.post-type-product .wp-list-table .toggle-row{top:-28px}.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 .is-expanded td:not(.hidden){overflow:visible}.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}.addons-wcs-banner-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.wc_addons_wrap .addons-wcs-banner-block{padding:40px}.wc_addons_wrap .addons-wcs-banner-block-image{padding:1em;text-align:center;width:100%;padding:2em 0;margin:0}.wc_addons_wrap .addons-wcs-banner-block-image .addons-img{margin:0}}.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%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:100%;min-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}@media screen and (max-width:782px){.wc-backbone-modal .wc-backbone-modal-content{width:100%;height:100%;min-width:100%}}.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:normal 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:first-child{margin-top:0}.wc-backbone-modal-main article p:last-child{margin-bottom:0}.wc-backbone-modal-main article .pagination{padding:10px 0 0;text-align:center}.wc-backbone-modal-main article table.widefat{margin:0;width:100%;border:0;box-shadow:none}.wc-backbone-modal-main article table.widefat thead th{padding:0 1em 1em 1em;text-align:left}.wc-backbone-modal-main article table.widefat thead th:first-child{padding-left:0}.wc-backbone-modal-main article table.widefat thead th:last-child{padding-right:0;text-align:right}.wc-backbone-modal-main article table.widefat tbody td,.wc-backbone-modal-main article table.widefat tbody th{padding:1em;text-align:left;vertical-align:middle}.wc-backbone-modal-main article table.widefat tbody td:first-child,.wc-backbone-modal-main article table.widefat tbody th:first-child{padding-left:0}.wc-backbone-modal-main article table.widefat tbody td:last-child,.wc-backbone-modal-main article table.widefat tbody th:last-child{padding-right:0;text-align:right}.wc-backbone-modal-main article table.widefat tbody td .select2-container,.wc-backbone-modal-main article table.widefat tbody td select,.wc-backbone-modal-main article table.widefat tbody th .select2-container,.wc-backbone-modal-main article table.widefat tbody th select{width:100%}.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)}.wc-backbone-modal-main footer .inner{text-align:right;line-height:23px}.wc-backbone-modal-main footer .inner .button{margin-bottom:0}.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-results .description{display:block;color:#999;padding-top:4px}.select2-dropdown{border-color:#ddd}.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-container .select2-selection__rendered.ui-sortable li{cursor:move}.select2-container .select2-selection{border-color:#ddd}.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--multiple .select2-selection__choice .description{display:none}.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-product .tablenav .actions,.post-type-shop_order .tablenav .actions{overflow:visible}.post-type-product .tablenav input,.post-type-product .tablenav select,.post-type-shop_order .tablenav input,.post-type-shop_order .tablenav select{line-height:1;height:32px}.post-type-product .tablenav .select2-container,.post-type-shop_order .tablenav .select2-container{float:left;width:240px!important;font-size:14px;vertical-align:middle;margin:1px 6px 4px 1px}.woocommerce-exporter-wrapper,.woocommerce-importer-wrapper,.woocommerce-progress-form-wrapper{text-align:center;max-width:700px;margin:40px auto}.woocommerce-exporter-wrapper .error,.woocommerce-importer-wrapper .error,.woocommerce-progress-form-wrapper .error{text-align:left}.woocommerce-exporter-wrapper .wc-progress-steps,.woocommerce-importer-wrapper .wc-progress-steps,.woocommerce-progress-form-wrapper .wc-progress-steps{padding:0 0 24px;margin:0;list-style:none outside;overflow:hidden;color:#ccc;width:100%;display:-webkit-inline-box;display:inline-flex}.woocommerce-exporter-wrapper .wc-progress-steps li,.woocommerce-importer-wrapper .wc-progress-steps li,.woocommerce-progress-form-wrapper .wc-progress-steps li{width:25%;float:left;padding:0 0 .8em;margin:0;text-align:center;position:relative;border-bottom:4px solid #ccc;line-height:1.4em}.woocommerce-exporter-wrapper .wc-progress-steps li::before,.woocommerce-importer-wrapper .wc-progress-steps li::before,.woocommerce-progress-form-wrapper .wc-progress-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}.woocommerce-exporter-wrapper .wc-progress-steps li.active,.woocommerce-importer-wrapper .wc-progress-steps li.active,.woocommerce-progress-form-wrapper .wc-progress-steps li.active{border-color:#a16696;color:#a16696}.woocommerce-exporter-wrapper .wc-progress-steps li.active::before,.woocommerce-importer-wrapper .wc-progress-steps li.active::before,.woocommerce-progress-form-wrapper .wc-progress-steps li.active::before{border-color:#a16696}.woocommerce-exporter-wrapper .wc-progress-steps li.done,.woocommerce-importer-wrapper .wc-progress-steps li.done,.woocommerce-progress-form-wrapper .wc-progress-steps li.done{border-color:#a16696;color:#a16696}.woocommerce-exporter-wrapper .wc-progress-steps li.done::before,.woocommerce-importer-wrapper .wc-progress-steps li.done::before,.woocommerce-progress-form-wrapper .wc-progress-steps li.done::before{border-color:#a16696;background:#a16696}.woocommerce-exporter-wrapper .button,.woocommerce-importer-wrapper .button,.woocommerce-progress-form-wrapper .button{font-size:1.25em;padding:.5em 1em!important;line-height:1.5em!important;margin-right:.5em;margin-bottom:2px;height:auto!important;border-radius:4px;background-color:#bb77ae;border-color:#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;margin:0;opacity:1}.woocommerce-exporter-wrapper .button:active,.woocommerce-exporter-wrapper .button:focus,.woocommerce-exporter-wrapper .button:hover,.woocommerce-importer-wrapper .button:active,.woocommerce-importer-wrapper .button:focus,.woocommerce-importer-wrapper .button:hover,.woocommerce-progress-form-wrapper .button:active,.woocommerce-progress-form-wrapper .button:focus,.woocommerce-progress-form-wrapper .button:hover{background:#a36597;border-color:#a36597;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.woocommerce-exporter-wrapper .error .button,.woocommerce-importer-wrapper .error .button,.woocommerce-progress-form-wrapper .error .button{font-size:1em}.woocommerce-exporter-wrapper .wc-actions,.woocommerce-importer-wrapper .wc-actions,.woocommerce-progress-form-wrapper .wc-actions{overflow:hidden;border-top:1px solid #eee;margin:0;padding:23px 24px 24px;line-height:3em}.woocommerce-exporter-wrapper .wc-actions .button,.woocommerce-importer-wrapper .wc-actions .button,.woocommerce-progress-form-wrapper .wc-actions .button{float:right}.woocommerce-exporter-wrapper .wc-actions .woocommerce-importer-toggle-advanced-options,.woocommerce-importer-wrapper .wc-actions .woocommerce-importer-toggle-advanced-options,.woocommerce-progress-form-wrapper .wc-actions .woocommerce-importer-toggle-advanced-options{color:#999}.woocommerce-exporter-wrapper .wc-progress-form-content,.woocommerce-exporter-wrapper .woocommerce-exporter,.woocommerce-exporter-wrapper .woocommerce-importer,.woocommerce-importer-wrapper .wc-progress-form-content,.woocommerce-importer-wrapper .woocommerce-exporter,.woocommerce-importer-wrapper .woocommerce-importer,.woocommerce-progress-form-wrapper .wc-progress-form-content,.woocommerce-progress-form-wrapper .woocommerce-exporter,.woocommerce-progress-form-wrapper .woocommerce-importer{background:#fff;overflow:hidden;padding:0;margin:0 0 16px;box-shadow:0 1px 3px rgba(0,0,0,.13);color:#555;text-align:left}.woocommerce-exporter-wrapper .wc-progress-form-content header,.woocommerce-exporter-wrapper .woocommerce-exporter header,.woocommerce-exporter-wrapper .woocommerce-importer header,.woocommerce-importer-wrapper .wc-progress-form-content header,.woocommerce-importer-wrapper .woocommerce-exporter header,.woocommerce-importer-wrapper .woocommerce-importer header,.woocommerce-progress-form-wrapper .wc-progress-form-content header,.woocommerce-progress-form-wrapper .woocommerce-exporter header,.woocommerce-progress-form-wrapper .woocommerce-importer header{border-bottom:1px solid #eee;margin:0;padding:24px 24px 0}.woocommerce-exporter-wrapper .wc-progress-form-content section,.woocommerce-exporter-wrapper .woocommerce-exporter section,.woocommerce-exporter-wrapper .woocommerce-importer section,.woocommerce-importer-wrapper .wc-progress-form-content section,.woocommerce-importer-wrapper .woocommerce-exporter section,.woocommerce-importer-wrapper .woocommerce-importer section,.woocommerce-progress-form-wrapper .wc-progress-form-content section,.woocommerce-progress-form-wrapper .woocommerce-exporter section,.woocommerce-progress-form-wrapper .woocommerce-importer section{padding:24px 24px 0}.woocommerce-exporter-wrapper .wc-progress-form-content h2,.woocommerce-exporter-wrapper .woocommerce-exporter h2,.woocommerce-exporter-wrapper .woocommerce-importer h2,.woocommerce-importer-wrapper .wc-progress-form-content h2,.woocommerce-importer-wrapper .woocommerce-exporter h2,.woocommerce-importer-wrapper .woocommerce-importer h2,.woocommerce-progress-form-wrapper .wc-progress-form-content h2,.woocommerce-progress-form-wrapper .woocommerce-exporter h2,.woocommerce-progress-form-wrapper .woocommerce-importer h2{margin:0 0 24px;color:#555;font-size:24px;font-weight:400;line-height:1em}.woocommerce-exporter-wrapper .wc-progress-form-content p,.woocommerce-exporter-wrapper .woocommerce-exporter p,.woocommerce-exporter-wrapper .woocommerce-importer p,.woocommerce-importer-wrapper .wc-progress-form-content p,.woocommerce-importer-wrapper .woocommerce-exporter p,.woocommerce-importer-wrapper .woocommerce-importer p,.woocommerce-progress-form-wrapper .wc-progress-form-content p,.woocommerce-progress-form-wrapper .woocommerce-exporter p,.woocommerce-progress-form-wrapper .woocommerce-importer p{font-size:1em;line-height:1.75em;font-size:16px;color:#555;margin:0 0 24px}.woocommerce-exporter-wrapper .wc-progress-form-content .form-row,.woocommerce-exporter-wrapper .woocommerce-exporter .form-row,.woocommerce-exporter-wrapper .woocommerce-importer .form-row,.woocommerce-importer-wrapper .wc-progress-form-content .form-row,.woocommerce-importer-wrapper .woocommerce-exporter .form-row,.woocommerce-importer-wrapper .woocommerce-importer .form-row,.woocommerce-progress-form-wrapper .wc-progress-form-content .form-row,.woocommerce-progress-form-wrapper .woocommerce-exporter .form-row,.woocommerce-progress-form-wrapper .woocommerce-importer .form-row{margin-top:24px}.woocommerce-exporter-wrapper .wc-progress-form-content .spinner,.woocommerce-exporter-wrapper .woocommerce-exporter .spinner,.woocommerce-exporter-wrapper .woocommerce-importer .spinner,.woocommerce-importer-wrapper .wc-progress-form-content .spinner,.woocommerce-importer-wrapper .woocommerce-exporter .spinner,.woocommerce-importer-wrapper .woocommerce-importer .spinner,.woocommerce-progress-form-wrapper .wc-progress-form-content .spinner,.woocommerce-progress-form-wrapper .woocommerce-exporter .spinner,.woocommerce-progress-form-wrapper .woocommerce-importer .spinner{display:none}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th{vertical-align:top;line-height:1.75em;padding:0 0 24px 0}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td label,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th label,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td label,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td label,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td label,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td label,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td label,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td label,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td label,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td label,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td label,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th label{color:#555;font-weight:400}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=checkbox],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=checkbox],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=checkbox],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=checkbox],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=checkbox],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=checkbox],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=checkbox],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=checkbox],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=checkbox]{margin:0 4px 0 0;padding:7px}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=text],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=text],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=text],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=number],.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=text],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=number],.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=text],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=number],.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=text],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=number],.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td input[type=text],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=number],.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td input[type=text],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=number],.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th input[type=text]{padding:7px;height:auto;margin:0}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper{border:1px solid #ddd;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);background-color:#fff;color:#32373c;outline:0;line-height:1;display:block}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper code,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper code{background:0 0;font-size:smaller;padding:0;margin:0;color:#999;padding:7px 0 0 7px;display:inline-block}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options td .woocommerce-importer-file-url-field-wrapper input,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th .woocommerce-importer-file-url-field-wrapper input{font-family:Consolas,Monaco,monospace;border:0;margin:0;outline:0;box-shadow:none;display:inline-block;min-width:100%}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-exporter-options th,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-options th{width:35%;padding-right:20px}.woocommerce-exporter-wrapper .wc-progress-form-content progress,.woocommerce-exporter-wrapper .woocommerce-exporter progress,.woocommerce-exporter-wrapper .woocommerce-importer progress,.woocommerce-importer-wrapper .wc-progress-form-content progress,.woocommerce-importer-wrapper .woocommerce-exporter progress,.woocommerce-importer-wrapper .woocommerce-importer progress,.woocommerce-progress-form-wrapper .wc-progress-form-content progress,.woocommerce-progress-form-wrapper .woocommerce-exporter progress,.woocommerce-progress-form-wrapper .woocommerce-importer progress{width:100%;height:42px;margin:0 auto 24px;display:block;-webkit-appearance:none;border:none;display:none;background:#f5f5f5;border:2px solid #eee;border-radius:4px;padding:0;box-shadow:0 1px 0 0 rgba(255,255,255,.2)}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-webkit-progress-bar,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-webkit-progress-bar,.woocommerce-exporter-wrapper .woocommerce-importer progress::-webkit-progress-bar,.woocommerce-importer-wrapper .wc-progress-form-content progress::-webkit-progress-bar,.woocommerce-importer-wrapper .woocommerce-exporter progress::-webkit-progress-bar,.woocommerce-importer-wrapper .woocommerce-importer progress::-webkit-progress-bar,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-webkit-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-webkit-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-webkit-progress-bar{background:transparent none;border:0;border-radius:4px;padding:0;box-shadow:none}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-webkit-progress-value,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-webkit-progress-value,.woocommerce-exporter-wrapper .woocommerce-importer progress::-webkit-progress-value,.woocommerce-importer-wrapper .wc-progress-form-content progress::-webkit-progress-value,.woocommerce-importer-wrapper .woocommerce-exporter progress::-webkit-progress-value,.woocommerce-importer-wrapper .woocommerce-importer progress::-webkit-progress-value,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-webkit-progress-value,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-webkit-progress-value,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-webkit-progress-value{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:-webkit-linear-gradient(top,#a46497,#66405f),#a46497;background:linear-gradient(top,#a46497,#66405f),#a46497;-webkit-transition:width 1s ease;transition:width 1s ease}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-moz-progress-bar,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-moz-progress-bar,.woocommerce-exporter-wrapper .woocommerce-importer progress::-moz-progress-bar,.woocommerce-importer-wrapper .wc-progress-form-content progress::-moz-progress-bar,.woocommerce-importer-wrapper .woocommerce-exporter progress::-moz-progress-bar,.woocommerce-importer-wrapper .woocommerce-importer progress::-moz-progress-bar,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-moz-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-moz-progress-bar,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-moz-progress-bar{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(top,#a46497,#66405f),#a46497;-webkit-transition:width 1s ease;transition:width 1s ease}.woocommerce-exporter-wrapper .wc-progress-form-content progress::-ms-fill,.woocommerce-exporter-wrapper .woocommerce-exporter progress::-ms-fill,.woocommerce-exporter-wrapper .woocommerce-importer progress::-ms-fill,.woocommerce-importer-wrapper .wc-progress-form-content progress::-ms-fill,.woocommerce-importer-wrapper .woocommerce-exporter progress::-ms-fill,.woocommerce-importer-wrapper .woocommerce-importer progress::-ms-fill,.woocommerce-progress-form-wrapper .wc-progress-form-content progress::-ms-fill,.woocommerce-progress-form-wrapper .woocommerce-exporter progress::-ms-fill,.woocommerce-progress-form-wrapper .woocommerce-importer progress::-ms-fill{border-radius:3px;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,.4);background:#a46497;background:linear-gradient(to bottom,#a46497,#66405f),#a46497;-webkit-transition:width 1s ease;transition:width 1s ease}.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .spinner,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing .spinner,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .spinner,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing .spinner,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting .spinner,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing .spinner,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .spinner,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing .spinner,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .spinner,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing .spinner,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting .spinner,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing .spinner,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .spinner,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing .spinner,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .spinner,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing .spinner,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting .spinner,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing .spinner{display:block}.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting progress,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing progress,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting progress,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing progress,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting progress,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing progress,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting progress,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing progress,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting progress,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing progress,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting progress,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing progress,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting progress,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing progress,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting progress,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing progress,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting progress,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing progress{display:block}.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .wc-actions,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing .wc-actions,.woocommerce-exporter-wrapper .wc-progress-form-content.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .wc-actions,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing .wc-actions,.woocommerce-exporter-wrapper .woocommerce-exporter.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting .wc-actions,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing .wc-actions,.woocommerce-exporter-wrapper .woocommerce-importer.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .wc-actions,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing .wc-actions,.woocommerce-importer-wrapper .wc-progress-form-content.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .wc-actions,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing .wc-actions,.woocommerce-importer-wrapper .woocommerce-exporter.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting .wc-actions,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing .wc-actions,.woocommerce-importer-wrapper .woocommerce-importer.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .wc-actions,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing .wc-actions,.woocommerce-progress-form-wrapper .wc-progress-form-content.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-exporter.woocommerce-importer__importing .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-exporter__exporting .woocommerce-exporter-options,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing .wc-actions,.woocommerce-progress-form-wrapper .woocommerce-importer.woocommerce-importer__importing .woocommerce-exporter-options{display:none}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table-wrapper,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table-wrapper,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table-wrapper,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table-wrapper,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table-wrapper,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table-wrapper,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table-wrapper,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table-wrapper,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table-wrapper{padding:0}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table{margin:0;border:0;box-shadow:none;width:100%;table-layout:fixed}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th{border:0;padding:12px;vertical-align:middle;word-wrap:break-word}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td select,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th select,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td select,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td select,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td select,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td select,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td select,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td select,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td select,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td select,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td select,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th select{width:100%}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table tbody tr:nth-child(odd) th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) td,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table tbody tr:nth-child(odd) th{background:#fbfbfb}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th{font-weight:700}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td:first-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th:first-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td:first-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td:first-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td:first-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td:first-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td:first-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td:first-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td:first-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th:first-child{padding-left:24px}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table td:last-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table th:last-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table td:last-child,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table th:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table td:last-child,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table th:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table td:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table th:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table td:last-child,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table th:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table td:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table th:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table td:last-child,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table th:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table td:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table th:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table td:last-child,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table th:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table td:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table th:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table td:last-child,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table th:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table td:last-child,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table th:last-child{padding-right:24px}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name{width:50%}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description{color:#999;margin-top:4px;display:block}.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-exporter-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-importer-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .wc-progress-form-content .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-exporter .wc-importer-mapping-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-error-log-table .wc-importer-mapping-table-name .description code,.woocommerce-progress-form-wrapper .woocommerce-importer .wc-importer-mapping-table .wc-importer-mapping-table-name .description code{background:0 0;padding:0;white-space:pre-line;word-wrap:break-word;word-break:break-all}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-done,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-done,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-done,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-done,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-done,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-done,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-done,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-done,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-done{text-align:center;padding:48px 24px;font-size:1.5em;line-height:1.75em}.woocommerce-exporter-wrapper .wc-progress-form-content .woocommerce-importer-done::before,.woocommerce-exporter-wrapper .woocommerce-exporter .woocommerce-importer-done::before,.woocommerce-exporter-wrapper .woocommerce-importer .woocommerce-importer-done::before,.woocommerce-importer-wrapper .wc-progress-form-content .woocommerce-importer-done::before,.woocommerce-importer-wrapper .woocommerce-exporter .woocommerce-importer-done::before,.woocommerce-importer-wrapper .woocommerce-importer .woocommerce-importer-done::before,.woocommerce-progress-form-wrapper .wc-progress-form-content .woocommerce-importer-done::before,.woocommerce-progress-form-wrapper .woocommerce-exporter .woocommerce-importer-done::before,.woocommerce-progress-form-wrapper .woocommerce-importer .woocommerce-importer-done::before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"";color:#a16696;position:static;font-size:100px;display:block;float:none;margin:0 0 24px}.wc-pointer .wc-pointer-buttons .close{float:left;margin:6px 0 0 15px} \ No newline at end of file diff --git a/assets/css/admin.scss b/assets/css/admin.scss index 899898c1eed..e72585b7aa9 100644 --- a/assets/css/admin.scss +++ b/assets/css/admin.scss @@ -693,10 +693,9 @@ } .taxonomy-product_cat { - .column-thumb .woocommerce-help-tip { + .check-column .woocommerce-help-tip { font-size: 1.5em; - margin: 0 0 0 -34px; - padding: 0px 2px 5px; + margin: -3px 0 0 5px; display: block; position: absolute; } @@ -3004,7 +3003,6 @@ td.forminp { input, textarea { padding: 8px; - width: 448px; max-width: 100% !important; } .wc-shipping-zone-region-select { @@ -3688,6 +3686,20 @@ padding: 0 15px 10px 0; } } + + .wc-shipping-zone-settings { + + td.forminp { + input, textarea { + width: 448px; + padding: 6px 11px; + } + + .select2-search input { + padding: 6px; + } + } + } } .woocommerce #tabs-wrap table a.remove { diff --git a/assets/css/helper-rtl.css b/assets/css/helper-rtl.css index fd001ae5201..c950d73f47d 100644 --- a/assets/css/helper-rtl.css +++ b/assets/css/helper-rtl.css @@ -1 +1 @@ -.wc-helper .nav-tab-wrapper{margin-bottom:22px}@media only screen and (max-width:784px){.wc-helper .nav-tab{max-width:40%;overflow:hidden;text-overflow:ellipsis}}.wc-helper .button,.wc-helper .button:active,.wc-helper .button:focus,.wc-helper .button:hover{background-color:#955a89;border-width:0;box-shadow:none;border-radius:3px;color:#fff;height:auto;padding:3px 14px;text-align:center;white-space:normal!important}@media only screen and (max-width:782px){.wc-helper .button,.wc-helper .button:active,.wc-helper .button:focus,.wc-helper .button:hover{line-height:2}}.wc-helper .button.button-secondary,.wc-helper .button:active.button-secondary,.wc-helper .button:focus.button-secondary,.wc-helper .button:hover.button-secondary{background-color:#e6e6e6;color:#3c3c3c;text-shadow:none}.wc-helper .button:hover{opacity:.8}.wc-helper .subscription-filter{color:#2e4453;font-size:13px;line-height:13px;margin:22px 0}.wc-helper .subscription-filter label{display:none;position:relative}.wc-helper .subscription-filter label .chevron{color:#e1e1e1;border-bottom-width:0;line-height:1;padding:0;position:absolute;top:10px;left:14px}.wc-helper .subscription-filter li{color:#0073aa;display:inline-block;padding:0 8px 0 4px;position:relative}.wc-helper .subscription-filter li::before{background-color:#979797;content:" ";position:absolute;top:0;right:0;bottom:0;width:1px}.wc-helper .subscription-filter li:first-of-type::before{display:none}.wc-helper .subscription-filter a{color:#0073aa;text-decoration:none}.wc-helper .subscription-filter a.current{color:#000;font-weight:600}.wc-helper .subscription-filter .count{color:#555d66;font-weight:400}@media only screen and (max-width:600px){.wc-helper .subscription-filter{background-color:#fff;border:1px solid #e1e1e1;border-radius:4px;font-size:14px}.wc-helper .subscription-filter label,.wc-helper .subscription-filter li{line-height:21px;padding:8px 16px;margin:0}.wc-helper .subscription-filter label:last-child,.wc-helper .subscription-filter li:last-child{border-bottom:none}.wc-helper .subscription-filter li{border-bottom:1px solid #e1e1e1}.wc-helper .subscription-filter label,.wc-helper .subscription-filter span.chevron{display:block}.wc-helper .subscription-filter label{text-decoration:none}.wc-helper .subscription-filter li{display:none}.wc-helper .subscription-filter li::before{display:none}.wc-helper .subscription-filter a{cursor:pointer}.wc-helper .subscription-filter span.chevron{color:#555;opacity:.5;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.wc-helper .subscription-filter:focus,.wc-helper .subscription-filter:hover{box-shadow:0 3px 5px rgba(0,0,0,.2)}.wc-helper .subscription-filter:focus label,.wc-helper .subscription-filter:hover label{border-bottom:1px solid #e1e1e1}.wc-helper .subscription-filter:focus li,.wc-helper .subscription-filter:hover li{display:block}.wc-helper .subscription-filter:focus span.chevron,.wc-helper .subscription-filter:hover span.chevron{-webkit-transform:rotateX(0);transform:rotateX(0)}}.wc-helper .subscriptions-header{margin:3em 0 0;position:relative;z-index:10}.wc-helper .subscriptions-header h2{display:inline-block;line-height:25px;margin:0 0 1.5em 0}.wc-helper .button-update,.wc-helper .button-update:hover{background-color:#e6e6e6;border-radius:4px;color:#333;font-weight:800;font-size:10px;line-height:20px;margin-right:6px;opacity:.75;padding:3px 7px;text-transform:uppercase}.wc-helper .button-update .dashicons,.wc-helper .button-update:hover .dashicons{font-size:12px;height:12px;width:12px;vertical-align:text-bottom}.wc-helper .button-update:hover{opacity:1}.wc-helper .user-info{background-color:#fff;border:1px solid #e1e1e1;border-radius:4px;font-size:12px;line-height:26px;position:absolute;top:-10px;left:0;-webkit-transition:all .1s ease-in;transition:all .1s ease-in}@media only screen and (max-width:600px){.wc-helper .user-info{position:relative;width:100%}}.wc-helper .user-info p{line-height:26px;margin:0}.wc-helper .user-info:hover{box-shadow:0 3px 5px rgba(0,0,0,.2)}.wc-helper .user-info header{color:#555;font-weight:600;padding:6px 14px;position:relative}.wc-helper .user-info header p{padding-left:26px}.wc-helper .user-info header .dashicons{opacity:.5;position:absolute;top:9px;left:14px}.wc-helper .user-info header:hover{cursor:pointer}.wc-helper .user-info section{display:none}.wc-helper .user-info section p{border-top:1px solid #e1e1e1;padding:6px 14px;text-align:center}.wc-helper .user-info section .actions{border-top:1px solid #e1e1e1;display:-webkit-box;display:flex}.wc-helper .user-info section a{color:#a26897;cursor:pointer;font-weight:600;line-height:38px;padding:0 14px;text-align:center;text-decoration:none;white-space:nowrap;width:50%}.wc-helper .user-info section a .dashicons{margin-top:-3px;vertical-align:middle}.wc-helper .user-info section a:first-child{border-left:1px solid #e1e1e1}.wc-helper .user-info section a:hover{background-color:#a26897;color:#fff}.wc-helper .user-info section .avatar{border:1px solid #ece1ea;border-radius:50%;height:auto;margin-left:6px;width:24px;vertical-align:bottom}.wc-helper .user-info:active header .dashicons,.wc-helper .user-info:focus header .dashicons,.wc-helper .user-info:hover header .dashicons{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.wc-helper .user-info:active section,.wc-helper .user-info:focus section,.wc-helper .user-info:hover section{display:block}.wc-helper .alternate,.wc-helper .striped>tbody>:nth-child(odd),.wc-helper ul.striped>:nth-child(odd){background-color:#fff}.wc-helper .comment-ays,.wc-helper .feature-filter,.wc-helper .imgedit-group,.wc-helper .popular-tags,.wc-helper .stuffbox,.wc-helper .widgets-holder-wrap,.wc-helper .wp-editor-container,.wc-helper p.popular-tags,.wc-helper table.widefat{padding-top:5px}.wc-helper .widefat tfoot tr td,.wc-helper .widefat tfoot tr th,.wc-helper .widefat thead tr td,.wc-helper .widefat thead tr th{color:#32373c;padding-bottom:15px;padding-top:10px}.wc-helper .widefat td{padding-bottom:15px;padding-top:15px}.wc-helper .wp-list-table{border:0;box-shadow:none;padding-top:0!important;z-index:1}@media only screen and (max-width:782px){.wc-helper .button{font-size:11px}}.wc-helper .wp-list-table__row{background-color:rgba(0,0,0,0)}.wc-helper .wp-list-table__row td{-webkit-box-align:center;align-items:center;background-color:#fff;border:0;padding:16px 22px;vertical-align:middle}@media only screen and (max-width:782px){.wc-helper .wp-list-table__row td{padding:16px}}.wc-helper .wp-list-table__row td.color-bar{border-right:0}.wc-helper .wp-list-table__row.is-ext-header td{border-top:1px solid #e1e1e1}@media only screen and (max-width:782px){.wc-helper .wp-list-table__row.is-ext-header{display:-webkit-inline-box;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;width:100%}.wc-helper .wp-list-table__row.is-ext-header .wp-list-table__ext-details{display:block;-webkit-box-flex:2;flex:2}.wc-helper .wp-list-table__row.is-ext-header .wp-list-table__ext-actions{display:block;-webkit-box-flex:1;flex:1;min-width:0}}.wc-helper .wp-list-table__row:last-child td{border-bottom:24px solid #f1f1f1;box-shadow:inset 0 -1px 0 #e1e1e1}.wc-helper .wp-list-table__ext-details,.wc-helper .wp-list-table__ext-status,.wc-helper .wp-list-table__licence-container{padding-left:22px;position:relative;width:100%}.wc-helper .wp-list-table__ext-details::before,.wc-helper .wp-list-table__ext-status::before,.wc-helper .wp-list-table__licence-container::before{background-color:#e1e1e1;content:" ";position:absolute;top:0;bottom:0;right:0!important;width:1px!important}.wc-helper .wp-list-table__ext-details{display:-webkit-box;display:flex}@media only screen and (max-width:782px){.wc-helper .wp-list-table__ext-details{display:table}}.wc-helper .wp-list-table__ext-title{color:#0073aa;font-size:18px;font-weight:600;width:60%}@media only screen and (max-width:782px){.wc-helper .wp-list-table__ext-title{margin-bottom:12px;width:100%}}@media only screen and (max-width:320px){.wc-helper .wp-list-table__ext-title{max-width:120px}}.wc-helper .wp-list-table__ext-description{color:#333;padding-right:12px;width:40%}@media only screen and (max-width:782px){.wc-helper .wp-list-table__ext-description{padding-right:0;width:100%}}.wc-helper .wp-list-table__ext-status{position:relative}.wc-helper .wp-list-table__ext-status.update-available::after{background-color:#ffc322;content:" ";position:absolute;top:0;right:0;bottom:0;width:5px}.wc-helper .wp-list-table__ext-status.expired::after{background-color:#b81c23;content:" ";position:absolute;top:0;right:0;bottom:0;width:5px}.wc-helper .wp-list-table__ext-status .dashicons-update{color:#ffc322}.wc-helper .wp-list-table__ext-status .dashicons-info{color:#b81c23}.wc-helper .wp-list-table__ext-status p{color:#333;margin:0}.wc-helper .wp-list-table__ext-status .dashicons{margin-left:5px}.wc-helper .wp-list-table__ext-actions{min-width:150px;position:relative;width:25%;text-align:left}.wc-helper .wp-list-table__ext-actions::after{background-color:#e1e1e1;content:" ";position:absolute;top:0;bottom:0;left:0;width:1px}.wc-helper .wp-list-table__ext-licence td,.wc-helper .wp-list-table__ext-updates td{position:relative}.wc-helper .wp-list-table__ext-licence td::before,.wc-helper .wp-list-table__ext-updates td::before{background-color:#e1e1e1;content:" ";height:1px;position:absolute;top:0;right:0;left:0}.wc-helper .wp-list-table__ext-licence td.wp-list-table__ext-status::before,.wc-helper .wp-list-table__ext-licence td.wp-list-table__licence-container::before,.wc-helper .wp-list-table__ext-updates td.wp-list-table__ext-status::before,.wc-helper .wp-list-table__ext-updates td.wp-list-table__licence-container::before{right:22px!important;width:auto!important}.wc-helper .wp-list-table__ext-licence td.wp-list-table__ext-actions::before,.wc-helper .wp-list-table__ext-updates td.wp-list-table__ext-actions::before{left:22px}@media only screen and (max-width:782px){.wc-helper .wp-list-table__ext-licence,.wc-helper .wp-list-table__ext-updates{display:-webkit-box;display:flex}.wc-helper .wp-list-table__ext-licence .wp-list-table__ext-status,.wc-helper .wp-list-table__ext-updates .wp-list-table__ext-status{-webkit-box-flex:2;flex:2}.wc-helper .wp-list-table__ext-licence .wp-list-table__ext-status::before,.wc-helper .wp-list-table__ext-updates .wp-list-table__ext-status::before{right:0!important;width:100%!important}.wc-helper .wp-list-table__ext-licence .wp-list-table__ext-actions,.wc-helper .wp-list-table__ext-updates .wp-list-table__ext-actions{-webkit-box-flex:1;flex:1;min-width:0}.wc-helper .wp-list-table__ext-licence .wp-list-table__ext-actions::before,.wc-helper .wp-list-table__ext-updates .wp-list-table__ext-actions::before{right:0!important;left:0!important;width:100%!important}}.wc-helper .wp-list-table__licence-container{padding:0!important}.wc-helper .wp-list-table__licence-container::after{background-color:#e1e1e1;content:" ";position:absolute;top:0;bottom:0;left:0;width:1px}.wc-helper .wp-list-table__licence-form{display:-webkit-box;display:flex;padding:16px 22px}@media only screen and (max-width:782px){.wc-helper .wp-list-table__licence-form{display:block}}.wc-helper .wp-list-table__licence-form::before{background-color:#e1e1e1;content:" ";height:1px;position:absolute;top:0;left:22px;right:22px}@media only screen and (max-width:782px){.wc-helper .wp-list-table__licence-form::before{left:0;right:0}}.wc-helper .wp-list-table__licence-form div{padding-left:16px;vertical-align:middle}@media only screen and (max-width:782px){.wc-helper .wp-list-table__licence-form div{padding:0}}.wc-helper .wp-list-table__licence-form p{margin:0!important}.wc-helper .wp-list-table__licence-label label{color:#23282d;font-weight:600;line-height:30px}.wc-helper .wp-list-table__licence-field input{height:32px}@media only screen and (max-width:480px){.wc-helper .wp-list-table__licence-field input{width:100%}}@media only screen and (max-width:782px){.wc-helper .wp-list-table__licence-field{padding:8px 0 16px!important}}.wc-helper .wp-list-table__licence-actions{-webkit-box-flex:2;flex-grow:2;padding-left:0!important}.wc-helper .wp-list-table__licence-actions .button{margin-left:8px}.wc-helper .wp-list-table__licence-actions .button-secondary{float:left;margin:0 8px 0 0}@media only screen and (max-width:480px){.wc-helper .wp-list-table__licence-actions{text-align:left}}.wc-helper td.color-bar{border-right:solid 4px transparent}.wc-helper td.color-bar.expired{border-right-color:#b81c23}.wc-helper td.color-bar.expiring{border-right-color:orange}.wc-helper td.color-bar.update-available{border-right-color:#8fae1b}.wc-helper td.color-bar.expiring.update-available{border-right-color:#8fae1b}.wc-helper .connect-wrapper{background-color:#fff;border:1px solid #e5e5e5;margin-bottom:25px;overflow:auto}.wc-helper .connected{display:-webkit-box;display:flex}.wc-helper .connected .user-info{display:-webkit-box;display:flex;padding:20px;width:100%;vertical-align:middle}.wc-helper .connected img{border:1px solid #e5e5e5;height:34px;width:34px}.wc-helper .connected .buttons{padding:20px;white-space:nowrap}.wc-helper .connected p{-webkit-box-flex:2;flex:2;margin:10px 20px 0 0}.wc-helper .connected .chevron{display:none}.wc-helper .connected .chevron:hover{color:#955a89;cursor:pointer}@media only screen and (max-width:784px){.wc-helper .connected{display:block}.wc-helper .connected strong{display:block;overflow:hidden;text-overflow:ellipsis}.wc-helper .connected p{margin:0;overflow:hidden;text-overflow:ellipsis;width:80%}.wc-helper .connected .user-info{padding-left:0;width:auto}.wc-helper .connected .avatar{margin-left:12px}.wc-helper .connected .chevron{color:#e1e1e1;display:block;margin:10px;-webkit-transform:rotateX(0);transform:rotateX(0)}.wc-helper .connected .buttons{display:none;border-top:1px solid #e1e1e1;padding:10px 20px}.wc-helper .connected .buttons.active{display:block}}.wc-helper .start-container{background-color:#fff;border-right:4px solid #cc99c2;padding:45px 30px 20px 20px;position:relative;overflow:hidden}.wc-helper .start-container h2,.wc-helper .start-container p{max-width:800px}.wc-helper .start-container::before{color:#eee2ec;content:"\e01C";display:block;font-family:WooCommerce;font-size:192px;line-height:1;position:absolute;top:65%;left:-3%;text-align:center;width:1em}.wc-helper .start-container h2{font-size:24px;line-height:29px;position:relative}.wc-helper .start-container p{font-size:16px;margin-bottom:30px;position:relative}.wc-helper .button-primary{height:37px;line-height:37px;min-width:124px;padding:0 13px;text-shadow:none}.wc-helper .button-primary:active,.wc-helper .button-primary:focus,.wc-helper .button-primary:hover{padding:0 13px}.form-toggle__wrapper{position:relative}.form-toggle__wrapper label{cursor:default}.form-toggle{cursor:pointer;display:block;position:absolute;top:0;bottom:-1px;right:0;left:0;text-align:right;text-indent:-100000px;z-index:2}.form-toggle:focus{box-shadow:none}.form-toggle.disabled{cursor:default}.form-toggle__switch{align-self:flex-start;background:#c8d7e1;border-radius:12px;box-sizing:border-box;display:inline-block;padding:2px;outline:0;position:relative;width:40px;height:24px;-webkit-transition:all .4s ease,box-shadow 0s;transition:all .4s ease,box-shadow 0s;vertical-align:middle}.form-toggle__switch::after,.form-toggle__switch::before{content:"";display:block;position:relative;width:20px;height:20px}.form-toggle__switch::after{border-radius:50%;background:#fff;right:0;-webkit-transition:all .2s ease;transition:all .2s ease}.form-toggle__switch::before{display:none}.accessible-focus .form-toggle__switch:focus{box-shadow:0 0 0 2px #955a89}.form-toggle__label{vertical-align:bottom;z-index:1}.form-toggle__label .form-toggle__label-content{color:#87a6bc;-webkit-box-flex:0;flex:0 1 100%;font-size:13px;line-height:16px;margin-right:12px;margin-left:8px;vertical-align:top;text-transform:uppercase}@media only screen and (max-width:480px){.form-toggle__label .form-toggle__label-content{display:none}}.accessible-focus .form-toggle:focus+.form-toggle__label .form-toggle__switch{box-shadow:0 0 0 2px #955a89}.accessible-focus .form-toggle:focus:checked+.form-toggle__label .form-toggle__switch{box-shadow:0 0 0 2px #bb77ae}.form-toggle+.form-toggle__label .form-toggle__switch{background:#a8bece}.form-toggle:not(:disabled)+.form-toggle__label:hover .form-toggle__switch{background:#c8d7e1}.form-toggle.active+.form-toggle__label .form-toggle__switch{background:#955a89}.form-toggle.active+.form-toggle__label .form-toggle__switch::after{right:8px}.form-toggle.active+.form-toggle__label:hover .form-toggle__switch{background:#bb77ae}.form-toggle.disabled+label.form-toggle__label span.form-toggle__switch{opacity:.25}.form-toggle.is-toggling+.form-toggle__label .form-toggle__switch{background:#955a89}.form-toggle.is-toggling:checked+.form-toggle__label .form-toggle__switch{background:#c8d7e1}.form-toggle.is-compact+.form-toggle__label .form-toggle__switch{border-radius:8px;width:24px;height:16px}.form-toggle.is-compact+.form-toggle__label .form-toggle__switch::after,.form-toggle.is-compact+.form-toggle__label .form-toggle__switch::before{height:12px;width:12px}.form-toggle.is-compact:checked+.form-toggle__label .form-toggle__switch::after{right:8px} \ No newline at end of file +.wc-helper .nav-tab-wrapper{margin-bottom:22px}@media only screen and (max-width:784px){.wc-helper .nav-tab{max-width:40%;overflow:hidden;text-overflow:ellipsis}}.wc-helper .button,.wc-helper .button:active,.wc-helper .button:focus,.wc-helper .button:hover{background-color:#955a89;border-width:0;box-shadow:none;border-radius:3px;color:#fff;height:auto;padding:3px 14px;text-align:center;white-space:normal!important}@media only screen and (max-width:782px){.wc-helper .button,.wc-helper .button:active,.wc-helper .button:focus,.wc-helper .button:hover{line-height:2}}.wc-helper .button.button-secondary,.wc-helper .button:active.button-secondary,.wc-helper .button:focus.button-secondary,.wc-helper .button:hover.button-secondary{background-color:#e6e6e6;color:#3c3c3c;text-shadow:none}.wc-helper .button:hover{opacity:.8}.wc-helper .subscription-filter{color:#2e4453;font-size:13px;line-height:13px;margin:22px 0}.wc-helper .subscription-filter label{display:none;position:relative}.wc-helper .subscription-filter label .chevron{color:#e1e1e1;border-bottom-width:0;line-height:1;padding:0;position:absolute;top:10px;left:14px}.wc-helper .subscription-filter li{color:#0073aa;display:inline-block;padding:0 8px 0 4px;position:relative}.wc-helper .subscription-filter li::before{background-color:#979797;content:" ";position:absolute;top:0;right:0;bottom:0;width:1px}.wc-helper .subscription-filter li:first-of-type::before{display:none}.wc-helper .subscription-filter a{color:#0073aa;text-decoration:none}.wc-helper .subscription-filter a.current{color:#000;font-weight:600}.wc-helper .subscription-filter .count{color:#555d66;font-weight:400}@media only screen and (max-width:600px){.wc-helper .subscription-filter{background-color:#fff;border:1px solid #e1e1e1;border-radius:4px;font-size:14px}.wc-helper .subscription-filter label,.wc-helper .subscription-filter li{line-height:21px;padding:8px 16px;margin:0}.wc-helper .subscription-filter label:last-child,.wc-helper .subscription-filter li:last-child{border-bottom:none}.wc-helper .subscription-filter li{border-bottom:1px solid #e1e1e1}.wc-helper .subscription-filter label,.wc-helper .subscription-filter span.chevron{display:block}.wc-helper .subscription-filter label{text-decoration:none}.wc-helper .subscription-filter li{display:none}.wc-helper .subscription-filter li::before{display:none}.wc-helper .subscription-filter a{cursor:pointer}.wc-helper .subscription-filter span.chevron{color:#555;opacity:.5;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.wc-helper .subscription-filter:focus,.wc-helper .subscription-filter:hover{box-shadow:0 3px 5px rgba(0,0,0,.2)}.wc-helper .subscription-filter:focus label,.wc-helper .subscription-filter:hover label{border-bottom:1px solid #e1e1e1}.wc-helper .subscription-filter:focus li,.wc-helper .subscription-filter:hover li{display:block}.wc-helper .subscription-filter:focus span.chevron,.wc-helper .subscription-filter:hover span.chevron{-webkit-transform:rotateX(0);transform:rotateX(0)}}.wc-helper .subscriptions-header{margin:3em 0 0;position:relative;z-index:10}.wc-helper .subscriptions-header h2{display:inline-block;line-height:25px;margin:0 0 1.5em 0}.wc-helper .button-update,.wc-helper .button-update:hover{background-color:#e6e6e6;border-radius:4px;color:#333;font-weight:800;font-size:10px;line-height:20px;margin-right:6px;opacity:.75;padding:3px 7px;text-transform:uppercase}.wc-helper .button-update .dashicons,.wc-helper .button-update:hover .dashicons{font-size:12px;height:12px;width:12px;vertical-align:text-bottom}.wc-helper .button-update:hover{opacity:1}.wc-helper .user-info{background-color:#fff;border:1px solid #e1e1e1;border-radius:4px;font-size:12px;line-height:26px;position:absolute;top:-10px;left:0;-webkit-transition:all .1s ease-in;transition:all .1s ease-in}@media only screen and (max-width:600px){.wc-helper .user-info{position:relative;width:100%}}.wc-helper .user-info p{line-height:26px;margin:0}.wc-helper .user-info:hover{box-shadow:0 3px 5px rgba(0,0,0,.2)}.wc-helper .user-info header{color:#555;font-weight:600;padding:6px 14px;position:relative}.wc-helper .user-info header p{padding-left:26px}.wc-helper .user-info header .dashicons{opacity:.5;position:absolute;top:9px;left:14px}.wc-helper .user-info header:hover{cursor:pointer}.wc-helper .user-info section{display:none}.wc-helper .user-info section p{border-top:1px solid #e1e1e1;padding:6px 14px;text-align:center}.wc-helper .user-info section .actions{border-top:1px solid #e1e1e1;display:-webkit-box;display:flex}.wc-helper .user-info section a{color:#a26897;cursor:pointer;font-weight:600;line-height:38px;padding:0 14px;text-align:center;text-decoration:none;white-space:nowrap;width:50%}.wc-helper .user-info section a .dashicons{margin-top:-3px;vertical-align:middle}.wc-helper .user-info section a:first-child{border-left:1px solid #e1e1e1}.wc-helper .user-info section a:hover{background-color:#a26897;color:#fff}.wc-helper .user-info section .avatar{border:1px solid #ece1ea;border-radius:50%;height:auto;margin-left:6px;width:24px;vertical-align:bottom}.wc-helper .user-info:active header .dashicons,.wc-helper .user-info:focus header .dashicons,.wc-helper .user-info:hover header .dashicons{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.wc-helper .user-info:active section,.wc-helper .user-info:focus section,.wc-helper .user-info:hover section{display:block}.wc-helper .alternate,.wc-helper .striped>tbody>:nth-child(odd),.wc-helper ul.striped>:nth-child(odd){background-color:#fff}.wc-helper .comment-ays,.wc-helper .feature-filter,.wc-helper .imgedit-group,.wc-helper .popular-tags,.wc-helper .stuffbox,.wc-helper .widgets-holder-wrap,.wc-helper .wp-editor-container,.wc-helper p.popular-tags,.wc-helper table.widefat{padding-top:5px}.wc-helper .widefat tfoot tr td,.wc-helper .widefat tfoot tr th,.wc-helper .widefat thead tr td,.wc-helper .widefat thead tr th{color:#32373c;padding-bottom:15px;padding-top:10px}.wc-helper .widefat td{padding-bottom:15px;padding-top:15px}.wc-helper .wp-list-table{border:0;box-shadow:none;padding-top:0!important;z-index:1}@media only screen and (max-width:782px){.wc-helper .button{font-size:11px}}.wc-helper .wp-list-table__row{background-color:rgba(0,0,0,0)}.wc-helper .wp-list-table__row td{-webkit-box-align:center;align-items:center;background-color:#fff;border:0;padding:16px 22px;vertical-align:middle}@media only screen and (max-width:782px){.wc-helper .wp-list-table__row td{padding:16px}}.wc-helper .wp-list-table__row td.color-bar{border-right:0}.wc-helper .wp-list-table__row.is-ext-header td{border-top:1px solid #e1e1e1}@media only screen and (max-width:782px){.wc-helper .wp-list-table__row.is-ext-header{display:-webkit-inline-box;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;width:100%}.wc-helper .wp-list-table__row.is-ext-header .wp-list-table__ext-details{display:block;-webkit-box-flex:2;flex:2}.wc-helper .wp-list-table__row.is-ext-header .wp-list-table__ext-actions{display:block;-webkit-box-flex:1;flex:1;min-width:0}}.wc-helper .wp-list-table__row:last-child td{border-bottom:24px solid #f1f1f1;box-shadow:inset 0 -1px 0 #e1e1e1}.wc-helper .wp-list-table__ext-details,.wc-helper .wp-list-table__ext-status,.wc-helper .wp-list-table__licence-container{padding-left:22px;position:relative;width:100%}.wc-helper .wp-list-table__ext-details::before,.wc-helper .wp-list-table__ext-status::before,.wc-helper .wp-list-table__licence-container::before{background-color:#e1e1e1;content:" ";position:absolute;top:0;bottom:0;right:0!important;width:1px!important}.wc-helper .wp-list-table__ext-details{display:-webkit-box;display:flex}@media only screen and (max-width:782px){.wc-helper .wp-list-table__ext-details{display:table}}.wc-helper .wp-list-table__ext-title{color:#0073aa;font-size:18px;font-weight:600;width:60%}@media only screen and (max-width:782px){.wc-helper .wp-list-table__ext-title{margin-bottom:12px;width:100%}}@media only screen and (max-width:320px){.wc-helper .wp-list-table__ext-title{max-width:120px}}.wc-helper .wp-list-table__ext-description{color:#333;padding-right:12px;width:40%}@media only screen and (max-width:782px){.wc-helper .wp-list-table__ext-description{padding-right:0;width:100%}}.wc-helper .wp-list-table__ext-status{position:relative}.wc-helper .wp-list-table__ext-status.update-available::after{background-color:#ffc322;content:" ";position:absolute;top:0;right:0;bottom:0;width:5px}.wc-helper .wp-list-table__ext-status.expired::after{background-color:#b81c23;content:" ";position:absolute;top:0;right:0;bottom:0;width:5px}.wc-helper .wp-list-table__ext-status .dashicons-update{color:#ffc322}.wc-helper .wp-list-table__ext-status .dashicons-info{color:#b81c23}.wc-helper .wp-list-table__ext-status p{color:#333;margin:0}.wc-helper .wp-list-table__ext-status .dashicons{margin-left:5px}.wc-helper .wp-list-table__ext-actions{min-width:150px;position:relative;width:25%;text-align:left}.wc-helper .wp-list-table__ext-actions::after{background-color:#e1e1e1;content:" ";position:absolute;top:0;bottom:0;left:0;width:1px}.wc-helper .wp-list-table__ext-licence td,.wc-helper .wp-list-table__ext-updates td{position:relative}.wc-helper .wp-list-table__ext-licence td::before,.wc-helper .wp-list-table__ext-updates td::before{background-color:#e1e1e1;content:" ";height:1px;position:absolute;top:0;right:0;left:0}.wc-helper .wp-list-table__ext-licence td.wp-list-table__ext-status::before,.wc-helper .wp-list-table__ext-licence td.wp-list-table__licence-container::before,.wc-helper .wp-list-table__ext-updates td.wp-list-table__ext-status::before,.wc-helper .wp-list-table__ext-updates td.wp-list-table__licence-container::before{right:22px!important;width:auto!important}.wc-helper .wp-list-table__ext-licence td.wp-list-table__ext-actions::before,.wc-helper .wp-list-table__ext-updates td.wp-list-table__ext-actions::before{left:22px}@media only screen and (max-width:782px){.wc-helper .wp-list-table__ext-licence,.wc-helper .wp-list-table__ext-updates{display:-webkit-box;display:flex}.wc-helper .wp-list-table__ext-licence .wp-list-table__ext-status,.wc-helper .wp-list-table__ext-updates .wp-list-table__ext-status{-webkit-box-flex:2;flex:2}.wc-helper .wp-list-table__ext-licence .wp-list-table__ext-status::before,.wc-helper .wp-list-table__ext-updates .wp-list-table__ext-status::before{right:0!important;width:100%!important}.wc-helper .wp-list-table__ext-licence .wp-list-table__ext-actions,.wc-helper .wp-list-table__ext-updates .wp-list-table__ext-actions{-webkit-box-flex:1;flex:1;min-width:0}.wc-helper .wp-list-table__ext-licence .wp-list-table__ext-actions::before,.wc-helper .wp-list-table__ext-updates .wp-list-table__ext-actions::before{right:0!important;left:0!important;width:100%!important}}.wc-helper .wp-list-table__licence-container{padding:0!important}.wc-helper .wp-list-table__licence-container::after{background-color:#e1e1e1;content:" ";position:absolute;top:0;bottom:0;left:0;width:1px}.wc-helper .wp-list-table__licence-form{display:-webkit-box;display:flex;padding:16px 22px}@media only screen and (max-width:782px){.wc-helper .wp-list-table__licence-form{display:block}}.wc-helper .wp-list-table__licence-form::before{background-color:#e1e1e1;content:" ";height:1px;position:absolute;top:0;left:22px;right:22px}@media only screen and (max-width:782px){.wc-helper .wp-list-table__licence-form::before{left:0;right:0}}.wc-helper .wp-list-table__licence-form div{padding-left:16px;vertical-align:middle}@media only screen and (max-width:782px){.wc-helper .wp-list-table__licence-form div{padding:0}}.wc-helper .wp-list-table__licence-form p{margin:0!important}.wc-helper .wp-list-table__licence-label label{color:#23282d;font-weight:600;line-height:30px}.wc-helper .wp-list-table__licence-field input{height:32px}@media only screen and (max-width:480px){.wc-helper .wp-list-table__licence-field input{width:100%}}@media only screen and (max-width:782px){.wc-helper .wp-list-table__licence-field{padding:8px 0 16px!important}}.wc-helper .wp-list-table__licence-actions{-webkit-box-flex:2;flex-grow:2;padding-left:0!important}.wc-helper .wp-list-table__licence-actions .button{margin-left:8px}.wc-helper .wp-list-table__licence-actions .button-secondary{float:left;margin:0 8px 0 0}@media only screen and (max-width:480px){.wc-helper .wp-list-table__licence-actions{text-align:left}}.wc-helper td.color-bar{border-right:solid 4px transparent}.wc-helper td.color-bar.expired{border-right-color:#b81c23}.wc-helper td.color-bar.expiring{border-right-color:orange}.wc-helper td.color-bar.update-available{border-right-color:#8fae1b}.wc-helper td.color-bar.expiring.update-available{border-right-color:#8fae1b}.wc-helper .connect-wrapper{background-color:#fff;border:1px solid #e5e5e5;margin-bottom:25px;overflow:auto}.wc-helper .connected{display:-webkit-box;display:flex}.wc-helper .connected .user-info{display:-webkit-box;display:flex;padding:20px;width:100%;vertical-align:middle}.wc-helper .connected img{border:1px solid #e5e5e5;height:34px;width:34px}.wc-helper .connected .buttons{padding:20px;white-space:nowrap}.wc-helper .connected p{-webkit-box-flex:2;flex:2;margin:10px 20px 0 0}.wc-helper .connected .chevron{display:none}.wc-helper .connected .chevron:hover{color:#955a89;cursor:pointer}@media only screen and (max-width:784px){.wc-helper .connected{display:block}.wc-helper .connected strong{display:block;overflow:hidden;text-overflow:ellipsis}.wc-helper .connected p{margin:0;overflow:hidden;text-overflow:ellipsis;width:80%}.wc-helper .connected .user-info{padding-left:0;width:auto}.wc-helper .connected .avatar{margin-left:12px}.wc-helper .connected .chevron{color:#e1e1e1;display:block;margin:10px;-webkit-transform:rotateX(0);transform:rotateX(0)}.wc-helper .connected .buttons{display:none;border-top:1px solid #e1e1e1;padding:10px 20px}.wc-helper .connected .buttons.active{display:block}}.wc-helper .start-container{background-color:#fff;border-right:4px solid #cc99c2;padding:45px 30px 20px 20px;position:relative;overflow:hidden}.wc-helper .start-container h2,.wc-helper .start-container p{max-width:800px}.wc-helper .start-container::before{color:#eee2ec;content:"\e01C";display:block;font-family:WooCommerce;font-size:192px;line-height:1;position:absolute;top:65%;left:-3%;text-align:center;width:1em}.wc-helper .start-container h2{font-size:24px;line-height:29px;position:relative}.wc-helper .start-container p{font-size:16px;margin-bottom:30px;position:relative}.wc-helper .button-helper-connect{height:37px;line-height:37px;min-width:124px;padding:0 13px;text-shadow:none}.wc-helper .button-helper-connect:active,.wc-helper .button-helper-connect:focus,.wc-helper .button-helper-connect:hover{padding:0 13px}.form-toggle__wrapper{position:relative}.form-toggle__wrapper label{cursor:default}.form-toggle{cursor:pointer;display:block;position:absolute;top:0;bottom:-1px;right:0;left:0;text-align:right;text-indent:-100000px;z-index:2}.form-toggle:focus{box-shadow:none}.form-toggle.disabled{cursor:default}.form-toggle__switch{align-self:flex-start;background:#c8d7e1;border-radius:12px;box-sizing:border-box;display:inline-block;padding:2px;outline:0;position:relative;width:40px;height:24px;-webkit-transition:all .4s ease,box-shadow 0s;transition:all .4s ease,box-shadow 0s;vertical-align:middle}.form-toggle__switch::after,.form-toggle__switch::before{content:"";display:block;position:relative;width:20px;height:20px}.form-toggle__switch::after{border-radius:50%;background:#fff;right:0;-webkit-transition:all .2s ease;transition:all .2s ease}.form-toggle__switch::before{display:none}.accessible-focus .form-toggle__switch:focus{box-shadow:0 0 0 2px #955a89}.form-toggle__label{vertical-align:bottom;z-index:1}.form-toggle__label .form-toggle__label-content{color:#87a6bc;-webkit-box-flex:0;flex:0 1 100%;font-size:13px;line-height:16px;margin-right:12px;margin-left:8px;vertical-align:top;text-transform:uppercase}@media only screen and (max-width:480px){.form-toggle__label .form-toggle__label-content{display:none}}.accessible-focus .form-toggle:focus+.form-toggle__label .form-toggle__switch{box-shadow:0 0 0 2px #955a89}.accessible-focus .form-toggle:focus:checked+.form-toggle__label .form-toggle__switch{box-shadow:0 0 0 2px #bb77ae}.form-toggle+.form-toggle__label .form-toggle__switch{background:#a8bece}.form-toggle:not(:disabled)+.form-toggle__label:hover .form-toggle__switch{background:#c8d7e1}.form-toggle.active+.form-toggle__label .form-toggle__switch{background:#955a89}.form-toggle.active+.form-toggle__label .form-toggle__switch::after{right:8px}.form-toggle.active+.form-toggle__label:hover .form-toggle__switch{background:#bb77ae}.form-toggle.disabled+label.form-toggle__label span.form-toggle__switch{opacity:.25}.form-toggle.is-toggling+.form-toggle__label .form-toggle__switch{background:#955a89}.form-toggle.is-toggling:checked+.form-toggle__label .form-toggle__switch{background:#c8d7e1}.form-toggle.is-compact+.form-toggle__label .form-toggle__switch{border-radius:8px;width:24px;height:16px}.form-toggle.is-compact+.form-toggle__label .form-toggle__switch::after,.form-toggle.is-compact+.form-toggle__label .form-toggle__switch::before{height:12px;width:12px}.form-toggle.is-compact:checked+.form-toggle__label .form-toggle__switch::after{right:8px} \ No newline at end of file diff --git a/assets/css/helper.css b/assets/css/helper.css index 80bf17140d9..55c5e508ac6 100644 --- a/assets/css/helper.css +++ b/assets/css/helper.css @@ -1 +1 @@ -.wc-helper .nav-tab-wrapper{margin-bottom:22px}@media only screen and (max-width:784px){.wc-helper .nav-tab{max-width:40%;overflow:hidden;text-overflow:ellipsis}}.wc-helper .button,.wc-helper .button:active,.wc-helper .button:focus,.wc-helper .button:hover{background-color:#955a89;border-width:0;box-shadow:none;border-radius:3px;color:#fff;height:auto;padding:3px 14px;text-align:center;white-space:normal!important}@media only screen and (max-width:782px){.wc-helper .button,.wc-helper .button:active,.wc-helper .button:focus,.wc-helper .button:hover{line-height:2}}.wc-helper .button.button-secondary,.wc-helper .button:active.button-secondary,.wc-helper .button:focus.button-secondary,.wc-helper .button:hover.button-secondary{background-color:#e6e6e6;color:#3c3c3c;text-shadow:none}.wc-helper .button:hover{opacity:.8}.wc-helper .subscription-filter{color:#2e4453;font-size:13px;line-height:13px;margin:22px 0}.wc-helper .subscription-filter label{display:none;position:relative}.wc-helper .subscription-filter label .chevron{color:#e1e1e1;border-bottom-width:0;line-height:1;padding:0;position:absolute;top:10px;right:14px}.wc-helper .subscription-filter li{color:#0073aa;display:inline-block;padding:0 4px 0 8px;position:relative}.wc-helper .subscription-filter li::before{background-color:#979797;content:" ";position:absolute;top:0;left:0;bottom:0;width:1px}.wc-helper .subscription-filter li:first-of-type::before{display:none}.wc-helper .subscription-filter a{color:#0073aa;text-decoration:none}.wc-helper .subscription-filter a.current{color:#000;font-weight:600}.wc-helper .subscription-filter .count{color:#555d66;font-weight:400}@media only screen and (max-width:600px){.wc-helper .subscription-filter{background-color:#fff;border:1px solid #e1e1e1;border-radius:4px;font-size:14px}.wc-helper .subscription-filter label,.wc-helper .subscription-filter li{line-height:21px;padding:8px 16px;margin:0}.wc-helper .subscription-filter label:last-child,.wc-helper .subscription-filter li:last-child{border-bottom:none}.wc-helper .subscription-filter li{border-bottom:1px solid #e1e1e1}.wc-helper .subscription-filter label,.wc-helper .subscription-filter span.chevron{display:block}.wc-helper .subscription-filter label{text-decoration:none}.wc-helper .subscription-filter li{display:none}.wc-helper .subscription-filter li::before{display:none}.wc-helper .subscription-filter a{cursor:pointer}.wc-helper .subscription-filter span.chevron{color:#555;opacity:.5;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.wc-helper .subscription-filter:focus,.wc-helper .subscription-filter:hover{box-shadow:0 3px 5px rgba(0,0,0,.2)}.wc-helper .subscription-filter:focus label,.wc-helper .subscription-filter:hover label{border-bottom:1px solid #e1e1e1}.wc-helper .subscription-filter:focus li,.wc-helper .subscription-filter:hover li{display:block}.wc-helper .subscription-filter:focus span.chevron,.wc-helper .subscription-filter:hover span.chevron{-webkit-transform:rotateX(0);transform:rotateX(0)}}.wc-helper .subscriptions-header{margin:3em 0 0;position:relative;z-index:10}.wc-helper .subscriptions-header h2{display:inline-block;line-height:25px;margin:0 0 1.5em 0}.wc-helper .button-update,.wc-helper .button-update:hover{background-color:#e6e6e6;border-radius:4px;color:#333;font-weight:800;font-size:10px;line-height:20px;margin-left:6px;opacity:.75;padding:3px 7px;text-transform:uppercase}.wc-helper .button-update .dashicons,.wc-helper .button-update:hover .dashicons{font-size:12px;height:12px;width:12px;vertical-align:text-bottom}.wc-helper .button-update:hover{opacity:1}.wc-helper .user-info{background-color:#fff;border:1px solid #e1e1e1;border-radius:4px;font-size:12px;line-height:26px;position:absolute;top:-10px;right:0;-webkit-transition:all .1s ease-in;transition:all .1s ease-in}@media only screen and (max-width:600px){.wc-helper .user-info{position:relative;width:100%}}.wc-helper .user-info p{line-height:26px;margin:0}.wc-helper .user-info:hover{box-shadow:0 3px 5px rgba(0,0,0,.2)}.wc-helper .user-info header{color:#555;font-weight:600;padding:6px 14px;position:relative}.wc-helper .user-info header p{padding-right:26px}.wc-helper .user-info header .dashicons{opacity:.5;position:absolute;top:9px;right:14px}.wc-helper .user-info header:hover{cursor:pointer}.wc-helper .user-info section{display:none}.wc-helper .user-info section p{border-top:1px solid #e1e1e1;padding:6px 14px;text-align:center}.wc-helper .user-info section .actions{border-top:1px solid #e1e1e1;display:-webkit-box;display:flex}.wc-helper .user-info section a{color:#a26897;cursor:pointer;font-weight:600;line-height:38px;padding:0 14px;text-align:center;text-decoration:none;white-space:nowrap;width:50%}.wc-helper .user-info section a .dashicons{margin-top:-3px;vertical-align:middle}.wc-helper .user-info section a:first-child{border-right:1px solid #e1e1e1}.wc-helper .user-info section a:hover{background-color:#a26897;color:#fff}.wc-helper .user-info section .avatar{border:1px solid #ece1ea;border-radius:50%;height:auto;margin-right:6px;width:24px;vertical-align:bottom}.wc-helper .user-info:active header .dashicons,.wc-helper .user-info:focus header .dashicons,.wc-helper .user-info:hover header .dashicons{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.wc-helper .user-info:active section,.wc-helper .user-info:focus section,.wc-helper .user-info:hover section{display:block}.wc-helper .alternate,.wc-helper .striped>tbody>:nth-child(odd),.wc-helper ul.striped>:nth-child(odd){background-color:#fff}.wc-helper .comment-ays,.wc-helper .feature-filter,.wc-helper .imgedit-group,.wc-helper .popular-tags,.wc-helper .stuffbox,.wc-helper .widgets-holder-wrap,.wc-helper .wp-editor-container,.wc-helper p.popular-tags,.wc-helper table.widefat{padding-top:5px}.wc-helper .widefat tfoot tr td,.wc-helper .widefat tfoot tr th,.wc-helper .widefat thead tr td,.wc-helper .widefat thead tr th{color:#32373c;padding-bottom:15px;padding-top:10px}.wc-helper .widefat td{padding-bottom:15px;padding-top:15px}.wc-helper .wp-list-table{border:0;box-shadow:none;padding-top:0!important;z-index:1}@media only screen and (max-width:782px){.wc-helper .button{font-size:11px}}.wc-helper .wp-list-table__row{background-color:rgba(0,0,0,0)}.wc-helper .wp-list-table__row td{-webkit-box-align:center;align-items:center;background-color:#fff;border:0;padding:16px 22px;vertical-align:middle}@media only screen and (max-width:782px){.wc-helper .wp-list-table__row td{padding:16px}}.wc-helper .wp-list-table__row td.color-bar{border-left:0}.wc-helper .wp-list-table__row.is-ext-header td{border-top:1px solid #e1e1e1}@media only screen and (max-width:782px){.wc-helper .wp-list-table__row.is-ext-header{display:-webkit-inline-box;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;width:100%}.wc-helper .wp-list-table__row.is-ext-header .wp-list-table__ext-details{display:block;-webkit-box-flex:2;flex:2}.wc-helper .wp-list-table__row.is-ext-header .wp-list-table__ext-actions{display:block;-webkit-box-flex:1;flex:1;min-width:0}}.wc-helper .wp-list-table__row:last-child td{border-bottom:24px solid #f1f1f1;box-shadow:inset 0 -1px 0 #e1e1e1}.wc-helper .wp-list-table__ext-details,.wc-helper .wp-list-table__ext-status,.wc-helper .wp-list-table__licence-container{padding-right:22px;position:relative;width:100%}.wc-helper .wp-list-table__ext-details::before,.wc-helper .wp-list-table__ext-status::before,.wc-helper .wp-list-table__licence-container::before{background-color:#e1e1e1;content:" ";position:absolute;top:0;bottom:0;left:0!important;width:1px!important}.wc-helper .wp-list-table__ext-details{display:-webkit-box;display:flex}@media only screen and (max-width:782px){.wc-helper .wp-list-table__ext-details{display:table}}.wc-helper .wp-list-table__ext-title{color:#0073aa;font-size:18px;font-weight:600;width:60%}@media only screen and (max-width:782px){.wc-helper .wp-list-table__ext-title{margin-bottom:12px;width:100%}}@media only screen and (max-width:320px){.wc-helper .wp-list-table__ext-title{max-width:120px}}.wc-helper .wp-list-table__ext-description{color:#333;padding-left:12px;width:40%}@media only screen and (max-width:782px){.wc-helper .wp-list-table__ext-description{padding-left:0;width:100%}}.wc-helper .wp-list-table__ext-status{position:relative}.wc-helper .wp-list-table__ext-status.update-available::after{background-color:#ffc322;content:" ";position:absolute;top:0;left:0;bottom:0;width:5px}.wc-helper .wp-list-table__ext-status.expired::after{background-color:#b81c23;content:" ";position:absolute;top:0;left:0;bottom:0;width:5px}.wc-helper .wp-list-table__ext-status .dashicons-update{color:#ffc322}.wc-helper .wp-list-table__ext-status .dashicons-info{color:#b81c23}.wc-helper .wp-list-table__ext-status p{color:#333;margin:0}.wc-helper .wp-list-table__ext-status .dashicons{margin-right:5px}.wc-helper .wp-list-table__ext-actions{min-width:150px;position:relative;width:25%;text-align:right}.wc-helper .wp-list-table__ext-actions::after{background-color:#e1e1e1;content:" ";position:absolute;top:0;bottom:0;right:0;width:1px}.wc-helper .wp-list-table__ext-licence td,.wc-helper .wp-list-table__ext-updates td{position:relative}.wc-helper .wp-list-table__ext-licence td::before,.wc-helper .wp-list-table__ext-updates td::before{background-color:#e1e1e1;content:" ";height:1px;position:absolute;top:0;left:0;right:0}.wc-helper .wp-list-table__ext-licence td.wp-list-table__ext-status::before,.wc-helper .wp-list-table__ext-licence td.wp-list-table__licence-container::before,.wc-helper .wp-list-table__ext-updates td.wp-list-table__ext-status::before,.wc-helper .wp-list-table__ext-updates td.wp-list-table__licence-container::before{left:22px!important;width:auto!important}.wc-helper .wp-list-table__ext-licence td.wp-list-table__ext-actions::before,.wc-helper .wp-list-table__ext-updates td.wp-list-table__ext-actions::before{right:22px}@media only screen and (max-width:782px){.wc-helper .wp-list-table__ext-licence,.wc-helper .wp-list-table__ext-updates{display:-webkit-box;display:flex}.wc-helper .wp-list-table__ext-licence .wp-list-table__ext-status,.wc-helper .wp-list-table__ext-updates .wp-list-table__ext-status{-webkit-box-flex:2;flex:2}.wc-helper .wp-list-table__ext-licence .wp-list-table__ext-status::before,.wc-helper .wp-list-table__ext-updates .wp-list-table__ext-status::before{left:0!important;width:100%!important}.wc-helper .wp-list-table__ext-licence .wp-list-table__ext-actions,.wc-helper .wp-list-table__ext-updates .wp-list-table__ext-actions{-webkit-box-flex:1;flex:1;min-width:0}.wc-helper .wp-list-table__ext-licence .wp-list-table__ext-actions::before,.wc-helper .wp-list-table__ext-updates .wp-list-table__ext-actions::before{left:0!important;right:0!important;width:100%!important}}.wc-helper .wp-list-table__licence-container{padding:0!important}.wc-helper .wp-list-table__licence-container::after{background-color:#e1e1e1;content:" ";position:absolute;top:0;bottom:0;right:0;width:1px}.wc-helper .wp-list-table__licence-form{display:-webkit-box;display:flex;padding:16px 22px}@media only screen and (max-width:782px){.wc-helper .wp-list-table__licence-form{display:block}}.wc-helper .wp-list-table__licence-form::before{background-color:#e1e1e1;content:" ";height:1px;position:absolute;top:0;right:22px;left:22px}@media only screen and (max-width:782px){.wc-helper .wp-list-table__licence-form::before{right:0;left:0}}.wc-helper .wp-list-table__licence-form div{padding-right:16px;vertical-align:middle}@media only screen and (max-width:782px){.wc-helper .wp-list-table__licence-form div{padding:0}}.wc-helper .wp-list-table__licence-form p{margin:0!important}.wc-helper .wp-list-table__licence-label label{color:#23282d;font-weight:600;line-height:30px}.wc-helper .wp-list-table__licence-field input{height:32px}@media only screen and (max-width:480px){.wc-helper .wp-list-table__licence-field input{width:100%}}@media only screen and (max-width:782px){.wc-helper .wp-list-table__licence-field{padding:8px 0 16px!important}}.wc-helper .wp-list-table__licence-actions{-webkit-box-flex:2;flex-grow:2;padding-right:0!important}.wc-helper .wp-list-table__licence-actions .button{margin-right:8px}.wc-helper .wp-list-table__licence-actions .button-secondary{float:right;margin:0 0 0 8px}@media only screen and (max-width:480px){.wc-helper .wp-list-table__licence-actions{text-align:right}}.wc-helper td.color-bar{border-left:solid 4px transparent}.wc-helper td.color-bar.expired{border-left-color:#b81c23}.wc-helper td.color-bar.expiring{border-left-color:orange}.wc-helper td.color-bar.update-available{border-left-color:#8fae1b}.wc-helper td.color-bar.expiring.update-available{border-left-color:#8fae1b}.wc-helper .connect-wrapper{background-color:#fff;border:1px solid #e5e5e5;margin-bottom:25px;overflow:auto}.wc-helper .connected{display:-webkit-box;display:flex}.wc-helper .connected .user-info{display:-webkit-box;display:flex;padding:20px;width:100%;vertical-align:middle}.wc-helper .connected img{border:1px solid #e5e5e5;height:34px;width:34px}.wc-helper .connected .buttons{padding:20px;white-space:nowrap}.wc-helper .connected p{-webkit-box-flex:2;flex:2;margin:10px 0 0 20px}.wc-helper .connected .chevron{display:none}.wc-helper .connected .chevron:hover{color:#955a89;cursor:pointer}@media only screen and (max-width:784px){.wc-helper .connected{display:block}.wc-helper .connected strong{display:block;overflow:hidden;text-overflow:ellipsis}.wc-helper .connected p{margin:0;overflow:hidden;text-overflow:ellipsis;width:80%}.wc-helper .connected .user-info{padding-right:0;width:auto}.wc-helper .connected .avatar{margin-right:12px}.wc-helper .connected .chevron{color:#e1e1e1;display:block;margin:10px;-webkit-transform:rotateX(0);transform:rotateX(0)}.wc-helper .connected .buttons{display:none;border-top:1px solid #e1e1e1;padding:10px 20px}.wc-helper .connected .buttons.active{display:block}}.wc-helper .start-container{background-color:#fff;border-left:4px solid #cc99c2;padding:45px 20px 20px 30px;position:relative;overflow:hidden}.wc-helper .start-container h2,.wc-helper .start-container p{max-width:800px}.wc-helper .start-container::before{color:#eee2ec;content:"\e01C";display:block;font-family:WooCommerce;font-size:192px;line-height:1;position:absolute;top:65%;right:-3%;text-align:center;width:1em}.wc-helper .start-container h2{font-size:24px;line-height:29px;position:relative}.wc-helper .start-container p{font-size:16px;margin-bottom:30px;position:relative}.wc-helper .button-primary{height:37px;line-height:37px;min-width:124px;padding:0 13px;text-shadow:none}.wc-helper .button-primary:active,.wc-helper .button-primary:focus,.wc-helper .button-primary:hover{padding:0 13px}.form-toggle__wrapper{position:relative}.form-toggle__wrapper label{cursor:default}.form-toggle{cursor:pointer;display:block;position:absolute;top:0;bottom:-1px;left:0;right:0;text-align:left;text-indent:-100000px;z-index:2}.form-toggle:focus{box-shadow:none}.form-toggle.disabled{cursor:default}.form-toggle__switch{align-self:flex-start;background:#c8d7e1;border-radius:12px;box-sizing:border-box;display:inline-block;padding:2px;outline:0;position:relative;width:40px;height:24px;-webkit-transition:all .4s ease,box-shadow 0s;transition:all .4s ease,box-shadow 0s;vertical-align:middle}.form-toggle__switch::after,.form-toggle__switch::before{content:"";display:block;position:relative;width:20px;height:20px}.form-toggle__switch::after{border-radius:50%;background:#fff;left:0;-webkit-transition:all .2s ease;transition:all .2s ease}.form-toggle__switch::before{display:none}.accessible-focus .form-toggle__switch:focus{box-shadow:0 0 0 2px #955a89}.form-toggle__label{vertical-align:bottom;z-index:1}.form-toggle__label .form-toggle__label-content{color:#87a6bc;-webkit-box-flex:0;flex:0 1 100%;font-size:13px;line-height:16px;margin-left:12px;margin-right:8px;vertical-align:top;text-transform:uppercase}@media only screen and (max-width:480px){.form-toggle__label .form-toggle__label-content{display:none}}.accessible-focus .form-toggle:focus+.form-toggle__label .form-toggle__switch{box-shadow:0 0 0 2px #955a89}.accessible-focus .form-toggle:focus:checked+.form-toggle__label .form-toggle__switch{box-shadow:0 0 0 2px #bb77ae}.form-toggle+.form-toggle__label .form-toggle__switch{background:#a8bece}.form-toggle:not(:disabled)+.form-toggle__label:hover .form-toggle__switch{background:#c8d7e1}.form-toggle.active+.form-toggle__label .form-toggle__switch{background:#955a89}.form-toggle.active+.form-toggle__label .form-toggle__switch::after{left:8px}.form-toggle.active+.form-toggle__label:hover .form-toggle__switch{background:#bb77ae}.form-toggle.disabled+label.form-toggle__label span.form-toggle__switch{opacity:.25}.form-toggle.is-toggling+.form-toggle__label .form-toggle__switch{background:#955a89}.form-toggle.is-toggling:checked+.form-toggle__label .form-toggle__switch{background:#c8d7e1}.form-toggle.is-compact+.form-toggle__label .form-toggle__switch{border-radius:8px;width:24px;height:16px}.form-toggle.is-compact+.form-toggle__label .form-toggle__switch::after,.form-toggle.is-compact+.form-toggle__label .form-toggle__switch::before{height:12px;width:12px}.form-toggle.is-compact:checked+.form-toggle__label .form-toggle__switch::after{left:8px} \ No newline at end of file +.wc-helper .nav-tab-wrapper{margin-bottom:22px}@media only screen and (max-width:784px){.wc-helper .nav-tab{max-width:40%;overflow:hidden;text-overflow:ellipsis}}.wc-helper .button,.wc-helper .button:active,.wc-helper .button:focus,.wc-helper .button:hover{background-color:#955a89;border-width:0;box-shadow:none;border-radius:3px;color:#fff;height:auto;padding:3px 14px;text-align:center;white-space:normal!important}@media only screen and (max-width:782px){.wc-helper .button,.wc-helper .button:active,.wc-helper .button:focus,.wc-helper .button:hover{line-height:2}}.wc-helper .button.button-secondary,.wc-helper .button:active.button-secondary,.wc-helper .button:focus.button-secondary,.wc-helper .button:hover.button-secondary{background-color:#e6e6e6;color:#3c3c3c;text-shadow:none}.wc-helper .button:hover{opacity:.8}.wc-helper .subscription-filter{color:#2e4453;font-size:13px;line-height:13px;margin:22px 0}.wc-helper .subscription-filter label{display:none;position:relative}.wc-helper .subscription-filter label .chevron{color:#e1e1e1;border-bottom-width:0;line-height:1;padding:0;position:absolute;top:10px;right:14px}.wc-helper .subscription-filter li{color:#0073aa;display:inline-block;padding:0 4px 0 8px;position:relative}.wc-helper .subscription-filter li::before{background-color:#979797;content:" ";position:absolute;top:0;left:0;bottom:0;width:1px}.wc-helper .subscription-filter li:first-of-type::before{display:none}.wc-helper .subscription-filter a{color:#0073aa;text-decoration:none}.wc-helper .subscription-filter a.current{color:#000;font-weight:600}.wc-helper .subscription-filter .count{color:#555d66;font-weight:400}@media only screen and (max-width:600px){.wc-helper .subscription-filter{background-color:#fff;border:1px solid #e1e1e1;border-radius:4px;font-size:14px}.wc-helper .subscription-filter label,.wc-helper .subscription-filter li{line-height:21px;padding:8px 16px;margin:0}.wc-helper .subscription-filter label:last-child,.wc-helper .subscription-filter li:last-child{border-bottom:none}.wc-helper .subscription-filter li{border-bottom:1px solid #e1e1e1}.wc-helper .subscription-filter label,.wc-helper .subscription-filter span.chevron{display:block}.wc-helper .subscription-filter label{text-decoration:none}.wc-helper .subscription-filter li{display:none}.wc-helper .subscription-filter li::before{display:none}.wc-helper .subscription-filter a{cursor:pointer}.wc-helper .subscription-filter span.chevron{color:#555;opacity:.5;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.wc-helper .subscription-filter:focus,.wc-helper .subscription-filter:hover{box-shadow:0 3px 5px rgba(0,0,0,.2)}.wc-helper .subscription-filter:focus label,.wc-helper .subscription-filter:hover label{border-bottom:1px solid #e1e1e1}.wc-helper .subscription-filter:focus li,.wc-helper .subscription-filter:hover li{display:block}.wc-helper .subscription-filter:focus span.chevron,.wc-helper .subscription-filter:hover span.chevron{-webkit-transform:rotateX(0);transform:rotateX(0)}}.wc-helper .subscriptions-header{margin:3em 0 0;position:relative;z-index:10}.wc-helper .subscriptions-header h2{display:inline-block;line-height:25px;margin:0 0 1.5em 0}.wc-helper .button-update,.wc-helper .button-update:hover{background-color:#e6e6e6;border-radius:4px;color:#333;font-weight:800;font-size:10px;line-height:20px;margin-left:6px;opacity:.75;padding:3px 7px;text-transform:uppercase}.wc-helper .button-update .dashicons,.wc-helper .button-update:hover .dashicons{font-size:12px;height:12px;width:12px;vertical-align:text-bottom}.wc-helper .button-update:hover{opacity:1}.wc-helper .user-info{background-color:#fff;border:1px solid #e1e1e1;border-radius:4px;font-size:12px;line-height:26px;position:absolute;top:-10px;right:0;-webkit-transition:all .1s ease-in;transition:all .1s ease-in}@media only screen and (max-width:600px){.wc-helper .user-info{position:relative;width:100%}}.wc-helper .user-info p{line-height:26px;margin:0}.wc-helper .user-info:hover{box-shadow:0 3px 5px rgba(0,0,0,.2)}.wc-helper .user-info header{color:#555;font-weight:600;padding:6px 14px;position:relative}.wc-helper .user-info header p{padding-right:26px}.wc-helper .user-info header .dashicons{opacity:.5;position:absolute;top:9px;right:14px}.wc-helper .user-info header:hover{cursor:pointer}.wc-helper .user-info section{display:none}.wc-helper .user-info section p{border-top:1px solid #e1e1e1;padding:6px 14px;text-align:center}.wc-helper .user-info section .actions{border-top:1px solid #e1e1e1;display:-webkit-box;display:flex}.wc-helper .user-info section a{color:#a26897;cursor:pointer;font-weight:600;line-height:38px;padding:0 14px;text-align:center;text-decoration:none;white-space:nowrap;width:50%}.wc-helper .user-info section a .dashicons{margin-top:-3px;vertical-align:middle}.wc-helper .user-info section a:first-child{border-right:1px solid #e1e1e1}.wc-helper .user-info section a:hover{background-color:#a26897;color:#fff}.wc-helper .user-info section .avatar{border:1px solid #ece1ea;border-radius:50%;height:auto;margin-right:6px;width:24px;vertical-align:bottom}.wc-helper .user-info:active header .dashicons,.wc-helper .user-info:focus header .dashicons,.wc-helper .user-info:hover header .dashicons{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.wc-helper .user-info:active section,.wc-helper .user-info:focus section,.wc-helper .user-info:hover section{display:block}.wc-helper .alternate,.wc-helper .striped>tbody>:nth-child(odd),.wc-helper ul.striped>:nth-child(odd){background-color:#fff}.wc-helper .comment-ays,.wc-helper .feature-filter,.wc-helper .imgedit-group,.wc-helper .popular-tags,.wc-helper .stuffbox,.wc-helper .widgets-holder-wrap,.wc-helper .wp-editor-container,.wc-helper p.popular-tags,.wc-helper table.widefat{padding-top:5px}.wc-helper .widefat tfoot tr td,.wc-helper .widefat tfoot tr th,.wc-helper .widefat thead tr td,.wc-helper .widefat thead tr th{color:#32373c;padding-bottom:15px;padding-top:10px}.wc-helper .widefat td{padding-bottom:15px;padding-top:15px}.wc-helper .wp-list-table{border:0;box-shadow:none;padding-top:0!important;z-index:1}@media only screen and (max-width:782px){.wc-helper .button{font-size:11px}}.wc-helper .wp-list-table__row{background-color:rgba(0,0,0,0)}.wc-helper .wp-list-table__row td{-webkit-box-align:center;align-items:center;background-color:#fff;border:0;padding:16px 22px;vertical-align:middle}@media only screen and (max-width:782px){.wc-helper .wp-list-table__row td{padding:16px}}.wc-helper .wp-list-table__row td.color-bar{border-left:0}.wc-helper .wp-list-table__row.is-ext-header td{border-top:1px solid #e1e1e1}@media only screen and (max-width:782px){.wc-helper .wp-list-table__row.is-ext-header{display:-webkit-inline-box;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;width:100%}.wc-helper .wp-list-table__row.is-ext-header .wp-list-table__ext-details{display:block;-webkit-box-flex:2;flex:2}.wc-helper .wp-list-table__row.is-ext-header .wp-list-table__ext-actions{display:block;-webkit-box-flex:1;flex:1;min-width:0}}.wc-helper .wp-list-table__row:last-child td{border-bottom:24px solid #f1f1f1;box-shadow:inset 0 -1px 0 #e1e1e1}.wc-helper .wp-list-table__ext-details,.wc-helper .wp-list-table__ext-status,.wc-helper .wp-list-table__licence-container{padding-right:22px;position:relative;width:100%}.wc-helper .wp-list-table__ext-details::before,.wc-helper .wp-list-table__ext-status::before,.wc-helper .wp-list-table__licence-container::before{background-color:#e1e1e1;content:" ";position:absolute;top:0;bottom:0;left:0!important;width:1px!important}.wc-helper .wp-list-table__ext-details{display:-webkit-box;display:flex}@media only screen and (max-width:782px){.wc-helper .wp-list-table__ext-details{display:table}}.wc-helper .wp-list-table__ext-title{color:#0073aa;font-size:18px;font-weight:600;width:60%}@media only screen and (max-width:782px){.wc-helper .wp-list-table__ext-title{margin-bottom:12px;width:100%}}@media only screen and (max-width:320px){.wc-helper .wp-list-table__ext-title{max-width:120px}}.wc-helper .wp-list-table__ext-description{color:#333;padding-left:12px;width:40%}@media only screen and (max-width:782px){.wc-helper .wp-list-table__ext-description{padding-left:0;width:100%}}.wc-helper .wp-list-table__ext-status{position:relative}.wc-helper .wp-list-table__ext-status.update-available::after{background-color:#ffc322;content:" ";position:absolute;top:0;left:0;bottom:0;width:5px}.wc-helper .wp-list-table__ext-status.expired::after{background-color:#b81c23;content:" ";position:absolute;top:0;left:0;bottom:0;width:5px}.wc-helper .wp-list-table__ext-status .dashicons-update{color:#ffc322}.wc-helper .wp-list-table__ext-status .dashicons-info{color:#b81c23}.wc-helper .wp-list-table__ext-status p{color:#333;margin:0}.wc-helper .wp-list-table__ext-status .dashicons{margin-right:5px}.wc-helper .wp-list-table__ext-actions{min-width:150px;position:relative;width:25%;text-align:right}.wc-helper .wp-list-table__ext-actions::after{background-color:#e1e1e1;content:" ";position:absolute;top:0;bottom:0;right:0;width:1px}.wc-helper .wp-list-table__ext-licence td,.wc-helper .wp-list-table__ext-updates td{position:relative}.wc-helper .wp-list-table__ext-licence td::before,.wc-helper .wp-list-table__ext-updates td::before{background-color:#e1e1e1;content:" ";height:1px;position:absolute;top:0;left:0;right:0}.wc-helper .wp-list-table__ext-licence td.wp-list-table__ext-status::before,.wc-helper .wp-list-table__ext-licence td.wp-list-table__licence-container::before,.wc-helper .wp-list-table__ext-updates td.wp-list-table__ext-status::before,.wc-helper .wp-list-table__ext-updates td.wp-list-table__licence-container::before{left:22px!important;width:auto!important}.wc-helper .wp-list-table__ext-licence td.wp-list-table__ext-actions::before,.wc-helper .wp-list-table__ext-updates td.wp-list-table__ext-actions::before{right:22px}@media only screen and (max-width:782px){.wc-helper .wp-list-table__ext-licence,.wc-helper .wp-list-table__ext-updates{display:-webkit-box;display:flex}.wc-helper .wp-list-table__ext-licence .wp-list-table__ext-status,.wc-helper .wp-list-table__ext-updates .wp-list-table__ext-status{-webkit-box-flex:2;flex:2}.wc-helper .wp-list-table__ext-licence .wp-list-table__ext-status::before,.wc-helper .wp-list-table__ext-updates .wp-list-table__ext-status::before{left:0!important;width:100%!important}.wc-helper .wp-list-table__ext-licence .wp-list-table__ext-actions,.wc-helper .wp-list-table__ext-updates .wp-list-table__ext-actions{-webkit-box-flex:1;flex:1;min-width:0}.wc-helper .wp-list-table__ext-licence .wp-list-table__ext-actions::before,.wc-helper .wp-list-table__ext-updates .wp-list-table__ext-actions::before{left:0!important;right:0!important;width:100%!important}}.wc-helper .wp-list-table__licence-container{padding:0!important}.wc-helper .wp-list-table__licence-container::after{background-color:#e1e1e1;content:" ";position:absolute;top:0;bottom:0;right:0;width:1px}.wc-helper .wp-list-table__licence-form{display:-webkit-box;display:flex;padding:16px 22px}@media only screen and (max-width:782px){.wc-helper .wp-list-table__licence-form{display:block}}.wc-helper .wp-list-table__licence-form::before{background-color:#e1e1e1;content:" ";height:1px;position:absolute;top:0;right:22px;left:22px}@media only screen and (max-width:782px){.wc-helper .wp-list-table__licence-form::before{right:0;left:0}}.wc-helper .wp-list-table__licence-form div{padding-right:16px;vertical-align:middle}@media only screen and (max-width:782px){.wc-helper .wp-list-table__licence-form div{padding:0}}.wc-helper .wp-list-table__licence-form p{margin:0!important}.wc-helper .wp-list-table__licence-label label{color:#23282d;font-weight:600;line-height:30px}.wc-helper .wp-list-table__licence-field input{height:32px}@media only screen and (max-width:480px){.wc-helper .wp-list-table__licence-field input{width:100%}}@media only screen and (max-width:782px){.wc-helper .wp-list-table__licence-field{padding:8px 0 16px!important}}.wc-helper .wp-list-table__licence-actions{-webkit-box-flex:2;flex-grow:2;padding-right:0!important}.wc-helper .wp-list-table__licence-actions .button{margin-right:8px}.wc-helper .wp-list-table__licence-actions .button-secondary{float:right;margin:0 0 0 8px}@media only screen and (max-width:480px){.wc-helper .wp-list-table__licence-actions{text-align:right}}.wc-helper td.color-bar{border-left:solid 4px transparent}.wc-helper td.color-bar.expired{border-left-color:#b81c23}.wc-helper td.color-bar.expiring{border-left-color:orange}.wc-helper td.color-bar.update-available{border-left-color:#8fae1b}.wc-helper td.color-bar.expiring.update-available{border-left-color:#8fae1b}.wc-helper .connect-wrapper{background-color:#fff;border:1px solid #e5e5e5;margin-bottom:25px;overflow:auto}.wc-helper .connected{display:-webkit-box;display:flex}.wc-helper .connected .user-info{display:-webkit-box;display:flex;padding:20px;width:100%;vertical-align:middle}.wc-helper .connected img{border:1px solid #e5e5e5;height:34px;width:34px}.wc-helper .connected .buttons{padding:20px;white-space:nowrap}.wc-helper .connected p{-webkit-box-flex:2;flex:2;margin:10px 0 0 20px}.wc-helper .connected .chevron{display:none}.wc-helper .connected .chevron:hover{color:#955a89;cursor:pointer}@media only screen and (max-width:784px){.wc-helper .connected{display:block}.wc-helper .connected strong{display:block;overflow:hidden;text-overflow:ellipsis}.wc-helper .connected p{margin:0;overflow:hidden;text-overflow:ellipsis;width:80%}.wc-helper .connected .user-info{padding-right:0;width:auto}.wc-helper .connected .avatar{margin-right:12px}.wc-helper .connected .chevron{color:#e1e1e1;display:block;margin:10px;-webkit-transform:rotateX(0);transform:rotateX(0)}.wc-helper .connected .buttons{display:none;border-top:1px solid #e1e1e1;padding:10px 20px}.wc-helper .connected .buttons.active{display:block}}.wc-helper .start-container{background-color:#fff;border-left:4px solid #cc99c2;padding:45px 20px 20px 30px;position:relative;overflow:hidden}.wc-helper .start-container h2,.wc-helper .start-container p{max-width:800px}.wc-helper .start-container::before{color:#eee2ec;content:"\e01C";display:block;font-family:WooCommerce;font-size:192px;line-height:1;position:absolute;top:65%;right:-3%;text-align:center;width:1em}.wc-helper .start-container h2{font-size:24px;line-height:29px;position:relative}.wc-helper .start-container p{font-size:16px;margin-bottom:30px;position:relative}.wc-helper .button-helper-connect{height:37px;line-height:37px;min-width:124px;padding:0 13px;text-shadow:none}.wc-helper .button-helper-connect:active,.wc-helper .button-helper-connect:focus,.wc-helper .button-helper-connect:hover{padding:0 13px}.form-toggle__wrapper{position:relative}.form-toggle__wrapper label{cursor:default}.form-toggle{cursor:pointer;display:block;position:absolute;top:0;bottom:-1px;left:0;right:0;text-align:left;text-indent:-100000px;z-index:2}.form-toggle:focus{box-shadow:none}.form-toggle.disabled{cursor:default}.form-toggle__switch{align-self:flex-start;background:#c8d7e1;border-radius:12px;box-sizing:border-box;display:inline-block;padding:2px;outline:0;position:relative;width:40px;height:24px;-webkit-transition:all .4s ease,box-shadow 0s;transition:all .4s ease,box-shadow 0s;vertical-align:middle}.form-toggle__switch::after,.form-toggle__switch::before{content:"";display:block;position:relative;width:20px;height:20px}.form-toggle__switch::after{border-radius:50%;background:#fff;left:0;-webkit-transition:all .2s ease;transition:all .2s ease}.form-toggle__switch::before{display:none}.accessible-focus .form-toggle__switch:focus{box-shadow:0 0 0 2px #955a89}.form-toggle__label{vertical-align:bottom;z-index:1}.form-toggle__label .form-toggle__label-content{color:#87a6bc;-webkit-box-flex:0;flex:0 1 100%;font-size:13px;line-height:16px;margin-left:12px;margin-right:8px;vertical-align:top;text-transform:uppercase}@media only screen and (max-width:480px){.form-toggle__label .form-toggle__label-content{display:none}}.accessible-focus .form-toggle:focus+.form-toggle__label .form-toggle__switch{box-shadow:0 0 0 2px #955a89}.accessible-focus .form-toggle:focus:checked+.form-toggle__label .form-toggle__switch{box-shadow:0 0 0 2px #bb77ae}.form-toggle+.form-toggle__label .form-toggle__switch{background:#a8bece}.form-toggle:not(:disabled)+.form-toggle__label:hover .form-toggle__switch{background:#c8d7e1}.form-toggle.active+.form-toggle__label .form-toggle__switch{background:#955a89}.form-toggle.active+.form-toggle__label .form-toggle__switch::after{left:8px}.form-toggle.active+.form-toggle__label:hover .form-toggle__switch{background:#bb77ae}.form-toggle.disabled+label.form-toggle__label span.form-toggle__switch{opacity:.25}.form-toggle.is-toggling+.form-toggle__label .form-toggle__switch{background:#955a89}.form-toggle.is-toggling:checked+.form-toggle__label .form-toggle__switch{background:#c8d7e1}.form-toggle.is-compact+.form-toggle__label .form-toggle__switch{border-radius:8px;width:24px;height:16px}.form-toggle.is-compact+.form-toggle__label .form-toggle__switch::after,.form-toggle.is-compact+.form-toggle__label .form-toggle__switch::before{height:12px;width:12px}.form-toggle.is-compact:checked+.form-toggle__label .form-toggle__switch::after{left:8px} \ No newline at end of file diff --git a/assets/css/helper.scss b/assets/css/helper.scss index 68bbae60ab9..4eaaac98e6d 100644 --- a/assets/css/helper.scss +++ b/assets/css/helper.scss @@ -866,7 +866,7 @@ $color_button_secondary: $woo_pink2; position: relative; } - .button-primary { + .button-helper-connect { height: 37px; line-height: 37px; min-width: 124px; diff --git a/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png b/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png index 89ee1f10d13..a2e6bfc085f 100755 Binary files a/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png and b/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png differ diff --git a/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png b/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png index af7f4851300..e36540bbf98 100755 Binary files a/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png and b/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png differ diff --git a/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png b/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png index 14ebfd7eebd..2763b5021d4 100755 Binary files a/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png and b/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png differ diff --git a/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png b/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png index ceef7df61f2..693b8d18767 100755 Binary files a/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png and b/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png differ diff --git a/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png b/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png index cf3abc31efc..857314addeb 100755 Binary files a/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png and b/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png differ diff --git a/assets/css/jquery-ui/images/ui-icons_222222_256x240.png b/assets/css/jquery-ui/images/ui-icons_222222_256x240.png index f184400db5d..e61b7eefbd2 100644 Binary files a/assets/css/jquery-ui/images/ui-icons_222222_256x240.png and b/assets/css/jquery-ui/images/ui-icons_222222_256x240.png differ diff --git a/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.png b/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.png index 264b2213589..d578ae26ed9 100644 Binary files a/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.png and b/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.png differ diff --git a/assets/css/jquery-ui/images/ui-icons_454545_256x240.png b/assets/css/jquery-ui/images/ui-icons_454545_256x240.png index e6e41cd0781..d7ebd2397c7 100644 Binary files a/assets/css/jquery-ui/images/ui-icons_454545_256x240.png and b/assets/css/jquery-ui/images/ui-icons_454545_256x240.png differ diff --git a/assets/css/jquery-ui/images/ui-icons_888888_256x240.png b/assets/css/jquery-ui/images/ui-icons_888888_256x240.png index 2f1cf26a504..e1caba91938 100644 Binary files a/assets/css/jquery-ui/images/ui-icons_888888_256x240.png and b/assets/css/jquery-ui/images/ui-icons_888888_256x240.png differ diff --git a/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png b/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png index ed1b23a81c2..ab58528bf97 100644 Binary files a/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png and b/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png differ diff --git a/assets/css/photoswipe/default-skin/default-skin.svg b/assets/css/photoswipe/default-skin/default-skin.svg index 9d5f0c6a10a..ffc2bbb67b9 100644 --- a/assets/css/photoswipe/default-skin/default-skin.svg +++ b/assets/css/photoswipe/default-skin/default-skin.svg @@ -1 +1 @@ -default-skin 2 \ No newline at end of file + \ No newline at end of file diff --git a/assets/css/twenty-nineteen-rtl.css b/assets/css/twenty-nineteen-rtl.css new file mode 100644 index 00000000000..fe001cd7b43 --- /dev/null +++ b/assets/css/twenty-nineteen-rtl.css @@ -0,0 +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}a.button{display:inline-block;text-align:center;box-sizing:border-box;word-break:break-all;color:#fff;text-decoration:none!important}a.button:hover,a.button:visited{color:#fff}.woocommerce form .form-row .required{color:#b22222;text-decoration:none;visibility:hidden}.woocommerce form .form-row .required[title]{border:0!important}.woocommerce form .form-row .optional{visibility:visible}.woocommerce-breadcrumb{margin-bottom:3rem;font-size:.88889em;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.woocommerce-pagination{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:.88889em}.woocommerce-pagination ul.page-numbers{margin:0;padding:0;display:block;font-weight:700;letter-spacing:-.02em;line-height:1.2}.woocommerce-pagination .next.page-numbers,.woocommerce-pagination .prev.page-numbers,.woocommerce-pagination a.page-numbers,.woocommerce-pagination span.page-numbers{padding:0 calc(.5 * 1rem);display:inline-block}.onsale{position:absolute;top:0;right:0;display:inline-block;background:#0073aa;color:#fff;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:.71111em;font-weight:700;letter-spacing:-.02em;line-height:1.2;padding:.5rem;position:absolute;text-transform:uppercase;top:0;z-index:1}.price{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.price del{opacity:.5;display:inline-block}.price ins{display:inline-block}.woocommerce-error,.woocommerce-info,.woocommerce-message{margin-bottom:1.5rem;padding:1rem;background:#eee;font-size:.88889em;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;list-style:none;overflow:hidden}.woocommerce-message{background:#eee;color:#111}.woocommerce-error,.woocommerce-info{color:#fff}.woocommerce-error a,.woocommerce-info a{color:#fff}.woocommerce-error a:hover,.woocommerce-info a:hover{color:#fff}.woocommerce-error a.button,.woocommerce-info a.button{background:#111}.woocommerce-error{background:#b22222}.woocommerce-info{background:#0073aa}.woocommerce-store-notice{background:#0073aa;color:#fff;padding:1rem;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 table.shop_table td,.woocommerce table.shop_table th,.woocommerce-page table.shop_table td,.woocommerce-page table.shop_table th{word-break:normal}.woocommerce-products-header__title.page-title{font-size:1.6875em;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.woocommerce-result-count{margin:0;padding:.75rem 0}ul.products{margin:0;padding:0}ul.products li.product{list-style:none}ul.products li.product .woocommerce-loop-product__link{display:block}ul.products li.product .woocommerce-loop-product__title{margin:.8rem 0;font-size:.88889em}ul.products li.product .woocommerce-loop-product__title:before{content:none}ul.products li.product .price,ul.products li.product .star-rating,ul.products li.product .woocommerce-loop-product__title{color:#111}ul.products li.product .star-rating{margin-bottom:.8rem}ul.products li.product .price{margin-bottom:1.3rem}ul.products li.product .price,ul.products li.product .star-rating{display:block;font-size:.88889em}ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}ul.products li.product .button{vertical-align:middle}ul.products li.product .button.loading{opacity:.5}ul.products li.product .added_to_cart{margin-right:.5rem;font-size:.88889em;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.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}a.remove{display:inline-block;width:20px;height:20px;line-height:17px;font-size:20px;font-weight:700;text-align:center;border-radius:100%;text-decoration:none!important;background:#b22222;color:#fff}a.remove:hover{background:#000;color:#fff!important}.wc-item-meta,dl.variation{list-style:none outside}.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:.25rem;list-style:none outside}.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 .entry .entry-title{margin-top:0}.single-product .entry .entry-title:before{margin-top:0}.single-product .summary p.price{margin-bottom:2rem}.single-product .woocommerce-product-rating{margin-bottom:2rem;line-height:1}.single-product .woocommerce-product-rating .star-rating{float:right;margin-left:.25rem}.single-product form.cart .quantity{float:right;margin-left:.5rem}.single-product form.cart input{width:5em}.single-product .woocommerce-variation-add-to-cart .button{padding-top:.72rem;padding-bottom:.72rem}.single-product .woocommerce-variation-add-to-cart .button.disabled{opacity:.2}table.variations label{margin:0}table.variations select{margin-left:.5rem}.woocommerce-product-gallery{position:relative;margin-bottom:3rem}.woocommerce-product-gallery figure{margin:0;padding:0}.woocommerce-product-gallery .woocommerce-product-gallery__wrapper{margin:0;padding:0}.woocommerce-product-gallery .zoomImg{background-color:#fff;opacity:0}.woocommerce-product-gallery .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.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;cursor:pointer;float:right}.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;height:auto}.woocommerce-product-gallery--columns-3 .flex-control-thumbs li{width:33.3333%}.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:right}.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{width:25%}.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:right}.woocommerce-product-gallery--columns-5 .flex-control-thumbs li{width:20%}.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:right}.woocommerce-product-gallery__trigger{position:absolute;top:1rem;left:1rem;z-index:99}.woocommerce-tabs{margin:0 0 2rem}.woocommerce-tabs ul{margin:0 0 1.5rem;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.woocommerce-tabs ul li{margin-left:1rem}.woocommerce-tabs ul li a{color:#111;text-decoration:none;font-weight:700}.woocommerce-tabs ul li.active a{color:#0073aa;box-shadow:0 2px 0 #0073aa}.woocommerce-tabs .panel>*{margin-top:0!important}.woocommerce-tabs .panel h1:before,.woocommerce-tabs .panel h2:before{content:none}.woocommerce-tabs .panel h2:first-of-type{font-size: 1em;margin:0 0 1rem}.woocommerce-tabs #comments{padding-top:0}.woocommerce-tabs .comment-reply-title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:1em;font-weight:700;margin:0 0 .75rem;display:block}.woocommerce-tabs #reviews ol.commentlist{padding:0}.woocommerce-tabs #reviews li.comment,.woocommerce-tabs #reviews li.review{list-style:none;margin-left:0;margin-bottom:2.5rem}.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{margin-top:0}.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:hover a::before{content:'\e020'}.woocommerce-tabs #reviews p.stars.selected a.active::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'}.widget.woocommerce ul{padding-right:0}.widget.woocommerce ul li{list-style:none}.site-footer .widget .product_list_widget,.widget .product_list_widget{margin-bottom:1.5rem}.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:.5rem 0}.site-footer .widget .product_list_widget li a.remove,.widget .product_list_widget li a.remove{float:right;margin-top:7px;line-height:20px;color:#fff;margin-left:.5rem}.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 .5rem}.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:.25rem}.widget_price_filter .price_slider{margin-bottom:1rem}.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:.4rem 1rem}.widget_price_filter .ui-slider{position:relative;text-align:right;margin-right:.5rem;margin-left:.5rem}.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:.3rem}.widget_product_search form{position:relative}.widget_product_search .search-field{padding-left:100px}.widget_product_search input[type=submit]{position:absolute;top:.5rem;left:.5rem;padding-right:1rem;padding-left:1rem}.woocommerce-account .woocommerce-MyAccount-navigation{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;margin:0 0 2rem}.woocommerce-account .woocommerce-MyAccount-navigation ul{margin:0;padding:0}.woocommerce-account .woocommerce-MyAccount-navigation li{list-style:none;padding:.5rem 0;border-bottom:1px solid #ccc}.woocommerce-account .woocommerce-MyAccount-navigation li:first-child{padding-top:0}.woocommerce-account .woocommerce-MyAccount-navigation li a{box-shadow:none;text-decoration:none;font-weight:600}.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{color:#005177;text-decoration:underline}.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{text-decoration:underline}.woocommerce-account table.account-orders-table .button{margin:0 0 .35rem .35rem}.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 .product-remove{text-align:center}.woocommerce-cart-form .actions .input-text{width:200px!important;float:right;margin-left:.25rem}.woocommerce-cart-form .quantity input{width:4rem}.cart_totals td,.cart_totals th{vertical-align:top}.cart_totals th{padding-left:1rem}.cart_totals .woocommerce-shipping-destination{margin-bottom:0}.shipping-calculator-button{margin-top:.5rem;display:inline-block}.shipping-calculator-form{margin:1rem 0 0 0}#shipping_method{list-style:none;margin:0;padding:0}#shipping_method li{margin-bottom:.5rem}#shipping_method li input{float:right;margin-top:.17rem}#shipping_method li label{line-height:1.5rem}.checkout-button{display:block;padding:1rem 2rem;border:2px solid #000;text-align:center;font-weight:800}.checkout-button:hover{border-color:#999}.checkout-button:after{content:"→";margin-right:.5rem}#ship-to-different-address{font-size:1em;display:inline-block}#ship-to-different-address label{font-weight:300;cursor:pointer}#ship-to-different-address label span{position:relative;display:block;text-align:left;padding-left:45px}#ship-to-different-address label span:before{content:"";display:block;height:16px;width:30px;border:2px solid #bbb;background:#bbb;border-radius:13rem;box-sizing:content-box;-webkit-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:13rem;-webkit-transition:all ease-in-out .3s;transition:all ease-in-out .3s}#ship-to-different-address label input[type=checkbox]{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-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-terms-and-conditions{border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background:rgba(0,0,0,.05)}.woocommerce-terms-and-conditions-link{display:inline-block}.woocommerce-terms-and-conditions-link:after{content:"";display:inline-block;border-style:solid;margin-bottom:2px;margin-right:.25rem;border-width:6px 6px 0 6px;border-color:#111 transparent transparent transparent}.woocommerce-terms-and-conditions-link.woocommerce-terms-and-conditions-link--open:after{border-width:0 6px 6px 6px;border-color:transparent transparent #111 transparent}.woocommerce-checkout .woocommerce-input-wrapper .description{background:#4169e1;color:#fff;border-radius:3px;padding:1rem;margin:.5rem 0 0;clear:both;display:none;position:relative}.woocommerce-checkout .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce-checkout .woocommerce-input-wrapper .description:before{right:50%;top:0;margin-top:-4px;-webkit-transform:translatex(50%) rotate(-180deg);-ms-transform:translatex(50%) rotate(-180deg);transform:translatex(50%) rotate(-180deg);content:"";position:absolute;border-width:4px 6px 0 6px;border-style:solid;border-color:#4169e1 transparent transparent transparent;z-index:100;display:block}.woocommerce-checkout .select2-choice,.woocommerce-checkout .select2-choice:hover{box-shadow:none!important}.woocommerce-checkout .select2-choice{padding:.7rem .7rem .7rem 0}.woocommerce-checkout .select2-container .select2-selection--single{height:48px}.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered{line-height:48px}.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{height:46px}.woocommerce-checkout .select2-container--focus .select2-selection{border-color:#000}.woocommerce-checkout-review-order-table td{padding:1rem .5rem}.woocommerce-checkout-review-order-table dl.variation{margin:0}.woocommerce-checkout-review-order-table dl.variation p{margin:0}.woocommerce-checkout-review-order ul{margin:2rem 0 1rem;padding-right:0}.wc_payment_method{list-style:none}.wc_payment_method .payment_box{padding:1rem;background:#eee}.wc_payment_method .payment_box ol:last-of-type,.wc_payment_method .payment_box ul:last-of-type{margin-bottom:0}.wc_payment_method .payment_box fieldset{padding:1.5rem;padding-bottom:0;border:0;background:#f6f6f6}.wc_payment_method .payment_box li{list-style:none}.wc_payment_method .payment_box p:first-child{margin-top:0}.wc_payment_method .payment_box p:last-child{margin-bottom:0}.wc_payment_method>label:first-of-type{display:block;margin:1rem 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.input-radio[name=payment_method]{display:none}.wc_payment_method input.input-radio[name=payment_method]+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:.5rem;border-radius:100%;-webkit-transform:translateY(2px);-ms-transform:translateY(2px);transform:translateY(2px)}.wc_payment_method input.input-radio[name=payment_method]:checked+label:before{background:#000}.woocommerce-order-overview{margin-bottom:2rem}.woocommerce-table--order-details{margin-bottom:2rem}.woocommerce .content-area .site-main{margin:calc(2 * 1rem) 1rem}@media only screen and (max-width:768px){.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{margin:0 0 1.5rem}.woocommerce table.shop_table_responsive tr:first-child,.woocommerce-page table.shop_table_responsive tr:first-child{border-top:1px solid}.woocommerce table.shop_table_responsive tr:last-child,.woocommerce-page table.shop_table_responsive tr:last-child{margin-bottom:0}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{border-bottom-width:0}.woocommerce table.shop_table_responsive tr td:last-child,.woocommerce-page table.shop_table_responsive tr td:last-child{border-bottom-width:1px}}@media only screen and (min-width:768px){.woocommerce table.shop_table tbody tr,.woocommerce-page table.shop_table tbody tr{font-size:.88889em}.woocommerce-products-header__title.page-title{font-size:2.25em}.woocommerce-pagination .next.page-numbers,.woocommerce-pagination .prev.page-numbers,.woocommerce-pagination a.page-numbers,.woocommerce-pagination span.page-numbers{padding:1rem}.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%;margin-bottom:1.5rem}.woocommerce-account .woocommerce-MyAccount-navigation li{display:inline-block;margin:0 0 0 1rem;padding:0;border-bottom:0}.woocommerce-account .woocommerce-MyAccount-navigation li:last-child{margin-left:0}.woocommerce-account .woocommerce-MyAccount-content{float:none;width:100%}#ship-to-different-address{display:block}.woocommerce .content-area{margin:0 calc(10% + 60px)}.woocommerce .content-area .site-main{margin:0;max-width:calc(8 * (100vw / 12) - 28px)}.single-product .entry .entry-content,.single-product .entry .entry-summary{max-width:none;margin:0 0 3rem;padding:0}.single-product .entry .entry-content>*,.single-product .entry .entry-summary>*{max-width:none}}@media only screen and (min-width:1168px){.woocommerce .content-area .site-main{max-width:calc(6 * (100vw / 12) - 28px)}} \ No newline at end of file diff --git a/assets/css/twenty-nineteen.css b/assets/css/twenty-nineteen.css new file mode 100644 index 00000000000..379360f419c --- /dev/null +++ b/assets/css/twenty-nineteen.css @@ -0,0 +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}a.button{display:inline-block;text-align:center;box-sizing:border-box;word-break:break-all;color:#fff;text-decoration:none!important}a.button:hover,a.button:visited{color:#fff}.woocommerce form .form-row .required{color:#b22222;text-decoration:none;visibility:hidden}.woocommerce form .form-row .required[title]{border:0!important}.woocommerce form .form-row .optional{visibility:visible}.woocommerce-breadcrumb{margin-bottom:3rem;font-size:.88889em;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.woocommerce-pagination{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:.88889em}.woocommerce-pagination ul.page-numbers{margin:0;padding:0;display:block;font-weight:700;letter-spacing:-.02em;line-height:1.2}.woocommerce-pagination .next.page-numbers,.woocommerce-pagination .prev.page-numbers,.woocommerce-pagination a.page-numbers,.woocommerce-pagination span.page-numbers{padding:0 calc(.5 * 1rem);display:inline-block}.onsale{position:absolute;top:0;left:0;display:inline-block;background:#0073aa;color:#fff;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:.71111em;font-weight:700;letter-spacing:-.02em;line-height:1.2;padding:.5rem;position:absolute;text-transform:uppercase;top:0;z-index:1}.price{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.price del{opacity:.5;display:inline-block}.price ins{display:inline-block}.woocommerce-error,.woocommerce-info,.woocommerce-message{margin-bottom:1.5rem;padding:1rem;background:#eee;font-size:.88889em;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;list-style:none;overflow:hidden}.woocommerce-message{background:#eee;color:#111}.woocommerce-error,.woocommerce-info{color:#fff}.woocommerce-error a,.woocommerce-info a{color:#fff}.woocommerce-error a:hover,.woocommerce-info a:hover{color:#fff}.woocommerce-error a.button,.woocommerce-info a.button{background:#111}.woocommerce-error{background:#b22222}.woocommerce-info{background:#0073aa}.woocommerce-store-notice{background:#0073aa;color:#fff;padding:1rem;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 table.shop_table td,.woocommerce table.shop_table th,.woocommerce-page table.shop_table td,.woocommerce-page table.shop_table th{word-break:normal}.woocommerce-products-header__title.page-title{font-size:1.6875em;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.woocommerce-result-count{margin:0;padding:.75rem 0}ul.products{margin:0;padding:0}ul.products li.product{list-style:none}ul.products li.product .woocommerce-loop-product__link{display:block}ul.products li.product .woocommerce-loop-product__title{margin:.8rem 0;font-size:.88889em}ul.products li.product .woocommerce-loop-product__title:before{content:none}ul.products li.product .price,ul.products li.product .star-rating,ul.products li.product .woocommerce-loop-product__title{color:#111}ul.products li.product .star-rating{margin-bottom:.8rem}ul.products li.product .price{margin-bottom:1.3rem}ul.products li.product .price,ul.products li.product .star-rating{display:block;font-size:.88889em}ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}ul.products li.product .button{vertical-align:middle}ul.products li.product .button.loading{opacity:.5}ul.products li.product .added_to_cart{margin-left:.5rem;font-size:.88889em;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.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}a.remove{display:inline-block;width:20px;height:20px;line-height:17px;font-size:20px;font-weight:700;text-align:center;border-radius:100%;text-decoration:none!important;background:#b22222;color:#fff}a.remove:hover{background:#000;color:#fff!important}.wc-item-meta,dl.variation{list-style:none outside}.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:.25rem;list-style:none outside}.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 .entry .entry-title{margin-top:0}.single-product .entry .entry-title:before{margin-top:0}.single-product .summary p.price{margin-bottom:2rem}.single-product .woocommerce-product-rating{margin-bottom:2rem;line-height:1}.single-product .woocommerce-product-rating .star-rating{float:left;margin-right:.25rem}.single-product form.cart .quantity{float:left;margin-right:.5rem}.single-product form.cart input{width:5em}.single-product .woocommerce-variation-add-to-cart .button{padding-top:.72rem;padding-bottom:.72rem}.single-product .woocommerce-variation-add-to-cart .button.disabled{opacity:.2}table.variations label{margin:0}table.variations select{margin-right:.5rem}.woocommerce-product-gallery{position:relative;margin-bottom:3rem}.woocommerce-product-gallery figure{margin:0;padding:0}.woocommerce-product-gallery .woocommerce-product-gallery__wrapper{margin:0;padding:0}.woocommerce-product-gallery .zoomImg{background-color:#fff;opacity:0}.woocommerce-product-gallery .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.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;cursor:pointer;float:left}.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;height:auto}.woocommerce-product-gallery--columns-3 .flex-control-thumbs li{width:33.3333%}.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{width:25%}.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.woocommerce-product-gallery--columns-5 .flex-control-thumbs li{width:20%}.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce-product-gallery__trigger{position:absolute;top:1rem;right:1rem;z-index:99}.woocommerce-tabs{margin:0 0 2rem}.woocommerce-tabs ul{margin:0 0 1.5rem;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.woocommerce-tabs ul li{margin-right:1rem}.woocommerce-tabs ul li a{color:#111;text-decoration:none;font-weight:700}.woocommerce-tabs ul li.active a{color:#0073aa;box-shadow:0 2px 0 #0073aa}.woocommerce-tabs .panel>*{margin-top:0!important}.woocommerce-tabs .panel h1:before,.woocommerce-tabs .panel h2:before{content:none}.woocommerce-tabs .panel h2:first-of-type{font-size: 1em;margin:0 0 1rem}.woocommerce-tabs #comments{padding-top:0}.woocommerce-tabs .comment-reply-title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:1em;font-weight:700;margin:0 0 .75rem;display:block}.woocommerce-tabs #reviews ol.commentlist{padding:0}.woocommerce-tabs #reviews li.comment,.woocommerce-tabs #reviews li.review{list-style:none;margin-right:0;margin-bottom:2.5rem}.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{margin-top:0}.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:hover a::before{content:'\e020'}.woocommerce-tabs #reviews p.stars.selected a.active::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'}.widget.woocommerce ul{padding-left:0}.widget.woocommerce ul li{list-style:none}.site-footer .widget .product_list_widget,.widget .product_list_widget{margin-bottom:1.5rem}.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:.5rem 0}.site-footer .widget .product_list_widget li a.remove,.widget .product_list_widget li a.remove{float:left;margin-top:7px;line-height:20px;color:#fff;margin-right:.5rem}.site-footer .widget .product_list_widget img,.widget .product_list_widget img{display:none}.widget_shopping_cart .buttons a{display:inline-block;margin:0 .5rem 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:.25rem}.widget_price_filter .price_slider{margin-bottom:1rem}.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:.4rem 1rem}.widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5rem;margin-right:.5rem}.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:.3rem}.widget_product_search form{position:relative}.widget_product_search .search-field{padding-right:100px}.widget_product_search input[type=submit]{position:absolute;top:.5rem;right:.5rem;padding-left:1rem;padding-right:1rem}.woocommerce-account .woocommerce-MyAccount-navigation{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;margin:0 0 2rem}.woocommerce-account .woocommerce-MyAccount-navigation ul{margin:0;padding:0}.woocommerce-account .woocommerce-MyAccount-navigation li{list-style:none;padding:.5rem 0;border-bottom:1px solid #ccc}.woocommerce-account .woocommerce-MyAccount-navigation li:first-child{padding-top:0}.woocommerce-account .woocommerce-MyAccount-navigation li a{box-shadow:none;text-decoration:none;font-weight:600}.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{color:#005177;text-decoration:underline}.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{text-decoration:underline}.woocommerce-account table.account-orders-table .button{margin:0 .35rem .35rem 0}.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 .product-remove{text-align:center}.woocommerce-cart-form .actions .input-text{width:200px!important;float:left;margin-right:.25rem}.woocommerce-cart-form .quantity input{width:4rem}.cart_totals td,.cart_totals th{vertical-align:top}.cart_totals th{padding-right:1rem}.cart_totals .woocommerce-shipping-destination{margin-bottom:0}.shipping-calculator-button{margin-top:.5rem;display:inline-block}.shipping-calculator-form{margin:1rem 0 0 0}#shipping_method{list-style:none;margin:0;padding:0}#shipping_method li{margin-bottom:.5rem}#shipping_method li input{float:left;margin-top:.17rem}#shipping_method li label{line-height:1.5rem}.checkout-button{display:block;padding:1rem 2rem;border:2px solid #000;text-align:center;font-weight:800}.checkout-button:hover{border-color:#999}.checkout-button:after{content:"→";margin-left:.5rem}#ship-to-different-address{font-size:1em;display:inline-block}#ship-to-different-address label{font-weight:300;cursor:pointer}#ship-to-different-address label span{position:relative;display:block;text-align:right;padding-right:45px}#ship-to-different-address label span:before{content:"";display:block;height:16px;width:30px;border:2px solid #bbb;background:#bbb;border-radius:13rem;box-sizing:content-box;-webkit-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:13rem;-webkit-transition:all ease-in-out .3s;transition:all ease-in-out .3s}#ship-to-different-address label input[type=checkbox]{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-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-terms-and-conditions{border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background:rgba(0,0,0,.05)}.woocommerce-terms-and-conditions-link{display:inline-block}.woocommerce-terms-and-conditions-link:after{content:"";display:inline-block;border-style:solid;margin-bottom:2px;margin-left:.25rem;border-width:6px 6px 0 6px;border-color:#111 transparent transparent transparent}.woocommerce-terms-and-conditions-link.woocommerce-terms-and-conditions-link--open:after{border-width:0 6px 6px 6px;border-color:transparent transparent #111 transparent}.woocommerce-checkout .woocommerce-input-wrapper .description{background:#4169e1;color:#fff;border-radius:3px;padding:1rem;margin:.5rem 0 0;clear:both;display:none;position:relative}.woocommerce-checkout .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce-checkout .woocommerce-input-wrapper .description:before{left:50%;top:0;margin-top:-4px;-webkit-transform:translatex(-50%) rotate(180deg);-ms-transform:translatex(-50%) rotate(180deg);transform:translatex(-50%) rotate(180deg);content:"";position:absolute;border-width:4px 6px 0 6px;border-style:solid;border-color:#4169e1 transparent transparent transparent;z-index:100;display:block}.woocommerce-checkout .select2-choice,.woocommerce-checkout .select2-choice:hover{box-shadow:none!important}.woocommerce-checkout .select2-choice{padding:.7rem 0 .7rem .7rem}.woocommerce-checkout .select2-container .select2-selection--single{height:48px}.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered{line-height:48px}.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{height:46px}.woocommerce-checkout .select2-container--focus .select2-selection{border-color:#000}.woocommerce-checkout-review-order-table td{padding:1rem .5rem}.woocommerce-checkout-review-order-table dl.variation{margin:0}.woocommerce-checkout-review-order-table dl.variation p{margin:0}.woocommerce-checkout-review-order ul{margin:2rem 0 1rem;padding-left:0}.wc_payment_method{list-style:none}.wc_payment_method .payment_box{padding:1rem;background:#eee}.wc_payment_method .payment_box ol:last-of-type,.wc_payment_method .payment_box ul:last-of-type{margin-bottom:0}.wc_payment_method .payment_box fieldset{padding:1.5rem;padding-bottom:0;border:0;background:#f6f6f6}.wc_payment_method .payment_box li{list-style:none}.wc_payment_method .payment_box p:first-child{margin-top:0}.wc_payment_method .payment_box p:last-child{margin-bottom:0}.wc_payment_method>label:first-of-type{display:block;margin:1rem 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.input-radio[name=payment_method]{display:none}.wc_payment_method input.input-radio[name=payment_method]+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:.5rem;border-radius:100%;-webkit-transform:translateY(2px);-ms-transform:translateY(2px);transform:translateY(2px)}.wc_payment_method input.input-radio[name=payment_method]:checked+label:before{background:#000}.woocommerce-order-overview{margin-bottom:2rem}.woocommerce-table--order-details{margin-bottom:2rem}.woocommerce .content-area .site-main{margin:calc(2 * 1rem) 1rem}@media only screen and (max-width:768px){.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{margin:0 0 1.5rem}.woocommerce table.shop_table_responsive tr:first-child,.woocommerce-page table.shop_table_responsive tr:first-child{border-top:1px solid}.woocommerce table.shop_table_responsive tr:last-child,.woocommerce-page table.shop_table_responsive tr:last-child{margin-bottom:0}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{border-bottom-width:0}.woocommerce table.shop_table_responsive tr td:last-child,.woocommerce-page table.shop_table_responsive tr td:last-child{border-bottom-width:1px}}@media only screen and (min-width:768px){.woocommerce table.shop_table tbody tr,.woocommerce-page table.shop_table tbody tr{font-size:.88889em}.woocommerce-products-header__title.page-title{font-size:2.25em}.woocommerce-pagination .next.page-numbers,.woocommerce-pagination .prev.page-numbers,.woocommerce-pagination a.page-numbers,.woocommerce-pagination span.page-numbers{padding:1rem}.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%;margin-bottom:1.5rem}.woocommerce-account .woocommerce-MyAccount-navigation li{display:inline-block;margin:0 1rem 0 0;padding:0;border-bottom:0}.woocommerce-account .woocommerce-MyAccount-navigation li:last-child{margin-right:0}.woocommerce-account .woocommerce-MyAccount-content{float:none;width:100%}#ship-to-different-address{display:block}.woocommerce .content-area{margin:0 calc(10% + 60px)}.woocommerce .content-area .site-main{margin:0;max-width:calc(8 * (100vw / 12) - 28px)}.single-product .entry .entry-content,.single-product .entry .entry-summary{max-width:none;margin:0 0 3rem;padding:0}.single-product .entry .entry-content>*,.single-product .entry .entry-summary>*{max-width:none}}@media only screen and (min-width:1168px){.woocommerce .content-area .site-main{max-width:calc(6 * (100vw / 12) - 28px)}} \ No newline at end of file diff --git a/assets/css/twenty-nineteen.scss b/assets/css/twenty-nineteen.scss new file mode 100644 index 00000000000..ad244322002 --- /dev/null +++ b/assets/css/twenty-nineteen.scss @@ -0,0 +1,1374 @@ +@import 'mixins'; + +/** + * Sass variables + */ + +$headings: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif; +$body: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif; + +$body-color: #111; +$highlights-color: #0073aa; + +/** + * Fonts + */ + @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: normal; + 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: normal; + font-style: normal; +} + +/** + * Global elements + */ +a.button { + display: inline-block; + text-align: center; + box-sizing: border-box; + word-break: break-all; + color: #fff; + text-decoration: none !important; + + &:hover, + &:visited { + color: #fff; + } +} + +.woocommerce { + form .form-row { + .required { + color: firebrick; + text-decoration: none; + visibility: hidden; // Only show optional by default. + + &[title] { + border: 0 !important; + } + } + + .optional { + visibility: visible; + } + } +} + +.woocommerce-breadcrumb { + margin-bottom: 3rem; + font-size: 0.88889em; + font-family: $headings; +} + +.woocommerce-pagination { + font-family: $headings; + font-size: 0.88889em; + + ul.page-numbers { + margin: 0; + padding: 0; + display: block; + font-weight: 700; + letter-spacing: -0.02em; + line-height: 1.2; + } + + span.page-numbers, + a.page-numbers, + .next.page-numbers, + .prev.page-numbers { + padding: 0 calc(.5 * 1rem); + display: inline-block; + } +} + +.onsale { + position: absolute; + top: 0; + left: 0; + display: inline-block; + background: $highlights-color; + color: #fff; + display: inline-block; + font-family: $headings; + font-size: 0.71111em; + font-weight: 700; + letter-spacing: -0.02em; + line-height: 1.2; + padding: 0.5rem; + position: absolute; + text-transform: uppercase; + top: 0; + z-index: 1; +} + +.price { + font-family: $headings; + + del { + opacity: 0.5; + display: inline-block; + } + ins { + display: inline-block; + } +} + +.woocommerce-message, +.woocommerce-error, +.woocommerce-info { + margin-bottom: 1.5rem; + padding: 1rem; + background: #eee; + font-size: 0.88889em; + font-family: $headings; + list-style: none; + overflow: hidden; +} + +.woocommerce-message { + background: #eee; + color: $body-color; +} + +.woocommerce-error, +.woocommerce-info { + color: #fff; + + a { + color: #fff; + + &:hover { + color: #fff; + } + + &.button { + background: #111; + } + } +} + +.woocommerce-error { + background: firebrick; +} + +.woocommerce-info { + background: $highlights-color; +} + +.woocommerce-store-notice { + background: $highlights-color; + color: #fff; + padding: 1rem; + 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; + + &:hover { + text-decoration: underline; + color: #fff; + } +} + +/** +* Tables +*/ +.woocommerce, +.woocommerce-page { + table.shop_table { + td, th { + word-break: normal; + } + } +} + +/** + * Shop page + */ +.woocommerce-products-header__title.page-title { + font-size: 1.6875em; + font-weight: 700; + font-family: $headings; +} + +.woocommerce-result-count { + margin: 0; + padding: 0.75rem 0; +} + +/** + * Products + */ +ul.products { + margin: 0; + padding: 0; + + li.product { + list-style: none; + + .woocommerce-loop-product__link { + display: block; + } + + .woocommerce-loop-product__title { + margin: 0.8rem 0; + font-size: 0.88889em; + + &:before { + content: none; + } + } + + .woocommerce-loop-product__title, + .price, + .star-rating { + color: $body-color; + } + + .star-rating { + margin-bottom: 0.8rem; + } + + .price { + margin-bottom: 1.3rem; + } + + .price, + .star-rating { + display: block; + font-size: 0.88889em; + } + + .woocommerce-placeholder { + border: 1px solid #F2F2F2; + } + + .button { + vertical-align: middle; + + &.loading { + opacity: 0.5; + } + } + + .added_to_cart { + margin-left: 0.5rem; + font-size: 0.88889em; + font-family: $headings; + } + } +} + +.star-rating { + overflow: hidden; + position: relative; + height: 1em; + line-height: 1; + font-size: 1em; + width: 5.4em; + font-family: 'star'; + + &::before { + content: '\73\73\73\73\73'; + float: left; + top: 0; + left: 0; + position: absolute; + } + + span { + overflow: hidden; + float: left; + top: 0; + left: 0; + position: absolute; + padding-top: 1.5em; + } + + span::before { + content: '\53\53\53\53\53'; + top: 0; + position: absolute; + left: 0; + } +} + +a.remove { + display: inline-block; + width: 20px; + height: 20px; + line-height: 17px; + font-size: 20px; + font-weight: 700; + text-align: center; + border-radius: 100%; + text-decoration: none !important; + background: firebrick; + color: #fff; + + &:hover { + background: #000; + color: #fff !important; + } +} + +dl.variation, .wc-item-meta { + list-style: none outside; + + dt, .wc-item-meta-label { + float: left; + clear: both; + margin-right: 0.25rem; + list-style: none outside; + } + + dd { + margin: 0; + } + + p, + &:last-child { + margin-bottom: 0; + } +} + +/** + * Single product + */ +.single-product { + div.product { + position: relative; + } + + .single-featured-image-header { + display: none; + } + + .entry { + .entry-title { + margin-top: 0; + + &:before { + margin-top: 0; + } + } + } + + .summary { + p.price { + margin-bottom: 2rem; + } + } + + .woocommerce-product-rating { + margin-bottom: 2rem; + line-height: 1; + + .star-rating { + float: left; + margin-right: 0.25rem; + } + } + + form.cart { + .quantity { + float: left; + margin-right: 0.5rem; + } + + input { + width: 5em; + } + } + + .woocommerce-variation-add-to-cart { + .button { + padding-top: 0.72rem; + padding-bottom: 0.72rem; + } + + .button.disabled { + opacity: 0.2; + } + } +} + +table.variations { + label { + margin: 0; + } + + select { + margin-right: 0.5rem; + } +} + +.woocommerce-product-gallery { + position: relative; + margin-bottom: 3rem; + + figure { + margin: 0; + padding: 0; + } + + .woocommerce-product-gallery__wrapper { + margin: 0; + padding: 0; + } + + .zoomImg { + background-color: #fff; + opacity: 0; + } + + .woocommerce-product-gallery__image--placeholder { + border: 1px solid #F2F2F2; + } + + .woocommerce-product-gallery__image:nth-child(n+2) { + width: 25%; + display: inline-block; + } + + .flex-control-thumbs { + li { + list-style: none; + cursor: pointer; + float: left; + } + + img { + opacity: 0.5; + + &:hover, + &.flex-active { + opacity: 1; + } + } + } + + img { + display: block; + height: auto; + } +} + +.woocommerce-product-gallery--columns-3 { + .flex-control-thumbs li { + width: 33.3333%; + } + + .flex-control-thumbs li:nth-child(3n+1) { + clear: left; + } +} + +.woocommerce-product-gallery--columns-4 { + .flex-control-thumbs li { + width: 25%; + } + + .flex-control-thumbs li:nth-child(4n+1) { + clear: left; + } +} + +.woocommerce-product-gallery--columns-5 { + .flex-control-thumbs li { + width: 20%; + } + + .flex-control-thumbs li:nth-child(5n+1) { + clear: left; + } +} + +.woocommerce-product-gallery__trigger { + position: absolute; + top: 1rem; + right: 1rem; + z-index: 99; +} + +.woocommerce-tabs { + margin: 0 0 2rem; + + ul { + margin: 0 0 1.5rem; + padding: 0; + font-family: $headings; + + li { + margin-right: 1rem; + + a { + color: $body-color; + text-decoration: none; + font-weight: 700; + } + + &.active { + a { + color: $highlights-color; + box-shadow: 0 2px 0 $highlights-color; + } + } + } + } + + .panel { + > * { + margin-top: 0 !important; + } + + h1, + h2 { + &:before { + content: none; + } + } + + h2:first-of-type { + font-size: 1em; + margin: 0 0 1rem; + } + } + + #comments { + padding-top: 0; + } + + .comment-reply-title { + font-family: $headings; + font-size: 1em; + font-weight: bold; + margin: 0 0 0.75rem; + display: block; + } + + #reviews { + ol.commentlist { + padding: 0; + } + + li.review, + li.comment { + list-style: none; + margin-right: 0; + margin-bottom: 2.5rem; + + .avatar { + max-height: 36px; + width: auto; + float: right; + } + + p.meta { + margin-bottom: 0.5em; + } + } + + p.stars { + margin-top: 0; + + a { + position: relative; + height: 1em; + width: 1em; + text-indent: -999em; + display: inline-block; + text-decoration: none; + box-shadow: none; + + &::before { + display: block; + position: absolute; + top: 0; + left: 0; + width: 1em; + height: 1em; + line-height: 1; + font-family: 'WooCommerce'; + content: '\e021'; + text-indent: 0; + } + + &:hover { + ~ a::before { + content: '\e021'; + } + } + } + + &:hover { + a { + &::before { + content: '\e020'; + } + } + } + + &.selected { + a.active { + &::before { + content: '\e020'; + } + + ~ a::before { + content: '\e021'; + } + } + + a:not( .active ) { + &::before { + content: '\e020'; + } + } + } + } + } +} + +/** + * Widgets + */ +.widget.woocommerce { + ul { + padding-left: 0; + + li { + list-style: none; + } + } +} + +.widget .product_list_widget, +.site-footer .widget .product_list_widget { + margin-bottom: 1.5rem; + + a { + display: block; + box-shadow: none; + + &:hover { + box-shadow: none; + } + } + + li { + padding: 0.5rem 0; + + a.remove { + float: left; + margin-top: 7px; + line-height: 20px; + color: #fff; + margin-right: .5rem; + } + } + + img { + display: none; + } +} + +.widget_shopping_cart { + .buttons { + a { + display: inline-block; + margin: 0 0.5rem 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 black; + margin-right: 0.25rem; + } + } +} + +.widget_price_filter { + .price_slider { + margin-bottom: 1rem; + } + + .price_slider_amount { + text-align: right; + line-height: 2.4; + font-size: 0.8751em; + + .button { + float: left; + padding: 0.4rem 1rem; + } + } + + .ui-slider { + position: relative; + text-align: left; + margin-left: 0.5rem; + margin-right: 0.5rem; + } + + .ui-slider .ui-slider-handle { + position: absolute; + z-index: 2; + width: 1em; + height: 1em; + background-color: #000; + border-radius: 1em; + cursor: ew-resize; + outline: none; + top: -0.3em; + margin-left: -0.5em; + } + + .ui-slider .ui-slider-range { + position: absolute; + z-index: 1; + font-size: 0.7em; + display: block; + border: 0; + border-radius: 1em; + background-color: #000; + } + + .price_slider_wrapper .ui-widget-content { + border-radius: 1em; + background-color: #666; + border: 0; + } + + .ui-slider-horizontal { + height: 0.5em; + } + + .ui-slider-horizontal .ui-slider-range { + top: 0; + height: 100%; + } + + .ui-slider-horizontal .ui-slider-range-min { + left: -1px; + } + + .ui-slider-horizontal .ui-slider-range-max { + right: -1px; + } + } + +.widget_rating_filter { + li { + text-align: right; + + .star-rating { + float: left; + margin-top: 0.3rem; + } + } +} + +.widget_product_search { + form { + position: relative; + } + + .search-field { + padding-right: 100px; + } + + input[type=submit] { + position: absolute; + top: 0.5rem; + right: 0.5rem; + padding-left: 1rem; + padding-right: 1rem; + } +} + +/** + * Account section + */ + .woocommerce-account { + .woocommerce-MyAccount-navigation { + font-family: $headings; + margin: 0 0 2rem; + + ul { + margin: 0; + padding: 0; + } + + li { + list-style: none; + padding: 0.5rem 0; + border-bottom: 1px solid #ccc; + + &:first-child { + padding-top: 0; + } + + a { + box-shadow: none; + text-decoration: none; + font-weight: 600; + + &:hover { + color: #005177; + text-decoration: underline; + } + } + + &.is-active { + a { + text-decoration: underline; + } + } + } + } + + table.account-orders-table { + .button { + margin: 0 .35rem .35rem 0; + } + } +} + +/** + * Cart + */ + .woocommerce-cart-form { + img { + max-width: 42px; + height: auto; + display: block; + } + + dl.variation { + margin-top: 0; + + p, + &:last-child { + margin-bottom: 0; + } + } + + .product-remove { + text-align: center; + } + + .actions { + .input-text { + width: 200px !important; + float: left; + margin-right: 0.25rem; + } + } + + .quantity { + input { + width: 4rem; + } + } +} + +.cart_totals { + th, td { + vertical-align: top; + } + + th { + padding-right: 1rem; + } + + .woocommerce-shipping-destination { + margin-bottom: 0; + } +} + +.shipping-calculator-button { + margin-top: 0.5rem; + display: inline-block; +} + +.shipping-calculator-form { + margin: 1rem 0 0 0; +} + +#shipping_method { + list-style: none; + margin: 0; + padding: 0; + + li { + margin-bottom: 0.5rem; + + input { + float: left; + margin-top: 0.17rem; + } + + label { + line-height: 1.5rem; + } + } +} + +.checkout-button { + display: block; + padding: 1rem 2rem; + border: 2px solid #000; + text-align: center; + font-weight: 800; + + &:hover { + border-color: #999; + } + + &:after { + content: "→"; + margin-left: .5rem; + } +} + +/** + * Checkout + */ + #ship-to-different-address { + font-size: 1em; + display: inline-block; + + label { + font-weight: 300; + cursor: pointer; + + span { + position: relative; + display: block; + text-align: right; + padding-right: 45px; + + &:before { + content: ""; + display: block; + height: 16px; + width: 30px; + border: 2px solid #bbb; + background: #bbb; + border-radius: 13rem; + box-sizing: content-box; + transition: all ease-in-out 0.3s; + position: absolute; + top: 4px; + right: 0; + } + + &:after { + content: ""; + display: block; + width: 14px; + height: 14px; + background: white; + position: absolute; + top: 7px; + right: 17px; + border-radius: 13rem; + transition: all ease-in-out 0.3s; + } + } + + input[type=checkbox] { + display: none; + } + + input[type=checkbox]:checked + span:after { + right: 3px; + } + + input[type=checkbox]:checked + span:before { + border-color: #000; + background: #000; + } + } +} + +.woocommerce-no-js { + form.woocommerce-form-login, + form.woocommerce-form-coupon { + display: block !important; + } + .woocommerce-form-login-toggle, + .woocommerce-form-coupon-toggle, + .showcoupon { + display: none !important; + } +} + +.woocommerce-terms-and-conditions { + border: 1px solid rgba(0,0,0,.2); + box-shadow: inset 0 1px 2px rgba(0,0,0,.1); + background: rgba(0,0,0,.05); +} + +.woocommerce-terms-and-conditions-link { + display: inline-block; + + &:after { + content: ""; + display: inline-block; + border-style: solid; + margin-bottom: 2px; + margin-left: 0.25rem; + border-width: 6px 6px 0 6px; + border-color: $body-color transparent transparent transparent; + } + &.woocommerce-terms-and-conditions-link--open:after { + border-width: 0 6px 6px 6px; + border-color: transparent transparent $body-color transparent; + } +} + +.woocommerce-checkout { + .woocommerce-input-wrapper { + .description { + background: royalblue; + color: #fff; + border-radius: 3px; + padding: 1rem; + margin: 0.5rem 0 0; + clear: both; + display: none; + position: relative; + + a { + color: #fff; + text-decoration: underline; + border: 0; + box-shadow: none; + } + + &:before { + left: 50%; + top: 0%; + margin-top: -4px; + transform: translatex(-50%) rotate(180deg); + content: ""; + position: absolute; + border-width: 4px 6px 0 6px; + border-style: solid; + border-color: royalblue transparent transparent transparent; + z-index: 100; + display: block; + } + } + } + + .select2-choice, + .select2-choice:hover { + box-shadow: none !important; + } + .select2-choice { + padding: 0.7rem 0 0.7rem 0.7rem; + } + .select2-container .select2-selection--single { + height: 48px; + } + .select2-container .select2-selection--single .select2-selection__rendered { + line-height: 48px; + } + .select2-container--default .select2-selection--single .select2-selection__arrow { + height: 46px; + } + .select2-container--focus .select2-selection { + border-color: black; + } +} + +.woocommerce-checkout-review-order-table { + td { + padding: 1rem 0.5rem; + } + + dl.variation { + margin: 0; + + p { + margin: 0; + } + } +} + +.woocommerce-checkout-review-order { + ul { + margin: 2rem 0 1rem; + padding-left: 0; + } +} + +.wc_payment_method { + list-style: none; + + .payment_box { + padding: 1rem; + background: #eee; + + ul, + ol { + &:last-of-type { + margin-bottom: 0; + } + } + + fieldset { + padding: 1.5rem; + padding-bottom: 0; + border: 0; + background: #f6f6f6; + } + + li { + list-style: none; + } + + p { + &:first-child { + margin-top: 0; + } + + &:last-child { + margin-bottom: 0; + } + } + } + + > label:first-of-type { + display: block; + margin: 1rem 0; + + img { + max-height: 24px; + max-width: 200px; + float: right; + } + } + + label { + cursor: pointer; + } + + input.input-radio[name=payment_method] { + display: none; + + & + label { + &:before { + content: ""; + display: inline-block; + width: 16px; + height: 16px; + border: 2px solid white; + box-shadow: 0 0 0 2px black; + background: white; + margin-left: 4px; + margin-right: 0.5rem; + border-radius: 100%; + transform: translateY(2px); + } + } + + &:checked + label { + &:before { + background: black; + } + } + } +} + +.woocommerce-order-overview { + margin-bottom: 2rem; +} + +.woocommerce-table--order-details { + margin-bottom: 2rem; +} + +/** + * Layout stuff + */ + .woocommerce { + .content-area { + .site-main { + margin: calc(2 * 1rem) 1rem; + } + } +} + +@media only screen and (max-width: 768px) { + .woocommerce, + .woocommerce-page { + table.shop_table_responsive { + tr { + margin: 0 0 1.5rem; + + &:first-child { + border-top: 1px solid; + } + + &:last-child { + margin-bottom: 0; + } + + td { + border-bottom-width: 0; + + &:last-child { + border-bottom-width: 1px; + } + } + } + } + } +} + +@media only screen and (min-width: 768px) { + /** + * Tables + */ + .woocommerce, + .woocommerce-page { + table.shop_table { + tbody { + tr { + font-size: 0.88889em; + } + } + } + } + + /** + * Shop page + */ + .woocommerce-products-header__title.page-title { + font-size: 2.25em; + } + + .woocommerce-pagination { + span.page-numbers, + a.page-numbers, + .next.page-numbers, + .prev.page-numbers { + padding: 1rem; + } + } + + /** + * Account section + */ + .woocommerce-account { + .woocommerce-MyAccount-navigation { + float: none; + width: 100%; + margin-bottom: 1.5rem; + + li { + display: inline-block; + margin: 0 1rem 0 0; + padding: 0; + border-bottom: 0; + + &:last-child { + margin-right: 0; + } + } + } + + .woocommerce-MyAccount-content { + float: none; + width: 100%; + } + } + + /** + * Checkout + */ + #ship-to-different-address { + display: block; + } + + /** + * Layout stuff + */ + .woocommerce { + .content-area { + margin: 0 calc(10% + 60px); + + .site-main { + margin: 0; + max-width: calc(8 * (100vw / 12) - 28px); + } + } + } + + .single-product { + .entry { + .entry-content, + .entry-summary { + max-width: none; + margin: 0 0 3rem; + padding: 0; + + > * { + max-width: none; + } + } + } + } +} + +@media only screen and (min-width: 1168px) { + .woocommerce { + .content-area { + .site-main { + max-width: calc(6 * (100vw / 12) - 28px); + } + } + } +} diff --git a/assets/css/wc-setup-rtl.css b/assets/css/wc-setup-rtl.css index 3e64e1fe052..6b2179baf75 100644 --- a/assets/css/wc-setup-rtl.css +++ b/assets/css/wc-setup-rtl.css @@ -1 +1 @@ -@charset "UTF-8";body{margin:65px 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:30%}.wc-setup{text-align:center}.wc-setup .select2-container{text-align:right}.wc-setup .hidden{display:none}.wc-setup-content{box-shadow:0 1px 3px rgba(0,0,0,.13);padding:2em;margin:0 0 20px;background:#fff;overflow:hidden;zoom:1;text-align:right}.wc-setup-content h1,.wc-setup-content h2,.wc-setup-content h3,.wc-setup-content table{margin:0 0 20px;border:0;padding:0;color:#666;clear:none;font-weight:500}.wc-setup-content p{margin:20px 0;font-size:1em;line-height:1.75em;color:#666}.wc-setup-content table{font-size:1em;line-height:1.75em;color:#666}.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 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{padding:1em 1em 0 0;line-height:1em;font-size:1em;width:0;margin:6px 0 0;height:0;overflow:hidden;position:relative;display:inline-block}.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{padding:1em 1em 0 0;line-height:1em;font-size:1em;width:0;margin:0;height:0;overflow:hidden;position:relative;display:inline-block}.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;padding-bottom:2px}.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 outside;margin:0}.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.button{background-color:#f7f7f7;border-color:#ccc;color:#23282d;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #ccc;text-shadow:-1px 0 1px #eee,0 1px 1px #eee;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.button:active,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button:focus,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button:hover{background:#f5f5f5;border-color:#aaa}.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary{color:#fff;background-color:#bb77ae;border-color:#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}.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary:active,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary:focus,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary:hover{color:#fff;background:#a36597;border-color:#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:normal 20px/1 dashicons;speak:none;display:inline-block;padding:0 0 0 10px;top:1px;position:relative;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-newsletter{padding:24px 24px 0;margin:0 0 24px;overflow:hidden;background:#f5f5f5}.wc-setup-content .updated p,.wc-setup-content .woocommerce-newsletter p{padding:0;margin:0 0 12px}.wc-setup-content .updated form,.wc-setup-content .updated p:last-child,.wc-setup-content .woocommerce-newsletter form,.wc-setup-content .woocommerce-newsletter p:last-child{margin:0 0 24px}.wc-setup-content .woocommerce-tracker{margin:24px 0;border:1px solid #eee;padding:20px;border-radius:4px;overflow:hidden}.wc-setup-content .woocommerce-tracker p{font-size:14px;line-height:1.5em}.wc-setup-content .woocommerce-tracker .checkbox{line-height:24px;font-weight:500;font-size:1em;margin-top:0;margin-bottom:20px}.wc-setup-content .checkbox input[type=checkbox]{opacity:0;position:absolute;right:-9999px}.wc-setup-content .checkbox label{position:relative;display:inline-block;padding-right:28px}.wc-setup-content .checkbox label:after,.wc-setup-content .checkbox label:before{position:absolute;content:"";display:inline-block}.wc-setup-content .checkbox label:before{height:16px;width:16px;right:0;top:3px;border:1px solid #aaa;background-color:#fff;border-radius:3px}.wc-setup-content .checkbox label:after{height:5px;width:9px;border-right:2px solid;border-bottom:2px solid;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);right:4px;top:7px;color:#fff}.wc-setup-content .checkbox input[type=checkbox]+label::after{content:none}.wc-setup-content .checkbox input[type=checkbox]:checked+label::after{content:""}.wc-setup-content .checkbox input[type=checkbox]:focus+label::before{outline:#3b99fc auto 5px}.wc-setup-content .checkbox input[type=checkbox]:checked+label::before{background:#935687;border-color:#935687}.wc-setup-steps{padding:0 0 24px;margin:0;list-style:none outside;overflow:hidden;color:#ccc;width:100%;display:-webkit-inline-box;display:inline-flex}.wc-setup-steps li{width:100%;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 a{color:#a16696;text-decoration:none;padding:1.5em;margin:-1.5em;position:relative;z-index:1}.wc-setup-steps li a:focus,.wc-setup-steps li a:hover{color:#111;text-decoration:underline}.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;font-weight:700}.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;margin:20px 0 0;position:relative}.wc-setup .wc-setup-actions .button{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;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;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;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.wc-setup-content p:last-child{margin-bottom:0}.wc-setup-content p.store-setup{margin-top:0}.wc-setup-footer-links{font-size:.85em;color:#7b7b7b;margin:1.18em auto;display:inline-block;text-align:center}.wc-wizard-storefront .wc-wizard-storefront-intro{padding:40px 40px 0;background:#f5f5f5;text-align:center}.wc-wizard-storefront .wc-wizard-storefront-intro img{margin:40px 0 0 0;width:100%;display:block}.wc-wizard-storefront .wc-wizard-storefront-features{list-style:none outside;margin:0 0 20px;padding:0 30px 0 0;overflow:hidden}.wc-wizard-storefront .wc-wizard-storefront-feature{margin:0;padding:20px 2em 20px 30px;width:50%;box-sizing:border-box}.wc-wizard-storefront .wc-wizard-storefront-feature::before{margin-right:-2em;position:absolute}.wc-wizard-storefront .wc-wizard-storefront-feature.first{clear:both;float:right}.wc-wizard-storefront .wc-wizard-storefront-feature.last{float:left}.wc-wizard-storefront .wc-wizard-storefront-feature__bulletproof::before{content:'🔒'}.wc-wizard-storefront .wc-wizard-storefront-feature__mobile::before{content:'📱'}.wc-wizard-storefront .wc-wizard-storefront-feature__accessibility::before{content:'👓'}.wc-wizard-storefront .wc-wizard-storefront-feature__search::before{content:'🔍'}.wc-wizard-storefront .wc-wizard-storefront-feature__compatibility::before{content:'🔧'}.wc-wizard-storefront .wc-wizard-storefront-feature__extendable::before{content:'🎨'}.wc-wizard-services{border:1px solid #eee;padding:0;margin:0 0 1em;list-style:none outside;border-radius:4px;overflow:hidden}.wc-wizard-services p{margin:0 0 1em 0;padding:0;font-size:1em;line-height:1.5em}.wc-wizard-service-item,.wc-wizard-services-list-toggle{display:-webkit-box;display:flex;flex-wrap:nowrap;-webkit-box-pack:justify;justify-content:space-between;padding:0;border-bottom:1px solid #eee;color:#666;-webkit-box-align:center;align-items:center}.wc-wizard-service-item:last-child,.wc-wizard-services-list-toggle:last-child{border-bottom:0}.wc-wizard-service-item .payment-gateway-fee,.wc-wizard-services-list-toggle .payment-gateway-fee{color:#a6a6a6}.wc-wizard-service-item .wc-wizard-service-name,.wc-wizard-services-list-toggle .wc-wizard-service-name{flex-basis:0;min-width:160px;text-align:center;font-weight:700;padding:2em 0;align-self:stretch;display:-webkit-box;display:flex;-webkit-box-align:baseline;align-items:baseline}.wc-wizard-payment-gateway-form .wc-wizard-service-item .wc-wizard-service-name,.wc-wizard-payment-gateway-form .wc-wizard-services-list-toggle .wc-wizard-service-name{-webkit-box-pack:center;justify-content:center}.wc-wizard-service-item .wc-wizard-service-name img,.wc-wizard-services-list-toggle .wc-wizard-service-name img{max-width:75px}.wc-wizard-service-item.stripe-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.stripe-logo .wc-wizard-service-name img{padding:8px 0}.wc-wizard-service-item.paypal-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.paypal-logo .wc-wizard-service-name img{max-width:87px;padding:2px 0}.wc-wizard-service-item.klarna-logo .wc-wizard-service-name,.wc-wizard-services-list-toggle.klarna-logo .wc-wizard-service-name{background:#000}.wc-wizard-service-item.klarna-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.klarna-logo .wc-wizard-service-name img{max-width:87px;padding:12px 0}.wc-wizard-service-item.square-logo .wc-wizard-service-name,.wc-wizard-services-list-toggle.square-logo .wc-wizard-service-name{background:#000}.wc-wizard-service-item.square-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.square-logo .wc-wizard-service-name img{max-width:95px;padding:12px 0}.wc-wizard-service-item.eway-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.eway-logo .wc-wizard-service-name img{max-width:87px}.wc-wizard-service-item.payfast-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.payfast-logo .wc-wizard-service-name img{max-width:140px}.wc-wizard-service-item .wc-wizard-service-description,.wc-wizard-services-list-toggle .wc-wizard-service-description{-webkit-box-flex:1;flex-grow:1;padding:20px}.wc-wizard-service-item .wc-wizard-service-description p,.wc-wizard-services-list-toggle .wc-wizard-service-description p{margin-bottom:1em}.wc-wizard-service-item .wc-wizard-service-description p:last-child,.wc-wizard-services-list-toggle .wc-wizard-service-description p:last-child{margin-bottom:0}.wc-wizard-service-item .wc-wizard-service-description .wc-wizard-service-settings-description,.wc-wizard-services-list-toggle .wc-wizard-service-description .wc-wizard-service-settings-description{display:block;font-style:italic;color:#999}.wc-wizard-service-item .wc-wizard-service-enable,.wc-wizard-services-list-toggle .wc-wizard-service-enable{flex-basis:0;min-width:75px;text-align:center;cursor:pointer;padding:2em 0;position:relative;max-height:1.5em;align-self:flex-start}.wc-wizard-service-item .wc-wizard-service-toggle,.wc-wizard-services-list-toggle .wc-wizard-service-toggle{height:16px;width:32px;border:2px solid #935687;background-color:#935687;display:inline-block;text-indent:-9999px;border-radius:10em;position:relative}.wc-wizard-service-item .wc-wizard-service-toggle input[type=checkbox],.wc-wizard-services-list-toggle .wc-wizard-service-toggle input[type=checkbox]{display:none}.wc-wizard-service-item .wc-wizard-service-toggle:before,.wc-wizard-services-list-toggle .wc-wizard-service-toggle:before{content:"";display:block;width:16px;height:16px;background:#fff;position:absolute;top:0;left:0;border-radius:100%}.wc-wizard-service-item .wc-wizard-service-toggle.disabled,.wc-wizard-services-list-toggle .wc-wizard-service-toggle.disabled{border-color:#999;background-color:#999}.wc-wizard-service-item .wc-wizard-service-toggle.disabled:before,.wc-wizard-services-list-toggle .wc-wizard-service-toggle.disabled:before{left:auto;right:0}.wc-wizard-service-item .wc-wizard-service-settings,.wc-wizard-services-list-toggle .wc-wizard-service-settings{display:none;margin-top:.75em;margin-bottom:0;cursor:default}.wc-wizard-service-item .wc-wizard-service-settings.hide,.wc-wizard-services-list-toggle .wc-wizard-service-settings.hide{display:none}.wc-wizard-service-item.checked .wc-wizard-service-settings,.wc-wizard-services-list-toggle.checked .wc-wizard-service-settings{display:inline-block}.wc-wizard-service-item.checked .wc-wizard-service-settings.hide,.wc-wizard-services-list-toggle.checked .wc-wizard-service-settings.hide{display:none}.wc-wizard-service-item.closed,.wc-wizard-services-list-toggle.closed{border-bottom:0}.wc-wizard-services-list-toggle{cursor:pointer}.wc-wizard-services-list-toggle .wc-wizard-service-enable::before{content:"\f343";font-family:dashicons;visibility:initial;color:#666;font-size:25px;margin-top:-7px;margin-right:-5px;position:absolute;visibility:visible}.wc-wizard-services-list-toggle.closed .wc-wizard-service-enable::before{content:"\f347"}.wc-wizard-services-list-toggle .wc-wizard-service-enable input{visibility:hidden;position:relative}.wc-wizard-services.manual .wc-wizard-service-item{display:none}.wc-wizard-services.shipping .wc-wizard-service-name{font-weight:400;text-align:right;-webkit-box-align:center;align-items:center;max-height:5em;padding:0}.wc-wizard-services.shipping .wc-wizard-service-item{padding-right:2em;padding-top:.67em}.wc-wizard-services.shipping .wc-wizard-service-item:first-child{border-bottom:0;padding-bottom:0;font-weight:700}.wc-wizard-services.shipping .wc-wizard-service-item:first-child .wc-wizard-service-name{font-weight:700}.wc-wizard-services.shipping .shipping-method-setting,.wc-wizard-services.shipping .wc-wizard-shipping-method-select{display:-webkit-box;display:flex}.wc-wizard-services.shipping .shipping-method-setting.hide,.wc-wizard-services.shipping .wc-wizard-shipping-method-select.hide{display:none}.wc-wizard-services.shipping .shipping-method-setting input,.wc-wizard-services.shipping .wc-wizard-shipping-method-dropdown{margin-left:2em;margin-bottom:1em}.wc-wizard-services.shipping .shipping-method-setting input .select2,.wc-wizard-services.shipping .wc-wizard-shipping-method-dropdown .select2{min-width:130px}.wc-wizard-services.shipping .wc-wizard-service-description{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;color:#a6a6a6}.wc-wizard-services.shipping .wc-wizard-service-item:not(:first-child) .wc-wizard-service-description{font-size:.92em;padding-bottom:10px}.wc-wizard-services.shipping .shipping-method-setting input{width:95px;border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:28px;padding-right:8px;padding-left:24px;font-size:14px;color:#444;background-color:#fff;display:inline-block}.wc-wizard-services.shipping .shipping-method-description,.wc-wizard-services.shipping .shipping-method-setting .description{color:#7e7e7e;font-size:.9em}.wc-wizard-services.shipping .shipping-method-setting input::-webkit-input-placeholder{color:#e1e1e1}.wc-wizard-services.shipping .shipping-method-setting input::-moz-placeholder{color:#e1e1e1}.wc-wizard-services.shipping .shipping-method-setting input:-ms-input-placeholder{color:#e1e1e1}.wc-wizard-services.shipping .shipping-method-setting input::-ms-input-placeholder{color:#e1e1e1}.wc-wizard-services.shipping .shipping-method-setting input::placeholder{color:#e1e1e1}.wc-setup-shipping-units p{line-height:1.5em;font-size:13px;margin-bottom:.25em}.wc-setup-shipping-units .wc-setup-shipping-unit{margin-bottom:1.75em}.wc-setup-shipping-units .wc-setup-shipping-unit .select2{min-width:100%}.hide{display:none}.wc-wizard-features{display:-webkit-box;display:flex;flex-wrap:wrap;list-style:none;padding:0}.wc-wizard-features .wc-wizard-feature-item{flex-basis:calc(50% - 4em - 3px);border:1px solid #eee;padding:2em}.wc-wizard-features .wc-wizard-feature-item:nth-child(1){border-radius:0 4px 0 0}.wc-wizard-features .wc-wizard-feature-item:nth-child(2){border-right:0;border-radius:4px 0 0 0}.wc-wizard-features .wc-wizard-feature-item:nth-child(3){border-top:0;border-radius:0 0 4px 0}.wc-wizard-features .wc-wizard-feature-item:nth-child(4){border-top:0;border-right:0;border-radius:0 0 0 4px}.wc-wizard-features p.wc-wizard-feature-description,.wc-wizard-features p.wc-wizard-feature-name{margin:0;line-height:1.5em}h3.jetpack-reasons{text-align:center;margin:3em 0 1em 0;font-size:14px}.jetpack-logo,.wcs-notice{display:block;margin:1.75em auto 2em auto;max-height:175px}.activate-splash .jetpack-logo{width:170px;margin-bottom:0}.activate-splash .wcs-notice{margin-top:1em;padding-right:57px}.step{text-align:center}.wc-setup .wc-setup-actions .button{font-weight:300;font-size:16px;padding:1em 2em;box-shadow:none;min-width:12em;min-width:auto;margin-top:10px}.wc-setup .wc-setup-actions .button:active,.wc-setup .wc-setup-actions .button:focus,.wc-setup .wc-setup-actions .button:hover{box-shadow:none}.wc-setup .wc-setup-actions .plugin-install-info{display:block;font-style:italic;color:#999;font-size:14px;line-height:1.5em;margin:5px 0}.wc-setup .wc-setup-actions .plugin-install-info>*{display:block}.wc-setup .wc-setup-actions .plugin-install-info .plugin-install-info-list-item:not(:last-child)::after{content:', '}.wc-setup .wc-setup-actions .plugin-install-info a{white-space:nowrap}.wc-setup .wc-setup-actions .plugin-install-info a:not(:hover):not(:focus){color:inherit}.plugin-install-source{background:rgba(187,119,174,.15)}.plugin-install-source:not(.wc-wizard-service-item){box-shadow:0 0 0 10px rgba(187,119,174,.15)}.location-prompt{color:#666;font-size:13px;font-weight:500;margin-bottom:.5em;margin-top:.85em;display:inline-block}.location-input{border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:30px;width:calc(100% - 8px - 24px - 2px);padding-right:8px;padding-left:24px;font-size:16px;color:#444;background-color:#fff;display:inline-block}.location-input.dropdown{width:100%}.address-step .select2{min-width:100%}.store-address-container .city-and-postcode{display:-webkit-box;display:flex}.store-address-container .city-and-postcode div{flex-basis:50%;margin-left:1em}.store-address-container .city-and-postcode div:last-of-type{margin-left:0}.store-address-container .select2-container,.store-address-container input[type=text],.store-address-container select{margin-bottom:10px}.product-type-container{margin-top:14px;margin-bottom:1px}#woocommerce_sell_in_person{margin-right:0}.wc-wizard-service-settings .payment-email-input{border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:30px;padding:0 8px;font-size:14px;color:#444;background-color:#fff;display:inline-block}.newsletter-form-container{display:-webkit-box;display:flex}.newsletter-form-container .newsletter-form-email{border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:42px;padding:0 8px;font-size:16px;color:#666;background-color:#fff;display:inline-block;margin-left:6px;-webkit-box-flex:1;flex-grow:1}.newsletter-form-container .newsletter-form-button-container{-webkit-box-flex:0;flex-grow:0}.wc-setup .wc-setup-actions .button.newsletter-form-button{height:42px;padding:0 1em;margin:0}.wc-wizard-next-steps{border:1px solid #eee;border-radius:4px;list-style:none;padding:0}.wc-wizard-next-steps li{padding:0}.wc-wizard-next-steps .wc-wizard-next-step-item{display:-webkit-box;display:flex;border-top:1px solid #eee}.wc-wizard-next-steps .wc-wizard-next-step-item:first-child{border-top:0}.wc-wizard-next-steps .wc-wizard-next-step-description{-webkit-box-flex:1;flex-grow:1;margin:1.5em}.wc-wizard-next-steps .wc-wizard-next-step-action{-webkit-box-flex:0;flex-grow:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.wc-wizard-next-steps .wc-wizard-next-step-action .button{margin:1em 1.5em}.wc-wizard-next-steps p.next-step-heading{margin:0;font-size:.95em;font-weight:400;font-variant:all-petite-caps}.wc-wizard-next-steps p.next-step-extra-info{margin:0}.wc-wizard-next-steps h3.next-step-description{margin:0;font-size:16px;font-weight:600}.wc-wizard-next-steps .wc-wizard-additional-steps{border-top:1px solid #eee}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-wizard-next-step-description{margin-bottom:0}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-setup-actions{margin:0 0 1.5em 0}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-setup-actions .button{font-size:15px;margin:1em 1.5em 1em 0}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-setup-actions .button::last-child{margin-left:1.5em}p.next-steps-help-text{color:#9f9f9f;padding:0 2em;text-align:center;font-size:.9em}p.jetpack-terms{font-size:.8em;text-align:center;max-width:480px;margin:0 auto;line-height:1.5em}.woocommerce-error{background:#ffe6e5;border-color:#ffc5c2;padding:1em;margin-bottom:1em}.woocommerce-error p{margin-top:0;margin-bottom:.5em;color:#444}.woocommerce-error a{color:#ff645c}.woocommerce-error .reconnect-reminder{font-size:.85em}.woocommerce-error .wc-setup-actions .button{font-size:14px}.wc-wizard-service-setting-ppec_paypal_reroute_requests,.wc-wizard-service-setting-stripe_create_account{display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start}.wc-wizard-service-setting-ppec_paypal_reroute_requests .payment-checkbox-input,.wc-wizard-service-setting-stripe_create_account .payment-checkbox-input{-webkit-box-ordinal-group:2;order:1;margin-top:5px;margin-right:0;margin-left:0;width:1.5em}.wc-wizard-service-setting-ppec_paypal_reroute_requests .ppec_paypal_reroute_requests,.wc-wizard-service-setting-ppec_paypal_reroute_requests .stripe_create_account,.wc-wizard-service-setting-stripe_create_account .ppec_paypal_reroute_requests,.wc-wizard-service-setting-stripe_create_account .stripe_create_account{-webkit-box-ordinal-group:3;order:2;margin-right:.3em}.wc-wizard-service-setting-ppec_paypal_email,.wc-wizard-service-setting-stripe_email{margin-top:.75em;margin-right:1.5em}.wc-wizard-service-setting-ppec_paypal_email label.ppec_paypal_email,.wc-wizard-service-setting-ppec_paypal_email label.stripe_email,.wc-wizard-service-setting-stripe_email label.ppec_paypal_email,.wc-wizard-service-setting-stripe_email label.stripe_email{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.wc-wizard-service-setting-ppec_paypal_email input.payment-email-input,.wc-wizard-service-setting-stripe_email input.payment-email-input{box-sizing:border-box;margin-bottom:.5em;width:100%;height:32px}.wc-setup-content .recommended-step{border:1px solid #ebebeb;border-radius:4px;padding:2.5em}.wc-setup-content .recommended-step li{list-style:none}.wc-setup-content .recommended-step li:last-child label{margin-bottom:0}.wc-setup-content .recommended-step label{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin-bottom:1.5em}.wc-setup-content .recommended-step label:after,.wc-setup-content .recommended-step label:before{top:auto}.wc-setup-content .recommended-step label:after{margin-top:-1.5px}.wc-setup-content .recommended-step .recommended-item-icon{border:1px solid #fff;border-radius:7px;height:3.5em;margin-left:1em;margin-right:4px}.wc-setup-content .recommended-step .recommended-item-icon.recommended-item-icon-storefront_theme{background-color:#f4a224;max-height:3em;max-width:3em;padding:.25em}.wc-setup-content .recommended-step .recommended-item-icon.recommended-item-icon-automated_taxes{background-color:#d0011b;max-height:1.75em;padding:.875em}.wc-setup-content .recommended-step .recommended-item-icon.recommended-item-icon-mailchimp{background-color:#209bbb;height:2em;padding:.75em}.wc-setup-content .recommended-step .recommended-item-description-container h3{font-size:15px;font-weight:700;letter-spacing:.5px;margin-bottom:0}.wc-setup-content .recommended-step .recommended-item-description-container p{margin-top:0;line-height:1.5em} \ No newline at end of file +@charset "UTF-8";body{margin:65px 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:30%}.wc-setup{text-align:center}.wc-setup .select2-container{text-align:right}.wc-setup .hidden{display:none}.wc-setup-content{box-shadow:0 1px 3px rgba(0,0,0,.13);padding:2em;margin:0 0 20px;background:#fff;overflow:hidden;zoom:1;text-align:right}.wc-setup-content h1,.wc-setup-content h2,.wc-setup-content h3,.wc-setup-content table{margin:0 0 20px;border:0;padding:0;color:#666;clear:none;font-weight:500}.wc-setup-content p{margin:20px 0;font-size:1em;line-height:1.75em;color:#666}.wc-setup-content table{font-size:1em;line-height:1.75em;color:#666}.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 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{padding:1em 1em 0 0;line-height:1em;font-size:1em;width:0;margin:6px 0 0;height:0;overflow:hidden;position:relative;display:inline-block}.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{padding:1em 1em 0 0;line-height:1em;font-size:1em;width:0;margin:0;height:0;overflow:hidden;position:relative;display:inline-block}.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;padding-bottom:2px}.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 outside;margin:0}.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.button{background-color:#f7f7f7;border-color:#ccc;color:#23282d;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #ccc;text-shadow:-1px 0 1px #eee,0 1px 1px #eee;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.button:active,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button:focus,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button:hover{background:#f5f5f5;border-color:#aaa}.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary{color:#fff;background-color:#bb77ae;border-color:#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}.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary:active,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary:focus,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary:hover{color:#fff;background:#a36597;border-color:#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:normal 20px/1 dashicons;speak:none;display:inline-block;padding:0 0 0 10px;top:1px;position:relative;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-newsletter{padding:24px 24px 0;margin:0 0 24px;overflow:hidden;background:#f5f5f5}.wc-setup-content .updated p,.wc-setup-content .woocommerce-newsletter p{padding:0;margin:0 0 12px}.wc-setup-content .updated form,.wc-setup-content .updated p:last-child,.wc-setup-content .woocommerce-newsletter form,.wc-setup-content .woocommerce-newsletter p:last-child{margin:0 0 24px}.wc-setup-content .woocommerce-tracker{margin:24px 0;border:1px solid #eee;padding:20px;border-radius:4px;overflow:hidden}.wc-setup-content .woocommerce-tracker p{font-size:14px;line-height:1.5em}.wc-setup-content .woocommerce-tracker .checkbox{line-height:24px;font-weight:500;font-size:1em;margin-top:0;margin-bottom:20px}.wc-setup-content .checkbox input[type=checkbox]{opacity:0;position:absolute;right:-9999px}.wc-setup-content .checkbox label{position:relative;display:inline-block;padding-right:28px}.wc-setup-content .checkbox label:after,.wc-setup-content .checkbox label:before{position:absolute;content:"";display:inline-block}.wc-setup-content .checkbox label:before{height:16px;width:16px;right:0;top:3px;border:1px solid #aaa;background-color:#fff;border-radius:3px}.wc-setup-content .checkbox label:after{height:5px;width:9px;border-right:2px solid;border-bottom:2px solid;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);right:4px;top:7px;color:#fff}.wc-setup-content .checkbox input[type=checkbox]+label::after{content:none}.wc-setup-content .checkbox input[type=checkbox]:checked+label::after{content:""}.wc-setup-content .checkbox input[type=checkbox]:focus+label::before{outline:#3b99fc auto 5px}.wc-setup-content .checkbox input[type=checkbox]:checked+label::before{background:#935687;border-color:#935687}.wc-setup-steps{padding:0 0 24px;margin:0;list-style:none outside;overflow:hidden;color:#ccc;width:100%;display:-webkit-inline-box;display:inline-flex}.wc-setup-steps li{width:100%;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 a{color:#a16696;text-decoration:none;padding:1.5em;margin:-1.5em;position:relative;z-index:1}.wc-setup-steps li a:focus,.wc-setup-steps li a:hover{color:#111;text-decoration:underline}.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;font-weight:700}.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;margin:20px 0 0;position:relative}.wc-setup .wc-setup-actions .button{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;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;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;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.wc-setup-content p:last-child{margin-bottom:0}.wc-setup-content p.store-setup{margin-top:0}.wc-setup-footer-links{font-size:.85em;color:#7b7b7b;margin:1.18em auto;display:inline-block;text-align:center}.wc-wizard-storefront .wc-wizard-storefront-intro{padding:40px 40px 0;background:#f5f5f5;text-align:center}.wc-wizard-storefront .wc-wizard-storefront-intro img{margin:40px 0 0 0;width:100%;display:block}.wc-wizard-storefront .wc-wizard-storefront-features{list-style:none outside;margin:0 0 20px;padding:0 30px 0 0;overflow:hidden}.wc-wizard-storefront .wc-wizard-storefront-feature{margin:0;padding:20px 2em 20px 30px;width:50%;box-sizing:border-box}.wc-wizard-storefront .wc-wizard-storefront-feature::before{margin-right:-2em;position:absolute}.wc-wizard-storefront .wc-wizard-storefront-feature.first{clear:both;float:right}.wc-wizard-storefront .wc-wizard-storefront-feature.last{float:left}.wc-wizard-storefront .wc-wizard-storefront-feature__bulletproof::before{content:'🔒'}.wc-wizard-storefront .wc-wizard-storefront-feature__mobile::before{content:'📱'}.wc-wizard-storefront .wc-wizard-storefront-feature__accessibility::before{content:'👓'}.wc-wizard-storefront .wc-wizard-storefront-feature__search::before{content:'🔍'}.wc-wizard-storefront .wc-wizard-storefront-feature__compatibility::before{content:'🔧'}.wc-wizard-storefront .wc-wizard-storefront-feature__extendable::before{content:'🎨'}.wc-wizard-services{border:1px solid #eee;padding:0;margin:0 0 1em;list-style:none outside;border-radius:4px;overflow:hidden}.wc-wizard-services p{margin:0 0 1em 0;padding:0;font-size:1em;line-height:1.5em}.wc-wizard-service-item,.wc-wizard-services-list-toggle{display:-webkit-box;display:flex;flex-wrap:nowrap;-webkit-box-pack:justify;justify-content:space-between;padding:0;border-bottom:1px solid #eee;color:#666;-webkit-box-align:center;align-items:center}.wc-wizard-service-item:last-child,.wc-wizard-services-list-toggle:last-child{border-bottom:0}.wc-wizard-service-item .payment-gateway-fee,.wc-wizard-services-list-toggle .payment-gateway-fee{color:#a6a6a6}.wc-wizard-service-item .wc-wizard-service-name,.wc-wizard-services-list-toggle .wc-wizard-service-name{flex-basis:0;min-width:160px;text-align:center;font-weight:700;padding:2em 0;align-self:stretch;display:-webkit-box;display:flex;-webkit-box-align:baseline;align-items:baseline}.wc-wizard-payment-gateway-form .wc-wizard-service-item .wc-wizard-service-name,.wc-wizard-payment-gateway-form .wc-wizard-services-list-toggle .wc-wizard-service-name{-webkit-box-pack:center;justify-content:center}.wc-wizard-service-item .wc-wizard-service-name img,.wc-wizard-services-list-toggle .wc-wizard-service-name img{max-width:75px}.wc-wizard-service-item.stripe-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.stripe-logo .wc-wizard-service-name img{padding:8px 0}.wc-wizard-service-item.paypal-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.paypal-logo .wc-wizard-service-name img{max-width:87px;padding:2px 0}.wc-wizard-service-item.klarna-logo .wc-wizard-service-name,.wc-wizard-services-list-toggle.klarna-logo .wc-wizard-service-name{background:#000}.wc-wizard-service-item.klarna-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.klarna-logo .wc-wizard-service-name img{max-width:87px;padding:12px 0}.wc-wizard-service-item.square-logo .wc-wizard-service-name,.wc-wizard-services-list-toggle.square-logo .wc-wizard-service-name{background:#000}.wc-wizard-service-item.square-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.square-logo .wc-wizard-service-name img{max-width:95px;padding:12px 0}.wc-wizard-service-item.eway-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.eway-logo .wc-wizard-service-name img{max-width:87px}.wc-wizard-service-item.payfast-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.payfast-logo .wc-wizard-service-name img{max-width:140px}.wc-wizard-service-item .wc-wizard-service-description,.wc-wizard-services-list-toggle .wc-wizard-service-description{-webkit-box-flex:1;flex-grow:1;padding:20px}.wc-wizard-service-item .wc-wizard-service-description p,.wc-wizard-services-list-toggle .wc-wizard-service-description p{margin-bottom:1em}.wc-wizard-service-item .wc-wizard-service-description p:last-child,.wc-wizard-services-list-toggle .wc-wizard-service-description p:last-child{margin-bottom:0}.wc-wizard-service-item .wc-wizard-service-description .wc-wizard-service-settings-description,.wc-wizard-services-list-toggle .wc-wizard-service-description .wc-wizard-service-settings-description{display:block;font-style:italic;color:#999}.wc-wizard-service-item .wc-wizard-service-enable,.wc-wizard-services-list-toggle .wc-wizard-service-enable{flex-basis:0;min-width:75px;text-align:center;cursor:pointer;padding:2em 0;position:relative;max-height:1.5em;align-self:flex-start}.wc-wizard-service-item .wc-wizard-service-toggle,.wc-wizard-services-list-toggle .wc-wizard-service-toggle{height:16px;width:32px;border:2px solid #935687;background-color:#935687;display:inline-block;text-indent:-9999px;border-radius:10em;position:relative}.wc-wizard-service-item .wc-wizard-service-toggle input[type=checkbox],.wc-wizard-services-list-toggle .wc-wizard-service-toggle input[type=checkbox]{display:none}.wc-wizard-service-item .wc-wizard-service-toggle:before,.wc-wizard-services-list-toggle .wc-wizard-service-toggle:before{content:"";display:block;width:16px;height:16px;background:#fff;position:absolute;top:0;left:0;border-radius:100%}.wc-wizard-service-item .wc-wizard-service-toggle.disabled,.wc-wizard-services-list-toggle .wc-wizard-service-toggle.disabled{border-color:#999;background-color:#999}.wc-wizard-service-item .wc-wizard-service-toggle.disabled:before,.wc-wizard-services-list-toggle .wc-wizard-service-toggle.disabled:before{left:auto;right:0}.wc-wizard-service-item .wc-wizard-service-settings,.wc-wizard-services-list-toggle .wc-wizard-service-settings{display:none;margin-top:.75em;margin-bottom:0;cursor:default}.wc-wizard-service-item .wc-wizard-service-settings.hide,.wc-wizard-services-list-toggle .wc-wizard-service-settings.hide{display:none}.wc-wizard-service-item.checked .wc-wizard-service-settings,.wc-wizard-services-list-toggle.checked .wc-wizard-service-settings{display:inline-block}.wc-wizard-service-item.checked .wc-wizard-service-settings.hide,.wc-wizard-services-list-toggle.checked .wc-wizard-service-settings.hide{display:none}.wc-wizard-service-item.closed,.wc-wizard-services-list-toggle.closed{border-bottom:0}.wc-wizard-services-list-toggle{cursor:pointer}.wc-wizard-services-list-toggle .wc-wizard-service-enable::before{content:"\f343";font-family:dashicons;visibility:initial;color:#666;font-size:25px;margin-top:-7px;margin-right:-5px;position:absolute;visibility:visible}.wc-wizard-services-list-toggle.closed .wc-wizard-service-enable::before{content:"\f347"}.wc-wizard-services-list-toggle .wc-wizard-service-enable input{visibility:hidden;position:relative}.wc-wizard-services.manual .wc-wizard-service-item{display:none}.wc-wizard-services.shipping{margin:0}.wc-wizard-services.shipping .wc-wizard-service-name{font-weight:400;text-align:right;-webkit-box-align:center;align-items:center;max-height:5em;padding:0}.wc-wizard-services.shipping .wc-wizard-service-item{padding-right:2em;padding-top:.67em}.wc-wizard-services.shipping .wc-wizard-service-item:first-child{border-bottom:0;padding-bottom:0;font-weight:700}.wc-wizard-services.shipping .wc-wizard-service-item:first-child .wc-wizard-service-name{font-weight:700}.wc-wizard-services.shipping .shipping-method-setting,.wc-wizard-services.shipping .wc-wizard-shipping-method-select{display:-webkit-box;display:flex}.wc-wizard-services.shipping .shipping-method-setting.hide,.wc-wizard-services.shipping .wc-wizard-shipping-method-select.hide{display:none}.wc-wizard-services.shipping .shipping-method-setting input,.wc-wizard-services.shipping .wc-wizard-shipping-method-dropdown{margin-left:2em;margin-bottom:1em}.wc-wizard-services.shipping .shipping-method-setting input .select2,.wc-wizard-services.shipping .wc-wizard-shipping-method-dropdown .select2{min-width:130px}.wc-wizard-services.shipping .wc-wizard-service-description{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;color:#a6a6a6}.wc-wizard-services.shipping .wc-wizard-service-item:not(:first-child) .wc-wizard-service-description{font-size:.92em;padding-bottom:10px}.wc-wizard-services.shipping .shipping-method-setting input{width:95px;border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:28px;padding-right:8px;padding-left:24px;font-size:14px;color:#444;background-color:#fff;display:inline-block}.wc-wizard-services.shipping .shipping-method-description,.wc-wizard-services.shipping .shipping-method-setting .description{color:#7e7e7e;font-size:.9em}.wc-wizard-services.shipping .shipping-method-setting input::-webkit-input-placeholder{color:#e1e1e1}.wc-wizard-services.shipping .shipping-method-setting input::-ms-input-placeholder{color:#e1e1e1}.wc-wizard-services.shipping .shipping-method-setting input::placeholder{color:#e1e1e1}.wc-setup-shipping-units p{line-height:1.5em;font-size:13px;margin-bottom:.25em;text-align:center}.wc-setup-shipping-units .wc-setup-shipping-unit{margin-bottom:1.75em}.wc-setup-shipping-units .wc-setup-shipping-unit .select2{min-width:125px;top:-5px}.hide{display:none}.wc-wizard-features{display:-webkit-box;display:flex;flex-wrap:wrap;list-style:none;padding:0}.wc-wizard-features .wc-wizard-feature-item{flex-basis:calc(50% - 4em - 3px);border:1px solid #eee;padding:2em}.wc-wizard-features .wc-wizard-feature-item:nth-child(1){border-radius:0 4px 0 0}.wc-wizard-features .wc-wizard-feature-item:nth-child(2){border-right:0;border-radius:4px 0 0 0}.wc-wizard-features .wc-wizard-feature-item:nth-child(3){border-top:0;border-radius:0 0 4px 0}.wc-wizard-features .wc-wizard-feature-item:nth-child(4){border-top:0;border-right:0;border-radius:0 0 0 4px}.wc-wizard-features p.wc-wizard-feature-description,.wc-wizard-features p.wc-wizard-feature-name{margin:0;line-height:1.5em}h3.jetpack-reasons{text-align:center;margin:3em 0 1em 0;font-size:14px}.jetpack-logo,.wcs-notice{display:block;margin:1.75em auto 2em auto;max-height:175px}.activate-splash .jetpack-logo{width:170px;margin-bottom:0}.activate-splash .wcs-notice{margin-top:1em;padding-right:57px}.step{text-align:center}.wc-setup .wc-setup-actions .button{font-weight:300;font-size:16px;padding:1em 2em;box-shadow:none;min-width:12em;min-width:auto;margin-top:10px}.wc-setup .wc-setup-actions .button:active,.wc-setup .wc-setup-actions .button:focus,.wc-setup .wc-setup-actions .button:hover{box-shadow:none}.wc-setup .wc-setup-actions .plugin-install-info{display:block;font-style:italic;color:#999;font-size:14px;line-height:1.5em;margin:5px 0}.wc-setup .wc-setup-actions .plugin-install-info>*{display:block}.wc-setup .wc-setup-actions .plugin-install-info .plugin-install-info-list-item::after{content:', '}.wc-setup .wc-setup-actions .plugin-install-info .plugin-install-info-list-item:last-of-type::after{content:'. '}.wc-setup .wc-setup-actions .plugin-install-info a{white-space:nowrap}.wc-setup .wc-setup-actions .plugin-install-info a:not(:hover):not(:focus){color:inherit}.plugin-install-source{background:rgba(187,119,174,.15)}.plugin-install-source:not(.wc-wizard-service-item){box-shadow:0 0 0 10px rgba(187,119,174,.15)}.location-prompt{color:#666;font-size:13px;font-weight:500;margin-bottom:.5em;margin-top:.85em;display:inline-block}.location-input{border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:30px;width:calc(100% - 8px - 24px - 2px);padding-right:8px;padding-left:24px;font-size:16px;color:#444;background-color:#fff;display:inline-block}.location-input.dropdown{width:100%}.address-step .select2{min-width:100%}.store-address-container .city-and-postcode{display:-webkit-box;display:flex}.store-address-container .city-and-postcode div{flex-basis:50%;margin-left:1em}.store-address-container .city-and-postcode div:last-of-type{margin-left:0}.store-address-container .select2-container,.store-address-container input[type=text],.store-address-container select{margin-bottom:10px}.product-type-container{margin-top:14px;margin-bottom:1px}#woocommerce_sell_in_person{margin-right:0}.wc-wizard-service-settings .payment-email-input{border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:30px;padding:0 8px;font-size:14px;color:#444;background-color:#fff;display:inline-block}.wc-wizard-service-settings .payment-email-input[disabled]{color:#aaa}.newsletter-form-container{display:-webkit-box;display:flex}.newsletter-form-container .newsletter-form-email{border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:42px;padding:0 8px;font-size:16px;color:#666;background-color:#fff;display:inline-block;margin-left:6px;-webkit-box-flex:1;flex-grow:1}.newsletter-form-container .newsletter-form-button-container{-webkit-box-flex:0;flex-grow:0}.wc-setup .wc-setup-actions .button.newsletter-form-button{height:42px;padding:0 1em;margin:0}.wc-wizard-next-steps{border:1px solid #eee;border-radius:4px;list-style:none;padding:0}.wc-wizard-next-steps li{padding:0}.wc-wizard-next-steps .wc-wizard-next-step-item{display:-webkit-box;display:flex;border-top:1px solid #eee}.wc-wizard-next-steps .wc-wizard-next-step-item:first-child{border-top:0}.wc-wizard-next-steps .wc-wizard-next-step-description{-webkit-box-flex:1;flex-grow:1;margin:1.5em}.wc-wizard-next-steps .wc-wizard-next-step-action{-webkit-box-flex:0;flex-grow:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.wc-wizard-next-steps .wc-wizard-next-step-action .button{margin:1em 1.5em}.wc-wizard-next-steps p.next-step-heading{margin:0;font-size:.95em;font-weight:400;font-variant:all-petite-caps}.wc-wizard-next-steps p.next-step-extra-info{margin:0}.wc-wizard-next-steps h3.next-step-description{margin:0;font-size:16px;font-weight:600}.wc-wizard-next-steps .wc-wizard-additional-steps{border-top:1px solid #eee}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-wizard-next-step-description{margin-bottom:0}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-setup-actions{margin:0 0 1.5em 0}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-setup-actions .button{font-size:15px;margin:1em 1.5em 1em 0}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-setup-actions .button::last-child{margin-left:1.5em}p.next-steps-help-text{color:#9f9f9f;padding:0 2em;text-align:center;font-size:.9em}p.jetpack-terms{font-size:.8em;text-align:center;max-width:480px;margin:0 auto;line-height:1.5em}.woocommerce-error{background:#ffe6e5;border-color:#ffc5c2;padding:1em;margin-bottom:1em}.woocommerce-error p{margin-top:0;margin-bottom:.5em;color:#444}.woocommerce-error a{color:#ff645c}.woocommerce-error .reconnect-reminder{font-size:.85em}.woocommerce-error .wc-setup-actions .button{font-size:14px}.wc-wizard-service-setting-ppec_paypal_reroute_requests,.wc-wizard-service-setting-stripe_create_account{display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start}.wc-wizard-service-setting-ppec_paypal_reroute_requests .payment-checkbox-input,.wc-wizard-service-setting-stripe_create_account .payment-checkbox-input{-webkit-box-ordinal-group:2;order:1;margin-top:5px;margin-right:0;margin-left:0;width:1.5em}.wc-wizard-service-setting-ppec_paypal_reroute_requests .ppec_paypal_reroute_requests,.wc-wizard-service-setting-ppec_paypal_reroute_requests .stripe_create_account,.wc-wizard-service-setting-stripe_create_account .ppec_paypal_reroute_requests,.wc-wizard-service-setting-stripe_create_account .stripe_create_account{-webkit-box-ordinal-group:3;order:2;margin-right:.3em}.wc-wizard-service-setting-ppec_paypal_email,.wc-wizard-service-setting-stripe_email{margin-top:.75em;margin-right:1.5em}.wc-wizard-service-setting-ppec_paypal_email label.ppec_paypal_email,.wc-wizard-service-setting-ppec_paypal_email label.stripe_email,.wc-wizard-service-setting-stripe_email label.ppec_paypal_email,.wc-wizard-service-setting-stripe_email label.stripe_email{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.wc-wizard-service-setting-ppec_paypal_email input.payment-email-input,.wc-wizard-service-setting-stripe_email input.payment-email-input{box-sizing:border-box;margin-bottom:.5em;width:100%;height:32px}.wc-setup-content .recommended-step{border:1px solid #ebebeb;border-radius:4px;padding:2.5em}.wc-setup-content .recommended-item{list-style:none}.wc-setup-content .recommended-item:last-child label{margin-bottom:0}.wc-setup-content .recommended-item label{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin-bottom:1.5em}.wc-setup-content .recommended-item label:after,.wc-setup-content .recommended-item label:before{top:auto}.wc-setup-content .recommended-item label:after{margin-top:-1.5px}.wc-setup-content .recommended-item .recommended-item-icon{border:1px solid #fff;border-radius:7px;height:3.5em;margin-left:1em;margin-right:4px}.wc-setup-content .recommended-item .recommended-item-icon.recommended-item-icon-storefront_theme{background-color:#f4a224;max-height:3em;max-width:3em;padding:.25em}.wc-setup-content .recommended-item .recommended-item-icon.recommended-item-icon-automated_taxes{background-color:#d0011b;max-height:1.75em;padding:.875em}.wc-setup-content .recommended-item .recommended-item-icon.recommended-item-icon-mailchimp{background-color:#209bbb;height:2em;padding:.75em}.wc-setup-content .recommended-item .recommended-item-icon.recommended-item-icon-woocommerce_services{background-color:#f0f0f0;max-height:1.5em;padding:1.3em .7em}.wc-setup-content .recommended-item .recommended-item-icon.recommended-item-icon-shipstation{background-color:#f0f0f0;padding:.3em}.wc-setup-content .recommended-item .recommended-item-description-container h3{font-size:15px;font-weight:700;letter-spacing:.5px;margin-bottom:0}.wc-setup-content .recommended-item .recommended-item-description-container p{margin-top:0;line-height:1.5em}.wc-wizard-service-info{padding:1em 2em;background-color:#fafafa}.help_tip{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.wc-setup #tiptip_content{background:#5f6973}.wc-setup #tiptip_holder.tip_top #tiptip_arrow_inner{border-top-color:#5f6973}.wc-setup-shipping-recommended{border-bottom:1px solid #eee;margin-top:0;padding:30px 0} \ No newline at end of file diff --git a/assets/css/wc-setup.css b/assets/css/wc-setup.css index 7dc1a4c10e9..78261945a67 100644 --- a/assets/css/wc-setup.css +++ b/assets/css/wc-setup.css @@ -1 +1 @@ -@charset "UTF-8";body{margin:65px 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:30%}.wc-setup{text-align:center}.wc-setup .select2-container{text-align:left}.wc-setup .hidden{display:none}.wc-setup-content{box-shadow:0 1px 3px rgba(0,0,0,.13);padding:2em;margin:0 0 20px;background:#fff;overflow:hidden;zoom:1;text-align:left}.wc-setup-content h1,.wc-setup-content h2,.wc-setup-content h3,.wc-setup-content table{margin:0 0 20px;border:0;padding:0;color:#666;clear:none;font-weight:500}.wc-setup-content p{margin:20px 0;font-size:1em;line-height:1.75em;color:#666}.wc-setup-content table{font-size:1em;line-height:1.75em;color:#666}.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 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{padding:1em 0 0 1em;line-height:1em;font-size:1em;width:0;margin:6px 0 0;height:0;overflow:hidden;position:relative;display:inline-block}.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{padding:1em 0 0 1em;line-height:1em;font-size:1em;width:0;margin:0;height:0;overflow:hidden;position:relative;display:inline-block}.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;padding-bottom:2px}.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 outside;margin:0}.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.button{background-color:#f7f7f7;border-color:#ccc;color:#23282d;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #ccc;text-shadow:1px 0 1px #eee,0 1px 1px #eee;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.button:active,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button:focus,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button:hover{background:#f5f5f5;border-color:#aaa}.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary{color:#fff;background-color:#bb77ae;border-color:#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}.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary:active,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary:focus,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary:hover{color:#fff;background:#a36597;border-color:#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:normal 20px/1 dashicons;speak:none;display:inline-block;padding:0 10px 0 0;top:1px;position:relative;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-newsletter{padding:24px 24px 0;margin:0 0 24px;overflow:hidden;background:#f5f5f5}.wc-setup-content .updated p,.wc-setup-content .woocommerce-newsletter p{padding:0;margin:0 0 12px}.wc-setup-content .updated form,.wc-setup-content .updated p:last-child,.wc-setup-content .woocommerce-newsletter form,.wc-setup-content .woocommerce-newsletter p:last-child{margin:0 0 24px}.wc-setup-content .woocommerce-tracker{margin:24px 0;border:1px solid #eee;padding:20px;border-radius:4px;overflow:hidden}.wc-setup-content .woocommerce-tracker p{font-size:14px;line-height:1.5em}.wc-setup-content .woocommerce-tracker .checkbox{line-height:24px;font-weight:500;font-size:1em;margin-top:0;margin-bottom:20px}.wc-setup-content .checkbox input[type=checkbox]{opacity:0;position:absolute;left:-9999px}.wc-setup-content .checkbox label{position:relative;display:inline-block;padding-left:28px}.wc-setup-content .checkbox label:after,.wc-setup-content .checkbox label:before{position:absolute;content:"";display:inline-block}.wc-setup-content .checkbox label:before{height:16px;width:16px;left:0;top:3px;border:1px solid #aaa;background-color:#fff;border-radius:3px}.wc-setup-content .checkbox label:after{height:5px;width:9px;border-left:2px solid;border-bottom:2px solid;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:4px;top:7px;color:#fff}.wc-setup-content .checkbox input[type=checkbox]+label::after{content:none}.wc-setup-content .checkbox input[type=checkbox]:checked+label::after{content:""}.wc-setup-content .checkbox input[type=checkbox]:focus+label::before{outline:#3b99fc auto 5px}.wc-setup-content .checkbox input[type=checkbox]:checked+label::before{background:#935687;border-color:#935687}.wc-setup-steps{padding:0 0 24px;margin:0;list-style:none outside;overflow:hidden;color:#ccc;width:100%;display:-webkit-inline-box;display:inline-flex}.wc-setup-steps li{width:100%;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 a{color:#a16696;text-decoration:none;padding:1.5em;margin:-1.5em;position:relative;z-index:1}.wc-setup-steps li a:focus,.wc-setup-steps li a:hover{color:#111;text-decoration:underline}.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;font-weight:700}.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;margin:20px 0 0;position:relative}.wc-setup .wc-setup-actions .button{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;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;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;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.wc-setup-content p:last-child{margin-bottom:0}.wc-setup-content p.store-setup{margin-top:0}.wc-setup-footer-links{font-size:.85em;color:#7b7b7b;margin:1.18em auto;display:inline-block;text-align:center}.wc-wizard-storefront .wc-wizard-storefront-intro{padding:40px 40px 0;background:#f5f5f5;text-align:center}.wc-wizard-storefront .wc-wizard-storefront-intro img{margin:40px 0 0 0;width:100%;display:block}.wc-wizard-storefront .wc-wizard-storefront-features{list-style:none outside;margin:0 0 20px;padding:0 0 0 30px;overflow:hidden}.wc-wizard-storefront .wc-wizard-storefront-feature{margin:0;padding:20px 30px 20px 2em;width:50%;box-sizing:border-box}.wc-wizard-storefront .wc-wizard-storefront-feature::before{margin-left:-2em;position:absolute}.wc-wizard-storefront .wc-wizard-storefront-feature.first{clear:both;float:left}.wc-wizard-storefront .wc-wizard-storefront-feature.last{float:right}.wc-wizard-storefront .wc-wizard-storefront-feature__bulletproof::before{content:'🔒'}.wc-wizard-storefront .wc-wizard-storefront-feature__mobile::before{content:'📱'}.wc-wizard-storefront .wc-wizard-storefront-feature__accessibility::before{content:'👓'}.wc-wizard-storefront .wc-wizard-storefront-feature__search::before{content:'🔍'}.wc-wizard-storefront .wc-wizard-storefront-feature__compatibility::before{content:'🔧'}.wc-wizard-storefront .wc-wizard-storefront-feature__extendable::before{content:'🎨'}.wc-wizard-services{border:1px solid #eee;padding:0;margin:0 0 1em;list-style:none outside;border-radius:4px;overflow:hidden}.wc-wizard-services p{margin:0 0 1em 0;padding:0;font-size:1em;line-height:1.5em}.wc-wizard-service-item,.wc-wizard-services-list-toggle{display:-webkit-box;display:flex;flex-wrap:nowrap;-webkit-box-pack:justify;justify-content:space-between;padding:0;border-bottom:1px solid #eee;color:#666;-webkit-box-align:center;align-items:center}.wc-wizard-service-item:last-child,.wc-wizard-services-list-toggle:last-child{border-bottom:0}.wc-wizard-service-item .payment-gateway-fee,.wc-wizard-services-list-toggle .payment-gateway-fee{color:#a6a6a6}.wc-wizard-service-item .wc-wizard-service-name,.wc-wizard-services-list-toggle .wc-wizard-service-name{flex-basis:0;min-width:160px;text-align:center;font-weight:700;padding:2em 0;align-self:stretch;display:-webkit-box;display:flex;-webkit-box-align:baseline;align-items:baseline}.wc-wizard-payment-gateway-form .wc-wizard-service-item .wc-wizard-service-name,.wc-wizard-payment-gateway-form .wc-wizard-services-list-toggle .wc-wizard-service-name{-webkit-box-pack:center;justify-content:center}.wc-wizard-service-item .wc-wizard-service-name img,.wc-wizard-services-list-toggle .wc-wizard-service-name img{max-width:75px}.wc-wizard-service-item.stripe-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.stripe-logo .wc-wizard-service-name img{padding:8px 0}.wc-wizard-service-item.paypal-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.paypal-logo .wc-wizard-service-name img{max-width:87px;padding:2px 0}.wc-wizard-service-item.klarna-logo .wc-wizard-service-name,.wc-wizard-services-list-toggle.klarna-logo .wc-wizard-service-name{background:#000}.wc-wizard-service-item.klarna-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.klarna-logo .wc-wizard-service-name img{max-width:87px;padding:12px 0}.wc-wizard-service-item.square-logo .wc-wizard-service-name,.wc-wizard-services-list-toggle.square-logo .wc-wizard-service-name{background:#000}.wc-wizard-service-item.square-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.square-logo .wc-wizard-service-name img{max-width:95px;padding:12px 0}.wc-wizard-service-item.eway-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.eway-logo .wc-wizard-service-name img{max-width:87px}.wc-wizard-service-item.payfast-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.payfast-logo .wc-wizard-service-name img{max-width:140px}.wc-wizard-service-item .wc-wizard-service-description,.wc-wizard-services-list-toggle .wc-wizard-service-description{-webkit-box-flex:1;flex-grow:1;padding:20px}.wc-wizard-service-item .wc-wizard-service-description p,.wc-wizard-services-list-toggle .wc-wizard-service-description p{margin-bottom:1em}.wc-wizard-service-item .wc-wizard-service-description p:last-child,.wc-wizard-services-list-toggle .wc-wizard-service-description p:last-child{margin-bottom:0}.wc-wizard-service-item .wc-wizard-service-description .wc-wizard-service-settings-description,.wc-wizard-services-list-toggle .wc-wizard-service-description .wc-wizard-service-settings-description{display:block;font-style:italic;color:#999}.wc-wizard-service-item .wc-wizard-service-enable,.wc-wizard-services-list-toggle .wc-wizard-service-enable{flex-basis:0;min-width:75px;text-align:center;cursor:pointer;padding:2em 0;position:relative;max-height:1.5em;align-self:flex-start}.wc-wizard-service-item .wc-wizard-service-toggle,.wc-wizard-services-list-toggle .wc-wizard-service-toggle{height:16px;width:32px;border:2px solid #935687;background-color:#935687;display:inline-block;text-indent:-9999px;border-radius:10em;position:relative}.wc-wizard-service-item .wc-wizard-service-toggle input[type=checkbox],.wc-wizard-services-list-toggle .wc-wizard-service-toggle input[type=checkbox]{display:none}.wc-wizard-service-item .wc-wizard-service-toggle:before,.wc-wizard-services-list-toggle .wc-wizard-service-toggle:before{content:"";display:block;width:16px;height:16px;background:#fff;position:absolute;top:0;right:0;border-radius:100%}.wc-wizard-service-item .wc-wizard-service-toggle.disabled,.wc-wizard-services-list-toggle .wc-wizard-service-toggle.disabled{border-color:#999;background-color:#999}.wc-wizard-service-item .wc-wizard-service-toggle.disabled:before,.wc-wizard-services-list-toggle .wc-wizard-service-toggle.disabled:before{right:auto;left:0}.wc-wizard-service-item .wc-wizard-service-settings,.wc-wizard-services-list-toggle .wc-wizard-service-settings{display:none;margin-top:.75em;margin-bottom:0;cursor:default}.wc-wizard-service-item .wc-wizard-service-settings.hide,.wc-wizard-services-list-toggle .wc-wizard-service-settings.hide{display:none}.wc-wizard-service-item.checked .wc-wizard-service-settings,.wc-wizard-services-list-toggle.checked .wc-wizard-service-settings{display:inline-block}.wc-wizard-service-item.checked .wc-wizard-service-settings.hide,.wc-wizard-services-list-toggle.checked .wc-wizard-service-settings.hide{display:none}.wc-wizard-service-item.closed,.wc-wizard-services-list-toggle.closed{border-bottom:0}.wc-wizard-services-list-toggle{cursor:pointer}.wc-wizard-services-list-toggle .wc-wizard-service-enable::before{content:"\f343";font-family:dashicons;visibility:initial;color:#666;font-size:25px;margin-top:-7px;margin-left:-5px;position:absolute;visibility:visible}.wc-wizard-services-list-toggle.closed .wc-wizard-service-enable::before{content:"\f347"}.wc-wizard-services-list-toggle .wc-wizard-service-enable input{visibility:hidden;position:relative}.wc-wizard-services.manual .wc-wizard-service-item{display:none}.wc-wizard-services.shipping .wc-wizard-service-name{font-weight:400;text-align:left;-webkit-box-align:center;align-items:center;max-height:5em;padding:0}.wc-wizard-services.shipping .wc-wizard-service-item{padding-left:2em;padding-top:.67em}.wc-wizard-services.shipping .wc-wizard-service-item:first-child{border-bottom:0;padding-bottom:0;font-weight:700}.wc-wizard-services.shipping .wc-wizard-service-item:first-child .wc-wizard-service-name{font-weight:700}.wc-wizard-services.shipping .shipping-method-setting,.wc-wizard-services.shipping .wc-wizard-shipping-method-select{display:-webkit-box;display:flex}.wc-wizard-services.shipping .shipping-method-setting.hide,.wc-wizard-services.shipping .wc-wizard-shipping-method-select.hide{display:none}.wc-wizard-services.shipping .shipping-method-setting input,.wc-wizard-services.shipping .wc-wizard-shipping-method-dropdown{margin-right:2em;margin-bottom:1em}.wc-wizard-services.shipping .shipping-method-setting input .select2,.wc-wizard-services.shipping .wc-wizard-shipping-method-dropdown .select2{min-width:130px}.wc-wizard-services.shipping .wc-wizard-service-description{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;color:#a6a6a6}.wc-wizard-services.shipping .wc-wizard-service-item:not(:first-child) .wc-wizard-service-description{font-size:.92em;padding-bottom:10px}.wc-wizard-services.shipping .shipping-method-setting input{width:95px;border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:28px;padding-left:8px;padding-right:24px;font-size:14px;color:#444;background-color:#fff;display:inline-block}.wc-wizard-services.shipping .shipping-method-description,.wc-wizard-services.shipping .shipping-method-setting .description{color:#7e7e7e;font-size:.9em}.wc-wizard-services.shipping .shipping-method-setting input::-webkit-input-placeholder{color:#e1e1e1}.wc-wizard-services.shipping .shipping-method-setting input::-moz-placeholder{color:#e1e1e1}.wc-wizard-services.shipping .shipping-method-setting input:-ms-input-placeholder{color:#e1e1e1}.wc-wizard-services.shipping .shipping-method-setting input::-ms-input-placeholder{color:#e1e1e1}.wc-wizard-services.shipping .shipping-method-setting input::placeholder{color:#e1e1e1}.wc-setup-shipping-units p{line-height:1.5em;font-size:13px;margin-bottom:.25em}.wc-setup-shipping-units .wc-setup-shipping-unit{margin-bottom:1.75em}.wc-setup-shipping-units .wc-setup-shipping-unit .select2{min-width:100%}.hide{display:none}.wc-wizard-features{display:-webkit-box;display:flex;flex-wrap:wrap;list-style:none;padding:0}.wc-wizard-features .wc-wizard-feature-item{flex-basis:calc(50% - 4em - 3px);border:1px solid #eee;padding:2em}.wc-wizard-features .wc-wizard-feature-item:nth-child(1){border-radius:4px 0 0 0}.wc-wizard-features .wc-wizard-feature-item:nth-child(2){border-left:0;border-radius:0 4px 0 0}.wc-wizard-features .wc-wizard-feature-item:nth-child(3){border-top:0;border-radius:0 0 0 4px}.wc-wizard-features .wc-wizard-feature-item:nth-child(4){border-top:0;border-left:0;border-radius:0 0 4px 0}.wc-wizard-features p.wc-wizard-feature-description,.wc-wizard-features p.wc-wizard-feature-name{margin:0;line-height:1.5em}h3.jetpack-reasons{text-align:center;margin:3em 0 1em 0;font-size:14px}.jetpack-logo,.wcs-notice{display:block;margin:1.75em auto 2em auto;max-height:175px}.activate-splash .jetpack-logo{width:170px;margin-bottom:0}.activate-splash .wcs-notice{margin-top:1em;padding-left:57px}.step{text-align:center}.wc-setup .wc-setup-actions .button{font-weight:300;font-size:16px;padding:1em 2em;box-shadow:none;min-width:12em;min-width:auto;margin-top:10px}.wc-setup .wc-setup-actions .button:active,.wc-setup .wc-setup-actions .button:focus,.wc-setup .wc-setup-actions .button:hover{box-shadow:none}.wc-setup .wc-setup-actions .plugin-install-info{display:block;font-style:italic;color:#999;font-size:14px;line-height:1.5em;margin:5px 0}.wc-setup .wc-setup-actions .plugin-install-info>*{display:block}.wc-setup .wc-setup-actions .plugin-install-info .plugin-install-info-list-item:not(:last-child)::after{content:', '}.wc-setup .wc-setup-actions .plugin-install-info a{white-space:nowrap}.wc-setup .wc-setup-actions .plugin-install-info a:not(:hover):not(:focus){color:inherit}.plugin-install-source{background:rgba(187,119,174,.15)}.plugin-install-source:not(.wc-wizard-service-item){box-shadow:0 0 0 10px rgba(187,119,174,.15)}.location-prompt{color:#666;font-size:13px;font-weight:500;margin-bottom:.5em;margin-top:.85em;display:inline-block}.location-input{border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:30px;width:calc(100% - 8px - 24px - 2px);padding-left:8px;padding-right:24px;font-size:16px;color:#444;background-color:#fff;display:inline-block}.location-input.dropdown{width:100%}.address-step .select2{min-width:100%}.store-address-container .city-and-postcode{display:-webkit-box;display:flex}.store-address-container .city-and-postcode div{flex-basis:50%;margin-right:1em}.store-address-container .city-and-postcode div:last-of-type{margin-right:0}.store-address-container .select2-container,.store-address-container input[type=text],.store-address-container select{margin-bottom:10px}.product-type-container{margin-top:14px;margin-bottom:1px}#woocommerce_sell_in_person{margin-left:0}.wc-wizard-service-settings .payment-email-input{border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:30px;padding:0 8px;font-size:14px;color:#444;background-color:#fff;display:inline-block}.newsletter-form-container{display:-webkit-box;display:flex}.newsletter-form-container .newsletter-form-email{border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:42px;padding:0 8px;font-size:16px;color:#666;background-color:#fff;display:inline-block;margin-right:6px;-webkit-box-flex:1;flex-grow:1}.newsletter-form-container .newsletter-form-button-container{-webkit-box-flex:0;flex-grow:0}.wc-setup .wc-setup-actions .button.newsletter-form-button{height:42px;padding:0 1em;margin:0}.wc-wizard-next-steps{border:1px solid #eee;border-radius:4px;list-style:none;padding:0}.wc-wizard-next-steps li{padding:0}.wc-wizard-next-steps .wc-wizard-next-step-item{display:-webkit-box;display:flex;border-top:1px solid #eee}.wc-wizard-next-steps .wc-wizard-next-step-item:first-child{border-top:0}.wc-wizard-next-steps .wc-wizard-next-step-description{-webkit-box-flex:1;flex-grow:1;margin:1.5em}.wc-wizard-next-steps .wc-wizard-next-step-action{-webkit-box-flex:0;flex-grow:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.wc-wizard-next-steps .wc-wizard-next-step-action .button{margin:1em 1.5em}.wc-wizard-next-steps p.next-step-heading{margin:0;font-size:.95em;font-weight:400;font-variant:all-petite-caps}.wc-wizard-next-steps p.next-step-extra-info{margin:0}.wc-wizard-next-steps h3.next-step-description{margin:0;font-size:16px;font-weight:600}.wc-wizard-next-steps .wc-wizard-additional-steps{border-top:1px solid #eee}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-wizard-next-step-description{margin-bottom:0}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-setup-actions{margin:0 0 1.5em 0}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-setup-actions .button{font-size:15px;margin:1em 0 1em 1.5em}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-setup-actions .button::last-child{margin-right:1.5em}p.next-steps-help-text{color:#9f9f9f;padding:0 2em;text-align:center;font-size:.9em}p.jetpack-terms{font-size:.8em;text-align:center;max-width:480px;margin:0 auto;line-height:1.5em}.woocommerce-error{background:#ffe6e5;border-color:#ffc5c2;padding:1em;margin-bottom:1em}.woocommerce-error p{margin-top:0;margin-bottom:.5em;color:#444}.woocommerce-error a{color:#ff645c}.woocommerce-error .reconnect-reminder{font-size:.85em}.woocommerce-error .wc-setup-actions .button{font-size:14px}.wc-wizard-service-setting-ppec_paypal_reroute_requests,.wc-wizard-service-setting-stripe_create_account{display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start}.wc-wizard-service-setting-ppec_paypal_reroute_requests .payment-checkbox-input,.wc-wizard-service-setting-stripe_create_account .payment-checkbox-input{-webkit-box-ordinal-group:2;order:1;margin-top:5px;margin-left:0;margin-right:0;width:1.5em}.wc-wizard-service-setting-ppec_paypal_reroute_requests .ppec_paypal_reroute_requests,.wc-wizard-service-setting-ppec_paypal_reroute_requests .stripe_create_account,.wc-wizard-service-setting-stripe_create_account .ppec_paypal_reroute_requests,.wc-wizard-service-setting-stripe_create_account .stripe_create_account{-webkit-box-ordinal-group:3;order:2;margin-left:.3em}.wc-wizard-service-setting-ppec_paypal_email,.wc-wizard-service-setting-stripe_email{margin-top:.75em;margin-left:1.5em}.wc-wizard-service-setting-ppec_paypal_email label.ppec_paypal_email,.wc-wizard-service-setting-ppec_paypal_email label.stripe_email,.wc-wizard-service-setting-stripe_email label.ppec_paypal_email,.wc-wizard-service-setting-stripe_email label.stripe_email{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.wc-wizard-service-setting-ppec_paypal_email input.payment-email-input,.wc-wizard-service-setting-stripe_email input.payment-email-input{box-sizing:border-box;margin-bottom:.5em;width:100%;height:32px}.wc-setup-content .recommended-step{border:1px solid #ebebeb;border-radius:4px;padding:2.5em}.wc-setup-content .recommended-step li{list-style:none}.wc-setup-content .recommended-step li:last-child label{margin-bottom:0}.wc-setup-content .recommended-step label{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin-bottom:1.5em}.wc-setup-content .recommended-step label:after,.wc-setup-content .recommended-step label:before{top:auto}.wc-setup-content .recommended-step label:after{margin-top:-1.5px}.wc-setup-content .recommended-step .recommended-item-icon{border:1px solid #fff;border-radius:7px;height:3.5em;margin-right:1em;margin-left:4px}.wc-setup-content .recommended-step .recommended-item-icon.recommended-item-icon-storefront_theme{background-color:#f4a224;max-height:3em;max-width:3em;padding:.25em}.wc-setup-content .recommended-step .recommended-item-icon.recommended-item-icon-automated_taxes{background-color:#d0011b;max-height:1.75em;padding:.875em}.wc-setup-content .recommended-step .recommended-item-icon.recommended-item-icon-mailchimp{background-color:#209bbb;height:2em;padding:.75em}.wc-setup-content .recommended-step .recommended-item-description-container h3{font-size:15px;font-weight:700;letter-spacing:.5px;margin-bottom:0}.wc-setup-content .recommended-step .recommended-item-description-container p{margin-top:0;line-height:1.5em} \ No newline at end of file +@charset "UTF-8";body{margin:65px 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:30%}.wc-setup{text-align:center}.wc-setup .select2-container{text-align:left}.wc-setup .hidden{display:none}.wc-setup-content{box-shadow:0 1px 3px rgba(0,0,0,.13);padding:2em;margin:0 0 20px;background:#fff;overflow:hidden;zoom:1;text-align:left}.wc-setup-content h1,.wc-setup-content h2,.wc-setup-content h3,.wc-setup-content table{margin:0 0 20px;border:0;padding:0;color:#666;clear:none;font-weight:500}.wc-setup-content p{margin:20px 0;font-size:1em;line-height:1.75em;color:#666}.wc-setup-content table{font-size:1em;line-height:1.75em;color:#666}.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 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{padding:1em 0 0 1em;line-height:1em;font-size:1em;width:0;margin:6px 0 0;height:0;overflow:hidden;position:relative;display:inline-block}.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{padding:1em 0 0 1em;line-height:1em;font-size:1em;width:0;margin:0;height:0;overflow:hidden;position:relative;display:inline-block}.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;padding-bottom:2px}.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 outside;margin:0}.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.button{background-color:#f7f7f7;border-color:#ccc;color:#23282d;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #ccc;text-shadow:1px 0 1px #eee,0 1px 1px #eee;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.button:active,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button:focus,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button:hover{background:#f5f5f5;border-color:#aaa}.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary{color:#fff;background-color:#bb77ae;border-color:#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}.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary:active,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary:focus,.wc-setup-content .wc-setup-next-steps ul .setup-product a.button-primary:hover{color:#fff;background:#a36597;border-color:#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:normal 20px/1 dashicons;speak:none;display:inline-block;padding:0 10px 0 0;top:1px;position:relative;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-newsletter{padding:24px 24px 0;margin:0 0 24px;overflow:hidden;background:#f5f5f5}.wc-setup-content .updated p,.wc-setup-content .woocommerce-newsletter p{padding:0;margin:0 0 12px}.wc-setup-content .updated form,.wc-setup-content .updated p:last-child,.wc-setup-content .woocommerce-newsletter form,.wc-setup-content .woocommerce-newsletter p:last-child{margin:0 0 24px}.wc-setup-content .woocommerce-tracker{margin:24px 0;border:1px solid #eee;padding:20px;border-radius:4px;overflow:hidden}.wc-setup-content .woocommerce-tracker p{font-size:14px;line-height:1.5em}.wc-setup-content .woocommerce-tracker .checkbox{line-height:24px;font-weight:500;font-size:1em;margin-top:0;margin-bottom:20px}.wc-setup-content .checkbox input[type=checkbox]{opacity:0;position:absolute;left:-9999px}.wc-setup-content .checkbox label{position:relative;display:inline-block;padding-left:28px}.wc-setup-content .checkbox label:after,.wc-setup-content .checkbox label:before{position:absolute;content:"";display:inline-block}.wc-setup-content .checkbox label:before{height:16px;width:16px;left:0;top:3px;border:1px solid #aaa;background-color:#fff;border-radius:3px}.wc-setup-content .checkbox label:after{height:5px;width:9px;border-left:2px solid;border-bottom:2px solid;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:4px;top:7px;color:#fff}.wc-setup-content .checkbox input[type=checkbox]+label::after{content:none}.wc-setup-content .checkbox input[type=checkbox]:checked+label::after{content:""}.wc-setup-content .checkbox input[type=checkbox]:focus+label::before{outline:#3b99fc auto 5px}.wc-setup-content .checkbox input[type=checkbox]:checked+label::before{background:#935687;border-color:#935687}.wc-setup-steps{padding:0 0 24px;margin:0;list-style:none outside;overflow:hidden;color:#ccc;width:100%;display:-webkit-inline-box;display:inline-flex}.wc-setup-steps li{width:100%;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 a{color:#a16696;text-decoration:none;padding:1.5em;margin:-1.5em;position:relative;z-index:1}.wc-setup-steps li a:focus,.wc-setup-steps li a:hover{color:#111;text-decoration:underline}.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;font-weight:700}.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;margin:20px 0 0;position:relative}.wc-setup .wc-setup-actions .button{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;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;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;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 0 #a36597}.wc-setup-content p:last-child{margin-bottom:0}.wc-setup-content p.store-setup{margin-top:0}.wc-setup-footer-links{font-size:.85em;color:#7b7b7b;margin:1.18em auto;display:inline-block;text-align:center}.wc-wizard-storefront .wc-wizard-storefront-intro{padding:40px 40px 0;background:#f5f5f5;text-align:center}.wc-wizard-storefront .wc-wizard-storefront-intro img{margin:40px 0 0 0;width:100%;display:block}.wc-wizard-storefront .wc-wizard-storefront-features{list-style:none outside;margin:0 0 20px;padding:0 0 0 30px;overflow:hidden}.wc-wizard-storefront .wc-wizard-storefront-feature{margin:0;padding:20px 30px 20px 2em;width:50%;box-sizing:border-box}.wc-wizard-storefront .wc-wizard-storefront-feature::before{margin-left:-2em;position:absolute}.wc-wizard-storefront .wc-wizard-storefront-feature.first{clear:both;float:left}.wc-wizard-storefront .wc-wizard-storefront-feature.last{float:right}.wc-wizard-storefront .wc-wizard-storefront-feature__bulletproof::before{content:'🔒'}.wc-wizard-storefront .wc-wizard-storefront-feature__mobile::before{content:'📱'}.wc-wizard-storefront .wc-wizard-storefront-feature__accessibility::before{content:'👓'}.wc-wizard-storefront .wc-wizard-storefront-feature__search::before{content:'🔍'}.wc-wizard-storefront .wc-wizard-storefront-feature__compatibility::before{content:'🔧'}.wc-wizard-storefront .wc-wizard-storefront-feature__extendable::before{content:'🎨'}.wc-wizard-services{border:1px solid #eee;padding:0;margin:0 0 1em;list-style:none outside;border-radius:4px;overflow:hidden}.wc-wizard-services p{margin:0 0 1em 0;padding:0;font-size:1em;line-height:1.5em}.wc-wizard-service-item,.wc-wizard-services-list-toggle{display:-webkit-box;display:flex;flex-wrap:nowrap;-webkit-box-pack:justify;justify-content:space-between;padding:0;border-bottom:1px solid #eee;color:#666;-webkit-box-align:center;align-items:center}.wc-wizard-service-item:last-child,.wc-wizard-services-list-toggle:last-child{border-bottom:0}.wc-wizard-service-item .payment-gateway-fee,.wc-wizard-services-list-toggle .payment-gateway-fee{color:#a6a6a6}.wc-wizard-service-item .wc-wizard-service-name,.wc-wizard-services-list-toggle .wc-wizard-service-name{flex-basis:0;min-width:160px;text-align:center;font-weight:700;padding:2em 0;align-self:stretch;display:-webkit-box;display:flex;-webkit-box-align:baseline;align-items:baseline}.wc-wizard-payment-gateway-form .wc-wizard-service-item .wc-wizard-service-name,.wc-wizard-payment-gateway-form .wc-wizard-services-list-toggle .wc-wizard-service-name{-webkit-box-pack:center;justify-content:center}.wc-wizard-service-item .wc-wizard-service-name img,.wc-wizard-services-list-toggle .wc-wizard-service-name img{max-width:75px}.wc-wizard-service-item.stripe-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.stripe-logo .wc-wizard-service-name img{padding:8px 0}.wc-wizard-service-item.paypal-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.paypal-logo .wc-wizard-service-name img{max-width:87px;padding:2px 0}.wc-wizard-service-item.klarna-logo .wc-wizard-service-name,.wc-wizard-services-list-toggle.klarna-logo .wc-wizard-service-name{background:#000}.wc-wizard-service-item.klarna-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.klarna-logo .wc-wizard-service-name img{max-width:87px;padding:12px 0}.wc-wizard-service-item.square-logo .wc-wizard-service-name,.wc-wizard-services-list-toggle.square-logo .wc-wizard-service-name{background:#000}.wc-wizard-service-item.square-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.square-logo .wc-wizard-service-name img{max-width:95px;padding:12px 0}.wc-wizard-service-item.eway-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.eway-logo .wc-wizard-service-name img{max-width:87px}.wc-wizard-service-item.payfast-logo .wc-wizard-service-name img,.wc-wizard-services-list-toggle.payfast-logo .wc-wizard-service-name img{max-width:140px}.wc-wizard-service-item .wc-wizard-service-description,.wc-wizard-services-list-toggle .wc-wizard-service-description{-webkit-box-flex:1;flex-grow:1;padding:20px}.wc-wizard-service-item .wc-wizard-service-description p,.wc-wizard-services-list-toggle .wc-wizard-service-description p{margin-bottom:1em}.wc-wizard-service-item .wc-wizard-service-description p:last-child,.wc-wizard-services-list-toggle .wc-wizard-service-description p:last-child{margin-bottom:0}.wc-wizard-service-item .wc-wizard-service-description .wc-wizard-service-settings-description,.wc-wizard-services-list-toggle .wc-wizard-service-description .wc-wizard-service-settings-description{display:block;font-style:italic;color:#999}.wc-wizard-service-item .wc-wizard-service-enable,.wc-wizard-services-list-toggle .wc-wizard-service-enable{flex-basis:0;min-width:75px;text-align:center;cursor:pointer;padding:2em 0;position:relative;max-height:1.5em;align-self:flex-start}.wc-wizard-service-item .wc-wizard-service-toggle,.wc-wizard-services-list-toggle .wc-wizard-service-toggle{height:16px;width:32px;border:2px solid #935687;background-color:#935687;display:inline-block;text-indent:-9999px;border-radius:10em;position:relative}.wc-wizard-service-item .wc-wizard-service-toggle input[type=checkbox],.wc-wizard-services-list-toggle .wc-wizard-service-toggle input[type=checkbox]{display:none}.wc-wizard-service-item .wc-wizard-service-toggle:before,.wc-wizard-services-list-toggle .wc-wizard-service-toggle:before{content:"";display:block;width:16px;height:16px;background:#fff;position:absolute;top:0;right:0;border-radius:100%}.wc-wizard-service-item .wc-wizard-service-toggle.disabled,.wc-wizard-services-list-toggle .wc-wizard-service-toggle.disabled{border-color:#999;background-color:#999}.wc-wizard-service-item .wc-wizard-service-toggle.disabled:before,.wc-wizard-services-list-toggle .wc-wizard-service-toggle.disabled:before{right:auto;left:0}.wc-wizard-service-item .wc-wizard-service-settings,.wc-wizard-services-list-toggle .wc-wizard-service-settings{display:none;margin-top:.75em;margin-bottom:0;cursor:default}.wc-wizard-service-item .wc-wizard-service-settings.hide,.wc-wizard-services-list-toggle .wc-wizard-service-settings.hide{display:none}.wc-wizard-service-item.checked .wc-wizard-service-settings,.wc-wizard-services-list-toggle.checked .wc-wizard-service-settings{display:inline-block}.wc-wizard-service-item.checked .wc-wizard-service-settings.hide,.wc-wizard-services-list-toggle.checked .wc-wizard-service-settings.hide{display:none}.wc-wizard-service-item.closed,.wc-wizard-services-list-toggle.closed{border-bottom:0}.wc-wizard-services-list-toggle{cursor:pointer}.wc-wizard-services-list-toggle .wc-wizard-service-enable::before{content:"\f343";font-family:dashicons;visibility:initial;color:#666;font-size:25px;margin-top:-7px;margin-left:-5px;position:absolute;visibility:visible}.wc-wizard-services-list-toggle.closed .wc-wizard-service-enable::before{content:"\f347"}.wc-wizard-services-list-toggle .wc-wizard-service-enable input{visibility:hidden;position:relative}.wc-wizard-services.manual .wc-wizard-service-item{display:none}.wc-wizard-services.shipping{margin:0}.wc-wizard-services.shipping .wc-wizard-service-name{font-weight:400;text-align:left;-webkit-box-align:center;align-items:center;max-height:5em;padding:0}.wc-wizard-services.shipping .wc-wizard-service-item{padding-left:2em;padding-top:.67em}.wc-wizard-services.shipping .wc-wizard-service-item:first-child{border-bottom:0;padding-bottom:0;font-weight:700}.wc-wizard-services.shipping .wc-wizard-service-item:first-child .wc-wizard-service-name{font-weight:700}.wc-wizard-services.shipping .shipping-method-setting,.wc-wizard-services.shipping .wc-wizard-shipping-method-select{display:-webkit-box;display:flex}.wc-wizard-services.shipping .shipping-method-setting.hide,.wc-wizard-services.shipping .wc-wizard-shipping-method-select.hide{display:none}.wc-wizard-services.shipping .shipping-method-setting input,.wc-wizard-services.shipping .wc-wizard-shipping-method-dropdown{margin-right:2em;margin-bottom:1em}.wc-wizard-services.shipping .shipping-method-setting input .select2,.wc-wizard-services.shipping .wc-wizard-shipping-method-dropdown .select2{min-width:130px}.wc-wizard-services.shipping .wc-wizard-service-description{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;color:#a6a6a6}.wc-wizard-services.shipping .wc-wizard-service-item:not(:first-child) .wc-wizard-service-description{font-size:.92em;padding-bottom:10px}.wc-wizard-services.shipping .shipping-method-setting input{width:95px;border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:28px;padding-left:8px;padding-right:24px;font-size:14px;color:#444;background-color:#fff;display:inline-block}.wc-wizard-services.shipping .shipping-method-description,.wc-wizard-services.shipping .shipping-method-setting .description{color:#7e7e7e;font-size:.9em}.wc-wizard-services.shipping .shipping-method-setting input::-webkit-input-placeholder{color:#e1e1e1}.wc-wizard-services.shipping .shipping-method-setting input::-ms-input-placeholder{color:#e1e1e1}.wc-wizard-services.shipping .shipping-method-setting input::placeholder{color:#e1e1e1}.wc-setup-shipping-units p{line-height:1.5em;font-size:13px;margin-bottom:.25em;text-align:center}.wc-setup-shipping-units .wc-setup-shipping-unit{margin-bottom:1.75em}.wc-setup-shipping-units .wc-setup-shipping-unit .select2{min-width:125px;top:-5px}.hide{display:none}.wc-wizard-features{display:-webkit-box;display:flex;flex-wrap:wrap;list-style:none;padding:0}.wc-wizard-features .wc-wizard-feature-item{flex-basis:calc(50% - 4em - 3px);border:1px solid #eee;padding:2em}.wc-wizard-features .wc-wizard-feature-item:nth-child(1){border-radius:4px 0 0 0}.wc-wizard-features .wc-wizard-feature-item:nth-child(2){border-left:0;border-radius:0 4px 0 0}.wc-wizard-features .wc-wizard-feature-item:nth-child(3){border-top:0;border-radius:0 0 0 4px}.wc-wizard-features .wc-wizard-feature-item:nth-child(4){border-top:0;border-left:0;border-radius:0 0 4px 0}.wc-wizard-features p.wc-wizard-feature-description,.wc-wizard-features p.wc-wizard-feature-name{margin:0;line-height:1.5em}h3.jetpack-reasons{text-align:center;margin:3em 0 1em 0;font-size:14px}.jetpack-logo,.wcs-notice{display:block;margin:1.75em auto 2em auto;max-height:175px}.activate-splash .jetpack-logo{width:170px;margin-bottom:0}.activate-splash .wcs-notice{margin-top:1em;padding-left:57px}.step{text-align:center}.wc-setup .wc-setup-actions .button{font-weight:300;font-size:16px;padding:1em 2em;box-shadow:none;min-width:12em;min-width:auto;margin-top:10px}.wc-setup .wc-setup-actions .button:active,.wc-setup .wc-setup-actions .button:focus,.wc-setup .wc-setup-actions .button:hover{box-shadow:none}.wc-setup .wc-setup-actions .plugin-install-info{display:block;font-style:italic;color:#999;font-size:14px;line-height:1.5em;margin:5px 0}.wc-setup .wc-setup-actions .plugin-install-info>*{display:block}.wc-setup .wc-setup-actions .plugin-install-info .plugin-install-info-list-item::after{content:', '}.wc-setup .wc-setup-actions .plugin-install-info .plugin-install-info-list-item:last-of-type::after{content:'. '}.wc-setup .wc-setup-actions .plugin-install-info a{white-space:nowrap}.wc-setup .wc-setup-actions .plugin-install-info a:not(:hover):not(:focus){color:inherit}.plugin-install-source{background:rgba(187,119,174,.15)}.plugin-install-source:not(.wc-wizard-service-item){box-shadow:0 0 0 10px rgba(187,119,174,.15)}.location-prompt{color:#666;font-size:13px;font-weight:500;margin-bottom:.5em;margin-top:.85em;display:inline-block}.location-input{border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:30px;width:calc(100% - 8px - 24px - 2px);padding-left:8px;padding-right:24px;font-size:16px;color:#444;background-color:#fff;display:inline-block}.location-input.dropdown{width:100%}.address-step .select2{min-width:100%}.store-address-container .city-and-postcode{display:-webkit-box;display:flex}.store-address-container .city-and-postcode div{flex-basis:50%;margin-right:1em}.store-address-container .city-and-postcode div:last-of-type{margin-right:0}.store-address-container .select2-container,.store-address-container input[type=text],.store-address-container select{margin-bottom:10px}.product-type-container{margin-top:14px;margin-bottom:1px}#woocommerce_sell_in_person{margin-left:0}.wc-wizard-service-settings .payment-email-input{border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:30px;padding:0 8px;font-size:14px;color:#444;background-color:#fff;display:inline-block}.wc-wizard-service-settings .payment-email-input[disabled]{color:#aaa}.newsletter-form-container{display:-webkit-box;display:flex}.newsletter-form-container .newsletter-form-email{border:1px solid #aaa;border-color:#ddd;border-radius:4px;height:42px;padding:0 8px;font-size:16px;color:#666;background-color:#fff;display:inline-block;margin-right:6px;-webkit-box-flex:1;flex-grow:1}.newsletter-form-container .newsletter-form-button-container{-webkit-box-flex:0;flex-grow:0}.wc-setup .wc-setup-actions .button.newsletter-form-button{height:42px;padding:0 1em;margin:0}.wc-wizard-next-steps{border:1px solid #eee;border-radius:4px;list-style:none;padding:0}.wc-wizard-next-steps li{padding:0}.wc-wizard-next-steps .wc-wizard-next-step-item{display:-webkit-box;display:flex;border-top:1px solid #eee}.wc-wizard-next-steps .wc-wizard-next-step-item:first-child{border-top:0}.wc-wizard-next-steps .wc-wizard-next-step-description{-webkit-box-flex:1;flex-grow:1;margin:1.5em}.wc-wizard-next-steps .wc-wizard-next-step-action{-webkit-box-flex:0;flex-grow:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.wc-wizard-next-steps .wc-wizard-next-step-action .button{margin:1em 1.5em}.wc-wizard-next-steps p.next-step-heading{margin:0;font-size:.95em;font-weight:400;font-variant:all-petite-caps}.wc-wizard-next-steps p.next-step-extra-info{margin:0}.wc-wizard-next-steps h3.next-step-description{margin:0;font-size:16px;font-weight:600}.wc-wizard-next-steps .wc-wizard-additional-steps{border-top:1px solid #eee}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-wizard-next-step-description{margin-bottom:0}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-setup-actions{margin:0 0 1.5em 0}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-setup-actions .button{font-size:15px;margin:1em 0 1em 1.5em}.wc-wizard-next-steps .wc-wizard-additional-steps .wc-setup-actions .button::last-child{margin-right:1.5em}p.next-steps-help-text{color:#9f9f9f;padding:0 2em;text-align:center;font-size:.9em}p.jetpack-terms{font-size:.8em;text-align:center;max-width:480px;margin:0 auto;line-height:1.5em}.woocommerce-error{background:#ffe6e5;border-color:#ffc5c2;padding:1em;margin-bottom:1em}.woocommerce-error p{margin-top:0;margin-bottom:.5em;color:#444}.woocommerce-error a{color:#ff645c}.woocommerce-error .reconnect-reminder{font-size:.85em}.woocommerce-error .wc-setup-actions .button{font-size:14px}.wc-wizard-service-setting-ppec_paypal_reroute_requests,.wc-wizard-service-setting-stripe_create_account{display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start}.wc-wizard-service-setting-ppec_paypal_reroute_requests .payment-checkbox-input,.wc-wizard-service-setting-stripe_create_account .payment-checkbox-input{-webkit-box-ordinal-group:2;order:1;margin-top:5px;margin-left:0;margin-right:0;width:1.5em}.wc-wizard-service-setting-ppec_paypal_reroute_requests .ppec_paypal_reroute_requests,.wc-wizard-service-setting-ppec_paypal_reroute_requests .stripe_create_account,.wc-wizard-service-setting-stripe_create_account .ppec_paypal_reroute_requests,.wc-wizard-service-setting-stripe_create_account .stripe_create_account{-webkit-box-ordinal-group:3;order:2;margin-left:.3em}.wc-wizard-service-setting-ppec_paypal_email,.wc-wizard-service-setting-stripe_email{margin-top:.75em;margin-left:1.5em}.wc-wizard-service-setting-ppec_paypal_email label.ppec_paypal_email,.wc-wizard-service-setting-ppec_paypal_email label.stripe_email,.wc-wizard-service-setting-stripe_email label.ppec_paypal_email,.wc-wizard-service-setting-stripe_email label.stripe_email{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.wc-wizard-service-setting-ppec_paypal_email input.payment-email-input,.wc-wizard-service-setting-stripe_email input.payment-email-input{box-sizing:border-box;margin-bottom:.5em;width:100%;height:32px}.wc-setup-content .recommended-step{border:1px solid #ebebeb;border-radius:4px;padding:2.5em}.wc-setup-content .recommended-item{list-style:none}.wc-setup-content .recommended-item:last-child label{margin-bottom:0}.wc-setup-content .recommended-item label{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin-bottom:1.5em}.wc-setup-content .recommended-item label:after,.wc-setup-content .recommended-item label:before{top:auto}.wc-setup-content .recommended-item label:after{margin-top:-1.5px}.wc-setup-content .recommended-item .recommended-item-icon{border:1px solid #fff;border-radius:7px;height:3.5em;margin-right:1em;margin-left:4px}.wc-setup-content .recommended-item .recommended-item-icon.recommended-item-icon-storefront_theme{background-color:#f4a224;max-height:3em;max-width:3em;padding:.25em}.wc-setup-content .recommended-item .recommended-item-icon.recommended-item-icon-automated_taxes{background-color:#d0011b;max-height:1.75em;padding:.875em}.wc-setup-content .recommended-item .recommended-item-icon.recommended-item-icon-mailchimp{background-color:#209bbb;height:2em;padding:.75em}.wc-setup-content .recommended-item .recommended-item-icon.recommended-item-icon-woocommerce_services{background-color:#f0f0f0;max-height:1.5em;padding:1.3em .7em}.wc-setup-content .recommended-item .recommended-item-icon.recommended-item-icon-shipstation{background-color:#f0f0f0;padding:.3em}.wc-setup-content .recommended-item .recommended-item-description-container h3{font-size:15px;font-weight:700;letter-spacing:.5px;margin-bottom:0}.wc-setup-content .recommended-item .recommended-item-description-container p{margin-top:0;line-height:1.5em}.wc-wizard-service-info{padding:1em 2em;background-color:#fafafa}.help_tip{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.wc-setup #tiptip_content{background:#5f6973}.wc-setup #tiptip_holder.tip_top #tiptip_arrow_inner{border-top-color:#5f6973}.wc-setup-shipping-recommended{border-bottom:1px solid #eee;margin-top:0;padding:30px 0} \ No newline at end of file diff --git a/assets/css/wc-setup.scss b/assets/css/wc-setup.scss index e7926dd69a4..bffdc285f41 100644 --- a/assets/css/wc-setup.scss +++ b/assets/css/wc-setup.scss @@ -767,6 +767,7 @@ body { // Shipping list of services .wc-wizard-services.shipping { + margin: 0; .wc-wizard-service-name { font-weight: normal; @@ -852,13 +853,15 @@ body { line-height: 1.5em; font-size: 13px; margin-bottom: 0.25em; + text-align: center; } .wc-setup-shipping-unit { margin-bottom: 1.75em; .select2 { - min-width: 100%; // widen dropdowns + min-width: 125px; // widen dropdowns + top: -5px; // vertically align dropdown value with surrounding text } } } @@ -960,10 +963,14 @@ h3.jetpack-reasons { display: block; } - .plugin-install-info-list-item:not(:last-child)::after { + .plugin-install-info-list-item::after { content: ', '; } + .plugin-install-info-list-item:last-of-type::after { + content: '. '; + } + a { white-space: nowrap; @@ -1053,6 +1060,10 @@ h3.jetpack-reasons { color: #444; background-color: #fff; display: inline-block; + + &[disabled] { + color: #aaa; + } } } @@ -1245,13 +1256,13 @@ p.jetpack-terms { border: 1px solid #ebebeb; border-radius: 4px; padding: 2.5em; +} - li { - list-style: none; +.wc-setup-content .recommended-item { + list-style: none; - &:last-child label { - margin-bottom: 0; // Avoid extra space at the end of the list. - } + &:last-child label { + margin-bottom: 0; // Avoid extra space at the end of the list. } label { @@ -1292,6 +1303,17 @@ p.jetpack-terms { height: 2em; padding: ( 3.5em - 2em ) / 2; } + + &.recommended-item-icon-woocommerce_services { + background-color: #f0f0f0; + max-height: 1.5em; + padding: 1.3em .7em; + } + + &.recommended-item-icon-shipstation { + background-color: #f0f0f0; + padding: .3em; + } } .recommended-item-description-container { @@ -1308,3 +1330,28 @@ p.jetpack-terms { } } } + +.wc-wizard-service-info { + padding: 1em 2em; + background-color: #fafafa; +} + +.help_tip { + text-decoration: underline dotted; +} + +.wc-setup { + #tiptip_content { + background: #5f6973; + } + + #tiptip_holder.tip_top #tiptip_arrow_inner { + border-top-color: #5f6973; + } +} + +.wc-setup-shipping-recommended { + border-bottom: 1px solid #eee; + margin-top: 0; + padding: 30px 0; +} \ No newline at end of file diff --git a/assets/fonts/WooCommerce.svg b/assets/fonts/WooCommerce.svg index 05880716894..6be91d22366 100644 --- a/assets/fonts/WooCommerce.svg +++ b/assets/fonts/WooCommerce.svg @@ -1,98 +1 @@ - - - - - - -{ - "fontFamily": "WooCommerce", - "fontURL": "https://woocommerce.com", - "designer": "James Koster", - "designerURL": "http://jameskoster.co.uk", - "license": "SIL OFL", - "licenseURL": "http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL", - "version": "Version 1.0", - "majorVersion": 0, - "fontId": "WooCommerce", - "psName": "WooCommerce", - "subFamily": "Regular", - "fullName": "WooCommerce", - "description": "Font generated by IcoMoon." -} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/assets/fonts/star.svg b/assets/fonts/star.svg index 0f00f2e9d2e..0c606d71f02 100644 --- a/assets/fonts/star.svg +++ b/assets/fonts/star.svg @@ -1,19 +1 @@ - - - - -This is a custom SVG font generated by IcoMoon. - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/assets/images/eway-logo.jpg b/assets/images/eway-logo.jpg index 696cb01b539..627eb3b8902 100644 Binary files a/assets/images/eway-logo.jpg and b/assets/images/eway-logo.jpg differ diff --git a/assets/images/icons/credit-cards/amex.png b/assets/images/icons/credit-cards/amex.png index 9a2b07d0d5d..643153e54fb 100644 Binary files a/assets/images/icons/credit-cards/amex.png and b/assets/images/icons/credit-cards/amex.png differ diff --git a/assets/images/icons/credit-cards/amex.svg b/assets/images/icons/credit-cards/amex.svg index 9fe30485465..bc02a4242b3 100644 --- a/assets/images/icons/credit-cards/amex.svg +++ b/assets/images/icons/credit-cards/amex.svg @@ -1,14 +1 @@ - - - - Slice 1 - Created with Sketch. - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/assets/images/icons/credit-cards/diners.png b/assets/images/icons/credit-cards/diners.png index 294073d9fd9..91164293bde 100644 Binary files a/assets/images/icons/credit-cards/diners.png and b/assets/images/icons/credit-cards/diners.png differ diff --git a/assets/images/icons/credit-cards/diners.svg b/assets/images/icons/credit-cards/diners.svg index b0c78cdd712..12eba6516b0 100644 --- a/assets/images/icons/credit-cards/diners.svg +++ b/assets/images/icons/credit-cards/diners.svg @@ -1,15 +1 @@ - - - - diners - Created with Sketch. - - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/assets/images/icons/credit-cards/discover.png b/assets/images/icons/credit-cards/discover.png index a0f4ab39ccf..2d1b1ad183b 100644 Binary files a/assets/images/icons/credit-cards/discover.png and b/assets/images/icons/credit-cards/discover.png differ diff --git a/assets/images/icons/credit-cards/discover.svg b/assets/images/icons/credit-cards/discover.svg index b2e4636ef1a..ef41dd7d813 100644 --- a/assets/images/icons/credit-cards/discover.svg +++ b/assets/images/icons/credit-cards/discover.svg @@ -1,14 +1 @@ - - - - discover - Created with Sketch. - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/assets/images/icons/credit-cards/jcb.png b/assets/images/icons/credit-cards/jcb.png index 30f31a311a9..37498371dba 100644 Binary files a/assets/images/icons/credit-cards/jcb.png and b/assets/images/icons/credit-cards/jcb.png differ diff --git a/assets/images/icons/credit-cards/jcb.svg b/assets/images/icons/credit-cards/jcb.svg index b30f4c3cab1..c639790905e 100644 --- a/assets/images/icons/credit-cards/jcb.svg +++ b/assets/images/icons/credit-cards/jcb.svg @@ -1,29 +1 @@ - - - - Slice 1 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/assets/images/icons/credit-cards/laser.png b/assets/images/icons/credit-cards/laser.png index 7917b0aac7e..cf7a656edde 100644 Binary files a/assets/images/icons/credit-cards/laser.png and b/assets/images/icons/credit-cards/laser.png differ diff --git a/assets/images/icons/credit-cards/laser.svg b/assets/images/icons/credit-cards/laser.svg index 55250c4d103..6e83154c46b 100644 --- a/assets/images/icons/credit-cards/laser.svg +++ b/assets/images/icons/credit-cards/laser.svg @@ -1,71 +1 @@ - - - - -Slice 1 -Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/assets/images/icons/credit-cards/maestro.png b/assets/images/icons/credit-cards/maestro.png index 509d99b8724..64f3ab351c9 100644 Binary files a/assets/images/icons/credit-cards/maestro.png and b/assets/images/icons/credit-cards/maestro.png differ diff --git a/assets/images/icons/credit-cards/maestro.svg b/assets/images/icons/credit-cards/maestro.svg index 8f0494a2b3b..1d9b19d6b06 100644 --- a/assets/images/icons/credit-cards/maestro.svg +++ b/assets/images/icons/credit-cards/maestro.svg @@ -1,29 +1 @@ - - - - Slice 1 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/assets/images/icons/credit-cards/mastercard.png b/assets/images/icons/credit-cards/mastercard.png index c626f5e1795..9ee5ac318a6 100644 Binary files a/assets/images/icons/credit-cards/mastercard.png and b/assets/images/icons/credit-cards/mastercard.png differ diff --git a/assets/images/icons/credit-cards/mastercard.svg b/assets/images/icons/credit-cards/mastercard.svg index 8ceb0d2bfb0..68cdecb6541 100644 --- a/assets/images/icons/credit-cards/mastercard.svg +++ b/assets/images/icons/credit-cards/mastercard.svg @@ -1,31 +1 @@ - - - - Slice 1 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/assets/images/icons/credit-cards/visa.png b/assets/images/icons/credit-cards/visa.png index 43cbfcbf7a4..9b5c9c7ff16 100644 Binary files a/assets/images/icons/credit-cards/visa.png and b/assets/images/icons/credit-cards/visa.png differ diff --git a/assets/images/icons/credit-cards/visa.svg b/assets/images/icons/credit-cards/visa.svg index 115f2bfb813..515586fab23 100644 --- a/assets/images/icons/credit-cards/visa.svg +++ b/assets/images/icons/credit-cards/visa.svg @@ -1,17 +1 @@ - - - - Slice 1 - Created with Sketch. - - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/assets/images/icons/edit.png b/assets/images/icons/edit.png index 8167b2bfcbe..650db013c5b 100644 Binary files a/assets/images/icons/edit.png and b/assets/images/icons/edit.png differ diff --git a/assets/images/icons/loader.svg b/assets/images/icons/loader.svg index 4107219b969..f6737a22585 100644 --- a/assets/images/icons/loader.svg +++ b/assets/images/icons/loader.svg @@ -1,8 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/assets/images/jetpack_horizontal_logo.png b/assets/images/jetpack_horizontal_logo.png index 7a9747a694b..0209c0cc16b 100644 Binary files a/assets/images/jetpack_horizontal_logo.png and b/assets/images/jetpack_horizontal_logo.png differ diff --git a/assets/images/jetpack_vertical_logo.png b/assets/images/jetpack_vertical_logo.png index f6650ba1446..619fabd4525 100644 Binary files a/assets/images/jetpack_vertical_logo.png and b/assets/images/jetpack_vertical_logo.png differ diff --git a/assets/images/klarna-white.png b/assets/images/klarna-white.png index bb15c8aa506..9e91ebdbed6 100644 Binary files a/assets/images/klarna-white.png and b/assets/images/klarna-white.png differ diff --git a/assets/images/obw-mailchimp-icon.svg b/assets/images/obw-mailchimp-icon.svg index 73f72b88bc9..4a9b616a176 100644 --- a/assets/images/obw-mailchimp-icon.svg +++ b/assets/images/obw-mailchimp-icon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/images/obw-shipstation-icon.png b/assets/images/obw-shipstation-icon.png new file mode 100644 index 00000000000..b546301a945 Binary files /dev/null and b/assets/images/obw-shipstation-icon.png differ diff --git a/assets/images/obw-storefront-icon.svg b/assets/images/obw-storefront-icon.svg index a61ebc722bd..4617e869942 100644 --- a/assets/images/obw-storefront-icon.svg +++ b/assets/images/obw-storefront-icon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/images/obw-taxes-icon.svg b/assets/images/obw-taxes-icon.svg index ff9e702715f..d1b0469cf1e 100644 --- a/assets/images/obw-taxes-icon.svg +++ b/assets/images/obw-taxes-icon.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/assets/images/obw-woocommerce-services-icon.png b/assets/images/obw-woocommerce-services-icon.png new file mode 100644 index 00000000000..3ef4c2da453 Binary files /dev/null and b/assets/images/obw-woocommerce-services-icon.png differ diff --git a/assets/images/payfast.png b/assets/images/payfast.png index 1ff033096e9..7199cd00b8f 100644 Binary files a/assets/images/payfast.png and b/assets/images/payfast.png differ diff --git a/assets/images/paypal-braintree.png b/assets/images/paypal-braintree.png index 2eb31c6136f..465109ac26f 100644 Binary files a/assets/images/paypal-braintree.png and b/assets/images/paypal-braintree.png differ diff --git a/assets/images/paypal.png b/assets/images/paypal.png index a892ac1d876..743d0f2a612 100644 Binary files a/assets/images/paypal.png and b/assets/images/paypal.png differ diff --git a/assets/images/placeholder.png b/assets/images/placeholder.png index d95719cea10..0a039557062 100644 Binary files a/assets/images/placeholder.png and b/assets/images/placeholder.png differ diff --git a/assets/images/select2-spinner.gif b/assets/images/select2-spinner.gif index 5b33f7e54f4..2525782bb8d 100644 Binary files a/assets/images/select2-spinner.gif and b/assets/images/select2-spinner.gif differ diff --git a/assets/images/select2.png b/assets/images/select2.png index 1d804ffb996..32c2fc3a22b 100644 Binary files a/assets/images/select2.png and b/assets/images/select2.png differ diff --git a/assets/images/select2x2.png b/assets/images/select2x2.png index 4bdd5c961d4..44b188fd020 100644 Binary files a/assets/images/select2x2.png and b/assets/images/select2x2.png differ diff --git a/assets/images/square-white.png b/assets/images/square-white.png index 3a7921f3f8f..b062c251d9e 100644 Binary files a/assets/images/square-white.png and b/assets/images/square-white.png differ diff --git a/assets/images/storefront-bg.jpg b/assets/images/storefront-bg.jpg index 1ba57202afb..85f51952cf4 100644 Binary files a/assets/images/storefront-bg.jpg and b/assets/images/storefront-bg.jpg differ diff --git a/assets/images/storefront-intro.png b/assets/images/storefront-intro.png index b26200a8c7a..96c0aec579f 100644 Binary files a/assets/images/storefront-intro.png and b/assets/images/storefront-intro.png differ diff --git a/assets/images/storefront.png b/assets/images/storefront.png index 92e931b8907..28c22bf4f4a 100644 Binary files a/assets/images/storefront.png and b/assets/images/storefront.png differ diff --git a/assets/images/stripe.png b/assets/images/stripe.png index 2f7ca444c7a..3632e05de3b 100644 Binary files a/assets/images/stripe.png and b/assets/images/stripe.png differ diff --git a/assets/images/wcs-canada-post-logo.jpg b/assets/images/wcs-canada-post-logo.jpg index 45f66bffa65..004bbd448d4 100644 Binary files a/assets/images/wcs-canada-post-logo.jpg and b/assets/images/wcs-canada-post-logo.jpg differ diff --git a/assets/images/wcs-extensions-banner-3x.png b/assets/images/wcs-extensions-banner-3x.png index 543317f3150..0b81938fbd1 100644 Binary files a/assets/images/wcs-extensions-banner-3x.png and b/assets/images/wcs-extensions-banner-3x.png differ diff --git a/assets/images/wcs-notice.png b/assets/images/wcs-notice.png index 2fb926bfecc..99b604d8e92 100644 Binary files a/assets/images/wcs-notice.png and b/assets/images/wcs-notice.png differ diff --git a/assets/images/wcs-truck-banner-3x.png b/assets/images/wcs-truck-banner-3x.png index 638a2f8814b..3175a5d04d0 100644 Binary files a/assets/images/wcs-truck-banner-3x.png and b/assets/images/wcs-truck-banner-3x.png differ diff --git a/assets/images/wcs-usps-logo.png b/assets/images/wcs-usps-logo.png index 5523e3e5152..04184bf2bbc 100644 Binary files a/assets/images/wcs-usps-logo.png and b/assets/images/wcs-usps-logo.png differ diff --git a/assets/images/woocommerce_logo.png b/assets/images/woocommerce_logo.png index 3a016645f38..d5f53691d43 100644 Binary files a/assets/images/woocommerce_logo.png and b/assets/images/woocommerce_logo.png differ diff --git a/assets/images/woocommerce_logo.svg b/assets/images/woocommerce_logo.svg index a2f90d6dcae..7eb949c7773 100644 --- a/assets/images/woocommerce_logo.svg +++ b/assets/images/woocommerce_logo.svg @@ -1,47 +1 @@ - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/assets/images/wpspin-2x.gif b/assets/images/wpspin-2x.gif index 392e82ff71b..82778416693 100644 Binary files a/assets/images/wpspin-2x.gif and b/assets/images/wpspin-2x.gif differ diff --git a/assets/images/wpspin.gif b/assets/images/wpspin.gif index 4c42dcb2f57..547360d127e 100644 Binary files a/assets/images/wpspin.gif and b/assets/images/wpspin.gif differ diff --git a/assets/js/admin/api-keys.js b/assets/js/admin/api-keys.js index 437cd52a63b..760e883be27 100644 --- a/assets/js/admin/api-keys.js +++ b/assets/js/admin/api-keys.js @@ -142,7 +142,7 @@ $( '#key_permissions', self.el ).val( data.permissions ); } } else { - $( 'h3', self.el ).first().append( '

' + response.data.message + '

' ); + $( 'h2, h3', self.el ).first().append( '

' + response.data.message + '

' ); } self.unblock(); diff --git a/assets/js/admin/api-keys.min.js b/assets/js/admin/api-keys.min.js index b9575dc4139..20cf5e06878 100644 --- a/assets/js/admin/api-keys.min.js +++ b/assets/js/admin/api-keys.min.js @@ -1 +1 @@ -!function(e){new(Backbone.View.extend({el:e("#key-fields"),events:{"click input#update_api_key":"saveKey"},initialize:function(){_.bindAll(this,"saveKey")},block:function(){e(this.el).block({message:null,overlayCSS:{background:"#fff",opacity:.6}})},unblock:function(){e(this.el).unblock()},initTipTip:function(i){e(document.body).on("click",i,function(o){o.preventDefault(),document.queryCommandSupported("copy")?(e("#copy-error").text(""),wcClearClipboard(),wcSetClipboard(e.trim(e(this).prev("input").val()),e(i))):(e(i).parent().find("input").focus().select(),e("#copy-error").text(woocommerce_admin_api_keys.clipboard_failed))}).on("aftercopy",i,function(){e("#copy-error").text(""),e(i).tipTip({attribute:"data-tip",activation:"focus",fadeIn:50,fadeOut:50,delay:0}).focus()}).on("aftercopyerror",i,function(){e(i).parent().find("input").focus().select(),e("#copy-error").text(woocommerce_admin_api_keys.clipboard_failed)})},createQRCode:function(i,o){e("#keys-qrcode").qrcode({text:i+"|"+o,width:120,height:120})},saveKey:function(i){i.preventDefault();var o=this;o.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:e("#key_id",o.el).val(),description:e("#key_description",o.el).val(),user:e("#key_user",o.el).val(),permissions:e("#key_permissions",o.el).val()},success:function(i){if(e(".wc-api-message",o.el).remove(),i.success){var t=i.data;if(e("h2, h3",o.el).first().append('

'+t.message+"

"),0

'+i.data.message+"

");o.unblock()}})}}))}(jQuery); \ No newline at end of file +!function(e){new(Backbone.View.extend({el:e("#key-fields"),events:{"click input#update_api_key":"saveKey"},initialize:function(){_.bindAll(this,"saveKey")},block:function(){e(this.el).block({message:null,overlayCSS:{background:"#fff",opacity:.6}})},unblock:function(){e(this.el).unblock()},initTipTip:function(i){e(document.body).on("click",i,function(o){o.preventDefault(),document.queryCommandSupported("copy")?(e("#copy-error").text(""),wcClearClipboard(),wcSetClipboard(e.trim(e(this).prev("input").val()),e(i))):(e(i).parent().find("input").focus().select(),e("#copy-error").text(woocommerce_admin_api_keys.clipboard_failed))}).on("aftercopy",i,function(){e("#copy-error").text(""),e(i).tipTip({attribute:"data-tip",activation:"focus",fadeIn:50,fadeOut:50,delay:0}).focus()}).on("aftercopyerror",i,function(){e(i).parent().find("input").focus().select(),e("#copy-error").text(woocommerce_admin_api_keys.clipboard_failed)})},createQRCode:function(i,o){e("#keys-qrcode").qrcode({text:i+"|"+o,width:120,height:120})},saveKey:function(i){i.preventDefault();var o=this;o.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:e("#key_id",o.el).val(),description:e("#key_description",o.el).val(),user:e("#key_user",o.el).val(),permissions:e("#key_permissions",o.el).val()},success:function(i){if(e(".wc-api-message",o.el).remove(),i.success){var t=i.data;if(e("h2, h3",o.el).first().append('

'+t.message+"

"),0

'+i.data.message+"

");o.unblock()}})}}))}(jQuery); diff --git a/assets/js/admin/backbone-modal.min.js b/assets/js/admin/backbone-modal.min.js index b549b2ca7d5..ea8ee3a0e5e 100644 --- a/assets/js/admin/backbone-modal.min.js +++ b/assets/js/admin/backbone-modal.min.js @@ -1 +1 @@ -!function(e,t,n){"use strict";e.fn.WCBackboneModal=function(t){return this.each(function(){new e.WCBackboneModal(e(this),t)})},e.WCBackboneModal=function(t,n){var o=e.extend({},e.WCBackboneModal.defaultOptions,n);o.template&&new e.WCBackboneModal.View({target:o.template,string:o.variable})},e.WCBackboneModal.defaultOptions={template:"",variable:{}},e.WCBackboneModal.View=t.View.extend({tagName:"div",id:"wc-backbone-modal-dialog",_target:undefined,_string:undefined,events:{"click .modal-close":"closeButton","click #btn-ok":"addButton","touchstart #btn-ok":"addButton",keydown:"keyboardActions"},resizeContent:function(){var t=e(".wc-backbone-modal-content").find("article"),n=.75*e(window).height();t.css({"max-height":n+"px"})},initialize:function(t){var o=this;this._target=t.target,this._string=t.string,n.bindAll(this,"render"),this.render(),e(window).resize(function(){o.resizeContent()})},render:function(){var t=wp.template(this._target);this.$el.append(t(this._string)),e(document.body).css({overflow:"hidden"}).append(this.$el),this.resizeContent(),this.$(".wc-backbone-modal-content").attr("tabindex","0").focus(),e(document.body).trigger("init_tooltips"),e(document.body).trigger("wc_backbone_modal_loaded",this._target)},closeButton:function(t){t.preventDefault(),e(document.body).trigger("wc_backbone_modal_before_remove",this._target),this.undelegateEvents(),e(document).off("focusin"),e(document.body).css({overflow:"auto"}),this.remove(),e(document.body).trigger("wc_backbone_modal_removed",this._target)},addButton:function(t){e(document.body).trigger("wc_backbone_modal_response",[this._target,this.getFormData()]),this.closeButton(t)},getFormData:function(){var t={};return e(document.body).trigger("wc_backbone_modal_before_update",this._target),e.each(e("form",this.$el).serializeArray(),function(n,o){-1!==o.name.indexOf("[]")?(o.name=o.name.replace("[]",""),t[o.name]=e.makeArray(t[o.name]),t[o.name].push(o.value)):t[o.name]=o.value}),t},keyboardActions:function(e){var t=e.keyCode||e.which;13!==t||e.target.tagName&&("input"===e.target.tagName.toLowerCase()||"textarea"===e.target.tagName.toLowerCase())||this.addButton(e),27===t&&this.closeButton(e)}})}(jQuery,Backbone,_); \ No newline at end of file +!function(o,e,n){"use strict";o.fn.WCBackboneModal=function(e){return this.each(function(){new o.WCBackboneModal(o(this),e)})},o.WCBackboneModal=function(e,t){var n=o.extend({},o.WCBackboneModal.defaultOptions,t);n.template&&new o.WCBackboneModal.View({target:n.template,string:n.variable})},o.WCBackboneModal.defaultOptions={template:"",variable:{}},o.WCBackboneModal.View=e.View.extend({tagName:"div",id:"wc-backbone-modal-dialog",_target:undefined,_string:undefined,events:{"click .modal-close":"closeButton","click #btn-ok":"addButton","touchstart #btn-ok":"addButton",keydown:"keyboardActions"},resizeContent:function(){var e=o(".wc-backbone-modal-content").find("article"),t=.75*o(window).height();e.css({"max-height":t+"px"})},initialize:function(e){var t=this;this._target=e.target,this._string=e.string,n.bindAll(this,"render"),this.render(),o(window).resize(function(){t.resizeContent()})},render:function(){var e=wp.template(this._target);this.$el.append(e(this._string)),o(document.body).css({overflow:"hidden"}).append(this.$el),this.resizeContent(),this.$(".wc-backbone-modal-content").attr("tabindex","0").focus(),o(document.body).trigger("init_tooltips"),o(document.body).trigger("wc_backbone_modal_loaded",this._target)},closeButton:function(e){e.preventDefault(),o(document.body).trigger("wc_backbone_modal_before_remove",this._target),this.undelegateEvents(),o(document).off("focusin"),o(document.body).css({overflow:"auto"}),this.remove(),o(document.body).trigger("wc_backbone_modal_removed",this._target)},addButton:function(e){o(document.body).trigger("wc_backbone_modal_response",[this._target,this.getFormData()]),this.closeButton(e)},getFormData:function(){var n={};return o(document.body).trigger("wc_backbone_modal_before_update",this._target),o.each(o("form",this.$el).serializeArray(),function(e,t){-1!==t.name.indexOf("[]")?(t.name=t.name.replace("[]",""),n[t.name]=o.makeArray(n[t.name]),n[t.name].push(t.value)):n[t.name]=t.value}),n},keyboardActions:function(e){var t=e.keyCode||e.which;13!==t||e.target.tagName&&("input"===e.target.tagName.toLowerCase()||"textarea"===e.target.tagName.toLowerCase())||this.addButton(e),27===t&&this.closeButton(e)}})}(jQuery,Backbone,_); \ No newline at end of file diff --git a/assets/js/admin/meta-boxes-order.js b/assets/js/admin/meta-boxes-order.js index 18bfdce16c2..ce9c9c9f704 100644 --- a/assets/js/admin/meta-boxes-order.js +++ b/assets/js/admin/meta-boxes-order.js @@ -750,7 +750,7 @@ jQuery( function ( $ ) { $.post( woocommerce_admin_meta_boxes.ajax_url, data, function( response ) { if ( true === response.success ) { // Redirect to same page for show the refunded status - window.location.href = window.location.href; + window.location.reload(); } else { window.alert( response.data.error ); wc_meta_boxes_order_items.reload_items(); diff --git a/assets/js/admin/meta-boxes-order.min.js b/assets/js/admin/meta-boxes-order.min.js index bd27d1a1d01..dcffd2dd305 100644 --- a/assets/js/admin/meta-boxes-order.min.js +++ b/assets/js/admin/meta-boxes-order.min.js @@ -1 +1 @@ -jQuery(function(e){var o={states:null,init:function(){"undefined"!=typeof woocommerce_admin_meta_boxes_order&&"undefined"!=typeof woocommerce_admin_meta_boxes_order.countries&&(this.states=e.parseJSON(woocommerce_admin_meta_boxes_order.countries.replace(/"/g,'"'))),e(".js_field-country").selectWoo().change(this.change_country),e(".js_field-country").trigger("change",[!0]),e(document.body).on("change","select.js_field-state",this.change_state),e("#woocommerce-order-actions input, #woocommerce-order-actions a").click(function(){window.onbeforeunload=""}),e("a.edit_address").click(this.edit_address),e("a.billing-same-as-shipping").on("click",this.copy_billing_to_shipping),e("a.load_customer_billing").on("click",this.load_billing),e("a.load_customer_shipping").on("click",this.load_shipping),e("#customer_user").on("change",this.change_customer_user)},change_country:function(t,i){if(void 0===i&&(i=!1),null!==o.states){var a=e(this),n=a.val(),r=a.parents("div.edit_address").find(":input.js_field-state"),c=r.parent(),d=r.attr("name"),m=r.attr("id"),_=a.data("woocommerce.stickState-"+n)?a.data("woocommerce.stickState-"+n):r.val(),s=r.attr("placeholder");if(i&&a.data("woocommerce.stickState-"+n,_),c.show().find(".select2-container").remove(),e.isEmptyObject(o.states[n]))r.replaceWith('');else{var l=e(''),u=o.states[n];l.append(e('")),e.each(u,function(o){l.append(e('"))}),l.val(_),r.replaceWith(l),l.show().selectWoo().hide().change()}e(document.body).trigger("contry-change.woocommerce",[n,e(this).closest("div")]),e(document.body).trigger("country-change.woocommerce",[n,e(this).closest("div")])}},change_state:function(){var o=e(this),t=o.val(),i=o.parents("div.edit_address").find(":input.js_field-country"),a=i.val();i.data("woocommerce.stickState-"+a,t)},init_tiptip:function(){e("#tiptip_holder").removeAttr("style"),e("#tiptip_arrow").removeAttr("style"),e(".tips").tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200})},edit_address:function(o){o.preventDefault();var t=e(this),i=t.closest(".order_data_column"),a=i.find("div.edit_address"),n=i.find("div.address"),r=a.find(".js_field-country"),c=a.find(".js_field-state");n.hide(),t.parent().find("a").toggle(),r.val()||(r.val(woocommerce_admin_meta_boxes_order.default_country).change(),c.val(woocommerce_admin_meta_boxes_order.default_state).change()),a.show()},change_customer_user:function(){e("#_billing_country").val()||(e("a.edit_address").click(),o.load_billing(!0),o.load_shipping(!0))},load_billing:function(o){if(!0===o||window.confirm(woocommerce_admin_meta_boxes.load_billing)){var t=e("#customer_user").val();if(!t)return window.alert(woocommerce_admin_meta_boxes.no_customer_selected),!1;var i={user_id:t,action:"woocommerce_get_customer_details",security:woocommerce_admin_meta_boxes.get_customer_details_nonce};e(this).closest("div.edit_address").block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),e.ajax({url:woocommerce_admin_meta_boxes.ajax_url,data:i,type:"POST",success:function(o){o&&o.billing&&e.each(o.billing,function(o,t){e(":input#_billing_"+o).val(t).change()}),e("div.edit_address").unblock()}})}return!1},load_shipping:function(o){if(!0===o||window.confirm(woocommerce_admin_meta_boxes.load_shipping)){var t=e("#customer_user").val();if(!t)return window.alert(woocommerce_admin_meta_boxes.no_customer_selected),!1;var i={user_id:t,action:"woocommerce_get_customer_details",security:woocommerce_admin_meta_boxes.get_customer_details_nonce};e(this).closest("div.edit_address").block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),e.ajax({url:woocommerce_admin_meta_boxes.ajax_url,data:i,type:"POST",success:function(o){o&&o.billing&&e.each(o.shipping,function(o,t){e(":input#_shipping_"+o).val(t).change()}),e("div.edit_address").unblock()}})}return!1},copy_billing_to_shipping:function(){return window.confirm(woocommerce_admin_meta_boxes.copy_billing)&&e('.order_data_column :input[name^="_billing_"]').each(function(){var o=e(this).attr("name");o=o.replace("_billing_","_shipping_"),e(":input#"+o).val(e(this).val()).change()}),!1}},t={init:function(){this.stupidtable.init(),e("#woocommerce-order-items").on("click","button.add-line-item",this.add_line_item).on("click","button.add-coupon",this.add_coupon).on("click","a.remove-coupon",this.remove_coupon).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.save-action",this.save_line_items).on("click","a.delete-order-tax",this.delete_tax).on("click","button.calculate-action",this.recalculate).on("click","a.edit-order-item",this.edit_item).on("click","a.delete-order-item",this.delete_item).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 o=e(this).parent().prev().find(":input");o&&(""===o.val()||o.is(".match-total"))&&o.val(e(this).val()).addClass("match-total")}).on("keyup",".split-input :input",function(){e(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).on("wc_order_items_reload",this.reload_items).on("wc_order_items_reloaded",this.reloaded_items),e(document.body).on("wc_backbone_modal_loaded",this.backbone.init).on("wc_backbone_modal_response",this.backbone.response)},block:function(){e("#woocommerce-order-items").block({message:null,overlayCSS:{background:"#fff",opacity:.6}})},unblock:function(){e("#woocommerce-order-items").unblock()},reload_items:function(){var o={order_id:woocommerce_admin_meta_boxes.post_id,action:"woocommerce_load_order_items",security:woocommerce_admin_meta_boxes.order_item_nonce};t.block(),e.ajax({url:woocommerce_admin_meta_boxes.ajax_url,data:o,type:"POST",success:function(o){e("#woocommerce-order-items").find(".inside").empty(),e("#woocommerce-order-items").find(".inside").append(o),t.reloaded_items(),t.unblock()}})},reloaded_items:function(){o.init_tiptip(),t.stupidtable.init()},quantity_changed:function(){var o=e(this).closest("tr.item"),t=e(this).val(),i=e(this).attr("data-qty"),a=e("input.line_total",o),n=e("input.line_subtotal",o),r=accounting.unformat(a.attr("data-total"),woocommerce_admin.mon_decimal_point)/i;a.val(parseFloat(accounting.formatNumber(r*t,woocommerce_admin_meta_boxes.rounding_precision,"")).toString().replace(".",woocommerce_admin.mon_decimal_point));var c=accounting.unformat(n.attr("data-subtotal"),woocommerce_admin.mon_decimal_point)/i;n.val(parseFloat(accounting.formatNumber(c*t,woocommerce_admin_meta_boxes.rounding_precision,"")).toString().replace(".",woocommerce_admin.mon_decimal_point)),e("input.line_tax",o).each(function(){var a=e(this),n=a.data("tax_id"),r=accounting.unformat(a.attr("data-total_tax"),woocommerce_admin.mon_decimal_point)/i,c=e('input.line_subtotal_tax[data-tax_id="'+n+'"]',o),d=accounting.unformat(c.attr("data-subtotal_tax"),woocommerce_admin.mon_decimal_point)/i;00?e("#restock_refunded_items").closest("tr").show():(e("#restock_refunded_items").closest("tr").hide(),e(".woocommerce_order_items input.refund_order_item_qty").each(function(){e(this).val()>0&&e("#restock_refunded_items").closest("tr").show()})),e(this).trigger("refund_quantity_changed")}},item_meta:{add:function(){var o=e(this).closest("tr.item, tr.shipping"),t=o.find("tbody.meta_items"),i=t.find("tr").length+1,a='';return t.append(a),!1},remove:function(){if(window.confirm(woocommerce_admin_meta_boxes.remove_item_meta)){var o=e(this).closest("tr");o.find(":input").val(""),o.hide()}return!1}},backbone:{init:function(o,t){"wc-modal-add-products"===t&&(e(document.body).trigger("wc-enhanced-select-init"),e(this).on("change",".wc-product-search",function(){if(e(this).closest("tr").is(":last-child")){var o=e(this).closest("table.widefat").find("tbody"),t=o.find("tr").length,i=o.data("row").replace(/\[0\]/g,"["+t+"]");o.append(""+i+""),e(document.body).trigger("wc-enhanced-select-init")}}))},response:function(o,i,a){if("wc-modal-add-tax"===i){var n=a.add_order_tax,r="";a.manual_tax_rate_id&&(r=a.manual_tax_rate_id),t.backbone.add_tax(n,r)}if("wc-modal-add-products"===i){var c=e(this).find("table.widefat").find("tbody").find("tr"),d=[];return e(c).each(function(){var o=e(this).find(':input[name="item_id"]').val(),t=e(this).find(':input[name="item_qty"]').val();d.push({id:o,qty:t||1})}),t.backbone.add_items(d)}},add_items:function(o){t.block();var i={action:"woocommerce_add_order_item",order_id:woocommerce_admin_meta_boxes.post_id,security:woocommerce_admin_meta_boxes.order_item_nonce,data:o};"true"===e("button.cancel-action").attr("data-reload")&&(i.items=e("table.woocommerce_order_items :input[name], .wc-order-totals-items :input[name]").serialize()),e.ajax({type:"POST",url:woocommerce_admin_meta_boxes.ajax_url,data:i,success:function(o){o.success?(e("#woocommerce-order-items").find(".inside").empty(),e("#woocommerce-order-items").find(".inside").append(o.data.html),t.reloaded_items(),t.unblock()):(t.unblock(),window.alert(o.data.error))},dataType:"json"})},add_tax:function(o,i){if(i&&(o=i),!o)return!1;var a=e(".order-tax-id").map(function(){return e(this).val()}).get();if(-1===e.inArray(o,a)){t.block();var n={action:"woocommerce_add_order_tax",rate_id:o,order_id:woocommerce_admin_meta_boxes.post_id,security:woocommerce_admin_meta_boxes.order_item_nonce};e.ajax({url:woocommerce_admin_meta_boxes.ajax_url,data:n,dataType:"json",type:"POST",success:function(o){o.success?(e("#woocommerce-order-items").find(".inside").empty(),e("#woocommerce-order-items").find(".inside").append(o.data.html),t.reloaded_items()):window.alert(o.data.error),t.unblock()}})}else window.alert(woocommerce_admin_meta_boxes.i18n_tax_rate_already_exists)}},stupidtable:{init:function(){e(".woocommerce_order_items").stupidtable(),e(".woocommerce_order_items").on("aftertablesort",this.add_arrows)},add_arrows:function(o,t){var i=e(this).find("th"),a="asc"===t.direction?"↑":"↓",n=t.column;i.find(".wc-arrow").remove(),i.eq(n).append(''+a+"")}}},i={init:function(){e("#woocommerce-order-notes").on("click","button.add_note",this.add_order_note).on("click","a.delete_note",this.delete_order_note)},add_order_note:function(){if(e("textarea#add_order_note").val()){e("#woocommerce-order-notes").block({message:null,overlayCSS:{background:"#fff",opacity:.6}});var o={action:"woocommerce_add_order_note",post_id:woocommerce_admin_meta_boxes.post_id,note:e("textarea#add_order_note").val(),note_type:e("select#order_note_type").val(),security:woocommerce_admin_meta_boxes.add_order_note_nonce};return e.post(woocommerce_admin_meta_boxes.ajax_url,o,function(o){e("ul.order_notes").prepend(o),e("#woocommerce-order-notes").unblock(),e("#add_order_note").val("")}),!1}},delete_order_note:function(){if(window.confirm(woocommerce_admin_meta_boxes.i18n_delete_note)){var o=e(this).closest("li.note");e(o).block({message:null,overlayCSS:{background:"#fff",opacity:.6}});var t={action:"woocommerce_delete_order_note",note_id:e(o).attr("rel"),security:woocommerce_admin_meta_boxes.delete_order_note_nonce};e.post(woocommerce_admin_meta_boxes.ajax_url,t,function(){e(o).remove()})}return!1}},a={init:function(){e(".order_download_permissions").on("click","button.grant_access",this.grant_access).on("click","button.revoke_access",this.revoke_access).on("click","#copy-download-link",this.copy_link).on("aftercopy","#copy-download-link",this.copy_success).on("aftercopyfailure","#copy-download-link",this.copy_fail)},grant_access:function(){var o=e("#grant_access_id").val();if(o){e(".order_download_permissions").block({message:null,overlayCSS:{background:"#fff",opacity:.6}});var t={action:"woocommerce_grant_access_to_download",product_ids:o,loop:e(".order_download_permissions .wc-metabox").length,order_id:woocommerce_admin_meta_boxes.post_id,security:woocommerce_admin_meta_boxes.grant_access_nonce};return e.post(woocommerce_admin_meta_boxes.ajax_url,t,function(o){o?e(".order_download_permissions .wc-metaboxes").append(o):window.alert(woocommerce_admin_meta_boxes.i18n_download_permission_fail),e(document.body).trigger("wc-init-datepickers"),e("#grant_access_id").val("").change(),e(".order_download_permissions").unblock()}),!1}},revoke_access:function(){if(window.confirm(woocommerce_admin_meta_boxes.i18n_permission_revoke)){var o=e(this).parent().parent(),t=e(this).attr("rel").split(",")[0],i=e(this).attr("rel").split(",")[1],a=e(this).data("permission_id");if(t>0){e(o).block({message:null,overlayCSS:{background:"#fff",opacity:.6}});var n={action:"woocommerce_revoke_access_to_download",product_id:t,download_id:i,permission_id:a,order_id:woocommerce_admin_meta_boxes.post_id,security:woocommerce_admin_meta_boxes.revoke_access_nonce};e.post(woocommerce_admin_meta_boxes.ajax_url,n,function(){e(o).fadeOut("300",function(){e(o).remove()})})}else e(o).fadeOut("300",function(){e(o).remove()})}return!1},copy_link:function(o){wcClearClipboard(),wcSetClipboard(e(this).attr("href"),e(this)),o.preventDefault()},copy_success:function(){e(this).tipTip({attribute:"data-tip",activation:"focus",fadeIn:50,fadeOut:50,delay:0}).focus()},copy_fail:function(){e(this).tipTip({attribute:"data-tip-failed",activation:"focus",fadeIn:50,fadeOut:50,delay:0}).focus()}};o.init(),t.init(),i.init(),a.init()}); \ No newline at end of file +jQuery(function(l){var u={states:null,init:function(){"undefined"!=typeof woocommerce_admin_meta_boxes_order&&"undefined"!=typeof woocommerce_admin_meta_boxes_order.countries&&(this.states=l.parseJSON(woocommerce_admin_meta_boxes_order.countries.replace(/"/g,'"'))),l(".js_field-country").selectWoo().change(this.change_country),l(".js_field-country").trigger("change",[!0]),l(document.body).on("change","select.js_field-state",this.change_state),l("#woocommerce-order-actions input, #woocommerce-order-actions a").click(function(){window.onbeforeunload=""}),l("a.edit_address").click(this.edit_address),l("a.billing-same-as-shipping").on("click",this.copy_billing_to_shipping),l("a.load_customer_billing").on("click",this.load_billing),l("a.load_customer_shipping").on("click",this.load_shipping),l("#customer_user").on("change",this.change_customer_user)},change_country:function(e,o){if(void 0===o&&(o=!1),null!==u.states){var t=l(this),i=t.val(),a=t.parents("div.edit_address").find(":input.js_field-state"),n=a.parent(),r=a.attr("name"),c=a.attr("id"),d=t.data("woocommerce.stickState-"+i)?t.data("woocommerce.stickState-"+i):a.val(),m=a.attr("placeholder");if(o&&t.data("woocommerce.stickState-"+i,d),n.show().find(".select2-container").remove(),l.isEmptyObject(u.states[i]))a.replaceWith('');else{var _=l(''),s=u.states[i];_.append(l('")),l.each(s,function(e){_.append(l('"))}),_.val(d),a.replaceWith(_),_.show().selectWoo().hide().change()}l(document.body).trigger("contry-change.woocommerce",[i,l(this).closest("div")]),l(document.body).trigger("country-change.woocommerce",[i,l(this).closest("div")])}},change_state:function(){var e=l(this),o=e.val(),t=e.parents("div.edit_address").find(":input.js_field-country"),i=t.val();t.data("woocommerce.stickState-"+i,o)},init_tiptip:function(){l("#tiptip_holder").removeAttr("style"),l("#tiptip_arrow").removeAttr("style"),l(".tips").tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200})},edit_address:function(e){e.preventDefault();var o=l(this),t=o.closest(".order_data_column"),i=t.find("div.edit_address"),a=t.find("div.address"),n=i.find(".js_field-country"),r=i.find(".js_field-state");a.hide(),o.parent().find("a").toggle(),n.val()||(n.val(woocommerce_admin_meta_boxes_order.default_country).change(),r.val(woocommerce_admin_meta_boxes_order.default_state).change()),i.show()},change_customer_user:function(){l("#_billing_country").val()||(l("a.edit_address").click(),u.load_billing(!0),u.load_shipping(!0))},load_billing:function(e){if(!0===e||window.confirm(woocommerce_admin_meta_boxes.load_billing)){var o=l("#customer_user").val();if(!o)return window.alert(woocommerce_admin_meta_boxes.no_customer_selected),!1;var t={user_id:o,action:"woocommerce_get_customer_details",security:woocommerce_admin_meta_boxes.get_customer_details_nonce};l(this).closest("div.edit_address").block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),l.ajax({url:woocommerce_admin_meta_boxes.ajax_url,data:t,type:"POST",success:function(e){e&&e.billing&&l.each(e.billing,function(e,o){l(":input#_billing_"+e).val(o).change()}),l("div.edit_address").unblock()}})}return!1},load_shipping:function(e){if(!0===e||window.confirm(woocommerce_admin_meta_boxes.load_shipping)){var o=l("#customer_user").val();if(!o)return window.alert(woocommerce_admin_meta_boxes.no_customer_selected),!1;var t={user_id:o,action:"woocommerce_get_customer_details",security:woocommerce_admin_meta_boxes.get_customer_details_nonce};l(this).closest("div.edit_address").block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),l.ajax({url:woocommerce_admin_meta_boxes.ajax_url,data:t,type:"POST",success:function(e){e&&e.billing&&l.each(e.shipping,function(e,o){l(":input#_shipping_"+e).val(o).change()}),l("div.edit_address").unblock()}})}return!1},copy_billing_to_shipping:function(){return window.confirm(woocommerce_admin_meta_boxes.copy_billing)&&l('.order_data_column :input[name^="_billing_"]').each(function(){var e=l(this).attr("name");e=e.replace("_billing_","_shipping_"),l(":input#"+e).val(l(this).val()).change()}),!1}},c={init:function(){this.stupidtable.init(),l("#woocommerce-order-items").on("click","button.add-line-item",this.add_line_item).on("click","button.add-coupon",this.add_coupon).on("click","a.remove-coupon",this.remove_coupon).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.save-action",this.save_line_items).on("click","a.delete-order-tax",this.delete_tax).on("click","button.calculate-action",this.recalculate).on("click","a.edit-order-item",this.edit_item).on("click","a.delete-order-item",this.delete_item).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 e=l(this).parent().prev().find(":input");e&&(""===e.val()||e.is(".match-total"))&&e.val(l(this).val()).addClass("match-total")}).on("keyup",".split-input :input",function(){l(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).on("wc_order_items_reload",this.reload_items).on("wc_order_items_reloaded",this.reloaded_items),l(document.body).on("wc_backbone_modal_loaded",this.backbone.init).on("wc_backbone_modal_response",this.backbone.response)},block:function(){l("#woocommerce-order-items").block({message:null,overlayCSS:{background:"#fff",opacity:.6}})},unblock:function(){l("#woocommerce-order-items").unblock()},reload_items:function(){var e={order_id:woocommerce_admin_meta_boxes.post_id,action:"woocommerce_load_order_items",security:woocommerce_admin_meta_boxes.order_item_nonce};c.block(),l.ajax({url:woocommerce_admin_meta_boxes.ajax_url,data:e,type:"POST",success:function(e){l("#woocommerce-order-items").find(".inside").empty(),l("#woocommerce-order-items").find(".inside").append(e),c.reloaded_items(),c.unblock()}})},reloaded_items:function(){u.init_tiptip(),c.stupidtable.init()},quantity_changed:function(){var n=l(this).closest("tr.item"),r=l(this).val(),c=l(this).attr("data-qty"),e=l("input.line_total",n),o=l("input.line_subtotal",n),t=accounting.unformat(e.attr("data-total"),woocommerce_admin.mon_decimal_point)/c;e.val(parseFloat(accounting.formatNumber(t*r,woocommerce_admin_meta_boxes.rounding_precision,"")).toString().replace(".",woocommerce_admin.mon_decimal_point));var i=accounting.unformat(o.attr("data-subtotal"),woocommerce_admin.mon_decimal_point)/c;o.val(parseFloat(accounting.formatNumber(i*r,woocommerce_admin_meta_boxes.rounding_precision,"")).toString().replace(".",woocommerce_admin.mon_decimal_point)),l("input.line_tax",n).each(function(){var e=l(this),o=e.data("tax_id"),t=accounting.unformat(e.attr("data-total_tax"),woocommerce_admin.mon_decimal_point)/c,i=l('input.line_subtotal_tax[data-tax_id="'+o+'"]',n),a=accounting.unformat(i.attr("data-subtotal_tax"),woocommerce_admin.mon_decimal_point)/c;0';return o.append(i),!1},remove:function(){if(window.confirm(woocommerce_admin_meta_boxes.remove_item_meta)){var e=l(this).closest("tr");e.find(":input").val(""),e.hide()}return!1}},backbone:{init:function(e,o){"wc-modal-add-products"===o&&(l(document.body).trigger("wc-enhanced-select-init"),l(this).on("change",".wc-product-search",function(){if(l(this).closest("tr").is(":last-child")){var e=l(this).closest("table.widefat").find("tbody"),o=e.find("tr").length,t=e.data("row").replace(/\[0\]/g,"["+o+"]");e.append(""+t+""),l(document.body).trigger("wc-enhanced-select-init")}}))},response:function(e,o,t){if("wc-modal-add-tax"===o){var i=t.add_order_tax,a="";t.manual_tax_rate_id&&(a=t.manual_tax_rate_id),c.backbone.add_tax(i,a)}if("wc-modal-add-products"===o){var n=l(this).find("table.widefat").find("tbody").find("tr"),r=[];return l(n).each(function(){var e=l(this).find(':input[name="item_id"]').val(),o=l(this).find(':input[name="item_qty"]').val();r.push({id:e,qty:o||1})}),c.backbone.add_items(r)}},add_items:function(e){c.block();var o={action:"woocommerce_add_order_item",order_id:woocommerce_admin_meta_boxes.post_id,security:woocommerce_admin_meta_boxes.order_item_nonce,data:e};"true"===l("button.cancel-action").attr("data-reload")&&(o.items=l("table.woocommerce_order_items :input[name], .wc-order-totals-items :input[name]").serialize()),l.ajax({type:"POST",url:woocommerce_admin_meta_boxes.ajax_url,data:o,success:function(e){e.success?(l("#woocommerce-order-items").find(".inside").empty(),l("#woocommerce-order-items").find(".inside").append(e.data.html),c.reloaded_items(),c.unblock()):(c.unblock(),window.alert(e.data.error))},dataType:"json"})},add_tax:function(e,o){if(o&&(e=o),!e)return!1;var t=l(".order-tax-id").map(function(){return l(this).val()}).get();if(-1===l.inArray(e,t)){c.block();var i={action:"woocommerce_add_order_tax",rate_id:e,order_id:woocommerce_admin_meta_boxes.post_id,security:woocommerce_admin_meta_boxes.order_item_nonce};l.ajax({url:woocommerce_admin_meta_boxes.ajax_url,data:i,dataType:"json",type:"POST",success:function(e){e.success?(l("#woocommerce-order-items").find(".inside").empty(),l("#woocommerce-order-items").find(".inside").append(e.data.html),c.reloaded_items()):window.alert(e.data.error),c.unblock()}})}else window.alert(woocommerce_admin_meta_boxes.i18n_tax_rate_already_exists)}},stupidtable:{init:function(){l(".woocommerce_order_items").stupidtable(),l(".woocommerce_order_items").on("aftertablesort",this.add_arrows)},add_arrows:function(e,o){var t=l(this).find("th"),i="asc"===o.direction?"↑":"↓",a=o.column;t.find(".wc-arrow").remove(),t.eq(a).append(''+i+"")}}},e={init:function(){l("#woocommerce-order-notes").on("click","button.add_note",this.add_order_note).on("click","a.delete_note",this.delete_order_note)},add_order_note:function(){if(l("textarea#add_order_note").val()){l("#woocommerce-order-notes").block({message:null,overlayCSS:{background:"#fff",opacity:.6}});var e={action:"woocommerce_add_order_note",post_id:woocommerce_admin_meta_boxes.post_id,note:l("textarea#add_order_note").val(),note_type:l("select#order_note_type").val(),security:woocommerce_admin_meta_boxes.add_order_note_nonce};return l.post(woocommerce_admin_meta_boxes.ajax_url,e,function(e){l("ul.order_notes").prepend(e),l("#woocommerce-order-notes").unblock(),l("#add_order_note").val("")}),!1}},delete_order_note:function(){if(window.confirm(woocommerce_admin_meta_boxes.i18n_delete_note)){var e=l(this).closest("li.note");l(e).block({message:null,overlayCSS:{background:"#fff",opacity:.6}});var o={action:"woocommerce_delete_order_note",note_id:l(e).attr("rel"),security:woocommerce_admin_meta_boxes.delete_order_note_nonce};l.post(woocommerce_admin_meta_boxes.ajax_url,o,function(){l(e).remove()})}return!1}},o={init:function(){l(".order_download_permissions").on("click","button.grant_access",this.grant_access).on("click","button.revoke_access",this.revoke_access).on("click","#copy-download-link",this.copy_link).on("aftercopy","#copy-download-link",this.copy_success).on("aftercopyfailure","#copy-download-link",this.copy_fail)},grant_access:function(){var e=l("#grant_access_id").val();if(e){l(".order_download_permissions").block({message:null,overlayCSS:{background:"#fff",opacity:.6}});var o={action:"woocommerce_grant_access_to_download",product_ids:e,loop:l(".order_download_permissions .wc-metabox").length,order_id:woocommerce_admin_meta_boxes.post_id,security:woocommerce_admin_meta_boxes.grant_access_nonce};return l.post(woocommerce_admin_meta_boxes.ajax_url,o,function(e){e?l(".order_download_permissions .wc-metaboxes").append(e):window.alert(woocommerce_admin_meta_boxes.i18n_download_permission_fail),l(document.body).trigger("wc-init-datepickers"),l("#grant_access_id").val("").change(),l(".order_download_permissions").unblock()}),!1}},revoke_access:function(){if(window.confirm(woocommerce_admin_meta_boxes.i18n_permission_revoke)){var e=l(this).parent().parent(),o=l(this).attr("rel").split(",")[0],t=l(this).attr("rel").split(",")[1],i=l(this).data("permission_id");if(0').submit(); + } else { + postForm.append('').submit(); + } }, /** diff --git a/assets/js/admin/meta-boxes-product-variation.min.js b/assets/js/admin/meta-boxes-product-variation.min.js index 911d54d7a9a..bc65c710147 100644 --- a/assets/js/admin/meta-boxes-product-variation.min.js +++ b/assets/js/admin/meta-boxes-product-variation.min.js @@ -1 +1 @@ -jQuery(function(a){"use strict";var e={init:function(){a("#variable_product_options").on("change","input.variable_is_downloadable",this.variable_is_downloadable).on("change","input.variable_is_virtual",this.variable_is_virtual).on("change","input.variable_manage_stock",this.variable_manage_stock).on("click","button.notice-dismiss",this.notice_dismiss).on("click","h3 .sort",this.set_menu_order).on("reload",this.reload),a("input.variable_is_downloadable, input.variable_is_virtual, input.variable_manage_stock").change(),a("#woocommerce-product-data").on("woocommerce_variations_loaded",this.variations_loaded),a(document.body).on("woocommerce_variations_added",this.variation_added)},reload:function(){o.load_variations(1),t.set_paginav(0)},variable_is_downloadable:function(){a(this).closest(".woocommerce_variation").find(".show_if_variation_downloadable").hide(),a(this).is(":checked")&&a(this).closest(".woocommerce_variation").find(".show_if_variation_downloadable").show()},variable_is_virtual:function(){a(this).closest(".woocommerce_variation").find(".hide_if_variation_virtual").show(),a(this).is(":checked")&&a(this).closest(".woocommerce_variation").find(".hide_if_variation_virtual").hide()},variable_manage_stock:function(){a(this).closest(".woocommerce_variation").find(".show_if_variation_manage_stock").hide(),a(this).closest(".woocommerce_variation").find(".hide_if_variation_manage_stock").show(),a(this).is(":checked")&&(a(this).closest(".woocommerce_variation").find(".show_if_variation_manage_stock").show(),a(this).closest(".woocommerce_variation").find(".hide_if_variation_manage_stock").hide())},notice_dismiss:function(){a(this).closest("div.notice").remove()},variations_loaded:function(i,o){o=o||!1;var t=a("#woocommerce-product-data");o||(a("input.variable_is_downloadable, input.variable_is_virtual, input.variable_manage_stock",t).change(),a(".woocommerce_variation",t).each(function(e,i){var o=a(i),t=a(".sale_price_dates_from",o).val(),n=a(".sale_price_dates_to",o).val();""===t&&""===n||a("a.sale_schedule",o).click()}),a(".woocommerce_variations .variation-needs-update",t).removeClass("variation-needs-update"),a("button.cancel-variation-changes, button.save-variation-changes",t).attr("disabled","disabled")),a("#tiptip_holder").removeAttr("style"),a("#tiptip_arrow").removeAttr("style"),a(".woocommerce_variations .tips, .woocommerce_variations .help_tip, .woocommerce_variations .woocommerce-help-tip",t).tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200}),a(".sale_price_dates_fields",t).find("input").datepicker({defaultDate:"",dateFormat:"yy-mm-dd",numberOfMonths:1,showButtonPanel:!0,onSelect:function(){var e=a(this).is(".sale_price_dates_from")?"minDate":"maxDate",i=a(this).closest(".sale_price_dates_fields").find("input"),o=a(this).datepicker("getDate");i.not(this).datepicker("option",e,o),a(this).change()}}),a(".woocommerce_variations",t).sortable({items:".woocommerce_variation",cursor:"move",axis:"y",handle:".sort",scrollSensitivity:40,forcePlaceholderSize:!0,helper:"clone",opacity:.65,stop:function(){e.variation_row_indexes()}}),a(document.body).trigger("wc-enhanced-select-init")},variation_added:function(a,i){1===i&&e.variations_loaded(null,!0)},set_menu_order:function(e){e.preventDefault();var i=a(this).closest(".woocommerce_variation").find(".variation_menu_order"),t=window.prompt(woocommerce_admin_meta_boxes_variations.i18n_enter_menu_order,i.val());null!=t&&(i.val(parseInt(t,10)).change(),o.save_variations())},variation_row_indexes:function(){var e=a("#variable_product_options").find(".woocommerce_variations"),i=parseInt(e.attr("data-page"),10),o=parseInt((i-1)*woocommerce_admin_meta_boxes_variations.variations_per_page,10);a(".woocommerce_variations .woocommerce_variation").each(function(e,i){a(".variation_menu_order",i).val(parseInt(a(i).index(".woocommerce_variations .woocommerce_variation"),10)+1+o).change()})}},i={variable_image_frame:null,setting_variation_image_id:null,setting_variation_image:null,wp_media_post_id:wp.media.model.settings.post.id,init:function(){a("#variable_product_options").on("click",".upload_image_button",this.add_image),a("a.add_media").on("click",this.restore_wp_media_post_id)},add_image:function(e){var o=a(this),t=o.attr("rel"),n=o.closest(".upload_image");if(i.setting_variation_image=n,i.setting_variation_image_id=t,e.preventDefault(),o.is(".remove"))a(".upload_image_id",i.setting_variation_image).val("").change(),i.setting_variation_image.find("img").eq(0).attr("src",woocommerce_admin_meta_boxes_variations.woocommerce_placeholder_img_src),i.setting_variation_image.find(".upload_image_button").removeClass("remove");else{if(i.variable_image_frame)return i.variable_image_frame.uploader.uploader.param("post_id",i.setting_variation_image_id),void i.variable_image_frame.open();wp.media.model.settings.post.id=i.setting_variation_image_id,i.variable_image_frame=wp.media.frames.variable_image=wp.media({title:woocommerce_admin_meta_boxes_variations.i18n_choose_image,button:{text:woocommerce_admin_meta_boxes_variations.i18n_set_image},states:[new wp.media.controller.Library({title:woocommerce_admin_meta_boxes_variations.i18n_choose_image,filterable:"all"})]}),i.variable_image_frame.on("select",function(){var e=i.variable_image_frame.state().get("selection").first().toJSON(),o=e.sizes&&e.sizes.thumbnail?e.sizes.thumbnail.url:e.url;a(".upload_image_id",i.setting_variation_image).val(e.id).change(),i.setting_variation_image.find(".upload_image_button").addClass("remove"),i.setting_variation_image.find("img").eq(0).attr("src",o),wp.media.model.settings.post.id=i.wp_media_post_id}),i.variable_image_frame.open()}},restore_wp_media_post_id:function(){wp.media.model.settings.post.id=i.wp_media_post_id}},o={init:function(){a("li.variations_tab a").on("click",this.initial_load),a("#variable_product_options").on("click","button.save-variation-changes",this.save_variations).on("click","button.cancel-variation-changes",this.cancel_variations).on("click",".remove_variation",this.remove_variation),a(document.body).on("change","#variable_product_options .woocommerce_variations :input",this.input_changed).on("change",".variations-defaults select",this.defaults_changed),a("form#post").on("submit",this.save_on_submit),a(".wc-metaboxes-wrapper").on("click","a.do_variation_action",this.do_variation_action)},check_for_changes:function(){var e=a("#variable_product_options").find(".woocommerce_variations .variation-needs-update");if(0o&&0!==o&&(n=o),t.go_to_page(n,-1)})):o.unblock()}return!1},link_all_variations:function(){if(o.check_for_changes(),window.confirm(woocommerce_admin_meta_boxes_variations.i18n_link_all_variations)){o.block();var e={action:"woocommerce_link_all_variations",post_id:woocommerce_admin_meta_boxes_variations.post_id,security:woocommerce_admin_meta_boxes_variations.link_variation_nonce};a.post(woocommerce_admin_meta_boxes_variations.ajax_url,e,function(e){var i=parseInt(e,10);1===i?window.alert(i+" "+woocommerce_admin_meta_boxes_variations.i18n_variation_added):0===i||i>1?window.alert(i+" "+woocommerce_admin_meta_boxes_variations.i18n_variations_added):window.alert(woocommerce_admin_meta_boxes_variations.i18n_no_variations_added),i>0?(t.go_to_page(1,i),a("#variable_product_options").trigger("woocommerce_variations_added",i)):o.unblock()})}return!1},input_changed:function(){a(this).closest(".woocommerce_variation").addClass("variation-needs-update"),a("button.cancel-variation-changes, button.save-variation-changes").removeAttr("disabled"),a("#variable_product_options").trigger("woocommerce_variations_input_changed")},defaults_changed:function(){a(this).closest("#variable_product_options").find(".woocommerce_variation:first").addClass("variation-needs-update"),a("button.cancel-variation-changes, button.save-variation-changes").removeAttr("disabled"),a("#variable_product_options").trigger("woocommerce_variations_defaults_changed")},do_variation_action:function(){var e,i=a("select.variation_actions").val(),n={},r=0;switch(i){case"add_variation":return void o.add_variation();case"link_all_variations":return void o.link_all_variations();case"delete_all":window.confirm(woocommerce_admin_meta_boxes_variations.i18n_delete_all_variations)&&window.confirm(woocommerce_admin_meta_boxes_variations.i18n_last_warning)&&(n.allowed=!0,r=-1*parseInt(a("#variable_product_options").find(".woocommerce_variations").attr("data-total"),10));break;case"variable_regular_price_increase":case"variable_regular_price_decrease":case"variable_sale_price_increase":case"variable_sale_price_decrease":if(null==(e=window.prompt(woocommerce_admin_meta_boxes_variations.i18n_enter_a_value_fixed_or_percent)))return;e.indexOf("%")>=0?n.value=accounting.unformat(e.replace(/\%/,""),woocommerce_admin.mon_decimal_point)+"%":n.value=accounting.unformat(e,woocommerce_admin.mon_decimal_point);break;case"variable_regular_price":case"variable_sale_price":case"variable_stock":case"variable_weight":case"variable_length":case"variable_width":case"variable_height":case"variable_download_limit":case"variable_download_expiry":if(null==(e=window.prompt(woocommerce_admin_meta_boxes_variations.i18n_enter_a_value)))return;n.value=e;break;case"variable_sale_schedule":if(n.date_from=window.prompt(woocommerce_admin_meta_boxes_variations.i18n_scheduled_sale_start),n.date_to=window.prompt(woocommerce_admin_meta_boxes_variations.i18n_scheduled_sale_end),null===n.date_from&&(n.date_from=!1),null===n.date_to&&(n.date_to=!1),!1===n.date_to&&!1===n.date_from)return;break;default:a("select.variation_actions").trigger(i),n=a("select.variation_actions").triggerHandler(i+"_ajax_data",n)}"delete_all"===i&&n.allowed?a("#variable_product_options").find(".variation-needs-update").removeClass("variation-needs-update"):o.check_for_changes(),o.block(),a.ajax({url:woocommerce_admin_meta_boxes_variations.ajax_url,data:{action:"woocommerce_bulk_edit_variations",security:woocommerce_admin_meta_boxes_variations.bulk_edit_variations_nonce,product_id:woocommerce_admin_meta_boxes_variations.post_id,product_type:a("#product-type").val(),bulk_action:i,data:n},type:"POST",success:function(){t.go_to_page(1,r)}})}},t={init:function(){a(document.body).on("woocommerce_variations_added",this.update_single_quantity).on("change",".variations-pagenav .page-selector",this.page_selector).on("click",".variations-pagenav .first-page",this.first_page).on("click",".variations-pagenav .prev-page",this.prev_page).on("click",".variations-pagenav .next-page",this.next_page).on("click",".variations-pagenav .last-page",this.last_page)},update_variations_count:function(e){var i=a("#variable_product_options").find(".woocommerce_variations"),o=parseInt(i.attr("data-total"),10)+e,t=a(".variations-pagenav .displaying-num");return i.attr("data-total",o),1===o?t.text(woocommerce_admin_meta_boxes_variations.i18n_variation_count_single.replace("%qty%",o)):t.text(woocommerce_admin_meta_boxes_variations.i18n_variation_count_plural.replace("%qty%",o)),o},update_single_quantity:function(e,i){if(1===i){var o=a(".variations-pagenav");t.update_variations_count(i),o.is(":hidden")&&(a("option, optgroup",".variation_actions").show(),a(".variation_actions").val("add_variation"),a("#variable_product_options").find(".toolbar").show(),o.show(),a(".pagination-links",o).hide())}},set_paginav:function(e){var i=a("#variable_product_options").find(".woocommerce_variations"),o=t.update_variations_count(e),n=a("#variable_product_options").find(".toolbar"),r=a(".variation_actions"),_=a(".variations-pagenav"),s=a(".pagination-links",_),c=Math.ceil(o/woocommerce_admin_meta_boxes_variations.variations_per_page),d="";i.attr("data-total_pages",c),a(".total-pages",_).text(c);for(var m=1;m<=c;m++)d+='";a(".page-selector",_).empty().html(d),0===o?(n.not(".toolbar-top, .toolbar-buttons").hide(),_.hide(),a("option, optgroup",r).hide(),a(".variation_actions").val("add_variation"),a('option[data-global="true"]',r).show()):(n.show(),_.show(),a("option, optgroup",r).show(),a(".variation_actions").val("add_variation"),1===c?s.hide():s.show())},check_is_enabled:function(e){return!a(e).hasClass("disabled")},change_classes:function(e,i){var o=a(".variations-pagenav .first-page"),t=a(".variations-pagenav .prev-page"),n=a(".variations-pagenav .next-page"),r=a(".variations-pagenav .last-page");1===e?(o.addClass("disabled"),t.addClass("disabled")):(o.removeClass("disabled"),t.removeClass("disabled")),i===e?(n.addClass("disabled"),r.addClass("disabled")):(n.removeClass("disabled"),r.removeClass("disabled"))},set_page:function(e){a(".variations-pagenav .page-selector").val(e).first().change()},go_to_page:function(a,e){a=a||1,e=e||0,t.set_paginav(e),t.set_page(a)},page_selector:function(){var e=parseInt(a(this).val(),10),i=a("#variable_product_options").find(".woocommerce_variations");a(".variations-pagenav .page-selector").val(e),o.check_for_changes(),t.change_classes(e,parseInt(i.attr("data-total_pages"),10)),o.load_variations(e)},first_page:function(){return t.check_is_enabled(this)&&t.set_page(1),!1},prev_page:function(){if(t.check_is_enabled(this)){var e=a("#variable_product_options").find(".woocommerce_variations"),i=parseInt(e.attr("data-page"),10)-1,o=0=o?o:i;t.set_page(n)}return!1},last_page:function(){if(t.check_is_enabled(this)){var e=a("#variable_product_options").find(".woocommerce_variations").attr("data-total_pages");t.set_page(e)}return!1}};e.init(),i.init(),o.init(),t.init()}); \ No newline at end of file +jQuery(function(d){"use strict";var o={init:function(){d("#variable_product_options").on("change","input.variable_is_downloadable",this.variable_is_downloadable).on("change","input.variable_is_virtual",this.variable_is_virtual).on("change","input.variable_manage_stock",this.variable_manage_stock).on("click","button.notice-dismiss",this.notice_dismiss).on("click","h3 .sort",this.set_menu_order).on("reload",this.reload),d("input.variable_is_downloadable, input.variable_is_virtual, input.variable_manage_stock").change(),d("#woocommerce-product-data").on("woocommerce_variations_loaded",this.variations_loaded),d(document.body).on("woocommerce_variations_added",this.variation_added)},reload:function(){n.load_variations(1),m.set_paginav(0)},variable_is_downloadable:function(){d(this).closest(".woocommerce_variation").find(".show_if_variation_downloadable").hide(),d(this).is(":checked")&&d(this).closest(".woocommerce_variation").find(".show_if_variation_downloadable").show()},variable_is_virtual:function(){d(this).closest(".woocommerce_variation").find(".hide_if_variation_virtual").show(),d(this).is(":checked")&&d(this).closest(".woocommerce_variation").find(".hide_if_variation_virtual").hide()},variable_manage_stock:function(){d(this).closest(".woocommerce_variation").find(".show_if_variation_manage_stock").hide(),d(this).closest(".woocommerce_variation").find(".hide_if_variation_manage_stock").show(),d(this).is(":checked")&&(d(this).closest(".woocommerce_variation").find(".show_if_variation_manage_stock").show(),d(this).closest(".woocommerce_variation").find(".hide_if_variation_manage_stock").hide())},notice_dismiss:function(){d(this).closest("div.notice").remove()},variations_loaded:function(a,e){e=e||!1;var i=d("#woocommerce-product-data");e||(d("input.variable_is_downloadable, input.variable_is_virtual, input.variable_manage_stock",i).change(),d(".woocommerce_variation",i).each(function(a,e){var i=d(e),o=d(".sale_price_dates_from",i).val(),t=d(".sale_price_dates_to",i).val();""===o&&""===t||d("a.sale_schedule",i).click()}),d(".woocommerce_variations .variation-needs-update",i).removeClass("variation-needs-update"),d("button.cancel-variation-changes, button.save-variation-changes",i).attr("disabled","disabled")),d("#tiptip_holder").removeAttr("style"),d("#tiptip_arrow").removeAttr("style"),d(".woocommerce_variations .tips, .woocommerce_variations .help_tip, .woocommerce_variations .woocommerce-help-tip",i).tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200}),d(".sale_price_dates_fields",i).find("input").datepicker({defaultDate:"",dateFormat:"yy-mm-dd",numberOfMonths:1,showButtonPanel:!0,onSelect:function(){var a=d(this).is(".sale_price_dates_from")?"minDate":"maxDate",e=d(this).closest(".sale_price_dates_fields").find("input"),i=d(this).datepicker("getDate");e.not(this).datepicker("option",a,i),d(this).change()}}),d(".woocommerce_variations",i).sortable({items:".woocommerce_variation",cursor:"move",axis:"y",handle:".sort",scrollSensitivity:40,forcePlaceholderSize:!0,helper:"clone",opacity:.65,stop:function(){o.variation_row_indexes()}}),d(document.body).trigger("wc-enhanced-select-init")},variation_added:function(a,e){1===e&&o.variations_loaded(null,!0)},set_menu_order:function(a){a.preventDefault();var e=d(this).closest(".woocommerce_variation").find(".variation_menu_order"),i=window.prompt(woocommerce_admin_meta_boxes_variations.i18n_enter_menu_order,e.val());null!=i&&(e.val(parseInt(i,10)).change(),n.save_variations())},variation_row_indexes:function(){var a=d("#variable_product_options").find(".woocommerce_variations"),e=parseInt(a.attr("data-page"),10),i=parseInt((e-1)*woocommerce_admin_meta_boxes_variations.variations_per_page,10);d(".woocommerce_variations .woocommerce_variation").each(function(a,e){d(".variation_menu_order",e).val(parseInt(d(e).index(".woocommerce_variations .woocommerce_variation"),10)+1+i).change()})}},t={variable_image_frame:null,setting_variation_image_id:null,setting_variation_image:null,wp_media_post_id:wp.media.model.settings.post.id,init:function(){d("#variable_product_options").on("click",".upload_image_button",this.add_image),d("a.add_media").on("click",this.restore_wp_media_post_id)},add_image:function(a){var e=d(this),i=e.attr("rel"),o=e.closest(".upload_image");if(t.setting_variation_image=o,t.setting_variation_image_id=i,a.preventDefault(),e.is(".remove"))d(".upload_image_id",t.setting_variation_image).val("").change(),t.setting_variation_image.find("img").eq(0).attr("src",woocommerce_admin_meta_boxes_variations.woocommerce_placeholder_img_src),t.setting_variation_image.find(".upload_image_button").removeClass("remove");else{if(t.variable_image_frame)return t.variable_image_frame.uploader.uploader.param("post_id",t.setting_variation_image_id),void t.variable_image_frame.open();wp.media.model.settings.post.id=t.setting_variation_image_id,t.variable_image_frame=wp.media.frames.variable_image=wp.media({title:woocommerce_admin_meta_boxes_variations.i18n_choose_image,button:{text:woocommerce_admin_meta_boxes_variations.i18n_set_image},states:[new wp.media.controller.Library({title:woocommerce_admin_meta_boxes_variations.i18n_choose_image,filterable:"all"})]}),t.variable_image_frame.on("select",function(){var a=t.variable_image_frame.state().get("selection").first().toJSON(),e=a.sizes&&a.sizes.thumbnail?a.sizes.thumbnail.url:a.url;d(".upload_image_id",t.setting_variation_image).val(a.id).change(),t.setting_variation_image.find(".upload_image_button").addClass("remove"),t.setting_variation_image.find("img").eq(0).attr("src",e),wp.media.model.settings.post.id=t.wp_media_post_id}),t.variable_image_frame.open()}},restore_wp_media_post_id:function(){wp.media.model.settings.post.id=t.wp_media_post_id}},n={init:function(){d("li.variations_tab a").on("click",this.initial_load),d("#variable_product_options").on("click","button.save-variation-changes",this.save_variations).on("click","button.cancel-variation-changes",this.cancel_variations).on("click",".remove_variation",this.remove_variation),d(document.body).on("change","#variable_product_options .woocommerce_variations :input",this.input_changed).on("change",".variations-defaults select",this.defaults_changed),d("form#post").on("submit",this.save_on_submit),d(".wc-metaboxes-wrapper").on("click","a.do_variation_action",this.do_variation_action)},check_for_changes:function(){var a=d("#variable_product_options").find(".woocommerce_variations .variation-needs-update");if(0'+c+"";d(".page-selector",n).empty().html(s),0===i?(o.not(".toolbar-top, .toolbar-buttons").hide(),n.hide(),d("option, optgroup",t).hide(),d(".variation_actions").val("add_variation"),d('option[data-global="true"]',t).show()):(o.show(),n.show(),d("option, optgroup",t).show(),d(".variation_actions").val("add_variation"),1===_?r.hide():r.show())},check_is_enabled:function(a){return!d(a).hasClass("disabled")},change_classes:function(a,e){var i=d(".variations-pagenav .first-page"),o=d(".variations-pagenav .prev-page"),t=d(".variations-pagenav .next-page"),n=d(".variations-pagenav .last-page");1===a?(i.addClass("disabled"),o.addClass("disabled")):(i.removeClass("disabled"),o.removeClass("disabled")),e===a?(t.addClass("disabled"),n.addClass("disabled")):(t.removeClass("disabled"),n.removeClass("disabled"))},set_page:function(a){d(".variations-pagenav .page-selector").val(a).first().change()},go_to_page:function(a,e){a=a||1,e=e||0,m.set_paginav(e),m.set_page(a)},page_selector:function(){var a=parseInt(d(this).val(),10),e=d("#variable_product_options").find(".woocommerce_variations");d(".variations-pagenav .page-selector").val(a),n.check_for_changes(),m.change_classes(a,parseInt(e.attr("data-total_pages"),10)),n.load_variations(a)},first_page:function(){return m.check_is_enabled(this)&&m.set_page(1),!1},prev_page:function(){if(m.check_is_enabled(this)){var a=d("#variable_product_options").find(".woocommerce_variations"),e=parseInt(a.attr("data-page"),10)-1,i=0 ul.categorychecklist').each(function(){var e=t(this),i=e.find(":checked").first();if(i.length){var o=e.find("input").position().top,a=i.position().top;e.closest(".tabs-panel").scrollTop(a-o+5)}})}),t("#upsell_product_data").bind("keypress",function(t){if(13===t.keyCode)return!1}),t(".type_box").appendTo("#woocommerce-product-data .hndle span"),t(function(){t("#woocommerce-product-data").find(".hndle").unbind("click.postboxes"),t("#woocommerce-product-data").on("click",".hndle",function(e){t(e.target).filter("input, option, label, select").length||t("#woocommerce-product-data").toggleClass("closed")})}),t("#catalog-visibility").find(".edit-catalog-visibility").click(function(){return t("#catalog-visibility-select").is(":hidden")&&(t("#catalog-visibility-select").slideDown("fast"),t(this).hide()),!1}),t("#catalog-visibility").find(".save-post-visibility").click(function(){t("#catalog-visibility-select").slideUp("fast"),t("#catalog-visibility").find(".edit-catalog-visibility").show();var e=t("input[name=_visibility]:checked").attr("data-label");return t("input[name=_featured]").is(":checked")&&(e=e+", "+woocommerce_admin_meta_boxes.featured_label,t("input[name=_featured]").attr("checked","checked")),t("#catalog-visibility-display").text(e),!1}),t("#catalog-visibility").find(".cancel-post-visibility").click(function(){t("#catalog-visibility-select").slideUp("fast"),t("#catalog-visibility").find(".edit-catalog-visibility").show();var e=t("#current_visibility").val(),i=t("#current_featured").val();t("input[name=_visibility]").removeAttr("checked"),t("input[name=_visibility][value="+e+"]").attr("checked","checked");var o=t("input[name=_visibility]:checked").attr("data-label");return"yes"===i?(o=o+", "+woocommerce_admin_meta_boxes.featured_label,t("input[name=_featured]").attr("checked","checked")):t("input[name=_featured]").removeAttr("checked"),t("#catalog-visibility-display").text(o),!1}),t("select#product-type").change(function(){var i=t(this).val();"variable"===i?(t("input#_manage_stock").change(),t("input#_downloadable").prop("checked",!1),t("input#_virtual").removeAttr("checked")):"grouped"===i?(t("input#_downloadable").prop("checked",!1),t("input#_virtual").removeAttr("checked")):"external"===i&&(t("input#_downloadable").prop("checked",!1),t("input#_virtual").removeAttr("checked")),e(),t("ul.wc-tabs li:visible").eq(0).find("a").click(),t(document.body).trigger("woocommerce-product-type-change",i,t(this))}).change(),t("input#_downloadable, input#_virtual").change(function(){e()}),t(".sale_price_dates_fields").each(function(){var e=t(this),i=!1,o=e.closest("div, table");e.find("input").each(function(){""!==t(this).val()&&(i=!0)}),i?(o.find(".sale_schedule").hide(),o.find(".sale_price_dates_fields").show()):(o.find(".sale_schedule").show(),o.find(".sale_price_dates_fields").hide())}),t("#woocommerce-product-data").on("click",".sale_schedule",function(){var e=t(this).closest("div, table");return t(this).hide(),e.find(".cancel_sale_schedule").show(),e.find(".sale_price_dates_fields").show(),!1}),t("#woocommerce-product-data").on("click",".cancel_sale_schedule",function(){var e=t(this).closest("div, table");return t(this).hide(),e.find(".sale_schedule").show(),e.find(".sale_price_dates_fields").hide(),e.find(".sale_price_dates_fields").find("input").val(""),!1}),t("#woocommerce-product-data").on("click",".downloadable_files a.insert",function(){return t(this).closest(".downloadable_files").find("tbody").append(t(this).data("row")),!1}),t("#woocommerce-product-data").on("click",".downloadable_files a.delete",function(){return t(this).closest("tr").remove(),!1}),t("input#_manage_stock").change(function(){if(t(this).is(":checked"))t("div.stock_fields").show(),t("p.stock_status_field").hide();else{var e=t("select#product-type").val();t("div.stock_fields").hide(),t("p.stock_status_field:not( .hide_if_"+e+" )").show()}}).change(),t(".sale_price_dates_fields").each(function(){t(this).find("input").datepicker({defaultDate:"",dateFormat:"yy-mm-dd",numberOfMonths:1,showButtonPanel:!0,onSelect:function(){i(t(this))}}),t(this).find("input").each(function(){i(t(this))})});var a=t(".product_attributes").find(".woocommerce_attribute").get();a.sort(function(e,i){var o=parseInt(t(e).attr("rel"),10),a=parseInt(t(i).attr("rel"),10);return oa?1:0}),t(a).each(function(e,i){t(".product_attributes").append(i)}),t(".product_attributes .woocommerce_attribute").each(function(e,i){"none"!==t(i).css("display")&&t(i).is(".taxonomy")&&t("select.attribute_taxonomy").find('option[value="'+t(i).data("taxonomy")+'"]').attr("disabled","disabled")}),t("button.add_attribute").on("click",function(){var e=t(".product_attributes .woocommerce_attribute").length,i=t("select.attribute_taxonomy").val(),a=t(this).closest("#product_attributes"),c=a.find(".product_attributes"),n=t("select#product-type").val(),r={action:"woocommerce_add_attribute",taxonomy:i,i:e,security:woocommerce_admin_meta_boxes.add_attribute_nonce};return a.block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),t.post(woocommerce_admin_meta_boxes.ajax_url,r,function(e){c.append(e),"variable"!==n&&c.find(".enable_variation").hide(),t(document.body).trigger("wc-enhanced-select-init"),o(),a.unblock(),t(document.body).trigger("woocommerce_added_attribute")}),i&&(t("select.attribute_taxonomy").find('option[value="'+i+'"]').attr("disabled","disabled"),t("select.attribute_taxonomy").val("")),!1}),t(".product_attributes").on("blur","input.attribute_name",function(){t(this).closest(".woocommerce_attribute").find("strong.attribute_name").text(t(this).val())}),t(".product_attributes").on("click","button.select_all_attributes",function(){return t(this).closest("td").find("select option").attr("selected","selected"),t(this).closest("td").find("select").change(),!1}),t(".product_attributes").on("click","button.select_no_attributes",function(){return t(this).closest("td").find("select option").removeAttr("selected"),t(this).closest("td").find("select").change(),!1}),t(".product_attributes").on("click",".remove_row",function(){if(window.confirm(woocommerce_admin_meta_boxes.remove_attribute)){var e=t(this).parent().parent();e.is(".taxonomy")?(e.find("select, input[type=text]").val(""),e.hide(),t("select.attribute_taxonomy").find('option[value="'+e.data("taxonomy")+'"]').removeAttr("disabled")):(e.find("select, input[type=text]").val(""),e.hide(),o())}return!1}),t(".product_attributes").sortable({items:".woocommerce_attribute",cursor:"move",axis:"y",handle:"h3",scrollSensitivity:40,forcePlaceholderSize:!0,helper:"clone",opacity:.65,placeholder:"wc-metabox-sortable-placeholder",start:function(t,e){e.item.css("background-color","#f6f6f6")},stop:function(t,e){e.item.removeAttr("style"),o()}}),t(".product_attributes").on("click","button.add_new_attribute",function(){t(".product_attributes").block({message:null,overlayCSS:{background:"#fff",opacity:.6}});var e=t(this).closest(".woocommerce_attribute"),i=e.data("taxonomy"),o=window.prompt(woocommerce_admin_meta_boxes.new_attribute_prompt);if(o){var a={action:"woocommerce_add_new_attribute",taxonomy:i,term:o,security:woocommerce_admin_meta_boxes.add_attribute_nonce};t.post(woocommerce_admin_meta_boxes.ajax_url,a,function(i){i.error?window.alert(i.error):i.slug&&(e.find("select.attribute_values").append('"),e.find("select.attribute_values").change()),t(".product_attributes").unblock()})}else t(".product_attributes").unblock();return!1}),t(".save_attributes").on("click",function(){t("#woocommerce-product-data").block({message:null,overlayCSS:{background:"#fff",opacity:.6}});var e={post_id:woocommerce_admin_meta_boxes.post_id,product_type:t("#product-type").val(),data:t(".product_attributes").find("input, select, textarea").serialize(),action:"woocommerce_save_attributes",security:woocommerce_admin_meta_boxes.save_attributes_nonce};t.post(woocommerce_admin_meta_boxes.ajax_url,e,function(){var e=window.location.toString();e=e.replace("post-new.php?","post.php?post="+woocommerce_admin_meta_boxes.post_id+"&action=edit&"),t("#variable_product_options").load(e+" #variable_product_options_inner",function(){t("#variable_product_options").trigger("reload")})})});var c,n;t(document.body).on("click",".upload_file_button",function(e){var i=t(this);if(n=i.closest("tr").find("td.file_url input"),e.preventDefault(),c)c.open();else{var o=[new wp.media.controller.Library({library:wp.media.query(),multiple:!0,title:i.data("choose"),priority:20,filterable:"uploaded"})];(c=wp.media.frames.downloadable_file=wp.media({title:i.data("choose"),library:{type:""},button:{text:i.data("update")},multiple:!0,states:o})).on("select",function(){var t="";c.state().get("selection").map(function(e){(e=e.toJSON()).url&&(t=e.url)}),n.val(t).change()}),c.on("ready",function(){c.uploader.options.uploader.params={type:"downloadable_product"}}),c.open()}}),t(".downloadable_files tbody").sortable({items:"tr",cursor:"move",axis:"y",handle:"td.sort",scrollSensitivity:40,forcePlaceholderSize:!0,helper:"clone",opacity:.65});var r,l=t("#product_image_gallery"),s=t("#product_images_container").find("ul.product_images");t(".add_product_images").on("click","a",function(e){var i=t(this);e.preventDefault(),r?r.open():((r=wp.media.frames.product_gallery=wp.media({title:i.data("choose"),button:{text:i.data("update")},states:[new wp.media.controller.Library({title:i.data("choose"),filterable:"all",multiple:!0})]})).on("select",function(){var t=r.state().get("selection"),e=l.val();t.map(function(t){if((t=t.toJSON()).id){e=e?e+","+t.id:t.id;var o=t.sizes&&t.sizes.thumbnail?t.sizes.thumbnail.url:t.url;s.append('
  • ")}}),l.val(e)}),r.open())}),s.sortable({items:"li.image",cursor:"move",scrollSensitivity:40,forcePlaceholderSize:!0,forceHelperSize:!1,helper:"clone",opacity:.65,placeholder:"wc-metabox-sortable-placeholder",start:function(t,e){e.item.css("background-color","#f6f6f6")},stop:function(t,e){e.item.removeAttr("style")},update:function(){var e="";t("#product_images_container").find("ul li.image").css("cursor","default").each(function(){var i=t(this).attr("data-attachment_id");e=e+i+","}),l.val(e)}}),t("#product_images_container").on("click","a.delete",function(){t(this).closest("li.image").remove();var e="";return t("#product_images_container").find("ul li.image").css("cursor","default").each(function(){var i=t(this).attr("data-attachment_id");e=e+i+","}),l.val(e),t("#tiptip_holder").removeAttr("style"),t("#tiptip_arrow").removeAttr("style"),!1})}); \ No newline at end of file +jQuery(function(n){function e(){var t=n("select#product-type").val(),e=n("input#_virtual:checked").length,i=n("input#_downloadable:checked").length,o=".hide_if_downloadable, .hide_if_virtual",a=".show_if_downloadable, .show_if_virtual";n.each(woocommerce_admin_meta_boxes.product_types,function(t,e){o=o+", .hide_if_"+e,a=a+", .show_if_"+e}),n(o).show(),n(a).hide(),i&&n(".show_if_downloadable").show(),e&&n(".show_if_virtual").show(),n(".show_if_"+t).show(),i&&n(".hide_if_downloadable").hide(),e&&n(".hide_if_virtual").hide(),n(".hide_if_"+t).hide(),n("input#_manage_stock").change(),n(".woocommerce_options_panel").each(function(){var t=n(this).children(".options_group");if(0!==t.length&&t.filter(function(){return"none"===n(this).css("display")}).length===t.length){var e=n(this).prop("id");n(".product_data_tabs").find('li a[href="#'+e+'"]').parent().hide()}})}function t(t){var e=n(t).next().is(".hasDatepicker")?"minDate":"maxDate",i="minDate"===e?n(t).next():n(t).prev(),o=n(t).datepicker("getDate");n(i).datepicker("option",e,o),n(t).change()}n(function(){n('[id$="-all"] > ul.categorychecklist').each(function(){var t=n(this),e=t.find(":checked").first();if(e.length){var i=t.find("input").position().top,o=e.position().top;t.closest(".tabs-panel").scrollTop(o-i+5)}})}),n("#upsell_product_data").bind("keypress",function(t){if(13===t.keyCode)return!1}),n(".type_box").appendTo("#woocommerce-product-data .hndle span"),n(function(){n("#woocommerce-product-data").find(".hndle").unbind("click.postboxes"),n("#woocommerce-product-data").on("click",".hndle",function(t){n(t.target).filter("input, option, label, select").length||n("#woocommerce-product-data").toggleClass("closed")})}),n("#catalog-visibility").find(".edit-catalog-visibility").click(function(){return n("#catalog-visibility-select").is(":hidden")&&(n("#catalog-visibility-select").slideDown("fast"),n(this).hide()),!1}),n("#catalog-visibility").find(".save-post-visibility").click(function(){n("#catalog-visibility-select").slideUp("fast"),n("#catalog-visibility").find(".edit-catalog-visibility").show();var t=n("input[name=_visibility]:checked").attr("data-label");return n("input[name=_featured]").is(":checked")&&(t=t+", "+woocommerce_admin_meta_boxes.featured_label,n("input[name=_featured]").attr("checked","checked")),n("#catalog-visibility-display").text(t),!1}),n("#catalog-visibility").find(".cancel-post-visibility").click(function(){n("#catalog-visibility-select").slideUp("fast"),n("#catalog-visibility").find(".edit-catalog-visibility").show();var t=n("#current_visibility").val(),e=n("#current_featured").val();n("input[name=_visibility]").removeAttr("checked"),n("input[name=_visibility][value="+t+"]").attr("checked","checked");var i=n("input[name=_visibility]:checked").attr("data-label");return"yes"===e?(i=i+", "+woocommerce_admin_meta_boxes.featured_label,n("input[name=_featured]").attr("checked","checked")):n("input[name=_featured]").removeAttr("checked"),n("#catalog-visibility-display").text(i),!1}),n("select#product-type").change(function(){var t=n(this).val();"variable"===t?(n("input#_manage_stock").change(),n("input#_downloadable").prop("checked",!1),n("input#_virtual").removeAttr("checked")):"grouped"===t?(n("input#_downloadable").prop("checked",!1),n("input#_virtual").removeAttr("checked")):"external"===t&&(n("input#_downloadable").prop("checked",!1),n("input#_virtual").removeAttr("checked")),e(),n("ul.wc-tabs li:visible").eq(0).find("a").click(),n(document.body).trigger("woocommerce-product-type-change",t,n(this))}).change(),n("input#_downloadable, input#_virtual").change(function(){e()}),n(".sale_price_dates_fields").each(function(){var t=n(this),e=!1,i=t.closest("div, table");t.find("input").each(function(){""!==n(this).val()&&(e=!0)}),e?(i.find(".sale_schedule").hide(),i.find(".sale_price_dates_fields").show()):(i.find(".sale_schedule").show(),i.find(".sale_price_dates_fields").hide())}),n("#woocommerce-product-data").on("click",".sale_schedule",function(){var t=n(this).closest("div, table");return n(this).hide(),t.find(".cancel_sale_schedule").show(),t.find(".sale_price_dates_fields").show(),!1}),n("#woocommerce-product-data").on("click",".cancel_sale_schedule",function(){var t=n(this).closest("div, table");return n(this).hide(),t.find(".sale_schedule").show(),t.find(".sale_price_dates_fields").hide(),t.find(".sale_price_dates_fields").find("input").val(""),!1}),n("#woocommerce-product-data").on("click",".downloadable_files a.insert",function(){return n(this).closest(".downloadable_files").find("tbody").append(n(this).data("row")),!1}),n("#woocommerce-product-data").on("click",".downloadable_files a.delete",function(){return n(this).closest("tr").remove(),!1}),n("input#_manage_stock").change(function(){if(n(this).is(":checked"))n("div.stock_fields").show(),n("p.stock_status_field").hide();else{var t=n("select#product-type").val();n("div.stock_fields").hide(),n("p.stock_status_field:not( .hide_if_"+t+" )").show()}}).change(),n(".sale_price_dates_fields").each(function(){n(this).find("input").datepicker({defaultDate:"",dateFormat:"yy-mm-dd",numberOfMonths:1,showButtonPanel:!0,onSelect:function(){t(n(this))}}),n(this).find("input").each(function(){t(n(this))})});var o,a,c,i=n(".product_attributes").find(".woocommerce_attribute").get();function r(){n(".product_attributes .woocommerce_attribute").each(function(t,e){n(".attribute_position",e).val(parseInt(n(e).index(".product_attributes .woocommerce_attribute"),10))})}i.sort(function(t,e){var i=parseInt(n(t).attr("rel"),10),o=parseInt(n(e).attr("rel"),10);return i'+t.name+""),e.find("select.attribute_values").change()),n(".product_attributes").unblock()})}else n(".product_attributes").unblock();return!1}),n(".save_attributes").on("click",function(){n(".product_attributes").block({message:null,overlayCSS:{background:"#fff",opacity:.6}});var a=n(".product_attributes").find("input, select, textarea"),t={post_id:woocommerce_admin_meta_boxes.post_id,product_type:n("#product-type").val(),data:a.serialize(),action:"woocommerce_save_attributes",security:woocommerce_admin_meta_boxes.save_attributes_nonce};n.post(woocommerce_admin_meta_boxes.ajax_url,t,function(t){if(t.error)window.alert(t.error);else if(t.data){n(".product_attributes").html(t.data.html),n(".product_attributes").unblock();for(var e=a.length/6,i=0;i")}}),l.val(i)}),c.open()}),d.sortable({items:"li.image",cursor:"move",scrollSensitivity:40,forcePlaceholderSize:!0,forceHelperSize:!1,helper:"clone",opacity:.65,placeholder:"wc-metabox-sortable-placeholder",start:function(t,e){e.item.css("background-color","#f6f6f6")},stop:function(t,e){e.item.removeAttr("style")},update:function(){var e="";n("#product_images_container").find("ul li.image").css("cursor","default").each(function(){var t=n(this).attr("data-attachment_id");e=e+t+","}),l.val(e)}}),n("#product_images_container").on("click","a.delete",function(){n(this).closest("li.image").remove();var e="";return n("#product_images_container").find("ul li.image").css("cursor","default").each(function(){var t=n(this).attr("data-attachment_id");e=e+t+","}),l.val(e),n("#tiptip_holder").removeAttr("style"),n("#tiptip_arrow").removeAttr("style"),!1})}); \ No newline at end of file diff --git a/assets/js/admin/meta-boxes.min.js b/assets/js/admin/meta-boxes.min.js index ba877db4323..3ea38578642 100644 --- a/assets/js/admin/meta-boxes.min.js +++ b/assets/js/admin/meta-boxes.min.js @@ -1 +1 @@ -jQuery(function(t){t("#tiptip_holder").removeAttr("style"),t("#tiptip_arrow").removeAttr("style"),t(".tips").tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200}),t("#titlediv").find("#title").keyup(function(e){if("9"===(e.keyCode||e.which)&&t("#woocommerce-coupon-description").length>0)return e.stopPropagation(),t("#woocommerce-coupon-description").focus(),!1}),t(".wc-metaboxes-wrapper").on("click",".wc-metabox > h3",function(){t(this).parent(".wc-metabox").toggleClass("closed").toggleClass("open")}),t(document.body).on("wc-init-tabbed-panels",function(){t("ul.wc-tabs").show(),t("ul.wc-tabs a").click(function(e){e.preventDefault();var o=t(this).closest("div.panel-wrap");t("ul.wc-tabs li",o).removeClass("active"),t(this).parent().addClass("active"),t("div.panel",o).hide(),t(t(this).attr("href")).show()}),t("div.panel-wrap").each(function(){t(this).find("ul.wc-tabs li").eq(0).find("a").click()})}).trigger("wc-init-tabbed-panels"),t(document.body).on("wc-init-datepickers",function(){t(".date-picker-field, .date-picker").datepicker({dateFormat:"yy-mm-dd",numberOfMonths:1,showButtonPanel:!0})}).trigger("wc-init-datepickers"),t(".wc-metaboxes-wrapper").on("click",".wc-metabox h3",function(e){t(e.target).filter(":input, option, .sort").length||t(this).next(".wc-metabox-content").stop().slideToggle()}).on("click",".expand_all",function(){return t(this).closest(".wc-metaboxes-wrapper").find(".wc-metabox > .wc-metabox-content").show(),!1}).on("click",".close_all",function(){return t(this).closest(".wc-metaboxes-wrapper").find(".wc-metabox > .wc-metabox-content").hide(),!1}),t(".wc-metabox.closed").each(function(){t(this).find(".wc-metabox-content").hide()})}); \ No newline at end of file +jQuery(function(o){o("#tiptip_holder").removeAttr("style"),o("#tiptip_arrow").removeAttr("style"),o(".tips").tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200}),o("#titlediv").find("#title").keyup(function(t){if("9"===(t.keyCode||t.which)&&0 h3",function(){o(this).parent(".wc-metabox").toggleClass("closed").toggleClass("open")}),o(document.body).on("wc-init-tabbed-panels",function(){o("ul.wc-tabs").show(),o("ul.wc-tabs a").click(function(t){t.preventDefault();var e=o(this).closest("div.panel-wrap");o("ul.wc-tabs li",e).removeClass("active"),o(this).parent().addClass("active"),o("div.panel",e).hide(),o(o(this).attr("href")).show()}),o("div.panel-wrap").each(function(){o(this).find("ul.wc-tabs li").eq(0).find("a").click()})}).trigger("wc-init-tabbed-panels"),o(document.body).on("wc-init-datepickers",function(){o(".date-picker-field, .date-picker").datepicker({dateFormat:"yy-mm-dd",numberOfMonths:1,showButtonPanel:!0})}).trigger("wc-init-datepickers"),o(".wc-metaboxes-wrapper").on("click",".wc-metabox h3",function(t){o(t.target).filter(":input, option, .sort").length||o(this).next(".wc-metabox-content").stop().slideToggle()}).on("click",".expand_all",function(){return o(this).closest(".wc-metaboxes-wrapper").find(".wc-metabox > .wc-metabox-content").show(),!1}).on("click",".close_all",function(){return o(this).closest(".wc-metaboxes-wrapper").find(".wc-metabox > .wc-metabox-content").hide(),!1}),o(".wc-metabox.closed").each(function(){o(this).find(".wc-metabox-content").hide()})}); \ No newline at end of file diff --git a/assets/js/admin/network-orders.min.js b/assets/js/admin/network-orders.min.js index 0d197c57f1e..e283ac2d35c 100644 --- a/assets/js/admin/network-orders.min.js +++ b/assets/js/admin/network-orders.min.js @@ -1 +1 @@ -!function(e,o,r){if("undefined"!=typeof woocommerce_network_orders){var t=[],n=[],s=[],a=e(document.getElementById("network-orders-tbody")),d=o.template(e(document.getElementById("network-orders-row-template")).text()),c=e(document.getElementById("woocommerce-network-order-table-loading")),i=e(document.getElementById("woocommerce-network-order-table")),m=e(document.getElementById("woocommerce-network-orders-no-orders"));if(!woocommerce_network_orders.sites.length)return c.removeClass("is-active"),i.removeClass("is-active"),void m.addClass("is-active");e.each(woocommerce_network_orders.sites,function(o,r){n[o]=e.Deferred(),s.push(e.ajax({url:woocommerce_network_orders.order_endpoint,data:{_wpnonce:woocommerce_network_orders.nonce,network_orders:!0,blog_id:r},type:"GET"}).success(function(e){var r;for(r in e)t.push(e[r]);n[o].resolve()}).fail(function(){n[o].resolve()}))}),n.length>0&&e.when.apply(e,n).done(function(){var e,o;if(t.sort(function(e,o){var r,t;return r=Date.parse(e.date_created_gmt),t=Date.parse(o.date_created_gmt),r===t?0:r0){for(e in t)o=t[e],a.append(d(o));m.removeClass("is-active"),c.removeClass("is-active"),i.addClass("is-active")}else m.addClass("is-active"),c.removeClass("is-active"),i.removeClass("is-active")})}}(jQuery,_); \ No newline at end of file +!function(o,e,r){if("undefined"!=typeof woocommerce_network_orders){var t=[],n=[],s=[],a=o(document.getElementById("network-orders-tbody")),c=e.template(o(document.getElementById("network-orders-row-template")).text()),d=o(document.getElementById("woocommerce-network-order-table-loading")),i=o(document.getElementById("woocommerce-network-order-table")),m=o(document.getElementById("woocommerce-network-orders-no-orders"));if(!woocommerce_network_orders.sites.length)return d.removeClass("is-active"),i.removeClass("is-active"),m.addClass("is-active");o.each(woocommerce_network_orders.sites,function(r,e){n[r]=o.Deferred(),s.push(o.ajax({url:woocommerce_network_orders.order_endpoint,data:{_wpnonce:woocommerce_network_orders.nonce,network_orders:!0,blog_id:e},type:"GET"}).success(function(e){var o;for(o in e)t.push(e[o]);n[r].resolve()}).fail(function(){n[r].resolve()}))}),0'),t.post(ajaxurl,{action:"woocommerce_product_ordering",id:o,previd:n,nextid:d},function(e){t.each(e,function(e,i){t("#inline_"+e+" .menu_order").html(i)}),i.item.find(".check-column input").show().siblings("img").remove(),t("table.widefat tbody th, table.widefat tbody td").css("cursor","move"),t("table.widefat tbody").sortable("enable")}),t("table.widefat tbody tr").each(function(){t("table.widefat tbody tr").index(this)%2==0?t(this).addClass("alternate"):t(this).removeClass("alternate")})}})}); \ No newline at end of file +jQuery(function(d){d("table.widefat tbody th, table.widefat tbody td").css("cursor","move"),d("table.widefat tbody").sortable({items:"tr:not(.inline-edit-row)",cursor:"move",axis:"y",containment:"table.widefat",scrollSensitivity:40,helper:function(t,e){return e.each(function(){d(this).width(d(this).width())}),e},start:function(t,e){e.item.css("background-color","#ffffff"),e.item.children("td, th").css("border-bottom-width","0"),e.item.css("outline","1px solid #dfdfdf")},stop:function(t,e){e.item.removeAttr("style"),e.item.children("td,th").css("border-bottom-width","1px")},update:function(t,e){d("table.widefat tbody th, table.widefat tbody td").css("cursor","default"),d("table.widefat tbody").sortable("disable");var i=e.item.find(".check-column input").val(),o=e.item.prev().find(".check-column input").val(),n=e.item.next().find(".check-column input").val();e.item.find(".check-column input").hide().after('processing'),d.post(ajaxurl,{action:"woocommerce_product_ordering",id:i,previd:o,nextid:n},function(t){d.each(t,function(t,e){d("#inline_"+t+" .menu_order").html(e)}),e.item.find(".check-column input").show().siblings("img").remove(),d("table.widefat tbody th, table.widefat tbody td").css("cursor","move"),d("table.widefat tbody").sortable("enable")}),d("table.widefat tbody tr").each(function(){d("table.widefat tbody tr").index(this)%2==0?d(this).addClass("alternate"):d(this).removeClass("alternate")})}})}); \ No newline at end of file diff --git a/assets/js/admin/quick-edit.js b/assets/js/admin/quick-edit.js index a35b54ace50..74f2f94c866 100644 --- a/assets/js/admin/quick-edit.js +++ b/assets/js/admin/quick-edit.js @@ -70,11 +70,11 @@ jQuery(function( $ ) { if ( product_supports_stock_fields ) { if ( 'yes' === manage_stock ) { - $( '.stock_fields' ).show().removeAttr( 'style' ); + $( '.stock_qty_field, .backorder_field', '.inline-edit-row' ).show().removeAttr( 'style' ); $( '.stock_status_field' ).hide(); $( '.manage_stock_field input' ).prop( 'checked', true ); } else { - $( '.stock_qty_field', '.inline-edit-row' ).hide(); + $( '.stock_qty_field, .backorder_field', '.inline-edit-row' ).hide(); $( '.stock_status_field' ).show().removeAttr( 'style' ); $( '.manage_stock_field input' ).prop( 'checked', false ); } @@ -103,10 +103,10 @@ jQuery(function( $ ) { $( '#the-list' ).on( 'change', '.inline-edit-row input[name="_manage_stock"]', function() { if ( $( this ).is( ':checked' ) ) { - $( '.stock_qty_field', '.inline-edit-row' ).show().removeAttr( 'style' ); + $( '.stock_qty_field, .backorder_field', '.inline-edit-row' ).show().removeAttr( 'style' ); $( '.stock_status_field' ).hide(); } else { - $( '.stock_qty_field', '.inline-edit-row' ).hide(); + $( '.stock_qty_field, .backorder_field', '.inline-edit-row' ).hide(); $( '.stock_status_field' ).show().removeAttr( 'style' ); } diff --git a/assets/js/admin/quick-edit.min.js b/assets/js/admin/quick-edit.min.js index ce1e25a749f..48828de40db 100644 --- a/assets/js/admin/quick-edit.min.js +++ b/assets/js/admin/quick-edit.min.js @@ -1 +1 @@ -jQuery(function(e){e("#the-list").on("click",".editinline",function(){inlineEditPost.revert();var t=e(this).closest("tr").attr("id");t=t.replace("post-","");var i=e("#woocommerce_inline_"+t),n=i.find(".sku").text(),o=i.find(".regular_price").text(),s=i.find(".sale_price ").text(),d=i.find(".weight").text(),l=i.find(".length").text(),c=i.find(".width").text(),a=i.find(".height").text(),r=i.find(".shipping_class").text(),_=i.find(".visibility").text(),m=i.find(".stock_status").text(),p=i.find(".stock").text(),u=i.find(".featured").text(),f=i.find(".manage_stock").text(),h=i.find(".menu_order").text(),w=i.find(".tax_status").text(),k=i.find(".tax_class").text(),v=i.find(".backorders").text(),x=o.replace(".",woocommerce_admin.mon_decimal_point),g=s.replace(".",woocommerce_admin.mon_decimal_point);e('input[name="_sku"]',".inline-edit-row").val(n),e('input[name="_regular_price"]',".inline-edit-row").val(x),e('input[name="_sale_price"]',".inline-edit-row").val(g),e('input[name="_weight"]',".inline-edit-row").val(d),e('input[name="_length"]',".inline-edit-row").val(l),e('input[name="_width"]',".inline-edit-row").val(c),e('input[name="_height"]',".inline-edit-row").val(a),e('select[name="_shipping_class"] option:selected',".inline-edit-row").attr("selected",!1).change(),e('select[name="_shipping_class"] option[value="'+r+'"]').attr("selected","selected").change(),e('input[name="_stock"]',".inline-edit-row").val(p),e('input[name="menu_order"]',".inline-edit-row").val(h),e('select[name="_tax_status"] option, select[name="_tax_class"] option, select[name="_visibility"] option, select[name="_stock_status"] option, select[name="_backorders"] option').removeAttr("selected"),e('select[name="_tax_status"] option[value="'+w+'"]',".inline-edit-row").attr("selected","selected"),e('select[name="_tax_class"] option[value="'+k+'"]',".inline-edit-row").attr("selected","selected"),e('select[name="_visibility"] option[value="'+_+'"]',".inline-edit-row").attr("selected","selected"),e('select[name="_stock_status"] option[value="'+m+'"]',".inline-edit-row").attr("selected","selected"),e('select[name="_backorders"] option[value="'+v+'"]',".inline-edit-row").attr("selected","selected"),"yes"===u?e('input[name="_featured"]',".inline-edit-row").attr("checked","checked"):e('input[name="_featured"]',".inline-edit-row").removeAttr("checked");var y=i.find(".product_type").text(),b=i.find(".product_is_virtual").text(),A="external"!==y,q="external"!==y&&"grouped"!==y;e(".stock_fields, .manage_stock_field, .stock_status_field, .backorder_field").show(),q?"yes"===f?(e(".stock_fields").show().removeAttr("style"),e(".stock_status_field").hide(),e(".manage_stock_field input").prop("checked",!0)):(e(".stock_qty_field",".inline-edit-row").hide(),e(".stock_status_field").show().removeAttr("style"),e(".manage_stock_field input").prop("checked",!1)):A?e(".stock_fields, .manage_stock_field, .backorder_field").hide():e(".stock_fields, .manage_stock_field, .stock_status_field, .backorder_field").hide(),"simple"===y||"external"===y?e(".price_fields",".inline-edit-row").show().removeAttr("style"):e(".price_fields",".inline-edit-row").hide(),"yes"===b?e(".dimension_fields",".inline-edit-row").hide():e(".dimension_fields",".inline-edit-row").show().removeAttr("style"),e('input[name="comment_status"]').parent().find(".checkbox-title").text(woocommerce_quick_edit.strings.allow_reviews)}),e("#the-list").on("change",'.inline-edit-row input[name="_manage_stock"]',function(){e(this).is(":checked")?(e(".stock_qty_field",".inline-edit-row").show().removeAttr("style"),e(".stock_status_field").hide()):(e(".stock_qty_field",".inline-edit-row").hide(),e(".stock_status_field").show().removeAttr("style"))}),e("#wpbody").on("click","#doaction, #doaction2",function(){e("input.text",".inline-edit-row").val(""),e("#woocommerce-fields").find("select").prop("selectedIndex",0),e("#woocommerce-fields-bulk").find(".inline-edit-group .change-input").hide()}),e("#wpbody").on("change","#woocommerce-fields-bulk .inline-edit-group .change_to",function(){0'+n+"").css({top:a-16,left:e+20}).appendTo("body").fadeIn(200)}var a=null,n=null;t(".chart-placeholder").bind("plothover",function(i,r,o){if(o){if((a!==o.dataIndex||n!==o.seriesIndex)&&(a=o.dataIndex,n=o.seriesIndex,t(".chart-tooltip").remove(),o.series.points.show||o.series.enable_tooltip)){var s=o.series.data[o.dataIndex][1],l="";o.series.prepend_label&&(l=l+o.series.label+": "),o.series.prepend_tooltip&&(l+=o.series.prepend_tooltip),l+=s,o.series.append_tooltip&&(l+=o.series.append_tooltip),o.series.pie.show?e(r.pageX,r.pageY,l):e(o.pageX,o.pageY,l)}}else t(".chart-tooltip").remove(),a=null}),t(".wc_sparkline.bars").each(function(){var e={grid:{show:!1}},a=[{data:t(this).data("sparkline"),color:t(this).data("color"),bars:{fillColor:t(this).data("color"),fill:!0,show:!0,lineWidth:1,barWidth:t(this).data("barwidth"),align:"center"},shadowSize:0}];t.plot(t(this),a,e)}),t(".wc_sparkline.lines").each(function(){var e={grid:{show:!1}},a=[{data:t(this).data("sparkline"),color:t(this).data("color"),lines:{fill:!1,show:!0,lineWidth:1,align:"center"},shadowSize:0}];t.plot(t(this),a,e)});var i=t(".range_datepicker").datepicker({changeMonth:!0,changeYear:!0,defaultDate:"",dateFormat:"yy-mm-dd",numberOfMonths:1,minDate:"-20Y",maxDate:"+1D",showButtonPanel:!0,showOn:"focus",buttonImageOnly:!0,onSelect:function(){var e=t(this).is(".from")?"minDate":"maxDate",a=t(this).datepicker("getDate");i.not(this).datepicker("option",e,a)}});"undefined"==typeof document.createElement("a").download&&t(".export_csv").hide(),t(".export_csv").click(function(){var e=t(this).data("exclude_series")||"";e=e.toString(),e=e.split(",");var a,n,i,r=t(this).data("xaxes"),o=t(this).data("groupby"),s=t(this).data("index_type"),l="data:text/csv;charset=utf-8,\ufeff";if("table"===t(this).data("export"))t(this).offsetParent().find("thead tr,tbody tr").each(function(){t(this).find("th, td").each(function(){var e=t(this).text();e=e.replace("[?]","").replace("#",""),l+='"'+e+'",'}),l=l.substring(0,l.length-1),l+="\n"}),t(this).offsetParent().find("tfoot tr").each(function(){t(this).find("th, td").each(function(){var e=t(this).text();if(e=e.replace("[?]","").replace("#",""),l+='"'+e+'",',t(this).attr("colspan")>0)for(p=1;p'+a+"").css({top:e-16,left:t+20}).appendTo("body").fadeIn(200)}var o=null,s=null;f(".chart-placeholder").bind("plothover",function(t,e,a){if(a){if((o!==a.dataIndex||s!==a.seriesIndex)&&(o=a.dataIndex,s=a.seriesIndex,f(".chart-tooltip").remove(),a.series.points.show||a.series.enable_tooltip)){var n=a.series.data[a.dataIndex][1],i="";a.series.prepend_label&&(i=i+a.series.label+": "),a.series.prepend_tooltip&&(i+=a.series.prepend_tooltip),i+=n,a.series.append_tooltip&&(i+=a.series.append_tooltip),a.series.pie.show?r(e.pageX,e.pageY,i):r(a.pageX,a.pageY,i)}}else f(".chart-tooltip").remove(),o=null}),f(".wc_sparkline.bars").each(function(){var t=[{data:f(this).data("sparkline"),color:f(this).data("color"),bars:{fillColor:f(this).data("color"),fill:!0,show:!0,lineWidth:1,barWidth:f(this).data("barwidth"),align:"center"},shadowSize:0}];f.plot(f(this),t,{grid:{show:!1}})}),f(".wc_sparkline.lines").each(function(){var t=[{data:f(this).data("sparkline"),color:f(this).data("color"),lines:{fill:!1,show:!0,lineWidth:1,align:"center"},shadowSize:0}];f.plot(f(this),t,{grid:{show:!1}})});var a=f(".range_datepicker").datepicker({changeMonth:!0,changeYear:!0,defaultDate:"",dateFormat:"yy-mm-dd",numberOfMonths:1,minDate:"-20Y",maxDate:"+1D",showButtonPanel:!0,showOn:"focus",buttonImageOnly:!0,onSelect:function(){var t=f(this).is(".from")?"minDate":"maxDate",e=f(this).datepicker("getDate");a.not(this).datepicker("option",t,e)}});"undefined"==typeof document.createElement("a").download&&f(".export_csv").hide(),f(".export_csv").click(function(){var a=f(this).data("exclude_series")||"";a=(a=a.toString()).split(",");var t,e,n,i=f(this).data("xaxes"),r=f(this).data("groupby"),o=f(this).data("index_type"),s=f(this).data("export"),l="data:text/csv;charset=utf-8,\ufeff";if("table"===s)f(this).offsetParent().find("thead tr,tbody tr").each(function(){f(this).find("th, td").each(function(){var t=f(this).text();t=t.replace("[?]","").replace("#",""),l+='"'+t+'",'}),l=l.substring(0,l.length-1),l+="\n"}),f(this).offsetParent().find("tfoot tr").each(function(){f(this).find("th, td").each(function(){var t=f(this).text();if(t=t.replace("[?]","").replace("#",""),l+='"'+t+'",',00?"&":"?")+"action=woocommerce_tax_rates_save_changes",data:{current_class:e.current_class,wc_tax_nonce:e.wc_tax_nonce,changes:t.changes},success:function(e,a){"success"===a&&e.success&&(f.set("rates",e.data.rates),f.trigger("change:rates"),f.changes={},f.trigger("saved:rates"),m.render()),t.unblock()}})}}),g=Backbone.View.extend({rowTemplate:i,per_page:e.limit,page:e.page,initialize:function(){var a=Math.ceil(_.toArray(this.model.get("rates")).length/this.per_page);this.qty_pages=0===a?1:a,this.page=this.sanitizePage(e.page),this.listenTo(this.model,"change:rates",this.setUnloadConfirmation),this.listenTo(this.model,"saved:rates",this.clearUnloadConfirmation),c.on("change autocompletechange",":input",{view:this},this.updateModelOnChange),u.on("keyup search",{view:this},this.onSearchField),l.on("click","a",{view:this},this.onPageChange),l.on("change","input",{view:this},this.onPageChange),t(window).on("beforeunload",{view:this},this.unloadConfirmation),h.on("click",{view:this},this.onSubmit),d.prop("disabled",!0),s.find(".insert").on("click",{view:this},this.onAddNewRow),s.find(".remove_tax_rates").on("click",{view:this},this.onDeleteRow),s.find(".export").on("click",{view:this},this.onExport)},render:function(){var a=this.model.getFilteredRates(),n=_.size(a),i=Math.ceil(n/this.per_page),s=0===n?0:this.per_page*(this.page-1),c=this.per_page*this.page,d=_.toArray(a).slice(s,c),u=this;this.$el.empty(),d.length?t.each(d,function(t,e){u.$el.append(u.rowTemplate(e))}):u.$el.append(r()),this.$el.find("td.country input").autocomplete({source:e.countries,minLength:2}),this.$el.find("td.state input").autocomplete({source:e.states,minLength:3}),this.$el.find("td.postcode input, td.city input").change(function(){t(this).attr("name",t(this).data("name"))}),i>1?l.html(o({qty_rates:n,current_page:this.page,qty_pages:i})):(l.empty(),u.page=1)},updateUrl:function(){if(window.history.replaceState){var t=e.base_url,a=u.val();1i}),_.map(r,function(t){return t.tax_rate_order++,l[t.tax_rate_id]=_.extend(l[t.tax_rate_id]||{},{tax_rate_order:t.tax_rate_order}),t})):(h.tax_rate_order=1+_.max(_.pluck(d,"tax_rate_order"),function(t){return parseInt(t,10)}),o.page=o.qty_pages),d[h.tax_rate_id]=h,l[h.tax_rate_id]=h,s.set("rates",d),s.logChanges(l),o.render()},onDeleteRow:function(a){var n,i,r=a.data.view,o=r.model,s=_.indexBy(o.get("rates"),"tax_rate_id"),d={};a.preventDefault(),(n=c.children(".current"))?(n.each(function(){i=t(this).data("id"),delete s[i],d[i]=_.extend(d[i]||{},{deleted:"deleted"})}),o.set("rates",s),o.logChanges(d),r.render()):window.alert(e.strings.no_rows_selected)},onSearchField:function(t){t.data.view.updateUrl(),t.data.view.render()},onPageChange:function(e){var a=t(e.currentTarget);e.preventDefault(),e.data.view.page=a.data("goto")?a.data("goto"):a.val(),e.data.view.render(),e.data.view.updateUrl()},onExport:function(a){var n="data:application/csv;charset=utf-8,"+e.strings.csv_data_cols.join(",")+"\n";return t.each(a.data.view.model.getFilteredRates(),function(t,a){var i="";i+=a.tax_rate_country+",",i+=a.tax_rate_state+",",i+=(a.postcode?a.postcode.join("; "):"")+",",i+=(a.city?a.city.join("; "):"")+",",i+=a.tax_rate+",",i+=a.tax_rate_name+",",i+=a.tax_rate_priority+",",i+=a.tax_rate_compound+",",i+=a.tax_rate_shipping+",",i+=e.current_class,n+=i+"\n"}),t(this).attr("href",encodeURI(n)),!0},setUnloadConfirmation:function(){this.needsUnloadConfirm=!0,d.prop("disabled",!1)},clearUnloadConfirmation:function(){this.needsUnloadConfirm=!1,d.prop("disabled",!0)},unloadConfirmation:function(t){if(t.data.view.needsUnloadConfirm)return t.returnValue=e.strings.unload_confirmation_msg,window.event.returnValue=e.strings.unload_confirmation_msg,e.strings.unload_confirmation_msg},updateModelOnChange:function(e){var a=e.data.view.model,n=t(e.target),i=n.closest("tr").data("id"),r=n.data("attribute"),o=n.val();"city"!==r&&"postcode"!==r||(o=o.split(";"),o=t.map(o,function(t){return t.trim()})),"tax_rate_compound"!==r&&"tax_rate_shipping"!==r||(o=n.is(":checked")?1:0),a.setRateAttribute(i,r,o)},sanitizePage:function(t){return(t=parseInt(t,10))<1?t=1:t>this.qty_pages&&(t=this.qty_pages),t}}),f=new p({rates:e.rates}),m=new g({model:f,el:"#rates"});m.render()})}(jQuery,htmlSettingsTaxLocalizeScript,wp,ajaxurl); \ No newline at end of file +!function(p,g,f,m){p(function(){String.prototype.trim||(String.prototype.trim=function(){return this.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")});var t=f.template("wc-tax-table-row"),s=f.template("wc-tax-table-row-empty"),c=f.template("wc-tax-table-pagination"),e=p(".wc_tax_rates"),u=p("#rates"),a=p(':input[name="save"]'),d=p("#rates-pagination"),n=p("#rates-search .wc-tax-rates-search-field"),i=p(".submit .button-primary[type=submit]"),r=Backbone.Model.extend({changes:{},setRateAttribute:function(t,e,a){var n=_.indexBy(this.get("rates"),"tax_rate_id"),i={};n[t][e]!==a&&(i[t]={},i[t][e]=a,n[t][e]=a),this.logChanges(i)},logChanges:function(t){var a=this.changes||{};_.each(t,function(t,e){a[e]=_.extend(a[e]||{tax_rate_id:e},t)}),this.changes=a,this.trigger("change:rates")},getFilteredRates:function(){var t=this.get("rates"),e=n.val().toLowerCase();return e.length&&(t=_.filter(t,function(t){return-1!==_.toArray(t).join(" ").toLowerCase().indexOf(e)})),t=_.sortBy(t,function(t){return parseInt(t.tax_rate_order,10)})},block:function(){p(".wc_tax_rates").block({message:null,overlayCSS:{background:"#fff",opacity:.6}})},unblock:function(){p(".wc_tax_rates").unblock()},save:function(){var a=this;a.block(),Backbone.ajax({method:"POST",dataType:"json",url:m+(0n}),_.map(i,function(t){return t.tax_rate_order++,c[t.tax_rate_id]=_.extend(c[t.tax_rate_id]||{},{tax_rate_order:t.tax_rate_order}),t})):(l.tax_rate_order=1+_.max(_.pluck(s,"tax_rate_order"),function(t){return parseInt(t,10)}),r.page=r.qty_pages),s[l.tax_rate_id]=l,c[l.tax_rate_id]=l,o.set("rates",s),o.logChanges(c),r.render()},onDeleteRow:function(t){var e,a,n=t.data.view,i=n.model,r=_.indexBy(i.get("rates"),"tax_rate_id"),o={};t.preventDefault(),(e=u.children(".current"))?(e.each(function(){a=p(this).data("id"),delete r[a],o[a]=_.extend(o[a]||{},{deleted:"deleted"})}),i.set("rates",r),i.logChanges(o),n.render()):window.alert(g.strings.no_rows_selected)},onSearchField:function(t){t.data.view.updateUrl(),t.data.view.render()},onPageChange:function(t){var e=p(t.currentTarget);t.preventDefault(),t.data.view.page=e.data("goto")?e.data("goto"):e.val(),t.data.view.render(),t.data.view.updateUrl()},onExport:function(t){var n="data:application/csv;charset=utf-8,"+g.strings.csv_data_cols.join(",")+"\n";return p.each(t.data.view.model.getFilteredRates(),function(t,e){var a="";a+=e.tax_rate_country+",",a+=e.tax_rate_state+",",a+=(e.postcode?e.postcode.join("; "):"")+",",a+=(e.city?e.city.join("; "):"")+",",a+=e.tax_rate+",",a+=e.tax_rate_name+",",a+=e.tax_rate_priority+",",a+=e.tax_rate_compound+",",a+=e.tax_rate_shipping+",",a+=g.current_class,n+=a+"\n"}),p(this).attr("href",encodeURI(n)),!0},setUnloadConfirmation:function(){this.needsUnloadConfirm=!0,a.prop("disabled",!1)},clearUnloadConfirmation:function(){this.needsUnloadConfirm=!1,a.prop("disabled",!0)},unloadConfirmation:function(t){if(t.data.view.needsUnloadConfirm)return t.returnValue=g.strings.unload_confirmation_msg,window.event.returnValue=g.strings.unload_confirmation_msg,g.strings.unload_confirmation_msg},updateModelOnChange:function(t){var e=t.data.view.model,a=p(t.target),n=a.closest("tr").data("id"),i=a.data("attribute"),r=a.val();"city"!==i&&"postcode"!==i||(r=r.split(";"),r=p.map(r,function(t){return t.trim()})),"tax_rate_compound"!==i&&"tax_rate_shipping"!==i||(r=a.is(":checked")?1:0),e.setRateAttribute(n,i,r)},sanitizePage:function(t){return(t=parseInt(t,10))<1?t=1:t>this.qty_pages&&(t=this.qty_pages),t}}),l=new r({rates:g.rates}),h=new o({model:l,el:"#rates"});h.render()})}(jQuery,htmlSettingsTaxLocalizeScript,wp,ajaxurl); \ No newline at end of file diff --git a/assets/js/admin/settings.min.js b/assets/js/admin/settings.min.js index 175ca3663e9..1d37c18b678 100644 --- a/assets/js/admin/settings.min.js +++ b/assets/js/admin/settings.min.js @@ -1 +1 @@ -!function(t,e,i){t(function(){t("select#woocommerce_allowed_countries").change(function(){"specific"===t(this).val()?(t(this).closest("tr").next("tr").hide(),t(this).closest("tr").next().next("tr").show()):"all_except"===t(this).val()?(t(this).closest("tr").next("tr").show(),t(this).closest("tr").next().next("tr").hide()):(t(this).closest("tr").next("tr").hide(),t(this).closest("tr").next().next("tr").hide())}).change(),t("select#woocommerce_ship_to_countries").change(function(){"specific"===t(this).val()?t(this).closest("tr").next("tr").show():t(this).closest("tr").next("tr").hide()}).change(),t("input#woocommerce_manage_stock").change(function(){t(this).is(":checked")?t(this).closest("tbody").find(".manage_stock_field").closest("tr").show():t(this).closest("tbody").find(".manage_stock_field").closest("tr").hide()}).change(),t(".colorpick").iris({change:function(e,i){t(this).parent().find(".colorpickpreview").css({backgroundColor:i.color.toString()})},hide:!0,border:!0}).on("click focus",function(e){e.stopPropagation(),t(".iris-picker").hide(),t(this).closest("td").find(".iris-picker").show(),t(this).data("original-value",t(this).val())}).on("change",function(){t(this).is(".iris-error")&&(t(this).data("original-value").match(/^\#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$/)?t(this).val(t(this).data("original-value")).change():t(this).val("").change())}),t("body").on("click",function(){t(".iris-picker").hide()}),t(function(){var i=!1;t("input, textarea, select, checkbox").change(function(){i=!0}),t(".woo-nav-tab-wrapper a").click(function(){window.onbeforeunload=i?function(){return e.i18n_nav_warning}:""}),t(".submit :input").click(function(){window.onbeforeunload=""})}),t("table.wc_gateways tbody, table.wc_shipping tbody").sortable({items:"tr",cursor:"move",axis:"y",handle:"td.sort",scrollSensitivity:40,helper:function(e,i){return i.children().each(function(){t(this).width(t(this).width())}),i.css("left","0"),i},start:function(t,e){e.item.css("background-color","#f6f6f6")},stop:function(t,e){e.item.removeAttr("style"),e.item.trigger("updateMoveButtons")}}),t(".woocommerce").on("click",".select_all",function(){return t(this).closest("td").find("select option").attr("selected","selected"),t(this).closest("td").find("select").trigger("change"),!1}),t(".woocommerce").on("click",".select_none",function(){return t(this).closest("td").find("select option").removeAttr("selected"),t(this).closest("td").find("select").trigger("change"),!1}),t(".wc-item-reorder-nav").find(".wc-move-up, .wc-move-down").on("click",function(){var o=t(this),s=o.closest("tr");o.focus();var n=o.is(".wc-move-up"),c=o.is(".wc-move-down");if(n){var r=s.prev("tr");r&&r.length&&(r.before(s),i.a11y.speak(e.i18n_moved_up))}else if(c){var a=s.next("tr");a&&a.length&&(a.after(s),i.a11y.speak(e.i18n_moved_down))}o.focus(),o.closest("table").trigger("updateMoveButtons")}),t(".wc-item-reorder-nav").closest("table").on("updateMoveButtons",function(){var e=t(this),i=t(this).find("tbody tr:last"),o=t(this).find("tbody tr:first");e.find(".wc-item-reorder-nav .wc-move-disabled").removeClass("wc-move-disabled").attr({tabindex:"0","aria-hidden":"false"}),o.find(".wc-item-reorder-nav .wc-move-up").addClass("wc-move-disabled").attr({tabindex:"-1","aria-hidden":"true"}),i.find(".wc-item-reorder-nav .wc-move-down").addClass("wc-move-disabled").attr({tabindex:"-1","aria-hidden":"true"})}),t(".wc-item-reorder-nav").closest("table").trigger("updateMoveButtons")})}(jQuery,woocommerce_settings_params,wp); \ No newline at end of file +!function(c,r,a){c(function(){c("select#woocommerce_allowed_countries").change(function(){"specific"===c(this).val()?(c(this).closest("tr").next("tr").hide(),c(this).closest("tr").next().next("tr").show()):("all_except"===c(this).val()?c(this).closest("tr").next("tr").show():c(this).closest("tr").next("tr").hide(),c(this).closest("tr").next().next("tr").hide())}).change(),c("select#woocommerce_ship_to_countries").change(function(){"specific"===c(this).val()?c(this).closest("tr").next("tr").show():c(this).closest("tr").next("tr").hide()}).change(),c("input#woocommerce_manage_stock").change(function(){c(this).is(":checked")?c(this).closest("tbody").find(".manage_stock_field").closest("tr").show():c(this).closest("tbody").find(".manage_stock_field").closest("tr").hide()}).change(),c(".colorpick").iris({change:function(t,e){c(this).parent().find(".colorpickpreview").css({backgroundColor:e.color.toString()})},hide:!0,border:!0}).on("click focus",function(t){t.stopPropagation(),c(".iris-picker").hide(),c(this).closest("td").find(".iris-picker").show(),c(this).data("original-value",c(this).val())}).on("change",function(){c(this).is(".iris-error")&&(c(this).data("original-value").match(/^\#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$/)?c(this).val(c(this).data("original-value")).change():c(this).val("").change())}),c("body").on("click",function(){c(".iris-picker").hide()}),c(function(){var t=!1;c("input, textarea, select, checkbox").change(function(){t=!0}),c(".woo-nav-tab-wrapper a").click(function(){window.onbeforeunload=t?function(){return r.i18n_nav_warning}:""}),c(".submit :input").click(function(){window.onbeforeunload=""})}),c("table.wc_gateways tbody, table.wc_shipping tbody").sortable({items:"tr",cursor:"move",axis:"y",handle:"td.sort",scrollSensitivity:40,helper:function(t,e){return e.children().each(function(){c(this).width(c(this).width())}),e.css("left","0"),e},start:function(t,e){e.item.css("background-color","#f6f6f6")},stop:function(t,e){e.item.removeAttr("style"),e.item.trigger("updateMoveButtons")}}),c(".woocommerce").on("click",".select_all",function(){return c(this).closest("td").find("select option").attr("selected","selected"),c(this).closest("td").find("select").trigger("change"),!1}),c(".woocommerce").on("click",".select_none",function(){return c(this).closest("td").find("select option").removeAttr("selected"),c(this).closest("td").find("select").trigger("change"),!1}),c(".wc-item-reorder-nav").find(".wc-move-up, .wc-move-down").on("click",function(){var t=c(this),e=t.closest("tr");t.focus();var i=t.is(".wc-move-up"),o=t.is(".wc-move-down");if(i){var n=e.prev("tr");n&&n.length&&(n.before(e),a.a11y.speak(r.i18n_moved_up))}else if(o){var s=e.next("tr");s&&s.length&&(s.after(e),a.a11y.speak(r.i18n_moved_down))}t.focus(),t.closest("table").trigger("updateMoveButtons")}),c(".wc-item-reorder-nav").closest("table").on("updateMoveButtons",function(){var t=c(this),e=c(this).find("tbody tr:last"),i=c(this).find("tbody tr:first");t.find(".wc-item-reorder-nav .wc-move-disabled").removeClass("wc-move-disabled").attr({tabindex:"0","aria-hidden":"false"}),i.find(".wc-item-reorder-nav .wc-move-up").addClass("wc-move-disabled").attr({tabindex:"-1","aria-hidden":"true"}),e.find(".wc-item-reorder-nav .wc-move-down").addClass("wc-move-disabled").attr({tabindex:"-1","aria-hidden":"true"})}),c(".wc-item-reorder-nav").closest("table").trigger("updateMoveButtons")})}(jQuery,woocommerce_settings_params,wp); \ No newline at end of file diff --git a/assets/js/admin/system-status.min.js b/assets/js/admin/system-status.min.js index 32bdf164f61..d8b7164956a 100644 --- a/assets/js/admin/system-status.min.js +++ b/assets/js/admin/system-status.min.js @@ -1 +1 @@ -jQuery(function(t){({init:function(){t(document.body).on("click","a.help_tip, a.woocommerce-help-tip",this.preventTipTipClick).on("click","a.debug-report",this.generateReport).on("click","#copy-for-support",this.copyReport).on("aftercopy","#copy-for-support",this.copySuccess).on("aftercopyfailure","#copy-for-support",this.copyFail)},preventTipTipClick:function(){return!1},generateReport:function(){var e="";t(".wc_status_table thead, .wc_status_table tbody").each(function(){if(t(this).is("thead")){var i=t(this).find("th:eq(0)").data("export-label")||t(this).text();e=e+"\n### "+t.trim(i)+" ###\n\n"}else t("tr",t(this)).each(function(){var i=t(this).find("td:eq(0)").data("export-label")||t(this).find("td:eq(0)").text(),o=t.trim(i).replace(/(<([^>]+)>)/gi,""),n=t(this).find("td:eq(2)").clone();n.find(".private").remove(),n.find(".dashicons-yes").replaceWith("✔"),n.find(".dashicons-no-alt, .dashicons-warning").replaceWith("❌");var r=t.trim(n.text()),a=r.split(", ");if(a.length>1){var c="";t.each(a,function(t,e){c=c+e+"\n"}),r=c}e=e+""+o+": "+r+"\n"})});try{return t("#debug-report").slideDown(),t("#debug-report").find("textarea").val("`"+e+"`").focus().select(),t(this).fadeOut(),!1}catch(i){console.log(i)}return!1},copyReport:function(e){wcClearClipboard(),wcSetClipboard(t("#debug-report").find("textarea").val(),t(this)),e.preventDefault()},copySuccess:function(){t("#copy-for-support").tipTip({attribute:"data-tip",activation:"focus",fadeIn:50,fadeOut:50,delay:0}).focus()},copyFail:function(){t(".copy-error").removeClass("hidden"),t("#debug-report").find("textarea").focus().select()}}).init(),t("#log-viewer-select").on("click","h2 a.page-title-action",function(t){return t.stopImmediatePropagation(),window.confirm(woocommerce_admin_system_status.delete_log_confirmation)})}); \ No newline at end of file +jQuery(function(c){({init:function(){c(document.body).on("click","a.help_tip, a.woocommerce-help-tip",this.preventTipTipClick).on("click","a.debug-report",this.generateReport).on("click","#copy-for-support",this.copyReport).on("aftercopy","#copy-for-support",this.copySuccess).on("aftercopyfailure","#copy-for-support",this.copyFail)},preventTipTipClick:function(){return!1},generateReport:function(){var a="";c(".wc_status_table thead, .wc_status_table tbody").each(function(){if(c(this).is("thead")){var t=c(this).find("th:eq(0)").data("export-label")||c(this).text();a=a+"\n### "+c.trim(t)+" ###\n\n"}else c("tr",c(this)).each(function(){var t=c(this).find("td:eq(0)").data("export-label")||c(this).find("td:eq(0)").text(),e=c.trim(t).replace(/(<([^>]+)>)/gi,""),i=c(this).find("td:eq(2)").clone();i.find(".private").remove(),i.find(".dashicons-yes").replaceWith("✔"),i.find(".dashicons-no-alt, .dashicons-warning").replaceWith("❌");var o=c.trim(i.text()),n=o.split(", ");if(1'),n=".check-column input"),e(t).find(".column-handle").show(),e.wc_add_missing_sort_handles=function(){var n=e(t).find("tbody > tr"),i=e(t).find("tbody > tr > td.column-handle").parent();n.length!==i.length&&n.each(function(t,n){i.is(n)||e(n).append('')}),e(t).find(".column-handle").show()},e(document).ajaxComplete(function(t,n,i){n&&4===n.readyState&&200===n.status&&i.data&&(0<=i.data.indexOf("_inline_edit")||0<=i.data.indexOf("add-tag"))&&(e.wc_add_missing_sort_handles(),e(document.body).trigger("init_tooltips"))}),e(t).sortable({items:"tbody tr:not(.inline-edit-row)",cursor:"move",handle:".column-handle",axis:"y",forcePlaceholderSize:!0,helper:"clone",opacity:.65,placeholder:"product-cat-placeholder",scrollSensitivity:40,start:function(e,t){t.item.hasClass("alternate")||t.item.css("background-color","#ffffff"),t.item.children("td, th").css("border-bottom-width","0"),t.item.css("outline","1px solid #aaa")},stop:function(e,t){t.item.removeAttr("style"),t.item.children("td, th").css("border-bottom-width","1px")},update:function(i,d){var a,o,l=d.item.find(n).val(),c=d.item.find(".parent").html(),r=d.item.prev().find(n).val(),m=d.item.next().find(n).val();r!==undefined&&(a=d.item.prev().find(".parent").html())!==c&&(r=undefined),m!==undefined&&(o=d.item.next().find(".parent").html())!==c&&(m=undefined),r===undefined&&m===undefined||m===undefined&&o===r||m!==undefined&&a===l?e(t).sortable("cancel"):(d.item.find(".check-column input").hide(),d.item.find(".check-column").append('processing'),e.post(ajaxurl,{action:"woocommerce_term_ordering",id:l,nextid:m,thetaxonomy:woocommerce_term_ordering_params.taxonomy},function(e){"children"===e?window.location.reload():(d.item.find(".check-column input").show(),d.item.find(".check-column").find("img").remove())}),e("table.widefat tbody tr").each(function(){jQuery("table.widefat tbody tr").index(this)%2==0?jQuery(this).addClass("alternate"):jQuery(this).removeClass("alternate")}))}})}); \ No newline at end of file +jQuery(function(r){var c="table.wp-list-table",m='.column-handle input[name="term_id"]',i='';0===r(c).find(".column-handle").length&&(r(c).find("tr:not(.inline-edit-row)").append(i),m=".check-column input"),r(c).find(".column-handle").show(),r.wc_add_missing_sort_handles=function(){var e=r(c).find("tbody > tr"),n=r(c).find("tbody > tr > td.column-handle").parent();e.length!==n.length&&e.each(function(e,t){n.is(t)||r(t).append(i)}),r(c).find(".column-handle").show()},r(document).ajaxComplete(function(e,t,n){t&&4===t.readyState&&200===t.status&&n.data&&(0<=n.data.indexOf("_inline_edit")||0<=n.data.indexOf("add-tag"))&&(r.wc_add_missing_sort_handles(),r(document.body).trigger("init_tooltips"))}),r(c).sortable({items:"tbody tr:not(.inline-edit-row)",cursor:"move",handle:".column-handle",axis:"y",forcePlaceholderSize:!0,helper:"clone",opacity:.65,placeholder:"product-cat-placeholder",scrollSensitivity:40,start:function(e,t){t.item.hasClass("alternate")||t.item.css("background-color","#ffffff"),t.item.children("td, th").css("border-bottom-width","0"),t.item.css("outline","1px solid #aaa")},stop:function(e,t){t.item.removeAttr("style"),t.item.children("td, th").css("border-bottom-width","1px")},update:function(e,t){var n,i,d=t.item.find(m).val(),a=t.item.find(".parent").html(),o=t.item.prev().find(m).val(),l=t.item.next().find(m).val();o!==undefined&&(n=t.item.prev().find(".parent").html())!==a&&(o=undefined),l!==undefined&&(i=t.item.next().find(".parent").html())!==a&&(l=undefined),o===undefined&&l===undefined||l===undefined&&i===o||l!==undefined&&n===d?r(c).sortable("cancel"):(t.item.find(".check-column input").hide(),t.item.find(".check-column").append('processing'),r.post(ajaxurl,{action:"woocommerce_term_ordering",id:d,nextid:l,thetaxonomy:woocommerce_term_ordering_params.taxonomy},function(e){"children"===e?window.location.reload():(t.item.find(".check-column input").show(),t.item.find(".check-column").find("img").remove())}),r("table.widefat tbody tr").each(function(){jQuery("table.widefat tbody tr").index(this)%2==0?jQuery(this).addClass("alternate"):jQuery(this).removeClass("alternate")}))}})}); \ No newline at end of file diff --git a/assets/js/admin/users.min.js b/assets/js/admin/users.min.js index c03b105ce34..56cca99d5fd 100644 --- a/assets/js/admin/users.min.js +++ b/assets/js/admin/users.min.js @@ -1 +1 @@ -jQuery(function(e){var t={states:null,init:function(){"undefined"!=typeof wc_users_params.countries&&(this.states=e.parseJSON(wc_users_params.countries.replace(/"/g,'"'))),e(".js_field-country").selectWoo().change(this.change_country),e(".js_field-country").trigger("change",[!0]),e(document.body).on("change","select.js_field-state",this.change_state),e(document.body).on("click","button.js_copy-billing",this.copy_billing)},change_country:function(a,n){if(void 0===n&&(n=!1),null!==t.states){var i=e(this),c=i.val(),s=i.parents(".form-table").find(":input.js_field-state"),o=s.parent(),l=s.attr("name"),r=s.attr("id"),u=i.data("woocommerce.stickState-"+c)?i.data("woocommerce.stickState-"+c):s.val();if(n&&i.data("woocommerce.stickState-"+c,u),o.show().find(".select2-container").remove(),e.isEmptyObject(t.states[c]))s.replaceWith('');else{var d=e(''),p=t.states[c];d.append(e('")),e.each(p,function(t){d.append(e('"))}),d.val(u),s.replaceWith(d),d.show().selectWoo().hide().change()}e(document.body).trigger("contry-change.woocommerce",[c,e(this).closest("div")]),e(document.body).trigger("country-change.woocommerce",[c,e(this).closest("div")])}},change_state:function(){var t=e(this),a=t.val(),n=t.parents(".form-table").find(":input.js_field-country"),i=n.val();n.data("woocommerce.stickState-"+i,a)},copy_billing:function(t){t.preventDefault(),e("#fieldset-billing").find("input, select").each(function(t,a){var n=a.name.replace(/^billing_/,"shipping_"),i=e('[name="'+n+'"]');i.length&&i.val(a.value).trigger("change")})}};t.init()}); \ No newline at end of file +jQuery(function(d){var p={states:null,init:function(){"undefined"!=typeof wc_users_params.countries&&(this.states=d.parseJSON(wc_users_params.countries.replace(/"/g,'"'))),d(".js_field-country").selectWoo().change(this.change_country),d(".js_field-country").trigger("change",[!0]),d(document.body).on("change","select.js_field-state",this.change_state),d(document.body).on("click","button.js_copy-billing",this.copy_billing)},change_country:function(e,t){if(void 0===t&&(t=!1),null!==p.states){var a=d(this),n=a.val(),i=a.parents(".form-table").find(":input.js_field-state"),c=i.parent(),s=i.attr("name"),o=i.attr("id"),l=a.data("woocommerce.stickState-"+n)?a.data("woocommerce.stickState-"+n):i.val();if(t&&a.data("woocommerce.stickState-"+n,l),c.show().find(".select2-container").remove(),d.isEmptyObject(p.states[n]))i.replaceWith('');else{var r=d(''),u=p.states[n];r.append(d('")),d.each(u,function(e){r.append(d('"))}),r.val(l),i.replaceWith(r),r.show().selectWoo().hide().change()}d(document.body).trigger("contry-change.woocommerce",[n,d(this).closest("div")]),d(document.body).trigger("country-change.woocommerce",[n,d(this).closest("div")])}},change_state:function(){var e=d(this),t=e.val(),a=e.parents(".form-table").find(":input.js_field-country"),n=a.val();a.data("woocommerce.stickState-"+n,t)},copy_billing:function(e){e.preventDefault(),d("#fieldset-billing").find("input, select").each(function(e,t){var a=t.name.replace(/^billing_/,"shipping_"),n=d('[name="'+a+'"]');n.length&&n.val(t.value).trigger("change")})}};p.init()}); \ No newline at end of file diff --git a/assets/js/admin/wc-enhanced-select.min.js b/assets/js/admin/wc-enhanced-select.min.js index f38a91814ee..f4ec43e0b6d 100644 --- a/assets/js/admin/wc-enhanced-select.min.js +++ b/assets/js/admin/wc-enhanced-select.min.js @@ -1 +1 @@ -jQuery(function(e){function t(){return{language:{errorLoading:function(){return wc_enhanced_select_params.i18n_searching},inputTooLong:function(e){var t=e.input.length-e.maximum;return 1===t?wc_enhanced_select_params.i18n_input_too_long_1:wc_enhanced_select_params.i18n_input_too_long_n.replace("%qty%",t)},inputTooShort:function(e){var t=e.minimum-e.input.length;return 1===t?wc_enhanced_select_params.i18n_input_too_short_1:wc_enhanced_select_params.i18n_input_too_short_n.replace("%qty%",t)},loadingMore:function(){return wc_enhanced_select_params.i18n_load_more},maximumSelected:function(e){return 1===e.maximum?wc_enhanced_select_params.i18n_selection_too_long_1:wc_enhanced_select_params.i18n_selection_too_long_n.replace("%qty%",e.maximum)},noResults:function(){return wc_enhanced_select_params.i18n_no_matches},searching:function(){return wc_enhanced_select_params.i18n_searching}}}}try{e(document.body).on("wc-enhanced-select-init",function(){e(":input.wc-enhanced-select, :input.chosen_select").filter(":not(.enhanced)").each(function(){var n=e.extend({minimumResultsForSearch:10,allowClear:!!e(this).data("allow_clear"),placeholder:e(this).data("placeholder")},t());e(this).selectWoo(n).addClass("enhanced")}),e(":input.wc-enhanced-select-nostd, :input.chosen_select_nostd").filter(":not(.enhanced)").each(function(){var n=e.extend({minimumResultsForSearch:10,allowClear:!0,placeholder:e(this).data("placeholder")},t());e(this).selectWoo(n).addClass("enhanced")}),e(":input.wc-product-search").filter(":not(.enhanced)").each(function(){var n={allowClear:!!e(this).data("allow_clear"),placeholder:e(this).data("placeholder"),minimumInputLength:e(this).data("minimum_input_length")?e(this).data("minimum_input_length"):"3",escapeMarkup:function(e){return e},ajax:{url:wc_enhanced_select_params.ajax_url,dataType:"json",delay:250,data:function(t){return{term:t.term,action:e(this).data("action")||"woocommerce_json_search_products_and_variations",security:wc_enhanced_select_params.search_products_nonce,exclude:e(this).data("exclude"),include:e(this).data("include"),limit:e(this).data("limit"),display_stock:e(this).data("display_stock")}},processResults:function(t){var n=[];return t&&e.each(t,function(e,t){n.push({id:e,text:t})}),{results:n}},cache:!0}};if(n=e.extend(n,t()),e(this).selectWoo(n).addClass("enhanced"),e(this).data("sortable")){var a=e(this),c=e(this).next(".select2-container").find("ul.select2-selection__rendered");c.sortable({placeholder:"ui-state-highlight select2-selection__choice",forcePlaceholderSize:!0,items:"li:not(.select2-search__field)",tolerance:"pointer",stop:function(){e(c.find(".select2-selection__choice").get().reverse()).each(function(){var t=e(this).data("data").id,n=a.find('option[value="'+t+'"]')[0];a.prepend(n)})}})}else e(this).prop("multiple")&&e(this).on("change",function(){var t=e(this).children();t.sort(function(e,t){var n=e.text.toLowerCase(),a=t.text.toLowerCase();return n>a?1:n 0 ); } updatePluginInfo(); $( '.wc-setup-content' ).on( 'change', '[data-plugins]', updatePluginInfo ); + + $( document.body ).on( 'init_tooltips', function() { + $( '.help_tip' ).tipTip( { + 'attribute': 'data-tip', + 'fadeIn': 50, + 'fadeOut': 50, + 'delay': 200, + 'defaultPosition': 'top' + } ); + } ).trigger( 'init_tooltips' ); } ); diff --git a/assets/js/admin/wc-setup.min.js b/assets/js/admin/wc-setup.min.js index 355de166648..0ad93271518 100644 --- a/assets/js/admin/wc-setup.min.js +++ b/assets/js/admin/wc-setup.min.js @@ -1 +1 @@ -jQuery(function(e){function i(){e(".wc-setup-content").block({message:null,overlayCSS:{background:"#fff",opacity:.6}})}function t(){e("form.activate-jetpack").submit()}function s(){wp.ajax.post("setup_wizard_check_jetpack").then(function(e){if(!e||!e.is_active||"yes"===e.is_active)return t();setTimeout(s,3e3)}).fail(function(){t()})}function c(i,t,s){var c=t.data("plugins");for(var n in Array.isArray(c)?c:[]){var a=c[n].slug;i[a]=i[a]||e('').append(''+c[n].name+""),i[a].find("a").on("mouseenter mouseleave",function(e,i){e.toggleClass("plugin-install-source","mouseenter"===i.type)}.bind(null,s?t.closest(s):t))}}function n(){var i={};e(".wc-wizard-service-enable input:checked").each(function(){c(i,e(this),".wc-wizard-service-item");var t=e(this).closest(".wc-wizard-service-item");t.find("input.payment-checkbox-input:checked").each(function(){c(i,e(this),".wc-wizard-service-settings")}),t.find(".wc-wizard-shipping-method-select .method").each(function(){var t=e(this);"live_rates"===t.val()&&c(i,t,".wc-wizard-service-item")})}),e(".recommended-item input:checked").each(function(){c(i,e(this),".recommended-item")});var t=e("span.plugin-install-info-list").empty();for(var s in i)t.append(i[s]);e("span.plugin-install-info").toggle(t.children().length>0)}e(".button-next").on("click",function(){var t=e(this).parents("form").get(0);return("function"!=typeof t.checkValidity||t.checkValidity())&&i(),!0}),e("#store_country").on("change",function(){if(null!==wc_setup_params.states){var i=e(this).val(),t=e("#store_state");if(e.isEmptyObject(wc_setup_params.states[i]))e(".store-state-container").hide(),t.empty().val("").change().prop("required",!1);else{var s=wc_setup_params.states[i];t.empty(),e.each(s,function(i){t.append(e('"))}),e(".store-state-container").show(),t.selectWoo().val(wc_base_state).change().prop("required",!0)}e("#currency_code").val(wc_setup_currencies[i]).change()}}),e("#store_country").change(),e(".wc-wizard-services").on("change",".wc-wizard-service-enable input",function(){e(this).is(":checked")?(e(this).closest(".wc-wizard-service-toggle").removeClass("disabled"),e(this).closest(".wc-wizard-service-item").addClass("checked"),e(this).closest(".wc-wizard-service-item").find(".wc-wizard-service-settings").removeClass("hide")):(e(this).closest(".wc-wizard-service-toggle").addClass("disabled"),e(this).closest(".wc-wizard-service-item").removeClass("checked"),e(this).closest(".wc-wizard-service-item").find(".wc-wizard-service-settings").addClass("hide"))}),e(".wc-wizard-services").on("click",".wc-wizard-service-enable",function(i){if(e(i.target).is("input"))i.stopPropagation();else{var t=e(this).find('input[type="checkbox"]');t.prop("checked",!t.prop("checked")).change()}}),e(".wc-wizard-services-list-toggle").on("click",function(){e(this).closest(".wc-wizard-services-list-toggle").toggleClass("closed"),e(this).closest(".wc-wizard-services").find(".wc-wizard-service-item").slideToggle().css("display","flex")}),e(".wc-wizard-services").on("change",".wc-wizard-shipping-method-select .method",function(i){var t=e(this).closest(".wc-wizard-service-description"),s=i.target.value,c=t.find(".shipping-method-descriptions");c.find(".shipping-method-description").addClass("hide"),c.find("."+s).removeClass("hide");var n=t.find(".shipping-method-settings");n.find(".shipping-method-setting").addClass("hide").find(".shipping-method-required-field").prop("required",!1),n.find("."+s).removeClass("hide").find(".shipping-method-required-field").prop("required",!0)}).find(".wc-wizard-shipping-method-select .method").change(),e(".wc-wizard-services").on("change",".wc-wizard-shipping-method-enable",function(){var i=e(this).is(":checked"),t=e(".wc-wizard-shipping-method-select .method").val();e(this).closest(".wc-wizard-service-item").find("."+t).find(".shipping-method-required-field").prop("required",i)}),e(".activate-jetpack").on("click",".button-primary",function(e){if(i(),"no"===wc_setup_params.pending_jetpack_install)return!0;e.preventDefault(),s()}),e(".wc-wizard-services").on("change","input#stripe_create_account, input#ppec_paypal_reroute_requests",function(){e(this).is(":checked")?(e(this).closest(".wc-wizard-service-settings").find("input.payment-email-input").prop("required",!0),e(this).closest(".wc-wizard-service-settings").find(".wc-wizard-service-setting-stripe_email, .wc-wizard-service-setting-ppec_paypal_email").show()):(e(this).closest(".wc-wizard-service-settings").find("input.payment-email-input").prop("required",!1),e(this).closest(".wc-wizard-service-settings").find(".wc-wizard-service-setting-stripe_email, .wc-wizard-service-setting-ppec_paypal_email").hide())}).find("input#stripe_create_account, input#ppec_paypal_reroute_requests").change(),n(),e(".wc-setup-content").on("change","[data-plugins]",n)}); \ No newline at end of file +jQuery(function(a){function i(){a(".wc-setup-content").block({message:null,overlayCSS:{background:"#fff",opacity:.6}})}function t(){a("form.activate-jetpack").submit()}function s(){wp.ajax.post("setup_wizard_check_jetpack").then(function(e){if(!e||!e.is_active||"yes"===e.is_active)return t();setTimeout(s,3e3)}).fail(function(){t()})}function n(e,i,t){var s=i.data("plugins");for(var n in Array.isArray(s)?s:[]){var c=s[n].slug;e[c]=e[c]||a('').append(''+s[n].name+""),e[c].find("a").on("mouseenter mouseleave",function(e,i){e.toggleClass("plugin-install-source","mouseenter"===i.type)}.bind(null,t?i.closest(t):i))}}function e(){var i={},t=[];a(".wc-wizard-service-enable input:checked").each(function(){n(i,a(this),".wc-wizard-service-item");var e=a(this).closest(".wc-wizard-service-item");e.find("input.payment-checkbox-input:checked").each(function(){t.push(a(this).attr("id")),n(i,a(this),".wc-wizard-service-settings")}),e.find(".wc-wizard-shipping-method-select .method").each(function(){var e=a(this);"live_rates"===e.val()&&n(i,e,".wc-wizard-service-item")})}),a(".recommended-item input:checked").each(function(){n(i,a(this),".recommended-item")});var e=a("span.plugin-install-info-list").empty();for(var s in i)e.append(i[s]);t&&wc_setup_params.current_step&&wc_setup_params.i18n.extra_plugins[wc_setup_params.current_step]&&wc_setup_params.i18n.extra_plugins[wc_setup_params.current_step][t.join(",")]&&e.append(wc_setup_params.i18n.extra_plugins[wc_setup_params.current_step][t.join(",")]),a("span.plugin-install-info").toggle(0'+t[e]+""))}),a(".store-state-container").show(),i.selectWoo().val(wc_base_state).change().prop("required",!0)}a("#currency_code").val(wc_setup_currencies[e]).change()}}),a("#store_country").change(),a(".wc-wizard-services").on("change",".wc-wizard-service-enable input",function(){a(this).is(":checked")?(a(this).closest(".wc-wizard-service-toggle").removeClass("disabled"),a(this).closest(".wc-wizard-service-item").addClass("checked"),a(this).closest(".wc-wizard-service-item").find(".wc-wizard-service-settings").removeClass("hide")):(a(this).closest(".wc-wizard-service-toggle").addClass("disabled"),a(this).closest(".wc-wizard-service-item").removeClass("checked"),a(this).closest(".wc-wizard-service-item").find(".wc-wizard-service-settings").addClass("hide"))}),a(".wc-wizard-services").on("click",".wc-wizard-service-enable",function(e){if(a(e.target).is("input"))e.stopPropagation();else{var i=a(this).find('input[type="checkbox"]');i.prop("checked",!i.prop("checked")).change()}}),a(".wc-wizard-services-list-toggle").on("click",function(){a(this).closest(".wc-wizard-services-list-toggle").toggleClass("closed"),a(this).closest(".wc-wizard-services").find(".wc-wizard-service-item").slideToggle().css("display","flex")}),a(".wc-wizard-services").on("change",".wc-wizard-shipping-method-select .method",function(e){var i=a(this).closest(".wc-wizard-service-description"),t=e.target.value,s=i.find(".shipping-method-descriptions");s.find(".shipping-method-description").addClass("hide"),s.find("."+t).removeClass("hide");var n=i.find(".shipping-method-settings");n.find(".shipping-method-setting").addClass("hide").find(".shipping-method-required-field").prop("required",!1),n.find("."+t).removeClass("hide").find(".shipping-method-required-field").prop("required",!0)}).find(".wc-wizard-shipping-method-select .method").change(),a(".wc-wizard-services").on("change",".wc-wizard-shipping-method-enable",function(){var e=a(this).is(":checked"),i=a(".wc-wizard-shipping-method-select .method").val();a(this).closest(".wc-wizard-service-item").find("."+i).find(".shipping-method-required-field").prop("required",e)}),a(".activate-jetpack").on("click",".button-primary",function(e){if(i(),"no"===wc_setup_params.pending_jetpack_install)return!0;e.preventDefault(),s()}),a(".wc-wizard-services").on("change","input#stripe_create_account, input#ppec_paypal_reroute_requests",function(){a(this).is(":checked")?a(this).closest(".wc-wizard-service-settings").find("input.payment-email-input").attr("type","email").prop("disabled",!1).prop("required",!0):a(this).closest(".wc-wizard-service-settings").find("input.payment-email-input").attr("type",null).prop("disabled",!0).prop("required",!1)}).find("input#stripe_create_account, input#ppec_paypal_reroute_requests").change(),e(),a(".wc-setup-content").on("change","[data-plugins]",e),a(document.body).on("init_tooltips",function(){a(".help_tip").tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200,defaultPosition:"top"})}).trigger("init_tooltips")}); \ No newline at end of file diff --git a/assets/js/admin/wc-shipping-classes.min.js b/assets/js/admin/wc-shipping-classes.min.js index eac04c01c09..bbc759cb975 100644 --- a/assets/js/admin/wc-shipping-classes.min.js +++ b/assets/js/admin/wc-shipping-classes.min.js @@ -1 +1 @@ -!function(e,i,s,n){e(function(){var t=e(".wc-shipping-class-rows"),a=e(".wc-shipping-class-save"),o=s.template("wc-shipping-class-row"),d=s.template("wc-shipping-class-row-blank"),c=Backbone.Model.extend({changes:{},logChanges:function(e){var i=this.changes||{};_.each(e,function(e,s){i[s]=_.extend(i[s]||{term_id:s},e)}),this.changes=i,this.trigger("change:classes")},save:function(){_.size(this.changes)?e.post(n+(n.indexOf("?")>0?"&":"?")+"action=woocommerce_shipping_classes_save_changes",{wc_shipping_classes_nonce:i.wc_shipping_classes_nonce,changes:this.changes},this.onSaveResponse,"json"):r.trigger("saved:classes")},discardChanges:function(e){delete(this.changes||{})[e],0===_.size(this.changes)&&h.clearUnloadConfirmation()},onSaveResponse:function(e,s){"success"===s&&(e.success?(r.set("classes",e.data.shipping_classes),r.trigger("change:classes"),r.changes={},r.trigger("saved:classes")):e.data?window.alert(e.data):window.alert(i.strings.save_failed)),h.unblock()}}),l=Backbone.View.extend({rowTemplate:o,initialize:function(){this.listenTo(this.model,"change:classes",this.setUnloadConfirmation),this.listenTo(this.model,"saved:classes",this.clearUnloadConfirmation),this.listenTo(this.model,"saved:classes",this.render),t.on("change",{view:this},this.updateModelOnChange),e(window).on("beforeunload",{view:this},this.unloadConfirmation),a.on("click",{view:this},this.onSubmit),e(document.body).on("click",".wc-shipping-class-add",{view:this},this.onAddNewRow),e(document.body).on("click",".wc-shipping-class-save-changes",{view:this},this.onSubmit)},block:function(){e(this.el).block({message:null,overlayCSS:{background:"#fff",opacity:.6}})},unblock:function(){e(this.el).unblock()},render:function(){var i=_.indexBy(this.model.get("classes"),"term_id"),s=this;this.$el.empty(),this.unblock(),_.size(i)?(i=_.sortBy(i,function(e){return e.name}),e.each(i,function(e,i){s.renderRow(i)})):s.$el.append(d)},renderRow:function(e){var i=this;i.$el.append(i.rowTemplate(e)),i.initRow(e)},initRow:function(i){var s=this.$el.find('tr[data-id="'+i.term_id+'"]');s.find("select").each(function(){var s=e(this).data("attribute");e(this).find('option[value="'+i[s]+'"]').prop("selected",!0)}),s.find(".view").show(),s.find(".edit").hide(),s.find(".wc-shipping-class-edit").on("click",{view:this},this.onEditRow),s.find(".wc-shipping-class-delete").on("click",{view:this},this.onDeleteRow),s.find(".editing .wc-shipping-class-edit").trigger("click"),s.find(".wc-shipping-class-cancel-edit").on("click",{view:this},this.onCancelEditRow),!0===i.editing&&(s.addClass("editing"),s.find(".wc-shipping-class-edit").trigger("click"))},onSubmit:function(e){e.data.view.block(),e.data.view.model.save(),e.preventDefault()},onAddNewRow:function(s){s.preventDefault();var n=s.data.view,t=n.model,a=_.indexBy(t.get("classes"),"term_id"),o={},d=_.size(a),c=_.extend({},i.default_shipping_class,{term_id:"new-"+d+"-"+Date.now(),editing:!0,newRow:!0});o[c.term_id]=c,t.logChanges(o),n.renderRow(c),e(".wc-shipping-classes-blank-state").remove()},onEditRow:function(i){i.preventDefault(),e(this).closest("tr").addClass("editing"),e(this).closest("tr").find(".view").hide(),e(this).closest("tr").find(".edit").show(),i.data.view.model.trigger("change:classes")},onDeleteRow:function(i){var s=i.data.view,n=s.model,t=_.indexBy(n.get("classes"),"term_id"),a={},o=e(this).closest("tr").data("id");i.preventDefault(),t[o]&&(delete t[o],a[o]=_.extend(a[o]||{},{deleted:"deleted"}),n.set("classes",t),n.logChanges(a)),s.render()},onCancelEditRow:function(i){var s=i.data.view,n=s.model,t=e(this).closest("tr"),a=e(this).closest("tr").data("id"),o=_.indexBy(n.get("classes"),"term_id");i.preventDefault(),n.discardChanges(a),o[a]&&(o[a].editing=!1,t.after(s.rowTemplate(o[a])),s.initRow(o[a])),t.remove()},setUnloadConfirmation:function(){this.needsUnloadConfirm=!0,a.removeAttr("disabled")},clearUnloadConfirmation:function(){this.needsUnloadConfirm=!1,a.attr("disabled","disabled")},unloadConfirmation:function(e){if(e.data.view.needsUnloadConfirm)return e.returnValue=i.strings.unload_confirmation_msg,window.event.returnValue=i.strings.unload_confirmation_msg,i.strings.unload_confirmation_msg},updateModelOnChange:function(i){var s=i.data.view.model,n=e(i.target),t=n.closest("tr").data("id"),a=n.data("attribute"),o=n.val(),d=_.indexBy(s.get("classes"),"term_id"),c={};d[t]&&d[t][a]===o||(c[t]={},c[t][a]=o),s.logChanges(c)}}),r=new c({classes:i.classes}),h=new l({model:r,el:t});h.render()})}(jQuery,shippingClassesLocalizeScript,wp,ajaxurl); \ No newline at end of file +!function(c,l,r,h){c(function(){var e=c(".wc-shipping-class-rows"),i=c(".wc-shipping-class-save"),s=r.template("wc-shipping-class-row"),n=r.template("wc-shipping-class-row-blank"),t=Backbone.Model.extend({changes:{},logChanges:function(e){var s=this.changes||{};_.each(e,function(e,i){s[i]=_.extend(s[i]||{term_id:i},e)}),this.changes=s,this.trigger("change:classes")},save:function(){_.size(this.changes)?c.post(h+(00?"&":"?")+"action=woocommerce_shipping_zone_methods_save_changes",{wc_shipping_zones_nonce:n.wc_shipping_zones_nonce,changes:this.changes,zone_id:n.zone_id},this.onSaveResponse,"json")},onSaveResponse:function(e,t){"success"===t&&(e.success?(e.data.zone_id!==n.zone_id&&(n.zone_id=e.data.zone_id,window.history.pushState&&window.history.pushState({},"","admin.php?page=wc-settings&tab=shipping&zone_id="+e.data.zone_id)),p.set("methods",e.data.methods),p.trigger("change:methods"),p.changes={},p.trigger("saved:methods")):window.alert(n.strings.save_failed))}}),r=Backbone.View.extend({rowTemplate:a,initialize:function(){this.listenTo(this.model,"change:methods",this.setUnloadConfirmation),this.listenTo(this.model,"saved:methods",this.clearUnloadConfirmation),this.listenTo(this.model,"saved:methods",this.render),s.on("change",{view:this},this.updateModelOnChange),s.on("sortupdate",{view:this},this.updateModelOnSort),e(window).on("beforeunload",{view:this},this.unloadConfirmation),d.on("click",{view:this},this.onSubmit),e(document.body).on("input change","#zone_name, #zone_locations, #zone_postcodes",{view:this},this.onUpdateZone),e(document.body).on("click",".wc-shipping-zone-method-settings",{view:this},this.onConfigureShippingMethod),e(document.body).on("click",".wc-shipping-zone-add-method",{view:this},this.onAddShippingMethod),e(document.body).on("wc_backbone_modal_response",this.onConfigureShippingMethodSubmitted),e(document.body).on("wc_backbone_modal_response",this.onAddShippingMethodSubmitted),e(document.body).on("change",".wc-shipping-zone-method-selector select",this.onChangeShippingMethodSelector),e(document.body).on("click",".wc-shipping-zone-postcodes-toggle",this.onTogglePostcodes)},onUpdateZone:function(n){var t=n.data.view,o=t.model,i=e(this).val(),s=e(n.target).data("attribute"),d={};n.preventDefault(),d[s]=i,o.set(s,i),o.logChanges(d),t.render()},block:function(){e(this.el).block({message:null,overlayCSS:{background:"#fff",opacity:.6}})},unblock:function(){e(this.el).unblock()},render:function(){var t=_.indexBy(this.model.get("methods"),"instance_id"),o=this.model.get("zone_name"),i=this;e(".wc-shipping-zone-name").text(o||n.strings.default_zone_name),this.$el.empty(),this.unblock(),_.size(t)?(t=_.sortBy(t,function(e){return parseInt(e.method_order,10)}),e.each(t,function(e,t){"yes"===t.enabled?t.enabled_icon=''+n.strings.yes+"":t.enabled_icon=''+n.strings.no+"",i.$el.append(i.rowTemplate(t));var o=i.$el.find('tr[data-id="'+t.instance_id+'"]');if(!t.has_settings){o.find(".wc-shipping-zone-method-title > a").replaceWith(""+o.find(".wc-shipping-zone-method-title > a").text()+"");var s=o.find(".wc-shipping-zone-method-delete");o.find(".wc-shipping-zone-method-title .row-actions").empty().html(s)}}),this.$el.find(".wc-shipping-zone-method-delete").on("click",{view:this},this.onDeleteRow),this.$el.find(".wc-shipping-zone-method-enabled a").on("click",{view:this},this.onToggleEnabled)):i.$el.append(h),this.initTooltips()},initTooltips:function(){e("#tiptip_holder").removeAttr("style"),e("#tiptip_arrow").removeAttr("style"),e(".tips").tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:50})},onSubmit:function(e){e.data.view.block(),e.data.view.model.save(),e.preventDefault()},onDeleteRow:function(n){var t=n.data.view,o=t.model,i=_.indexBy(o.get("methods"),"instance_id"),s={},d=e(this).closest("tr").data("id");n.preventDefault(),delete i[d],s.methods=s.methods||{methods:{}},s.methods[d]=_.extend(s.methods[d]||{},{deleted:"deleted"}),o.set("methods",i),o.logChanges(s),t.render()},onToggleEnabled:function(n){var t=n.data.view,o=e(n.target),i=t.model,s=_.indexBy(i.get("methods"),"instance_id"),d=o.closest("tr").data("id"),a="yes"===o.closest("tr").data("enabled")?"no":"yes",h={};n.preventDefault(),s[d].enabled=a,h.methods=h.methods||{methods:{}},h.methods[d]=_.extend(h.methods[d]||{},{enabled:a}),i.set("methods",s),i.logChanges(h),t.render()},setUnloadConfirmation:function(){this.needsUnloadConfirm=!0,d.removeAttr("disabled")},clearUnloadConfirmation:function(){this.needsUnloadConfirm=!1,d.attr("disabled","disabled")},unloadConfirmation:function(e){if(e.data.view.needsUnloadConfirm)return e.returnValue=n.strings.unload_confirmation_msg,window.event.returnValue=n.strings.unload_confirmation_msg,n.strings.unload_confirmation_msg},updateModelOnChange:function(n){var t=n.data.view.model,o=e(n.target),i=o.closest("tr").data("id"),s=o.data("attribute"),d=o.val(),a=_.indexBy(t.get("methods"),"instance_id"),h={};a[i][s]!==d&&(h.methods[i]={},h.methods[i][s]=d,a[i][s]=d),t.logChanges(h)},updateModelOnSort:function(e){var n=e.data.view.model,t=_.indexBy(n.get("methods"),"instance_id"),o={};_.each(t,function(e){var n=parseInt(e.method_order,10),s=parseInt(i.find('tr[data-id="'+e.instance_id+'"]').index()+1,10);n!==s&&(t[e.instance_id].method_order=s,o.methods=o.methods||{methods:{}},o.methods[e.instance_id]=_.extend(o.methods[e.instance_id]||{},{method_order:s}))}),_.size(o)&&n.logChanges(o)},onConfigureShippingMethod:function(n){var t=e(this).closest("tr").data("id"),o=n.data.view.model,i=_.indexBy(o.get("methods"),"instance_id")[t];if(!i.settings_html)return!0;n.preventDefault(),e(this).WCBackboneModal({template:"wc-modal-shipping-method-settings",variable:{instance_id:t,method:i},data:{instance_id:t,method:i}}),e(document.body).trigger("init_tooltips")},onConfigureShippingMethodSubmitted:function(t,i,s){"wc-modal-shipping-method-settings"===i&&(l.block(),e.post(o+(o.indexOf("?")>0?"&":"?")+"action=woocommerce_shipping_zone_methods_save_settings",{wc_shipping_zones_nonce:n.wc_shipping_zones_nonce,instance_id:s.instance_id,data:s},function(t,o){"success"===o&&t.success?(e("table.wc-shipping-zone-methods").parent().find("#woocommerce_errors").remove(),t.data.errors.length>0&&l.showErrors(t.data.errors),_.size(l.model.changes)?l.model.save():l.model.onSaveResponse(t,o)):(window.alert(n.strings.save_failed),l.unblock())},"json"))},showErrors:function(n){var t='
    ';e(n).each(function(e,n){t=t+"

    "+n+"

    "}),t+="
    ",e("table.wc-shipping-zone-methods").before(t)},onAddShippingMethod:function(t){t.preventDefault(),e(this).WCBackboneModal({template:"wc-modal-add-shipping-method",variable:{zone_id:n.zone_id}}),e(".wc-shipping-zone-method-selector select").change()},onAddShippingMethodSubmitted:function(t,i,s){"wc-modal-add-shipping-method"===i&&(l.block(),e.post(o+(o.indexOf("?")>0?"&":"?")+"action=woocommerce_shipping_zone_add_method",{wc_shipping_zones_nonce:n.wc_shipping_zones_nonce,method_id:s.add_method_id,zone_id:n.zone_id},function(e,t){"success"===t&&e.success&&(e.data.zone_id!==n.zone_id&&(n.zone_id=e.data.zone_id,window.history.pushState&&window.history.pushState({},"","admin.php?page=wc-settings&tab=shipping&zone_id="+e.data.zone_id)),_.size(l.model.changes)?l.model.save():(l.model.set("methods",e.data.methods),l.model.trigger("change:methods"),l.model.changes={},l.model.trigger("saved:methods"))),l.unblock()},"json"))},onChangeShippingMethodSelector:function(){var n=e(this).find("option:selected").data("description");e(this).parent().find(".wc-shipping-zone-method-description").remove(),e(this).after('
    '+n+"
    "),e(this).closest("article").height(e(this).parent().height())},onTogglePostcodes:function(n){n.preventDefault();var t=e(this).closest("tr");t.find(".wc-shipping-zone-postcodes").show(),t.find(".wc-shipping-zone-postcodes-toggle").hide()}}),p=new c({methods:n.methods,zone_name:n.zone_name}),l=new r({model:p,el:s});l.render(),s.sortable({items:"tr",cursor:"move",axis:"y",handle:"td.wc-shipping-zone-method-sort",scrollSensitivity:40})})}(jQuery,shippingZoneMethodsLocalizeScript,wp,ajaxurl); \ No newline at end of file +!function(c,r,p,l){c(function(){var s=c(".wc-shipping-zone-methods"),e=c(".wc-shipping-zone-method-rows"),n=c(".wc-shipping-zone-method-save"),t=p.template("wc-shipping-zone-method-row"),o=p.template("wc-shipping-zone-method-row-blank"),i=Backbone.Model.extend({changes:{},logChanges:function(e){var t=this.changes||{};_.each(e.methods,function(e,n){t.methods=t.methods||{methods:{}},t.methods[n]=_.extend(t.methods[n]||{instance_id:n},e)}),"undefined"!=typeof e.zone_name&&(t.zone_name=e.zone_name),"undefined"!=typeof e.zone_locations&&(t.zone_locations=e.zone_locations),"undefined"!=typeof e.zone_postcodes&&(t.zone_postcodes=e.zone_postcodes),this.changes=t,this.trigger("change:methods")},save:function(){c.post(l+(0'+r.strings.yes+"
    ":n.enabled_icon=''+r.strings.no+"",i.$el.append(i.rowTemplate(n));var t=i.$el.find('tr[data-id="'+n.instance_id+'"]');if(!n.has_settings){t.find(".wc-shipping-zone-method-title > a").replaceWith(""+t.find(".wc-shipping-zone-method-title > a").text()+"");var o=t.find(".wc-shipping-zone-method-delete");t.find(".wc-shipping-zone-method-title .row-actions").empty().html(o)}}),this.$el.find(".wc-shipping-zone-method-delete").on("click",{view:this},this.onDeleteRow),this.$el.find(".wc-shipping-zone-method-enabled a").on("click",{view:this},this.onToggleEnabled)):i.$el.append(o),this.initTooltips()},initTooltips:function(){c("#tiptip_holder").removeAttr("style"),c("#tiptip_arrow").removeAttr("style"),c(".tips").tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:50})},onSubmit:function(e){e.data.view.block(),e.data.view.model.save(),e.preventDefault()},onDeleteRow:function(e){var n=e.data.view,t=n.model,o=_.indexBy(t.get("methods"),"instance_id"),i={},s=c(this).closest("tr").data("id");e.preventDefault(),delete o[s],i.methods=i.methods||{methods:{}},i.methods[s]=_.extend(i.methods[s]||{},{deleted:"deleted"}),t.set("methods",o),t.logChanges(i),n.render()},onToggleEnabled:function(e){var n=e.data.view,t=c(e.target),o=n.model,i=_.indexBy(o.get("methods"),"instance_id"),s=t.closest("tr").data("id"),d="yes"===t.closest("tr").data("enabled")?"no":"yes",a={};e.preventDefault(),i[s].enabled=d,a.methods=a.methods||{methods:{}},a.methods[s]=_.extend(a.methods[s]||{},{enabled:d}),o.set("methods",i),o.logChanges(a),n.render()},setUnloadConfirmation:function(){this.needsUnloadConfirm=!0,n.removeAttr("disabled")},clearUnloadConfirmation:function(){this.needsUnloadConfirm=!1,n.attr("disabled","disabled")},unloadConfirmation:function(e){if(e.data.view.needsUnloadConfirm)return e.returnValue=r.strings.unload_confirmation_msg,window.event.returnValue=r.strings.unload_confirmation_msg,r.strings.unload_confirmation_msg},updateModelOnChange:function(e){var n=e.data.view.model,t=c(e.target),o=t.closest("tr").data("id"),i=t.data("attribute"),s=t.val(),d=_.indexBy(n.get("methods"),"instance_id"),a={};d[o][i]!==s&&(a.methods[o]={},a.methods[o][i]=s,d[o][i]=s),n.logChanges(a)},updateModelOnSort:function(e){var n=e.data.view.model,o=_.indexBy(n.get("methods"),"instance_id"),i={};_.each(o,function(e){var n=parseInt(e.method_order,10),t=parseInt(s.find('tr[data-id="'+e.instance_id+'"]').index()+1,10);n!==t&&(o[e.instance_id].method_order=t,i.methods=i.methods||{methods:{}},i.methods[e.instance_id]=_.extend(i.methods[e.instance_id]||{},{method_order:t}))}),_.size(i)&&n.logChanges(i)},onConfigureShippingMethod:function(e){var n=c(this).closest("tr").data("id"),t=e.data.view.model,o=_.indexBy(t.get("methods"),"instance_id")[n];if(!o.settings_html)return!0;e.preventDefault(),c(this).WCBackboneModal({template:"wc-modal-shipping-method-settings",variable:{instance_id:n,method:o},data:{instance_id:n,method:o}}),c(document.body).trigger("init_tooltips")},onConfigureShippingMethodSubmitted:function(e,n,t){"wc-modal-shipping-method-settings"===n&&(h.block(),c.post(l+(0"+n+"

    "}),t+="",c("table.wc-shipping-zone-methods").before(t)},onAddShippingMethod:function(e){e.preventDefault(),c(this).WCBackboneModal({template:"wc-modal-add-shipping-method",variable:{zone_id:r.zone_id}}),c(".wc-shipping-zone-method-selector select").change()},onAddShippingMethodSubmitted:function(e,n,t){"wc-modal-add-shipping-method"===n&&(h.block(),c.post(l+(0'+e+""),c(this).closest("article").height(c(this).parent().height())},onTogglePostcodes:function(e){e.preventDefault();var n=c(this).closest("tr");n.find(".wc-shipping-zone-postcodes").show(),n.find(".wc-shipping-zone-postcodes-toggle").hide()}}),a=new i({methods:r.methods,zone_name:r.zone_name}),h=new d({model:a,el:e});h.render(),e.sortable({items:"tr",cursor:"move",axis:"y",handle:"td.wc-shipping-zone-method-sort",scrollSensitivity:40})})}(jQuery,shippingZoneMethodsLocalizeScript,wp,ajaxurl); \ No newline at end of file diff --git a/assets/js/admin/wc-shipping-zones.min.js b/assets/js/admin/wc-shipping-zones.min.js index fbfdae5cc11..e402698606b 100644 --- a/assets/js/admin/wc-shipping-zones.min.js +++ b/assets/js/admin/wc-shipping-zones.min.js @@ -1 +1 @@ -!function(e,n,i,o){e(function(){var t=e(".wc-shipping-zones"),s=e(".wc-shipping-zone-rows"),d=e(".wc-shipping-zone-save"),a=i.template("wc-shipping-zone-row"),r=i.template("wc-shipping-zone-row-blank"),l=Backbone.Model.extend({changes:{},logChanges:function(e){var n=this.changes||{};_.each(e,function(e,i){n[i]=_.extend(n[i]||{zone_id:i},e)}),this.changes=n,this.trigger("change:zones")},discardChanges:function(e){var n=this.changes||{},i=null,o=_.indexBy(this.get("zones"),"zone_id");n[e]&&n[e].zone_order!==undefined&&(i=n[e].zone_order),delete n[e],null!==i&&o[e]&&o[e].zone_order!==i&&(n[e]=_.extend(n[e]||{},{zone_id:e,zone_order:i})),this.changes=n,0===_.size(this.changes)&&p.clearUnloadConfirmation()},save:function(){_.size(this.changes)?e.post(o+(o.indexOf("?")>0?"&":"?")+"action=woocommerce_shipping_zones_save_changes",{wc_shipping_zones_nonce:n.wc_shipping_zones_nonce,changes:this.changes},this.onSaveResponse,"json"):h.trigger("saved:zones")},onSaveResponse:function(e,i){"success"===i&&(e.success?(h.set("zones",e.data.zones),h.trigger("change:zones"),h.changes={},h.trigger("saved:zones")):window.alert(n.strings.save_failed))}}),c=Backbone.View.extend({rowTemplate:a,initialize:function(){this.listenTo(this.model,"change:zones",this.setUnloadConfirmation),this.listenTo(this.model,"saved:zones",this.clearUnloadConfirmation),this.listenTo(this.model,"saved:zones",this.render),s.on("change",{view:this},this.updateModelOnChange),s.on("sortupdate",{view:this},this.updateModelOnSort),e(window).on("beforeunload",{view:this},this.unloadConfirmation),e(document.body).on("click",".wc-shipping-zone-add",{view:this},this.onAddNewRow)},block:function(){e(this.el).block({message:null,overlayCSS:{background:"#fff",opacity:.6}})},unblock:function(){e(this.el).unblock()},render:function(){var n=_.indexBy(this.model.get("zones"),"zone_id"),i=this;i.$el.empty(),i.unblock(),_.size(n)?(n=_(n).chain().sortBy(function(e){return parseInt(e.zone_id,10)}).sortBy(function(e){return parseInt(e.zone_order,10)}).value(),e.each(n,function(e,n){i.renderRow(n)})):i.$el.append(r),i.initRows()},renderRow:function(e){var n=this;n.$el.append(n.rowTemplate(e)),n.initRow(e)},initRow:function(e){var n=this,i=n.$el.find('tr[data-id="'+e.zone_id+'"]');n.renderShippingMethods(e.zone_id,e.shipping_methods),i.find(".wc-shipping-zone-delete").on("click",{view:this},this.onDeleteRow)},initRows:function(){0==e("tbody.wc-shipping-zone-rows tr").length%2?t.find("tbody.wc-shipping-zone-rows").next("tbody").find("tr").addClass("odd"):t.find("tbody.wc-shipping-zone-rows").next("tbody").find("tr").removeClass("odd"),e("#tiptip_holder").removeAttr("style"),e("#tiptip_arrow").removeAttr("style"),e(".tips").tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:50})},renderShippingMethods:function(i,o){var t=e('.wc-shipping-zones tr[data-id="'+i+'"]').find(".wc-shipping-zone-methods ul");t.find(".wc-shipping-zone-method").remove(),_.size(o)?(o=_.sortBy(o,function(e){return parseInt(e.method_order,10)}),_.each(o,function(e){var n="method_disabled";"yes"===e.enabled&&(n="method_enabled"),t.append('
  • '+e.title+"
  • ")})):t.append('
  • '+n.strings.no_shipping_methods_offered+"
  • ")},onDeleteRow:function(i){var o=i.data.view.model,t=_.indexBy(o.get("zones"),"zone_id"),s={},d=e(this).closest("tr").data("id");i.preventDefault(),window.confirm(n.strings.delete_confirmation_msg)&&t[d]&&(delete t[d],s[d]=_.extend(s[d]||{},{deleted:"deleted"}),o.set("zones",t),o.logChanges(s),i.data.view.block(),i.data.view.model.save())},setUnloadConfirmation:function(){this.needsUnloadConfirm=!0,d.prop("disabled",!1)},clearUnloadConfirmation:function(){this.needsUnloadConfirm=!1,d.prop("disabled",!0)},unloadConfirmation:function(e){if(e.data.view.needsUnloadConfirm)return e.returnValue=n.strings.unload_confirmation_msg,window.event.returnValue=n.strings.unload_confirmation_msg,n.strings.unload_confirmation_msg},updateModelOnChange:function(n){var i=n.data.view.model,o=e(n.target),t=o.closest("tr").data("id"),s=o.data("attribute"),d=o.val(),a=_.indexBy(i.get("zones"),"zone_id"),r={};a[t]&&a[t][s]===d||(r[t]={},r[t][s]=d),i.logChanges(r)},updateModelOnSort:function(n){var i=n.data.view.model,o=_.indexBy(i.get("zones"),"zone_id"),t=e("tbody.wc-shipping-zone-rows tr"),s={};_.each(t,function(n){var i=e(n).data("id"),t=null,d=parseInt(e(n).index(),10);o[i]&&(t=parseInt(o[i].zone_order,10)),t!==d&&(s[i]=_.extend(s[i]||{},{zone_order:d}))}),_.size(s)&&(i.logChanges(s),n.data.view.block(),n.data.view.model.save())}}),h=new l({zones:n.zones}),p=new c({model:h,el:s});p.render(),s.sortable({items:"tr",cursor:"move",axis:"y",handle:"td.wc-shipping-zone-sort",scrollSensitivity:40})})}(jQuery,shippingZonesLocalizeScript,wp,ajaxurl); \ No newline at end of file +!function(l,c,h,p){l(function(){var e=l(".wc-shipping-zones"),n=l(".wc-shipping-zone-rows"),i=l(".wc-shipping-zone-save"),o=h.template("wc-shipping-zone-row"),t=h.template("wc-shipping-zone-row-blank"),s=Backbone.Model.extend({changes:{},logChanges:function(e){var i=this.changes||{};_.each(e,function(e,n){i[n]=_.extend(i[n]||{zone_id:n},e)}),this.changes=i,this.trigger("change:zones")},discardChanges:function(e){var n=this.changes||{},i=null,o=_.indexBy(this.get("zones"),"zone_id");n[e]&&n[e].zone_order!==undefined&&(i=n[e].zone_order),delete n[e],null!==i&&o[e]&&o[e].zone_order!==i&&(n[e]=_.extend(n[e]||{},{zone_id:e,zone_order:i})),this.changes=n,0===_.size(this.changes)&&r.clearUnloadConfirmation()},save:function(){_.size(this.changes)?l.post(p+(0'+e.title+"")})):i.append('
  • '+c.strings.no_shipping_methods_offered+"
  • ")},onDeleteRow:function(e){var n=e.data.view.model,i=_.indexBy(n.get("zones"),"zone_id"),o={},t=l(this).closest("tr").data("id");e.preventDefault(),window.confirm(c.strings.delete_confirmation_msg)&&i[t]&&(delete i[t],o[t]=_.extend(o[t]||{},{deleted:"deleted"}),n.set("zones",i),n.logChanges(o),e.data.view.block(),e.data.view.model.save())},setUnloadConfirmation:function(){this.needsUnloadConfirm=!0,i.prop("disabled",!1)},clearUnloadConfirmation:function(){this.needsUnloadConfirm=!1,i.prop("disabled",!0)},unloadConfirmation:function(e){if(e.data.view.needsUnloadConfirm)return e.returnValue=c.strings.unload_confirmation_msg,window.event.returnValue=c.strings.unload_confirmation_msg,c.strings.unload_confirmation_msg},updateModelOnChange:function(e){var n=e.data.view.model,i=l(e.target),o=i.closest("tr").data("id"),t=i.data("attribute"),s=i.val(),d=_.indexBy(n.get("zones"),"zone_id"),a={};d[o]&&d[o][t]===s||(a[o]={},a[o][t]=s),n.logChanges(a)},updateModelOnSort:function(e){var n=e.data.view.model,t=_.indexBy(n.get("zones"),"zone_id"),i=l("tbody.wc-shipping-zone-rows tr"),s={};_.each(i,function(e){var n=l(e).data("id"),i=null,o=parseInt(l(e).index(),10);t[n]&&(i=parseInt(t[n].zone_order,10)),i!==o&&(s[n]=_.extend(s[n]||{},{zone_order:o}))}),_.size(s)&&(n.logChanges(s),e.data.view.block(),e.data.view.model.save())}}),a=new s({zones:c.zones}),r=new d({model:a,el:n});r.render(),n.sortable({items:"tr",cursor:"move",axis:"y",handle:"td.wc-shipping-zone-sort",scrollSensitivity:40})})}(jQuery,shippingZonesLocalizeScript,wp,ajaxurl); \ No newline at end of file diff --git a/assets/js/admin/woocommerce_admin.min.js b/assets/js/admin/woocommerce_admin.min.js index 93167e9eb27..56e6c31e069 100644 --- a/assets/js/admin/woocommerce_admin.min.js +++ b/assets/js/admin/woocommerce_admin.min.js @@ -1 +1 @@ -!function(e,t){e(function(){if(void 0!==t){var i=e(".edit-php.post-type-product"),o=i.find(".page-title-action:first");0===i.find(".woocommerce-BlankState").length?(t.urls.export_products&&o.after(''+t.strings.export_products+""),t.urls.import_products&&o.after(''+t.strings.import_products+"")):o.hide(),e(".woocommerce-progress-form-wrapper .button-next").on("click",function(){return e(".wc-progress-form-content").block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),!0}),e(document.body).on("wc_add_error_tip",function(i,o,n){var r=o.position();0===o.parent().find(".wc_error_tip").length&&(o.after('
    '+t[n]+"
    "),o.parent().find(".wc_error_tip").css("left",r.left+o.width()-o.width()/2-e(".wc_error_tip").width()/2).css("top",r.top+o.height()).fadeIn("100"))}).on("wc_remove_error_tip",function(t,i,o){i.parent().find(".wc_error_tip."+o).fadeOut("100",function(){e(this).remove()})}).on("click",function(){e(".wc_error_tip").fadeOut("100",function(){e(this).remove()})}).on("blur",".wc_input_decimal[type=text], .wc_input_price[type=text], .wc_input_country_iso[type=text]",function(){e(".wc_error_tip").fadeOut("100",function(){e(this).remove()})}).on("change",".wc_input_price[type=text], .wc_input_decimal[type=text], .wc-order-totals #refund_amount[type=text]",function(){var i;i=e(this).is(".wc_input_price")||e(this).is("#refund_amount")?new RegExp("[^-0-9%\\"+t.mon_decimal_point+"]+","gi"):new RegExp("[^-0-9%\\"+t.decimal_point+"]+","gi");var o=e(this).val(),n=o.replace(i,"");o!==n&&e(this).val(n)}).on("keyup",".wc_input_price[type=text], .wc_input_decimal[type=text], .wc_input_country_iso[type=text], .wc-order-totals #refund_amount[type=text]",function(){var i,o;e(this).is(".wc_input_price")||e(this).is("#refund_amount")?(i=new RegExp("[^-0-9%\\"+t.mon_decimal_point+"]+","gi"),o="i18n_mon_decimal_error"):e(this).is(".wc_input_country_iso")?(i=new RegExp("([^A-Z])+|(.){3,}","im"),o="i18n_country_iso_error"):(i=new RegExp("[^-0-9%\\"+t.decimal_point+"]+","gi"),o="i18n_decimal_error");var n=e(this).val();n!==n.replace(i,"")?e(document.body).triggerHandler("wc_add_error_tip",[e(this),o]):e(document.body).triggerHandler("wc_remove_error_tip",[e(this),o])}).on("change","#_sale_price.wc_input_price[type=text], .wc_input_price[name^=variable_sale_price]",function(){var i,o=e(this);i=-1!==o.attr("name").indexOf("variable")?o.parents(".variable_pricing").find(".wc_input_price[name^=variable_regular_price]"):e("#_regular_price"),parseFloat(window.accounting.unformat(o.val(),t.mon_decimal_point))>=parseFloat(window.accounting.unformat(i.val(),t.mon_decimal_point))&&e(this).val("")}).on("keyup","#_sale_price.wc_input_price[type=text], .wc_input_price[name^=variable_sale_price]",function(){var i,o=e(this);i=-1!==o.attr("name").indexOf("variable")?o.parents(".variable_pricing").find(".wc_input_price[name^=variable_regular_price]"):e("#_regular_price"),parseFloat(window.accounting.unformat(o.val(),t.mon_decimal_point))>=parseFloat(window.accounting.unformat(i.val(),t.mon_decimal_point))?e(document.body).triggerHandler("wc_add_error_tip",[e(this),"i18_sale_less_than_regular_error"]):e(document.body).triggerHandler("wc_remove_error_tip",[e(this),"i18_sale_less_than_regular_error"])}).on("init_tooltips",function(){e(".tips, .help_tip, .woocommerce-help-tip").tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200}),e(".column-wc_actions .wc-action-button").tipTip({fadeIn:50,fadeOut:50,delay:200}),e(".parent-tips").each(function(){e(this).closest("a, th").attr("data-tip",e(this).data("tip")).tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200}).css("cursor","help")})}),e(document.body).trigger("init_tooltips"),e(".wc_input_table.sortable tbody").sortable({items:"tr",cursor:"move",axis:"y",scrollSensitivity:40,forcePlaceholderSize:!0,helper:"clone",opacity:.65,placeholder:"wc-metabox-sortable-placeholder",start:function(e,t){t.item.css("background-color","#f6f6f6")},stop:function(e,t){t.item.removeAttr("style")}}),e(".wc_input_table.sortable tbody input").on("click",function(){e(this).focus()}),e(".wc_input_table .remove_rows").click(function(){var t=e(this).closest(".wc_input_table").find("tbody");return t.find("tr.current").length>0&&t.find("tr.current").each(function(){e(this).remove()}),!1});var n=!1,r=!1,c=!1;e(document.body).bind("keyup keydown",function(e){r=e.shiftKey,n=e.ctrlKey||e.metaKey}),e(".wc_input_table").on("focus click","input",function(t){var i=e(this).closest("table, tbody"),o=e(this).closest("tr");("focus"===t.type&&c!==o.index()||"click"===t.type&&e(this).is(":focus"))&&(c=o.index(),r||n?r?(e("tr",i).removeClass("current"),o.addClass("selected_now").addClass("current"),e("tr.last_selected",i).length>0&&(o.index()>e("tr.last_selected",i).index()?e("tr",i).slice(e("tr.last_selected",i).index(),o.index()).addClass("current"):e("tr",i).slice(o.index(),e("tr.last_selected",i).index()+1).addClass("current")),e("tr",i).removeClass("last_selected"),o.addClass("last_selected")):(e("tr",i).removeClass("last_selected"),n&&e(this).closest("tr").is(".current")?o.removeClass("current"):o.addClass("current").addClass("last_selected")):(e("tr",i).removeClass("current").removeClass("last_selected"),o.addClass("current").addClass("last_selected")),e("tr",i).removeClass("selected_now"))}).on("blur","input",function(){c=!1}),e(".woocommerce_page_wc-settings .shippingrows tbody tr:even, table.attributes-table tbody tr:nth-child(odd)").addClass("alternate"),e(document.body).on("click",".show_order_items",function(){return e(this).closest("td").find("table").toggle(),!1}),e("select.availability").change(function(){"all"===e(this).val()?e(this).closest("tr").next("tr").hide():e(this).closest("tr").next("tr").show()}).change(),e(".hide_options_if_checked").each(function(){e(this).find("input:eq(0)").change(function(){e(this).is(":checked")?e(this).closest("fieldset, tr").nextUntil(".hide_options_if_checked, .show_options_if_checked",".hidden_option").hide():e(this).closest("fieldset, tr").nextUntil(".hide_options_if_checked, .show_options_if_checked",".hidden_option").show()}).change()}),e(".show_options_if_checked").each(function(){e(this).find("input:eq(0)").change(function(){e(this).is(":checked")?e(this).closest("fieldset, tr").nextUntil(".hide_options_if_checked, .show_options_if_checked",".hidden_option").show():e(this).closest("fieldset, tr").nextUntil(".hide_options_if_checked, .show_options_if_checked",".hidden_option").hide()}).change()}),e("input#woocommerce_enable_reviews").change(function(){e(this).is(":checked")?e("#woocommerce_enable_review_rating").closest("tr").show():e("#woocommerce_enable_review_rating").closest("tr").hide()}).change(),e("table.attributes-table tbody tr:nth-child(odd)").addClass("alternate"),e(".wc_gateways").on("click",".wc-payment-gateway-method-toggle-enabled",function(){var i=e(this),o=i.closest("tr"),n=i.find(".woocommerce-input-toggle"),r={action:"woocommerce_toggle_gateway_enabled",security:t.nonces.gateway_toggle,gateway_id:o.data("gateway_id")};return n.addClass("woocommerce-input-toggle--loading"),e.ajax({url:t.ajax_url,data:r,dataType:"json",type:"POST",success:function(e){!0===e.data?(n.removeClass("woocommerce-input-toggle--enabled, woocommerce-input-toggle--disabled"),n.addClass("woocommerce-input-toggle--enabled"),n.removeClass("woocommerce-input-toggle--loading")):!1===e.data?(n.removeClass("woocommerce-input-toggle--enabled, woocommerce-input-toggle--disabled"),n.addClass("woocommerce-input-toggle--disabled"),n.removeClass("woocommerce-input-toggle--loading")):"needs_setup"===e.data&&(window.location.href=i.attr("href"))}}),!1})}})}(jQuery,woocommerce_admin); \ No newline at end of file +!function(c,a){c(function(){if(void 0!==a){var e=c(".edit-php.post-type-product"),t=e.find(".page-title-action:first");0===e.find(".woocommerce-BlankState").length?(a.urls.export_products&&t.after(''+a.strings.export_products+""),a.urls.import_products&&t.after(''+a.strings.import_products+"")):t.hide(),c(".woocommerce-progress-form-wrapper .button-next").on("click",function(){return c(".wc-progress-form-content").block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),!0}),c(document.body).on("wc_add_error_tip",function(e,t,i){var o=t.position();0===t.parent().find(".wc_error_tip").length&&(t.after('
    '+a[i]+"
    "),t.parent().find(".wc_error_tip").css("left",o.left+t.width()-t.width()/2-c(".wc_error_tip").width()/2).css("top",o.top+t.height()).fadeIn("100"))}).on("wc_remove_error_tip",function(e,t,i){t.parent().find(".wc_error_tip."+i).fadeOut("100",function(){c(this).remove()})}).on("click",function(){c(".wc_error_tip").fadeOut("100",function(){c(this).remove()})}).on("blur",".wc_input_decimal[type=text], .wc_input_price[type=text], .wc_input_country_iso[type=text]",function(){c(".wc_error_tip").fadeOut("100",function(){c(this).remove()})}).on("change",".wc_input_price[type=text], .wc_input_decimal[type=text], .wc-order-totals #refund_amount[type=text]",function(){var e;e=c(this).is(".wc_input_price")||c(this).is("#refund_amount")?new RegExp("[^-0-9%\\"+a.mon_decimal_point+"]+","gi"):new RegExp("[^-0-9%\\"+a.decimal_point+"]+","gi");var t=c(this).val(),i=t.replace(e,"");t!==i&&c(this).val(i)}).on("keyup",".wc_input_price[type=text], .wc_input_decimal[type=text], .wc_input_country_iso[type=text], .wc-order-totals #refund_amount[type=text]",function(){var e,t;c(this).is(".wc_input_price")||c(this).is("#refund_amount")?(e=new RegExp("[^-0-9%\\"+a.mon_decimal_point+"]+","gi"),t="i18n_mon_decimal_error"):c(this).is(".wc_input_country_iso")?(e=new RegExp("([^A-Z])+|(.){3,}","im"),t="i18n_country_iso_error"):(e=new RegExp("[^-0-9%\\"+a.decimal_point+"]+","gi"),t="i18n_decimal_error");var i=c(this).val(),o=i.replace(e,"");i!==o?c(document.body).triggerHandler("wc_add_error_tip",[c(this),t]):c(document.body).triggerHandler("wc_remove_error_tip",[c(this),t])}).on("change","#_sale_price.wc_input_price[type=text], .wc_input_price[name^=variable_sale_price]",function(){var e,t=c(this);e=-1!==t.attr("name").indexOf("variable")?t.parents(".variable_pricing").find(".wc_input_price[name^=variable_regular_price]"):c("#_regular_price");var i=parseFloat(window.accounting.unformat(t.val(),a.mon_decimal_point));parseFloat(window.accounting.unformat(e.val(),a.mon_decimal_point))<=i&&c(this).val("")}).on("keyup","#_sale_price.wc_input_price[type=text], .wc_input_price[name^=variable_sale_price]",function(){var e,t=c(this);e=-1!==t.attr("name").indexOf("variable")?t.parents(".variable_pricing").find(".wc_input_price[name^=variable_regular_price]"):c("#_regular_price");var i=parseFloat(window.accounting.unformat(t.val(),a.mon_decimal_point));parseFloat(window.accounting.unformat(e.val(),a.mon_decimal_point))<=i?c(document.body).triggerHandler("wc_add_error_tip",[c(this),"i18n_sale_less_than_regular_error"]):c(document.body).triggerHandler("wc_remove_error_tip",[c(this),"i18n_sale_less_than_regular_error"])}).on("init_tooltips",function(){c(".tips, .help_tip, .woocommerce-help-tip").tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200}),c(".column-wc_actions .wc-action-button").tipTip({fadeIn:50,fadeOut:50,delay:200}),c(".parent-tips").each(function(){c(this).closest("a, th").attr("data-tip",c(this).data("tip")).tipTip({attribute:"data-tip",fadeIn:50,fadeOut:50,delay:200}).css("cursor","help")})}),c(document.body).trigger("init_tooltips"),c(".wc_input_table.sortable tbody").sortable({items:"tr",cursor:"move",axis:"y",scrollSensitivity:40,forcePlaceholderSize:!0,helper:"clone",opacity:.65,placeholder:"wc-metabox-sortable-placeholder",start:function(e,t){t.item.css("background-color","#f6f6f6")},stop:function(e,t){t.item.removeAttr("style")}}),c(".wc_input_table.sortable tbody input").on("click",function(){c(this).focus()}),c(".wc_input_table .remove_rows").click(function(){var e=c(this).closest(".wc_input_table").find("tbody");0c("tr.last_selected",t).index()?c("tr",t).slice(c("tr.last_selected",t).index(),i.index()).addClass("current"):c("tr",t).slice(i.index(),c("tr.last_selected",t).index()+1).addClass("current")),c("tr",t).removeClass("last_selected"),i.addClass("last_selected")):(c("tr",t).removeClass("last_selected"),o&&c(this).closest("tr").is(".current")?i.removeClass("current"):i.addClass("current").addClass("last_selected")):(c("tr",t).removeClass("current").removeClass("last_selected"),i.addClass("current").addClass("last_selected")),c("tr",t).removeClass("selected_now"))}).on("blur","input",function(){r=!1}),c(".woocommerce_page_wc-settings .shippingrows tbody tr:even, table.attributes-table tbody tr:nth-child(odd)").addClass("alternate"),c(document.body).on("click",".show_order_items",function(){return c(this).closest("td").find("table").toggle(),!1}),c("select.availability").change(function(){"all"===c(this).val()?c(this).closest("tr").next("tr").hide():c(this).closest("tr").next("tr").show()}).change(),c(".hide_options_if_checked").each(function(){c(this).find("input:eq(0)").change(function(){c(this).is(":checked")?c(this).closest("fieldset, tr").nextUntil(".hide_options_if_checked, .show_options_if_checked",".hidden_option").hide():c(this).closest("fieldset, tr").nextUntil(".hide_options_if_checked, .show_options_if_checked",".hidden_option").show()}).change()}),c(".show_options_if_checked").each(function(){c(this).find("input:eq(0)").change(function(){c(this).is(":checked")?c(this).closest("fieldset, tr").nextUntil(".hide_options_if_checked, .show_options_if_checked",".hidden_option").show():c(this).closest("fieldset, tr").nextUntil(".hide_options_if_checked, .show_options_if_checked",".hidden_option").hide()}).change()}),c("input#woocommerce_enable_reviews").change(function(){c(this).is(":checked")?c("#woocommerce_enable_review_rating").closest("tr").show():c("#woocommerce_enable_review_rating").closest("tr").hide()}).change(),c("table.attributes-table tbody tr:nth-child(odd)").addClass("alternate"),c(".wc_gateways").on("click",".wc-payment-gateway-method-toggle-enabled",function(){var t=c(this),e=t.closest("tr"),i=t.find(".woocommerce-input-toggle"),o={action:"woocommerce_toggle_gateway_enabled",security:a.nonces.gateway_toggle,gateway_id:e.data("gateway_id")};return i.addClass("woocommerce-input-toggle--loading"),c.ajax({url:a.ajax_url,data:o,dataType:"json",type:"POST",success:function(e){!0===e.data?(i.removeClass("woocommerce-input-toggle--enabled, woocommerce-input-toggle--disabled"),i.addClass("woocommerce-input-toggle--enabled"),i.removeClass("woocommerce-input-toggle--loading")):!1===e.data?(i.removeClass("woocommerce-input-toggle--enabled, woocommerce-input-toggle--disabled"),i.addClass("woocommerce-input-toggle--disabled"),i.removeClass("woocommerce-input-toggle--loading")):"needs_setup"===e.data&&(window.location.href=t.attr("href"))}}),!1}),c("#wpbody").on("click","#doaction, #doaction2",function(){if("remove_personal_data"===(c(this).is("#doaction")?c("#bulk-action-selector-top").val():c("#bulk-action-selector-bottom").val()))return window.confirm(a.i18n_remove_personal_data_notice)})}})}(jQuery,woocommerce_admin); \ No newline at end of file diff --git a/assets/js/flexslider/jquery.flexslider.min.js b/assets/js/flexslider/jquery.flexslider.min.js index abf2aa35d8a..10995d601ff 100644 --- a/assets/js/flexslider/jquery.flexslider.min.js +++ b/assets/js/flexslider/jquery.flexslider.min.js @@ -1 +1 @@ -!function(e){var t=!0;e.flexslider=function(a,n){var i=e(a);"undefined"==typeof n.rtl&&"rtl"==e("html").attr("dir")&&(n.rtl=!0),i.vars=e.extend({},e.flexslider.defaults,n);var r,s=i.vars.namespace,o=window.navigator&&window.navigator.msPointerEnabled&&window.MSGesture,l=("ontouchstart"in window||o||window.DocumentTouch&&document instanceof DocumentTouch)&&i.vars.touch,d="click touchend MSPointerUp keyup",c="",u="vertical"===i.vars.direction,v=i.vars.reverse,p=i.vars.itemWidth>0,m="fade"===i.vars.animation,f=""!==i.vars.asNavFor,g={};e.data(a,"flexslider",i),g={init:function(){i.animating=!1,i.currentSlide=parseInt(i.vars.startAt?i.vars.startAt:0,10),isNaN(i.currentSlide)&&(i.currentSlide=0),i.animatingTo=i.currentSlide,i.atEnd=0===i.currentSlide||i.currentSlide===i.last,i.containerSelector=i.vars.selector.substr(0,i.vars.selector.search(" ")),i.slides=e(i.vars.selector,i),i.container=e(i.containerSelector,i),i.count=i.slides.length,i.syncExists=e(i.vars.sync).length>0,"slide"===i.vars.animation&&(i.vars.animation="swing"),i.prop=u?"top":i.vars.rtl?"marginRight":"marginLeft",i.args={},i.manualPause=!1,i.stopped=!1,i.started=!1,i.startTimeout=null,i.transitions=!i.vars.video&&!m&&i.vars.useCSS&&function(){var e=document.createElement("div"),t=["perspectiveProperty","WebkitPerspective","MozPerspective","OPerspective","msPerspective"];for(var a in t)if(e.style[t[a]]!==undefined)return i.pfx=t[a].replace("Perspective","").toLowerCase(),i.prop="-"+i.pfx+"-transform",!0;return!1}(),i.isFirefox=navigator.userAgent.toLowerCase().indexOf("firefox")>-1,i.ensureAnimationEnd="",""!==i.vars.controlsContainer&&(i.controlsContainer=e(i.vars.controlsContainer).length>0&&e(i.vars.controlsContainer)),""!==i.vars.manualControls&&(i.manualControls=e(i.vars.manualControls).length>0&&e(i.vars.manualControls)),""!==i.vars.customDirectionNav&&(i.customDirectionNav=2===e(i.vars.customDirectionNav).length&&e(i.vars.customDirectionNav)),i.vars.randomize&&(i.slides.sort(function(){return Math.round(Math.random())-.5}),i.container.empty().append(i.slides)),i.doMath(),i.setup("init"),i.vars.controlNav&&g.controlNav.setup(),i.vars.directionNav&&g.directionNav.setup(),i.vars.keyboard&&(1===e(i.containerSelector).length||i.vars.multipleKeyboard)&&e(document).bind("keyup",function(e){var t=e.keyCode;if(!i.animating&&(39===t||37===t)){var a=i.vars.rtl?37===t?i.getTarget("next"):39===t&&i.getTarget("prev"):39===t?i.getTarget("next"):37===t&&i.getTarget("prev");i.flexAnimate(a,i.vars.pauseOnAction)}}),i.vars.mousewheel&&i.bind("mousewheel",function(e,t,a,n){e.preventDefault();var r=t<0?i.getTarget("next"):i.getTarget("prev");i.flexAnimate(r,i.vars.pauseOnAction)}),i.vars.pausePlay&&g.pausePlay.setup(),i.vars.slideshow&&i.vars.pauseInvisible&&g.pauseInvisible.init(),i.vars.slideshow&&(i.vars.pauseOnHover&&i.hover(function(){i.manualPlay||i.manualPause||i.pause()},function(){i.manualPause||i.manualPlay||i.stopped||i.play()}),i.vars.pauseInvisible&&g.pauseInvisible.isHidden()||(i.vars.initDelay>0?i.startTimeout=setTimeout(i.play,i.vars.initDelay):i.play())),f&&g.asNav.setup(),l&&i.vars.touch&&g.touch(),(!m||m&&i.vars.smoothHeight)&&e(window).bind("resize orientationchange focus",g.resize),i.find("img").attr("draggable","false"),setTimeout(function(){i.vars.start(i)},200)},asNav:{setup:function(){i.asNav=!0,i.animatingTo=Math.floor(i.currentSlide/i.move),i.currentItem=i.currentSlide,i.slides.removeClass(s+"active-slide").eq(i.currentItem).addClass(s+"active-slide"),o?(a._slider=i,i.slides.each(function(){var t=this;t._gesture=new MSGesture,t._gesture.target=t,t.addEventListener("MSPointerDown",function(e){e.preventDefault(),e.currentTarget._gesture&&e.currentTarget._gesture.addPointer(e.pointerId)},!1),t.addEventListener("MSGestureTap",function(t){t.preventDefault();var a=e(this),n=a.index();e(i.vars.asNavFor).data("flexslider").animating||a.hasClass("active")||(i.direction=i.currentItem'),i.pagingCount>1)for(var o=0;o":''+r+"","thumbnails"===i.vars.controlNav&&!0===i.vars.thumbCaptions){var u=a.attr("data-thumbcaption");""!==u&&undefined!==u&&(t+=''+u+"")}i.controlNavScaffold.append("
  • "+t+"
  • "),r++}i.controlsContainer?e(i.controlsContainer).append(i.controlNavScaffold):i.append(i.controlNavScaffold),g.controlNav.set(),g.controlNav.active(),i.controlNavScaffold.delegate("a, img",d,function(t){if(t.preventDefault(),""===c||c===t.type){var a=e(this),n=i.controlNav.index(a);a.hasClass(s+"active")||(i.direction=n>i.currentSlide?"next":"prev",i.flexAnimate(n,i.vars.pauseOnAction))}""===c&&(c=t.type),g.setToClearWatchedEvent()})},setupManual:function(){i.controlNav=i.manualControls,g.controlNav.active(),i.controlNav.bind(d,function(t){if(t.preventDefault(),""===c||c===t.type){var a=e(this),n=i.controlNav.index(a);a.hasClass(s+"active")||(n>i.currentSlide?i.direction="next":i.direction="prev",i.flexAnimate(n,i.vars.pauseOnAction))}""===c&&(c=t.type),g.setToClearWatchedEvent()})},set:function(){var t="thumbnails"===i.vars.controlNav?"img":"a";i.controlNav=e("."+s+"control-nav li "+t,i.controlsContainer?i.controlsContainer:i)},active:function(){i.controlNav.removeClass(s+"active").eq(i.animatingTo).addClass(s+"active")},update:function(t,a){i.pagingCount>1&&"add"===t?i.controlNavScaffold.append(e('
  • '+i.count+"
  • ")):1===i.pagingCount?i.controlNavScaffold.find("li").remove():i.controlNav.eq(a).closest("li").remove(),g.controlNav.set(),i.pagingCount>1&&i.pagingCount!==i.controlNav.length?i.update(a,t):g.controlNav.active()}},directionNav:{setup:function(){var t=e('");i.customDirectionNav?i.directionNav=i.customDirectionNav:i.controlsContainer?(e(i.controlsContainer).append(t),i.directionNav=e("."+s+"direction-nav li a",i.controlsContainer)):(i.append(t),i.directionNav=e("."+s+"direction-nav li a",i)),g.directionNav.update(),i.directionNav.bind(d,function(t){t.preventDefault();var a;""!==c&&c!==t.type||(a=e(this).hasClass(s+"next")?i.getTarget("next"):i.getTarget("prev"),i.flexAnimate(a,i.vars.pauseOnAction)),""===c&&(c=t.type),g.setToClearWatchedEvent()})},update:function(){var e=s+"disabled";1===i.pagingCount?i.directionNav.addClass(e).attr("tabindex","-1"):i.vars.animationLoop?i.directionNav.removeClass(e).removeAttr("tabindex"):0===i.animatingTo?i.directionNav.removeClass(e).filter("."+s+"prev").addClass(e).attr("tabindex","-1"):i.animatingTo===i.last?i.directionNav.removeClass(e).filter("."+s+"next").addClass(e).attr("tabindex","-1"):i.directionNav.removeClass(e).removeAttr("tabindex")}},pausePlay:{setup:function(){var t=e('
    ');i.controlsContainer?(i.controlsContainer.append(t),i.pausePlay=e("."+s+"pauseplay a",i.controlsContainer)):(i.append(t),i.pausePlay=e("."+s+"pauseplay a",i)),g.pausePlay.update(i.vars.slideshow?s+"pause":s+"play"),i.pausePlay.bind(d,function(t){t.preventDefault(),""!==c&&c!==t.type||(e(this).hasClass(s+"pause")?(i.manualPause=!0,i.manualPlay=!1,i.pause()):(i.manualPause=!1,i.manualPlay=!0,i.play())),""===c&&(c=t.type),g.setToClearWatchedEvent()})},update:function(e){"play"===e?i.pausePlay.removeClass(s+"pause").addClass(s+"play").html(i.vars.playText):i.pausePlay.removeClass(s+"play").addClass(s+"pause").html(i.vars.pauseText)}},touch:function(){var e,t,n,r,s,l,d,c,f,g=!1,h=0,S=0,x=0;o?(a.style.msTouchAction="none",a._gesture=new MSGesture,a._gesture.target=a,a.addEventListener("MSPointerDown",function(e){e.stopPropagation(),i.animating?e.preventDefault():(i.pause(),a._gesture.addPointer(e.pointerId),x=0,r=u?i.h:i.w,l=Number(new Date),n=p&&v&&i.animatingTo===i.last?0:p&&v?i.limit-(i.itemW+i.vars.itemMargin)*i.move*i.animatingTo:p&&i.currentSlide===i.last?i.limit:p?(i.itemW+i.vars.itemMargin)*i.move*i.currentSlide:v?(i.last-i.currentSlide+i.cloneOffset)*r:(i.currentSlide+i.cloneOffset)*r)},!1),a._slider=i,a.addEventListener("MSGestureChange",function(e){e.stopPropagation();var t=e.target._slider;if(t){var i=-e.translationX,o=-e.translationY;x+=u?o:i,s=(t.vars.rtl?-1:1)*x,g=u?Math.abs(x)500)&&(e.preventDefault(),!m&&t.transitions&&(t.vars.animationLoop||(s=x/(0===t.currentSlide&&x<0||t.currentSlide===t.last&&x>0?Math.abs(x)/r+2:1)),t.setProps(n+s,"setTouch"))):setImmediate(function(){a._gesture.stop()})}},!1),a.addEventListener("MSGestureEnd",function(a){a.stopPropagation();var i=a.target._slider;if(i){if(i.animatingTo===i.currentSlide&&!g&&null!==s){var o=v?-s:s,d=o>0?i.getTarget("next"):i.getTarget("prev");i.canAdvance(d)&&(Number(new Date)-l<550&&Math.abs(o)>50||Math.abs(o)>r/2)?i.flexAnimate(d,i.vars.pauseOnAction):m||i.flexAnimate(i.currentSlide,i.vars.pauseOnAction,!0)}e=null,t=null,s=null,n=null,x=0}},!1)):(d=function(s){i.animating?s.preventDefault():(window.navigator.msPointerEnabled||1===s.touches.length)&&(i.pause(),r=u?i.h:i.w,l=Number(new Date),h=s.touches[0].pageX,S=s.touches[0].pageY,n=p&&v&&i.animatingTo===i.last?0:p&&v?i.limit-(i.itemW+i.vars.itemMargin)*i.move*i.animatingTo:p&&i.currentSlide===i.last?i.limit:p?(i.itemW+i.vars.itemMargin)*i.move*i.currentSlide:v?(i.last-i.currentSlide+i.cloneOffset)*r:(i.currentSlide+i.cloneOffset)*r,e=u?S:h,t=u?h:S,a.addEventListener("touchmove",c,!1),a.addEventListener("touchend",f,!1))},c=function(a){h=a.touches[0].pageX,S=a.touches[0].pageY,s=u?e-S:(i.vars.rtl?-1:1)*(e-h);(!(g=u?Math.abs(s)500)&&(a.preventDefault(),!m&&i.transitions&&(i.vars.animationLoop||(s/=0===i.currentSlide&&s<0||i.currentSlide===i.last&&s>0?Math.abs(s)/r+2:1),i.setProps(n+s,"setTouch")))},f=function(o){if(a.removeEventListener("touchmove",c,!1),i.animatingTo===i.currentSlide&&!g&&null!==s){var d=v?-s:s,u=d>0?i.getTarget("next"):i.getTarget("prev");i.canAdvance(u)&&(Number(new Date)-l<550&&Math.abs(d)>50||Math.abs(d)>r/2)?i.flexAnimate(u,i.vars.pauseOnAction):m||i.flexAnimate(i.currentSlide,i.vars.pauseOnAction,!0)}a.removeEventListener("touchend",f,!1),e=null,t=null,s=null,n=null},a.addEventListener("touchstart",d,!1))},resize:function(){!i.animating&&i.is(":visible")&&(p||i.doMath(),m?g.smoothHeight():p?(i.slides.width(i.computedW),i.update(i.pagingCount),i.setProps()):u?(i.viewport.height(i.h),i.setProps(i.h,"setTotal")):(i.vars.smoothHeight&&g.smoothHeight(),i.newSlides.width(i.computedW),i.setProps(i.computedW,"setTotal")))},smoothHeight:function(e){if(!u||m){var t=m?i:i.viewport;e?t.animate({height:i.slides.eq(i.animatingTo).innerHeight()},e):t.innerHeight(i.slides.eq(i.animatingTo).innerHeight())}},sync:function(t){var a=e(i.vars.sync).data("flexslider"),n=i.animatingTo;switch(t){case"animate":a.flexAnimate(n,i.vars.pauseOnAction,!1,!0);break;case"play":a.playing||a.asNav||a.play();break;case"pause":a.pause()}},uniqueID:function(t){return t.filter("[id]").add(t.find("[id]")).each(function(){var t=e(this);t.attr("id",t.attr("id")+"_clone")}),t},pauseInvisible:{visProp:null,init:function(){var e=g.pauseInvisible.getHiddenProp();if(e){var t=e.replace(/[H|h]idden/,"")+"visibilitychange";document.addEventListener(t,function(){g.pauseInvisible.isHidden()?i.startTimeout?clearTimeout(i.startTimeout):i.pause():i.started?i.play():i.vars.initDelay>0?setTimeout(i.play,i.vars.initDelay):i.play()})}},isHidden:function(){var e=g.pauseInvisible.getHiddenProp();return!!e&&document[e]},getHiddenProp:function(){var e=["webkit","moz","ms","o"];if("hidden"in document)return"hidden";for(var t=0;ti.currentSlide?"next":"prev"),f&&1===i.pagingCount&&(i.direction=i.currentItemi.limit&&1!==i.visible?i.limit:S):h=0===i.currentSlide&&t===i.count-1&&i.vars.animationLoop&&"next"!==i.direction?v?(i.count+i.cloneOffset)*x:0:i.currentSlide===i.last&&0===t&&i.vars.animationLoop&&"prev"!==i.direction?v?0:(i.count+1)*x:v?(i.count-1-t+i.cloneOffset)*x:(t+i.cloneOffset)*x,i.setProps(h,"",i.vars.animationSpeed),i.transitions?(i.vars.animationLoop&&i.atEnd||(i.animating=!1,i.currentSlide=i.animatingTo),i.container.unbind("webkitTransitionEnd transitionend"),i.container.bind("webkitTransitionEnd transitionend",function(){clearTimeout(i.ensureAnimationEnd),i.wrapup(x)}),clearTimeout(i.ensureAnimationEnd),i.ensureAnimationEnd=setTimeout(function(){i.wrapup(x)},i.vars.animationSpeed+100)):i.container.animate(i.args,i.vars.animationSpeed,i.vars.easing,function(){i.wrapup(x)})}i.vars.smoothHeight&&g.smoothHeight(i.vars.animationSpeed)}},i.wrapup=function(e){m||p||(0===i.currentSlide&&i.animatingTo===i.last&&i.vars.animationLoop?i.setProps(e,"jumpEnd"):i.currentSlide===i.last&&0===i.animatingTo&&i.vars.animationLoop&&i.setProps(e,"jumpStart")),i.animating=!1,i.currentSlide=i.animatingTo,i.vars.after(i)},i.animateSlides=function(){!i.animating&&t&&i.flexAnimate(i.getTarget("next"))},i.pause=function(){clearInterval(i.animatedSlides),i.animatedSlides=null,i.playing=!1,i.vars.pausePlay&&g.pausePlay.update("play"),i.syncExists&&g.sync("pause")},i.play=function(){i.playing&&clearInterval(i.animatedSlides),i.animatedSlides=i.animatedSlides||setInterval(i.animateSlides,i.vars.slideshowSpeed),i.started=i.playing=!0,i.vars.pausePlay&&g.pausePlay.update("pause"),i.syncExists&&g.sync("play")},i.stop=function(){i.pause(),i.stopped=!0},i.canAdvance=function(e,t){var a=f?i.pagingCount-1:i.last;return!!t||(!(!f||i.currentItem!==i.count-1||0!==e||"prev"!==i.direction)||(!f||0!==i.currentItem||e!==i.pagingCount-1||"next"===i.direction)&&(!(e===i.currentSlide&&!f)&&(!!i.vars.animationLoop||(!i.atEnd||0!==i.currentSlide||e!==a||"next"===i.direction)&&(!i.atEnd||i.currentSlide!==a||0!==e||"next"!==i.direction))))},i.getTarget=function(e){return i.direction=e,"next"===e?i.currentSlide===i.last?0:i.currentSlide+1:0===i.currentSlide?i.last:i.currentSlide-1},i.setProps=function(e,t,a){var n=function(){var a=e||(i.itemW+i.vars.itemMargin)*i.move*i.animatingTo;return function(){if(p)return"setTouch"===t?e:v&&i.animatingTo===i.last?0:v?i.limit-(i.itemW+i.vars.itemMargin)*i.move*i.animatingTo:i.animatingTo===i.last?i.limit:a;switch(t){case"setTotal":return v?(i.count-1-i.currentSlide+i.cloneOffset)*e:(i.currentSlide+i.cloneOffset)*e;case"setTouch":return e;case"jumpEnd":return v?e:i.count*e;case"jumpStart":return v?i.count*e:e;default:return e}}()*(i.vars.rtl?1:-1)+"px"}();i.transitions&&(n=u?"translate3d(0,"+n+",0)":"translate3d("+parseInt(n)+"px,0,0)",a=a!==undefined?a/1e3+"s":"0s",i.container.css("-"+i.pfx+"-transition-duration",a),i.container.css("transition-duration",a)),i.args[i.prop]=n,(i.transitions||a===undefined)&&i.container.css(i.args),i.container.css("transform",n)},i.setup=function(t){if(m)i.vars.rtl?i.slides.css({width:"100%","float":"right",marginLeft:"-100%",position:"relative"}):i.slides.css({width:"100%","float":"left",marginRight:"-100%",position:"relative"}),"init"===t&&(l?i.slides.css({opacity:0,display:"block",webkitTransition:"opacity "+i.vars.animationSpeed/1e3+"s ease",zIndex:1}).eq(i.currentSlide).css({opacity:1,zIndex:2}):0==i.vars.fadeFirstSlide?i.slides.css({opacity:0,display:"block",zIndex:1}).eq(i.currentSlide).css({zIndex:2}).css({opacity:1}):i.slides.css({opacity:0,display:"block",zIndex:1}).eq(i.currentSlide).css({zIndex:2}).animate({opacity:1},i.vars.animationSpeed,i.vars.easing)),i.vars.smoothHeight&&g.smoothHeight();else{var a,n;"init"===t&&(i.viewport=e('
    ').css({overflow:"hidden",position:"relative"}).appendTo(i).append(i.container),i.cloneCount=0,i.cloneOffset=0,v&&(n=e.makeArray(i.slides).reverse(),i.slides=e(n),i.container.empty().append(i.slides))),i.vars.animationLoop&&!p&&(i.cloneCount=2,i.cloneOffset=1,"init"!==t&&i.container.find(".clone").remove(),i.container.append(g.uniqueID(i.slides.first().clone().addClass("clone")).attr("aria-hidden","true")).prepend(g.uniqueID(i.slides.last().clone().addClass("clone")).attr("aria-hidden","true"))),i.newSlides=e(i.vars.selector,i),a=v?i.count-1-i.currentSlide+i.cloneOffset:i.currentSlide+i.cloneOffset,u&&!p?(i.container.height(200*(i.count+i.cloneCount)+"%").css("position","absolute").width("100%"),setTimeout(function(){i.newSlides.css({display:"block"}),i.doMath(),i.viewport.height(i.h),i.setProps(a*i.h,"init")},"init"===t?100:0)):(i.container.width(200*(i.count+i.cloneCount)+"%"),i.setProps(a*i.computedW,"init"),setTimeout(function(){i.doMath(),i.vars.rtl?i.newSlides.css({width:i.computedW,marginRight:i.computedM,"float":"right",display:"block"}):i.newSlides.css({width:i.computedW,marginRight:i.computedM,"float":"left",display:"block"}),i.vars.smoothHeight&&g.smoothHeight()},"init"===t?100:0))}p||i.slides.removeClass(s+"active-slide").eq(i.currentSlide).addClass(s+"active-slide"),i.vars.init(i)},i.doMath=function(){var e=i.slides.first(),t=i.vars.itemMargin,a=i.vars.minItems,n=i.vars.maxItems;i.w=i.viewport===undefined?i.width():i.viewport.width(),i.isFirefox&&(i.w=i.width()),i.h=e.height(),i.boxPadding=e.outerWidth()-e.width(),p?(i.itemT=i.vars.itemWidth+t,i.itemM=t,i.minW=a?a*i.itemT:i.w,i.maxW=n?n*i.itemT-t:i.w,i.itemW=i.minW>i.w?(i.w-t*(a-1))/a:i.maxWi.w?i.w:i.vars.itemWidth,i.visible=Math.floor(i.w/i.itemW),i.move=i.vars.move>0&&i.vars.movei.w?i.itemW*(i.count-1)+t*(i.count-1):(i.itemW+t)*i.count-i.w-t):(i.itemW=i.w,i.itemM=t,i.pagingCount=i.count,i.last=i.count-1),i.computedW=i.itemW-i.boxPadding,i.computedM=i.itemM},i.update=function(e,t){i.doMath(),p||(ei.controlNav.length?g.controlNav.update("add"):("remove"===t&&!p||i.pagingCounti.last&&(i.currentSlide-=1,i.animatingTo-=1),g.controlNav.update("remove",i.last))),i.vars.directionNav&&g.directionNav.update()},i.addSlide=function(t,a){var n=e(t);i.count+=1,i.last=i.count-1,u&&v?a!==undefined?i.slides.eq(i.count-a).after(n):i.container.prepend(n):a!==undefined?i.slides.eq(a).before(n):i.container.append(n),i.update(a,"add"),i.slides=e(i.vars.selector+":not(.clone)",i),i.setup(),i.vars.added(i)},i.removeSlide=function(t){var a=isNaN(t)?i.slides.index(e(t)):t;i.count-=1,i.last=i.count-1,isNaN(t)?e(t,i.slides).remove():u&&v?i.slides.eq(i.last).remove():i.slides.eq(t).remove(),i.doMath(),i.update(a,"remove"),i.slides=e(i.vars.selector+":not(.clone)",i),i.setup(),i.vars.removed(i)},g.init()},e(window).blur(function(e){t=!1}).focus(function(e){t=!0}),e.flexslider.defaults={namespace:"flex-",selector:".slides > li",animation:"fade",easing:"swing",direction:"horizontal",reverse:!1,animationLoop:!0,smoothHeight:!1,startAt:0,slideshow:!0,slideshowSpeed:7e3,animationSpeed:600,initDelay:0,randomize:!1,fadeFirstSlide:!0,thumbCaptions:!1,pauseOnAction:!0,pauseOnHover:!1,pauseInvisible:!0,useCSS:!0,touch:!0,video:!1,controlNav:!0,directionNav:!0,prevText:"Previous",nextText:"Next",keyboard:!0,multipleKeyboard:!1,mousewheel:!1,pausePlay:!1,pauseText:"Pause",playText:"Play",controlsContainer:"",manualControls:"",customDirectionNav:"",sync:"",asNavFor:"",itemWidth:0,itemMargin:0,minItems:1,maxItems:0,move:0,allowOneSlide:!0,isFirefox:!1,start:function(){},before:function(){},after:function(){},end:function(){},added:function(){},removed:function(){},init:function(){},rtl:!1},e.fn.flexslider=function(t){if(t===undefined&&(t={}),"object"==typeof t)return this.each(function(){var a=e(this),n=t.selector?t.selector:".slides > li",i=a.find(n);1===i.length&&!1===t.allowOneSlide||0===i.length?(i.fadeIn(400),t.start&&t.start(a)):a.data("flexslider")===undefined&&new e.flexslider(this,t)});var a=e(this).data("flexslider");switch(t){case"play":a.play();break;case"pause":a.pause();break;case"stop":a.stop();break;case"next":a.flexAnimate(a.getTarget("next"),!0);break;case"prev":case"previous":a.flexAnimate(a.getTarget("prev"),!0);break;default:"number"==typeof t&&a.flexAnimate(t,!0)}}}(jQuery); \ No newline at end of file +!function(b){var a=!0;b.flexslider=function(p,e){var m=b(p);"undefined"==typeof e.rtl&&"rtl"==b("html").attr("dir")&&(e.rtl=!0),m.vars=b.extend({},b.flexslider.defaults,e);var t,c=m.vars.namespace,f=window.navigator&&window.navigator.msPointerEnabled&&window.MSGesture,u=("ontouchstart"in window||f||window.DocumentTouch&&document instanceof DocumentTouch)&&m.vars.touch,o="click touchend MSPointerUp keyup",l="",g="vertical"===m.vars.direction,h=m.vars.reverse,S=0'),1":''+n+"","thumbnails"===m.vars.controlNav&&!0===m.vars.thumbCaptions){var s=t.attr("data-thumbcaption");""!==s&&undefined!==s&&(e+=''+s+"")}m.controlNavScaffold.append("
  • "+e+"
  • "),n++}m.controlsContainer?b(m.controlsContainer).append(m.controlNavScaffold):m.append(m.controlNavScaffold),y.controlNav.set(),y.controlNav.active(),m.controlNavScaffold.delegate("a, img",o,function(e){if(e.preventDefault(),""===l||l===e.type){var t=b(this),a=m.controlNav.index(t);t.hasClass(c+"active")||(m.direction=a>m.currentSlide?"next":"prev",m.flexAnimate(a,m.vars.pauseOnAction))}""===l&&(l=e.type),y.setToClearWatchedEvent()})},setupManual:function(){m.controlNav=m.manualControls,y.controlNav.active(),m.controlNav.bind(o,function(e){if(e.preventDefault(),""===l||l===e.type){var t=b(this),a=m.controlNav.index(t);t.hasClass(c+"active")||(a>m.currentSlide?m.direction="next":m.direction="prev",m.flexAnimate(a,m.vars.pauseOnAction))}""===l&&(l=e.type),y.setToClearWatchedEvent()})},set:function(){var e="thumbnails"===m.vars.controlNav?"img":"a";m.controlNav=b("."+c+"control-nav li "+e,m.controlsContainer?m.controlsContainer:m)},active:function(){m.controlNav.removeClass(c+"active").eq(m.animatingTo).addClass(c+"active")},update:function(e,t){1'+m.count+"")):1===m.pagingCount?m.controlNavScaffold.find("li").remove():m.controlNav.eq(t).closest("li").remove(),y.controlNav.set(),1
  • '+m.vars.prevText+'
  • '+m.vars.nextText+"
  • ");m.customDirectionNav?m.directionNav=m.customDirectionNav:m.controlsContainer?(b(m.controlsContainer).append(e),m.directionNav=b("."+c+"direction-nav li a",m.controlsContainer)):(m.append(e),m.directionNav=b("."+c+"direction-nav li a",m)),y.directionNav.update(),m.directionNav.bind(o,function(e){var t;e.preventDefault(),""!==l&&l!==e.type||(t=b(this).hasClass(c+"next")?m.getTarget("next"):m.getTarget("prev"),m.flexAnimate(t,m.vars.pauseOnAction)),""===l&&(l=e.type),y.setToClearWatchedEvent()})},update:function(){var e=c+"disabled";1===m.pagingCount?m.directionNav.addClass(e).attr("tabindex","-1"):m.vars.animationLoop?m.directionNav.removeClass(e).removeAttr("tabindex"):0===m.animatingTo?m.directionNav.removeClass(e).filter("."+c+"prev").addClass(e).attr("tabindex","-1"):m.animatingTo===m.last?m.directionNav.removeClass(e).filter("."+c+"next").addClass(e).attr("tabindex","-1"):m.directionNav.removeClass(e).removeAttr("tabindex")}},pausePlay:{setup:function(){var e=b('
    ');m.controlsContainer?(m.controlsContainer.append(e),m.pausePlay=b("."+c+"pauseplay a",m.controlsContainer)):(m.append(e),m.pausePlay=b("."+c+"pauseplay a",m)),y.pausePlay.update(m.vars.slideshow?c+"pause":c+"play"),m.pausePlay.bind(o,function(e){e.preventDefault(),""!==l&&l!==e.type||(b(this).hasClass(c+"pause")?(m.manualPause=!0,m.manualPlay=!1,m.pause()):(m.manualPause=!1,m.manualPlay=!0,m.play())),""===l&&(l=e.type),y.setToClearWatchedEvent()})},update:function(e){"play"===e?m.pausePlay.removeClass(c+"pause").addClass(c+"play").html(m.vars.playText):m.pausePlay.removeClass(c+"play").addClass(c+"pause").html(m.vars.pauseText)}},touch:function(){var i,r,s,o,l,d,e,n,c,u=!1,t=0,a=0,v=0;if(f){p.style.msTouchAction="none",p._gesture=new MSGesture,(p._gesture.target=p).addEventListener("MSPointerDown",function(e){e.stopPropagation(),m.animating?e.preventDefault():(m.pause(),p._gesture.addPointer(e.pointerId),v=0,o=g?m.h:m.w,d=Number(new Date),s=S&&h&&m.animatingTo===m.last?0:S&&h?m.limit-(m.itemW+m.vars.itemMargin)*m.move*m.animatingTo:S&&m.currentSlide===m.last?m.limit:S?(m.itemW+m.vars.itemMargin)*m.move*m.currentSlide:h?(m.last-m.currentSlide+m.cloneOffset)*o:(m.currentSlide+m.cloneOffset)*o)},!1),p._slider=m,p.addEventListener("MSGestureChange",function(e){e.stopPropagation();var t=e.target._slider;if(!t)return;var a=-e.translationX,n=-e.translationY;if(v+=g?n:a,l=(t.vars.rtl?-1:1)*v,u=g?Math.abs(v)o/2)?t.flexAnimate(n,t.vars.pauseOnAction):x||t.flexAnimate(t.currentSlide,t.vars.pauseOnAction,!0)}s=l=r=i=null,v=0},!1)}else e=function(e){m.animating?e.preventDefault():(window.navigator.msPointerEnabled||1===e.touches.length)&&(m.pause(),o=g?m.h:m.w,d=Number(new Date),t=e.touches[0].pageX,a=e.touches[0].pageY,s=S&&h&&m.animatingTo===m.last?0:S&&h?m.limit-(m.itemW+m.vars.itemMargin)*m.move*m.animatingTo:S&&m.currentSlide===m.last?m.limit:S?(m.itemW+m.vars.itemMargin)*m.move*m.currentSlide:h?(m.last-m.currentSlide+m.cloneOffset)*o:(m.currentSlide+m.cloneOffset)*o,i=g?a:t,r=g?t:a,p.addEventListener("touchmove",n,!1),p.addEventListener("touchend",c,!1))},n=function(e){t=e.touches[0].pageX,a=e.touches[0].pageY,l=g?i-a:(m.vars.rtl?-1:1)*(i-t);(!(u=g?Math.abs(l)o/2)?m.flexAnimate(a,m.vars.pauseOnAction):x||m.flexAnimate(m.currentSlide,m.vars.pauseOnAction,!0)}p.removeEventListener("touchend",c,!1),s=l=r=i=null},p.addEventListener("touchstart",e,!1)},resize:function(){!m.animating&&m.is(":visible")&&(S||m.doMath(),x?y.smoothHeight():S?(m.slides.width(m.computedW),m.update(m.pagingCount),m.setProps()):g?(m.viewport.height(m.h),m.setProps(m.h,"setTotal")):(m.vars.smoothHeight&&y.smoothHeight(),m.newSlides.width(m.computedW),m.setProps(m.computedW,"setTotal")))},smoothHeight:function(e){if(!g||x){var t=x?m:m.viewport;e?t.animate({height:m.slides.eq(m.animatingTo).innerHeight()},e):t.innerHeight(m.slides.eq(m.animatingTo).innerHeight())}},sync:function(e){var t=b(m.vars.sync).data("flexslider"),a=m.animatingTo;switch(e){case"animate":t.flexAnimate(a,m.vars.pauseOnAction,!1,!0);break;case"play":t.playing||t.asNav||t.play();break;case"pause":t.pause()}},uniqueID:function(e){return e.filter("[id]").add(e.find("[id]")).each(function(){var e=b(this);e.attr("id",e.attr("id")+"_clone")}),e},pauseInvisible:{visProp:null,init:function(){var e=y.pauseInvisible.getHiddenProp();if(e){var t=e.replace(/[H|h]idden/,"")+"visibilitychange";document.addEventListener(t,function(){y.pauseInvisible.isHidden()?m.startTimeout?clearTimeout(m.startTimeout):m.pause():m.started?m.play():0m.currentSlide?"next":"prev"),v&&1===m.pagingCount&&(m.direction=m.currentItemm.limit&&1!==m.visible?m.limit:l):o=0===m.currentSlide&&e===m.count-1&&m.vars.animationLoop&&"next"!==m.direction?h?(m.count+m.cloneOffset)*d:0:m.currentSlide===m.last&&0===e&&m.vars.animationLoop&&"prev"!==m.direction?h?0:(m.count+1)*d:h?(m.count-1-e+m.cloneOffset)*d:(e+m.cloneOffset)*d,m.setProps(o,"",m.vars.animationSpeed),m.transitions?(m.vars.animationLoop&&m.atEnd||(m.animating=!1,m.currentSlide=m.animatingTo),m.container.unbind("webkitTransitionEnd transitionend"),m.container.bind("webkitTransitionEnd transitionend",function(){clearTimeout(m.ensureAnimationEnd),m.wrapup(d)}),clearTimeout(m.ensureAnimationEnd),m.ensureAnimationEnd=setTimeout(function(){m.wrapup(d)},m.vars.animationSpeed+100)):m.container.animate(m.args,m.vars.animationSpeed,m.vars.easing,function(){m.wrapup(d)})}m.vars.smoothHeight&&y.smoothHeight(m.vars.animationSpeed)}},m.wrapup=function(e){x||S||(0===m.currentSlide&&m.animatingTo===m.last&&m.vars.animationLoop?m.setProps(e,"jumpEnd"):m.currentSlide===m.last&&0===m.animatingTo&&m.vars.animationLoop&&m.setProps(e,"jumpStart")),m.animating=!1,m.currentSlide=m.animatingTo,m.vars.after(m)},m.animateSlides=function(){!m.animating&&a&&m.flexAnimate(m.getTarget("next"))},m.pause=function(){clearInterval(m.animatedSlides),m.animatedSlides=null,m.playing=!1,m.vars.pausePlay&&y.pausePlay.update("play"),m.syncExists&&y.sync("pause")},m.play=function(){m.playing&&clearInterval(m.animatedSlides),m.animatedSlides=m.animatedSlides||setInterval(m.animateSlides,m.vars.slideshowSpeed),m.started=m.playing=!0,m.vars.pausePlay&&y.pausePlay.update("pause"),m.syncExists&&y.sync("play")},m.stop=function(){m.pause(),m.stopped=!0},m.canAdvance=function(e,t){var a=v?m.pagingCount-1:m.last;return!!t||(!(!v||m.currentItem!==m.count-1||0!==e||"prev"!==m.direction)||(!v||0!==m.currentItem||e!==m.pagingCount-1||"next"===m.direction)&&(!(e===m.currentSlide&&!v)&&(!!m.vars.animationLoop||(!m.atEnd||0!==m.currentSlide||e!==a||"next"===m.direction)&&(!m.atEnd||m.currentSlide!==a||0!==e||"next"!==m.direction))))},m.getTarget=function(e){return"next"===(m.direction=e)?m.currentSlide===m.last?0:m.currentSlide+1:0===m.currentSlide?m.last:m.currentSlide-1},m.setProps=function(e,t,a){var n,i=(n=e||(m.itemW+m.vars.itemMargin)*m.move*m.animatingTo,function(){if(S)return"setTouch"===t?e:h&&m.animatingTo===m.last?0:h?m.limit-(m.itemW+m.vars.itemMargin)*m.move*m.animatingTo:m.animatingTo===m.last?m.limit:n;switch(t){case"setTotal":return h?(m.count-1-m.currentSlide+m.cloneOffset)*e:(m.currentSlide+m.cloneOffset)*e;case"setTouch":return e;case"jumpEnd":return h?e:m.count*e;case"jumpStart":return h?m.count*e:e;default:return e}}()*(m.vars.rtl?1:-1)+"px");m.transitions&&(i=g?"translate3d(0,"+i+",0)":"translate3d("+parseInt(i)+"px,0,0)",a=a!==undefined?a/1e3+"s":"0s",m.container.css("-"+m.pfx+"-transition-duration",a),m.container.css("transition-duration",a)),m.args[m.prop]=i,(m.transitions||a===undefined)&&m.container.css(m.args),m.container.css("transform",i)},m.setup=function(e){var t,a;x?(m.vars.rtl?m.slides.css({width:"100%","float":"right",marginLeft:"-100%",position:"relative"}):m.slides.css({width:"100%","float":"left",marginRight:"-100%",position:"relative"}),"init"===e&&(u?m.slides.css({opacity:0,display:"block",webkitTransition:"opacity "+m.vars.animationSpeed/1e3+"s ease",zIndex:1}).eq(m.currentSlide).css({opacity:1,zIndex:2}):0==m.vars.fadeFirstSlide?m.slides.css({opacity:0,display:"block",zIndex:1}).eq(m.currentSlide).css({zIndex:2}).css({opacity:1}):m.slides.css({opacity:0,display:"block",zIndex:1}).eq(m.currentSlide).css({zIndex:2}).animate({opacity:1},m.vars.animationSpeed,m.vars.easing)),m.vars.smoothHeight&&y.smoothHeight()):("init"===e&&(m.viewport=b('
    ').css({overflow:"hidden",position:"relative"}).appendTo(m).append(m.container),m.cloneCount=0,m.cloneOffset=0,h&&(a=b.makeArray(m.slides).reverse(),m.slides=b(a),m.container.empty().append(m.slides))),m.vars.animationLoop&&!S&&(m.cloneCount=2,m.cloneOffset=1,"init"!==e&&m.container.find(".clone").remove(),m.container.append(y.uniqueID(m.slides.first().clone().addClass("clone")).attr("aria-hidden","true")).prepend(y.uniqueID(m.slides.last().clone().addClass("clone")).attr("aria-hidden","true"))),m.newSlides=b(m.vars.selector,m),t=h?m.count-1-m.currentSlide+m.cloneOffset:m.currentSlide+m.cloneOffset,g&&!S?(m.container.height(200*(m.count+m.cloneCount)+"%").css("position","absolute").width("100%"),setTimeout(function(){m.newSlides.css({display:"block"}),m.doMath(),m.viewport.height(m.h),m.setProps(t*m.h,"init")},"init"===e?100:0)):(m.container.width(200*(m.count+m.cloneCount)+"%"),m.setProps(t*m.computedW,"init"),setTimeout(function(){m.doMath(),m.vars.rtl?m.newSlides.css({width:m.computedW,marginRight:m.computedM,"float":"right",display:"block"}):m.newSlides.css({width:m.computedW,marginRight:m.computedM,"float":"left",display:"block"}),m.vars.smoothHeight&&y.smoothHeight()},"init"===e?100:0)));S||m.slides.removeClass(c+"active-slide").eq(m.currentSlide).addClass(c+"active-slide"),m.vars.init(m)},m.doMath=function(){var e=m.slides.first(),t=m.vars.itemMargin,a=m.vars.minItems,n=m.vars.maxItems;m.w=m.viewport===undefined?m.width():m.viewport.width(),m.isFirefox&&(m.w=m.width()),m.h=e.height(),m.boxPadding=e.outerWidth()-e.width(),S?(m.itemT=m.vars.itemWidth+t,m.itemM=t,m.minW=a?a*m.itemT:m.w,m.maxW=n?n*m.itemT-t:m.w,m.itemW=m.minW>m.w?(m.w-t*(a-1))/a:m.maxWm.w?m.w:m.vars.itemWidth,m.visible=Math.floor(m.w/m.itemW),m.move=0m.w?m.itemW*(m.count-1)+t*(m.count-1):(m.itemW+t)*m.count-m.w-t):(m.itemW=m.w,m.itemM=t,m.pagingCount=m.count,m.last=m.count-1),m.computedW=m.itemW-m.boxPadding,m.computedM=m.itemM},m.update=function(e,t){m.doMath(),S||(em.controlNav.length?y.controlNav.update("add"):("remove"===t&&!S||m.pagingCountm.last&&(m.currentSlide-=1,m.animatingTo-=1),y.controlNav.update("remove",m.last))),m.vars.directionNav&&y.directionNav.update()},m.addSlide=function(e,t){var a=b(e);m.count+=1,m.last=m.count-1,g&&h?t!==undefined?m.slides.eq(m.count-t).after(a):m.container.prepend(a):t!==undefined?m.slides.eq(t).before(a):m.container.append(a),m.update(t,"add"),m.slides=b(m.vars.selector+":not(.clone)",m),m.setup(),m.vars.added(m)},m.removeSlide=function(e){var t=isNaN(e)?m.slides.index(b(e)):e;m.count-=1,m.last=m.count-1,isNaN(e)?b(e,m.slides).remove():g&&h?m.slides.eq(m.last).remove():m.slides.eq(e).remove(),m.doMath(),m.update(t,"remove"),m.slides=b(m.vars.selector+":not(.clone)",m),m.setup(),m.vars.removed(m)},y.init()},b(window).blur(function(e){a=!1}).focus(function(e){a=!0}),b.flexslider.defaults={namespace:"flex-",selector:".slides > li",animation:"fade",easing:"swing",direction:"horizontal",reverse:!1,animationLoop:!0,smoothHeight:!1,startAt:0,slideshow:!0,slideshowSpeed:7e3,animationSpeed:600,initDelay:0,randomize:!1,fadeFirstSlide:!0,thumbCaptions:!1,pauseOnAction:!0,pauseOnHover:!1,pauseInvisible:!0,useCSS:!0,touch:!0,video:!1,controlNav:!0,directionNav:!0,prevText:"Previous",nextText:"Next",keyboard:!0,multipleKeyboard:!1,mousewheel:!1,pausePlay:!1,pauseText:"Pause",playText:"Play",controlsContainer:"",manualControls:"",customDirectionNav:"",sync:"",asNavFor:"",itemWidth:0,itemMargin:0,minItems:1,maxItems:0,move:0,allowOneSlide:!0,isFirefox:!1,start:function(){},before:function(){},after:function(){},end:function(){},added:function(){},removed:function(){},init:function(){},rtl:!1},b.fn.flexslider=function(n){if(n===undefined&&(n={}),"object"==typeof n)return this.each(function(){var e=b(this),t=n.selector?n.selector:".slides > li",a=e.find(t);1===a.length&&!1===n.allowOneSlide||0===a.length?(a.fadeIn(400),n.start&&n.start(e)):e.data("flexslider")===undefined&&new b.flexslider(this,n)});var e=b(this).data("flexslider");switch(n){case"play":e.play();break;case"pause":e.pause();break;case"stop":e.stop();break;case"next":e.flexAnimate(e.getTarget("next"),!0);break;case"prev":case"previous":e.flexAnimate(e.getTarget("prev"),!0);break;default:"number"==typeof n&&e.flexAnimate(n,!0)}}}(jQuery); \ No newline at end of file diff --git a/assets/js/frontend/add-payment-method.min.js b/assets/js/frontend/add-payment-method.min.js index 6cd2eaf9233..0a0c23e3213 100644 --- a/assets/js/frontend/add-payment-method.min.js +++ b/assets/js/frontend/add-payment-method.min.js @@ -1 +1 @@ -jQuery(function(e){if("undefined"==typeof woocommerce_params)return!1;e("#add_payment_method").on("click init_add_payment_method",".payment_methods input.input-radio",function(){if(e(".payment_methods input.input-radio").length>1){var t=e("div.payment_box."+e(this).attr("ID"));e(this).is(":checked")&&!t.is(":visible")&&(e("div.payment_box").filter(":visible").slideUp(250),e(this).is(":checked")&&e("div.payment_box."+e(this).attr("ID")).slideDown(250))}else e("div.payment_box").show()}).find("input[name=payment_method]:checked").click(),e("#add_payment_method").submit(function(){e("#add_payment_method").block({message:null,overlayCSS:{background:"#fff",opacity:.6}})}),e(document.body).trigger("init_add_payment_method")}); \ No newline at end of file +jQuery(function(t){if("undefined"==typeof woocommerce_params)return!1;t("#add_payment_method").on("click init_add_payment_method",".payment_methods input.input-radio",function(){if(1'+wc_add_to_cart_variation_params.i18n_no_matching_variations_text+"

    "),i.$form.find(".wc-no-matching-variations").slideDown(200)))},complete:function(){i.$form.unblock()}});else{i.$form.trigger("update_variation_values");var o=i.findMatchingVariations(i.variationData,e).shift();o?i.$form.trigger("found_variation",[o]):(i.$form.trigger("reset_data"),r.chosenCount=0,i.loading||(i.$form.find(".single_variation").after('

    '+wc_add_to_cart_variation_params.i18n_no_matching_variations_text+"

    "),i.$form.find(".wc-no-matching-variations").slideDown(200)))}else i.$form.trigger("update_variation_values"),i.$form.trigger("reset_data");i.toggleResetLink(r.chosenCount>0)},e.prototype.onFoundVariation=function(a,i){var r=a.data.variationForm,e=r.$product.find(".product_meta").find(".sku"),n=r.$product.find(".product_weight"),s=r.$product.find(".product_dimensions"),_=r.$singleVariationWrap.find(".quantity"),c=!0,d=!1,m="";i.sku?e.wc_set_content(i.sku):e.wc_reset_content(),i.weight?n.wc_set_content(i.weight_html):n.wc_reset_content(),i.dimensions?s.wc_set_content(i.dimensions_html):s.wc_reset_content(),r.$form.wc_variations_image_update(i),i.variation_is_visible?(d=o("variation-template"),i.variation_id):d=o("unavailable-variation-template"),m=(m=(m=d({variation:i})).replace("/**/",""),r.$singleVariation.html(m),r.$form.find('input[name="variation_id"], input.variation_id').val(i.variation_id).change(),"yes"===i.is_sold_individually?(_.find("input.qty").val("1").attr("min","1").attr("max",""),_.hide()):(_.find("input.qty").attr("min",i.min_qty).attr("max",i.max_qty),_.show()),i.is_purchasable&&i.is_in_stock&&i.variation_is_visible||(c=!1),t.trim(r.$singleVariation.text())?r.$singleVariation.slideDown(200).trigger("show_variation",[i,c]):r.$singleVariation.show().trigger("show_variation",[i,c])},e.prototype.onChange=function(a){var i=a.data.variationForm;i.$form.find('input[name="variation_id"], input.variation_id').val("").change(),i.$form.find(".wc-no-matching-variations").remove(),i.useAjax?i.$form.trigger("check_variations"):(i.$form.trigger("woocommerce_variation_select_change"),i.$form.trigger("check_variations"),t(this).blur()),i.$form.trigger("woocommerce_variation_has_changed")},e.prototype.addSlashes=function(t){return t=t.replace(/'/g,"\\'"),t=t.replace(/"/g,'\\"')},e.prototype.onUpdateAttributes=function(a){var i=a.data.variationForm,r=i.getChosenAttributes().data;i.useAjax||(i.$attributeFields.each(function(a,e){var o=t(e),n=o.data("attribute_name")||o.attr("name"),s=t(e).data("show_option_none"),_=":gt(0)",c=0,d=t(""),_=r.val()||"",c=!0;if(!r.data("attribute_html")){var d=r.clone();d.find("option").removeAttr("disabled attached").removeAttr("selected"),r.data("attribute_options",d.find("option"+n).get()),r.data("attribute_html",d.html())}s.html(r.data("attribute_html"));var m=b.extend(!0,{},w);m[e]="";var v=p.findMatchingVariations(p.variationData,m);for(var l in v)if("undefined"!=typeof v[l]){var g=v[l].attributes;for(var f in g)if(g.hasOwnProperty(f)){var u=g[f],h="";f===e&&(v[l].variation_is_active&&(h="enabled"),u?(u=b("
    ").html(u).text(),s.find('option[value="'+p.addSlashes(u)+'"]').addClass("attached "+h)):s.find("option:gt(0)").addClass("attached "+h))}}i=s.find("option.attached").length,!_||0!==i&&0!==s.find('option.attached.enabled[value="'+p.addSlashes(_)+'"]').length||(c=!1),0'+wc_add_to_cart_params.i18n_view_cart+""),t(document.body).trigger("wc_cart_button_updated",[e]))},a.prototype.updateCartPage=function(){var a=window.location.toString().replace("add-to-cart","added-to-cart");t(".shop_table.cart").load(a+" .shop_table.cart:eq(0) > *",function(){t(".shop_table.cart").stop(!0).css("opacity","1").unblock(),t(document.body).trigger("cart_page_refreshed")}),t(".cart_totals").load(a+" .cart_totals:eq(0) > *",function(){t(".cart_totals").stop(!0).css("opacity","1").unblock(),t(document.body).trigger("cart_totals_refreshed")})},a.prototype.updateFragments=function(a,o){o&&(t.each(o,function(a){t(a).addClass("updating").fadeTo("400","0.6").block({message:null,overlayCSS:{opacity:.6}})}),t.each(o,function(a,o){t(a).replaceWith(o),t(a).stop(!0).css("opacity","1").unblock()}),t(document.body).trigger("wc_fragments_loaded"))},new a}); \ No newline at end of file +jQuery(function(e){if("undefined"==typeof wc_add_to_cart_params)return!1;var t=function(){e(document.body).on("click",".add_to_cart_button",this.onAddToCart).on("click",".remove_from_cart_button",this.onRemoveFromCart).on("added_to_cart",this.updateButton).on("added_to_cart",this.updateCartPage).on("added_to_cart removed_from_cart",this.updateFragments)};t.prototype.onAddToCart=function(t){var a=e(this);if(a.is(".ajax_add_to_cart")){if(!a.attr("data-product_id"))return!0;t.preventDefault(),a.removeClass("added"),a.addClass("loading");var o={};e.each(a.data(),function(t,a){o[t]=a}),e(document.body).trigger("adding_to_cart",[a,o]),e.post(wc_add_to_cart_params.wc_ajax_url.toString().replace("%%endpoint%%","add_to_cart"),o,function(t){t&&(t.error&&t.product_url?window.location=t.product_url:"yes"!==wc_add_to_cart_params.cart_redirect_after_add?e(document.body).trigger("added_to_cart",[t.fragments,t.cart_hash,a]):window.location=wc_add_to_cart_params.cart_url)})}},t.prototype.onRemoveFromCart=function(t){var a=e(this),o=a.closest(".woocommerce-mini-cart-item");t.preventDefault(),o.block({message:null,overlayCSS:{opacity:.6}}),e.post(wc_add_to_cart_params.wc_ajax_url.toString().replace("%%endpoint%%","remove_from_cart"),{cart_item_key:a.data("cart_item_key")},function(t){t&&t.fragments?e(document.body).trigger("removed_from_cart",[t.fragments,t.cart_hash,a]):window.location=a.attr("href")}).fail(function(){window.location=a.attr("href")})},t.prototype.updateButton=function(t,a,o,r){(r=void 0!==r&&r)&&(r.removeClass("loading"),r.addClass("added"),wc_add_to_cart_params.is_cart||0!==r.parent().find(".added_to_cart").length||r.after(' '+wc_add_to_cart_params.i18n_view_cart+""),e(document.body).trigger("wc_cart_button_updated",[r]))},t.prototype.updateCartPage=function(){var t=window.location.toString().replace("add-to-cart","added-to-cart");e(".shop_table.cart").load(t+" .shop_table.cart:eq(0) > *",function(){e(".shop_table.cart").stop(!0).css("opacity","1").unblock(),e(document.body).trigger("cart_page_refreshed")}),e(".cart_totals").load(t+" .cart_totals:eq(0) > *",function(){e(".cart_totals").stop(!0).css("opacity","1").unblock(),e(document.body).trigger("cart_totals_refreshed")})},t.prototype.updateFragments=function(t,a){a&&(e.each(a,function(t){e(t).addClass("updating").fadeTo("400","0.6").block({message:null,overlayCSS:{opacity:.6}})}),e.each(a,function(t,a){e(t).replaceWith(a),e(t).stop(!0).css("opacity","1").unblock()}),e(document.body).trigger("wc_fragments_loaded"))},new t}); \ No newline at end of file diff --git a/assets/js/frontend/address-i18n.js b/assets/js/frontend/address-i18n.js index 04167773568..d50c149cd74 100644 --- a/assets/js/frontend/address-i18n.js +++ b/assets/js/frontend/address-i18n.js @@ -1,132 +1,128 @@ /*global wc_address_i18n_params */ jQuery( function( $ ) { - // wc_address_i18n_params is required to continue, ensure the object exists - if ( typeof wc_address_i18n_params === 'undefined' ) { - return false; + // wc_address_i18n_params is required to continue, ensure the object exists + if ( typeof wc_address_i18n_params === 'undefined' ) { + return false; + } + + var locale_json = wc_address_i18n_params.locale.replace( /"/g, '"' ), locale = $.parseJSON( locale_json ); + + function field_is_required( field, is_required ) { + if ( is_required ) { + field.find( 'label .optional' ).remove(); + field.addClass( 'validate-required' ); + + if ( field.find( 'label .required' ).length === 0 ) { + field.find( 'label' ).append( ' *' ); + } + } else { + field.find( 'label .required' ).remove(); + field.removeClass( 'validate-required' ); + + if ( field.find( 'label .optional' ).length === 0 ) { + field.find( 'label' ).append( ' (' + wc_address_i18n_params.i18n_optional_text + ')' ); + } + } + } + + // Handle locale + $( document.body ).bind( 'country_to_state_changing', function( event, country, wrapper ) { + var thisform = wrapper, thislocale; + + if ( typeof locale[ country ] !== 'undefined' ) { + thislocale = locale[ country ]; + } else { + thislocale = locale['default']; } - var locale_json = wc_address_i18n_params.locale.replace( /"/g, '"' ), - locale = $.parseJSON( locale_json ); + var $postcodefield = thisform.find( '#billing_postcode_field, #shipping_postcode_field' ), + $cityfield = thisform.find( '#billing_city_field, #shipping_city_field' ), + $statefield = thisform.find( '#billing_state_field, #shipping_state_field' ); - function field_is_required( field, is_required ) { - if ( is_required ) { - field.find( 'label .optional' ).remove(); - field.addClass( 'validate-required' ); + if ( ! $postcodefield.attr( 'data-o_class' ) ) { + $postcodefield.attr( 'data-o_class', $postcodefield.attr( 'class' ) ); + $cityfield.attr( 'data-o_class', $cityfield.attr( 'class' ) ); + $statefield.attr( 'data-o_class', $statefield.attr( 'class' ) ); + } - if ( field.find( 'label .required' ).length === 0 ) { - field.find( 'label' ).append( ' *' ); - } - } else { - field.find( 'label .required' ).remove(); - field.removeClass( 'validate-required' ); + var locale_fields = $.parseJSON( wc_address_i18n_params.locale_fields ); - if ( field.find( 'label .optional' ).length === 0 ) { - field.find( 'label' ).append( ' (' + wc_address_i18n_params.i18n_optional_text + ')' ); - } - } + $.each( locale_fields, function( key, value ) { + + var field = thisform.find( value ), + fieldLocale = $.extend( true, {}, locale['default'][ key ], thislocale[ key ] ); + + // Labels. + if ( typeof fieldLocale.label !== 'undefined' ) { + field.find( 'label' ).html( fieldLocale.label ); } - $( document.body ) + // Placeholders. + if ( typeof fieldLocale.placeholder !== 'undefined' ) { + field.find( 'input' ).attr( 'placeholder', fieldLocale.placeholder ); + field.find( '.select2-selection__placeholder' ).text( fieldLocale.placeholder ); + } - // Handle locale - .bind( 'country_to_state_changing', function( event, country, wrapper ) { + // Use the i18n label as a placeholder if there is no label element and no i18n placeholder. + if ( typeof fieldLocale.placeholder === 'undefined' && typeof fieldLocale.label !== 'undefined' && ! field.find( 'label' ).length ) { + field.find( 'input' ).attr( 'placeholder', fieldLocale.label ); + field.find( '.select2-selection__placeholder' ).text( fieldLocale.label ); + } - var thisform = wrapper, thislocale; + // Required. + if ( typeof fieldLocale.required !== 'undefined' ) { + field_is_required( field, fieldLocale.required ); + } else { + field_is_required( field, false ); + } - if ( typeof locale[ country ] !== 'undefined' ) { - thislocale = locale[ country ]; + // Priority. + if ( typeof fieldLocale.priority !== 'undefined' ) { + field.data( 'priority', fieldLocale.priority ); + } + + // Hidden fields. + if ( 'state' !== key ) { + if ( typeof fieldLocale.hidden !== 'undefined' && true === fieldLocale.hidden ) { + field.hide().find( 'input' ).val( '' ); } else { - thislocale = locale['default']; + field.show(); } + } + }); - var $postcodefield = thisform.find( '#billing_postcode_field, #shipping_postcode_field' ), - $cityfield = thisform.find( '#billing_city_field, #shipping_city_field' ), - $statefield = thisform.find( '#billing_state_field, #shipping_state_field' ); + var fieldsets = $('.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper, .woocommerce-address-fields__field-wrapper, .woocommerce-additional-fields__field-wrapper .woocommerce-account-fields'); - if ( ! $postcodefield.attr( 'data-o_class' ) ) { - $postcodefield.attr( 'data-o_class', $postcodefield.attr( 'class' ) ); - $cityfield.attr( 'data-o_class', $cityfield.attr( 'class' ) ); - $statefield.attr( 'data-o_class', $statefield.attr( 'class' ) ); + fieldsets.each( function( index, fieldset ) { + var rows = $( fieldset ).find( '.form-row' ); + var wrapper = rows.first().parent(); + + // Before sorting, ensure all fields have a priority for bW compatibility. + var last_priority = 0; + + rows.each( function() { + if ( ! $( this ).data( 'priority' ) ) { + $( this ).data( 'priority', last_priority + 1 ); } + last_priority = $( this ).data( 'priority' ); + } ); - var locale_fields = $.parseJSON( wc_address_i18n_params.locale_fields ); + // Sort the fields. + rows.sort( function( a, b ) { + var asort = $( a ).data( 'priority' ), + bsort = $( b ).data( 'priority' ); - $.each( locale_fields, function( key, value ) { - - var field = thisform.find( value ), - fieldLocale = $.extend( true, {}, locale['default'][ key ], thislocale[ key ] ); - - // Labels. - if ( typeof fieldLocale.label !== 'undefined' ) { - field.find( 'label' ).html( fieldLocale.label ); - } - - // Placeholders. - if ( typeof fieldLocale.placeholder !== 'undefined' ) { - field.find( 'input' ).attr( 'placeholder', fieldLocale.placeholder ); - field.find( '.select2-selection__placeholder' ).text( fieldLocale.placeholder ); - } - - // Use the i18n label as a placeholder if there is no label element and no i18n placeholder. - if ( typeof fieldLocale.placeholder === 'undefined' && typeof fieldLocale.label !== 'undefined' && ! field.find( 'label' ).length ) { - field.find( 'input' ).attr( 'placeholder', fieldLocale.label ); - field.find( '.select2-selection__placeholder' ).text( fieldLocale.label ); - } - - // Required. - if ( typeof fieldLocale.required !== 'undefined' ) { - field_is_required( field, fieldLocale.required ); - } else { - field_is_required( field, false ); - } - - // Priority. - if ( typeof fieldLocale.priority !== 'undefined' ) { - field.data( 'priority', fieldLocale.priority ); - } - - // Hidden fields. - if ( 'state' !== key ) { - if ( typeof fieldLocale.hidden !== 'undefined' && true === fieldLocale.hidden ) { - field.hide().find( 'input' ).val( '' ); - } else { - field.show(); - } - } - }); - - var fieldsets = $('.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper, .woocommerce-address-fields__field-wrapper, .woocommerce-additional-fields__field-wrapper .woocommerce-account-fields'); - - fieldsets.each( function( index, fieldset ) { - var rows = $( fieldset ).find( '.form-row' ); - var wrapper = rows.first().parent(); - - // Before sorting, ensure all fields have a priority for bW compatibility. - var last_priority = 0; - - rows.each( function() { - if ( ! $( this ).data( 'priority' ) ) { - $( this ).data( 'priority', last_priority + 1 ); - } - last_priority = $( this ).data( 'priority' ); - } ); - - // Sort the fields. - rows.sort( function( a, b ) { - var asort = $( a ).data( 'priority' ), - bsort = $( b ).data( 'priority' ); - - if ( asort > bsort ) { - return 1; - } - if ( asort < bsort ) { - return -1; - } - return 0; - }); - - rows.detach().appendTo( wrapper ); - } ); + if ( asort > bsort ) { + return 1; + } + if ( asort < bsort ) { + return -1; + } + return 0; }); + + rows.detach().appendTo( wrapper ); + } ); }); +}); diff --git a/assets/js/frontend/address-i18n.min.js b/assets/js/frontend/address-i18n.min.js index aa9ab469378..1ca574f184a 100644 --- a/assets/js/frontend/address-i18n.min.js +++ b/assets/js/frontend/address-i18n.min.js @@ -1 +1 @@ -jQuery(function(e){function a(e,a){a?(e.find("label .optional").remove(),e.addClass("validate-required"),0===e.find("label .required").length&&e.find("label").append(' *')):(e.find("label .required").remove(),e.removeClass("validate-required"),0===e.find("label .optional").length&&e.find("label").append(' ('+wc_address_i18n_params.i18n_optional_text+")"))}if("undefined"==typeof wc_address_i18n_params)return!1;var i=wc_address_i18n_params.locale.replace(/"/g,'"'),d=e.parseJSON(i);e(document.body).bind("country_to_state_changing",function(i,t,l){var r,n=l;r="undefined"!=typeof d[t]?d[t]:d["default"];var o=n.find("#billing_postcode_field, #shipping_postcode_field"),s=n.find("#billing_city_field, #shipping_city_field"),p=n.find("#billing_state_field, #shipping_state_field");o.attr("data-o_class")||(o.attr("data-o_class",o.attr("class")),s.attr("data-o_class",s.attr("class")),p.attr("data-o_class",p.attr("class")));var f=e.parseJSON(wc_address_i18n_params.locale_fields);e.each(f,function(i,t){var l=n.find(t),o=e.extend(!0,{},d["default"][i],r[i]);"undefined"!=typeof o.label&&l.find("label").html(o.label),"undefined"!=typeof o.placeholder&&(l.find("input").attr("placeholder",o.placeholder),l.find(".select2-selection__placeholder").text(o.placeholder)),"undefined"!=typeof o.placeholder||"undefined"==typeof o.label||l.find("label").length||(l.find("input").attr("placeholder",o.label),l.find(".select2-selection__placeholder").text(o.label)),"undefined"!=typeof o.required?a(l,o.required):a(l,!1),"undefined"!=typeof o.priority&&l.data("priority",o.priority),"state"!==i&&("undefined"!=typeof o.hidden&&!0===o.hidden?l.hide().find("input").val(""):l.show())}),e(".woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper, .woocommerce-address-fields__field-wrapper, .woocommerce-additional-fields__field-wrapper .woocommerce-account-fields").each(function(a,i){var d=e(i).find(".form-row"),t=d.first().parent(),l=0;d.each(function(){e(this).data("priority")||e(this).data("priority",l+1),l=e(this).data("priority")}),d.sort(function(a,i){var d=e(a).data("priority"),t=e(i).data("priority");return d>t?1:d*')):(e.find("label .required").remove(),e.removeClass("validate-required"),0===e.find("label .optional").length&&e.find("label").append(' ('+wc_address_i18n_params.i18n_optional_text+")"))}s(document.body).bind("country_to_state_changing",function(e,a,i){var t,l=i;t="undefined"!=typeof p[a]?p[a]:p["default"];var d=l.find("#billing_postcode_field, #shipping_postcode_field"),r=l.find("#billing_city_field, #shipping_city_field"),n=l.find("#billing_state_field, #shipping_state_field");d.attr("data-o_class")||(d.attr("data-o_class",d.attr("class")),r.attr("data-o_class",r.attr("class")),n.attr("data-o_class",n.attr("class")));var o=s.parseJSON(wc_address_i18n_params.locale_fields);s.each(o,function(e,a){var i=l.find(a),d=s.extend(!0,{},p["default"][e],t[e]);"undefined"!=typeof d.label&&i.find("label").html(d.label),"undefined"!=typeof d.placeholder&&(i.find("input").attr("placeholder",d.placeholder),i.find(".select2-selection__placeholder").text(d.placeholder)),"undefined"!=typeof d.placeholder||"undefined"==typeof d.label||i.find("label").length||(i.find("input").attr("placeholder",d.label),i.find(".select2-selection__placeholder").text(d.label)),"undefined"!=typeof d.required?f(i,d.required):f(i,!1),"undefined"!=typeof d.priority&&i.data("priority",d.priority),"state"!==e&&("undefined"!=typeof d.hidden&&!0===d.hidden?i.hide().find("input").val(""):i.show())}),s(".woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper, .woocommerce-address-fields__field-wrapper, .woocommerce-additional-fields__field-wrapper .woocommerce-account-fields").each(function(e,a){var i=s(a).find(".form-row"),d=i.first().parent(),t=0;i.each(function(){s(this).data("priority")||s(this).data("priority",t+1),t=s(this).data("priority")}),i.sort(function(e,a){var i=s(e).data("priority"),d=s(a).data("priority");return d0?e(".hide_cart_widget_if_empty").closest(".widget_shopping_cart").show():e(".hide_cart_widget_if_empty").closest(".widget_shopping_cart").hide(),e(document.body).on("adding_to_cart",function(){e(".hide_cart_widget_if_empty").closest(".widget_shopping_cart").show()})}); \ No newline at end of file +jQuery(function(n){if("undefined"==typeof wc_cart_fragments_params)return!1;var t=!0,o=wc_cart_fragments_params.cart_hash_key;try{t="sessionStorage"in window&&null!==window.sessionStorage,window.sessionStorage.setItem("wc","test"),window.sessionStorage.removeItem("wc"),window.localStorage.setItem("wc","test"),window.localStorage.removeItem("wc")}catch(w){t=!1}function a(){t&&sessionStorage.setItem("wc_cart_created",(new Date).getTime())}function s(e){t&&(localStorage.setItem(o,e),sessionStorage.setItem(o,e))}var e={url:wc_cart_fragments_params.wc_ajax_url.toString().replace("%%endpoint%%","get_refreshed_fragments"),type:"POST",success:function(e){e&&e.fragments&&(n.each(e.fragments,function(e,t){n(e).replaceWith(t)}),t&&(sessionStorage.setItem(wc_cart_fragments_params.fragment_name,JSON.stringify(e.fragments)),s(e.cart_hash),e.cart_hash&&a()),n(document.body).trigger("wc_fragments_refreshed"))}};function r(){n.ajax(e)}if(t){var i=null;n(document.body).on("wc_fragment_refresh updated_wc_div",function(){r()}),n(document.body).on("added_to_cart removed_from_cart",function(e,t,n){var r=sessionStorage.getItem(o);null!==r&&r!==undefined&&""!==r||a(),sessionStorage.setItem(wc_cart_fragments_params.fragment_name,JSON.stringify(t)),s(n)}),n(document.body).on("wc_fragments_refreshed",function(){clearTimeout(i),i=setTimeout(r,864e5)}),n(window).on("storage onstorage",function(e){o===e.originalEvent.key&&localStorage.getItem(o)!==sessionStorage.getItem(o)&&r()}),n(window).on("pageshow",function(e){e.originalEvent.persisted&&(n(".widget_shopping_cart_content").empty(),n(document.body).trigger("wc_fragment_refresh"))});try{var c=n.parseJSON(sessionStorage.getItem(wc_cart_fragments_params.fragment_name)),_=sessionStorage.getItem(o),g=Cookies.get("woocommerce_cart_hash"),m=sessionStorage.getItem("wc_cart_created");if(null!==_&&_!==undefined&&""!==_||(_=""),null!==g&&g!==undefined&&""!==g||(g=""),_&&(null===m||m===undefined||""===m))throw"No cart_created";if(m){var d=1*m+864e5,f=(new Date).getTime();if(d0&&n(s)}else t(".woocommerce-checkout").length&&t(document.body).trigger("update_checkout"),t(".woocommerce-cart-form").replaceWith(i),t(".woocommerce-cart-form").find(':input[name="update_cart"]').prop("disabled",!0),s.length>0&&n(s),a(r);t(document.body).trigger("updated_wc_div")}else window.location.href=window.location.href},a=function(e){t(".cart_totals").replaceWith(e),t(document.body).trigger("updated_cart_totals")},n=function(e,o){o||(o=t(".woocommerce-notices-wrapper:first")||t(".cart-empty").closest(".woocommerce")||t(".woocommerce-cart-form")),o.prepend(e)},s={init:function(e){this.cart=e,this.toggle_shipping=this.toggle_shipping.bind(this),this.shipping_method_selected=this.shipping_method_selected.bind(this),this.shipping_calculator_submit=this.shipping_calculator_submit.bind(this),t(document).on("click",".shipping-calculator-button",this.toggle_shipping),t(document).on("change","select.shipping_method, :input[name^=shipping_method]",this.shipping_method_selected),t(document).on("submit","form.woocommerce-shipping-calculator",this.shipping_calculator_submit),t(".shipping-calculator-form").hide()},toggle_shipping:function(){return t(".shipping-calculator-form").slideToggle("slow"),t(document.body).trigger("country_to_state_changed"),!1},shipping_method_selected:function(){var o={};t("select.shipping_method, :input[name^=shipping_method][type=radio]:checked, :input[name^=shipping_method][type=hidden]").each(function(){o[t(this).data("index")]=t(this).val()}),c(t("div.cart_totals"));var r={security:wc_cart_params.update_shipping_method_nonce,shipping_method:o};t.ajax({type:"post",url:e("update_shipping_method"),data:r,dataType:"html",success:function(t){a(t)},complete:function(){i(t("div.cart_totals")),t(document.body).trigger("updated_shipping_method")}})},shipping_calculator_submit:function(e){e.preventDefault();var o=t(e.currentTarget);c(t("div.cart_totals")),c(o),t("").attr("type","hidden").attr("name","calc_shipping").attr("value","x").appendTo(o),t.ajax({type:o.attr("method"),url:o.attr("action"),data:o.serialize(),dataType:"html",success:function(t){r(t)},complete:function(){i(o),i(t("div.cart_totals"))}})}},p={init:function(){this.update_cart_totals=this.update_cart_totals.bind(this),this.input_keypress=this.input_keypress.bind(this),this.cart_submit=this.cart_submit.bind(this),this.submit_click=this.submit_click.bind(this),this.apply_coupon=this.apply_coupon.bind(this),this.remove_coupon_clicked=this.remove_coupon_clicked.bind(this),this.quantity_update=this.quantity_update.bind(this),this.item_remove_clicked=this.item_remove_clicked.bind(this),this.item_restore_clicked=this.item_restore_clicked.bind(this),this.update_cart=this.update_cart.bind(this),t(document).on("wc_update_cart",function(){p.update_cart.apply(p,[].slice.call(arguments,1))}),t(document).on("click",".woocommerce-cart-form :input[type=submit]",this.submit_click),t(document).on("keypress",".woocommerce-cart-form :input[type=number]",this.input_keypress),t(document).on("submit",".woocommerce-cart-form",this.cart_submit),t(document).on("click","a.woocommerce-remove-coupon",this.remove_coupon_clicked),t(document).on("click",".woocommerce-cart-form .product-remove > a",this.item_remove_clicked),t(document).on("click",".woocommerce-cart .restore-item",this.item_restore_clicked),t(document).on("change input",".woocommerce-cart-form .cart_item :input",this.input_changed),t('.woocommerce-cart-form :input[name="update_cart"]').prop("disabled",!0)},input_changed:function(){t('.woocommerce-cart-form :input[name="update_cart"]').prop("disabled",!1)},update_cart:function(e){var o=t(".woocommerce-cart-form");c(o),c(t("div.cart_totals")),t.ajax({type:o.attr("method"),url:o.attr("action"),data:o.serialize(),dataType:"html",success:function(t){r(t,e)},complete:function(){i(o),i(t("div.cart_totals")),t.scroll_to_notices(t('[role="alert"]'))}})},update_cart_totals:function(){c(t("div.cart_totals")),t.ajax({url:e("get_cart_totals"),dataType:"html",success:function(t){a(t)},complete:function(){i(t("div.cart_totals"))}})},input_keypress:function(e){if(13===e.keyCode){var o=t(e.currentTarget).parents("form");try{o[0].checkValidity()&&(e.preventDefault(),this.cart_submit(e))}catch(c){e.preventDefault(),this.cart_submit(e)}}},cart_submit:function(e){var c=t(document.activeElement),i=t(":input[type=submit][clicked=true]"),r=t(e.currentTarget);if(r.is("form")||(r=t(e.currentTarget).parents("form")),0!==r.find(".woocommerce-cart-form__contents").length)return!o(r)&&void(i.is(':input[name="update_cart"]')||c.is("input.qty")?(e.preventDefault(),this.quantity_update(r)):(i.is(':input[name="apply_coupon"]')||c.is("#coupon_code"))&&(e.preventDefault(),this.apply_coupon(r)))},submit_click:function(e){t(":input[type=submit]",t(e.target).parents("form")).removeAttr("clicked"),t(e.target).attr("clicked","true")},apply_coupon:function(o){c(o);var r=this,a=t("#coupon_code"),s=a.val(),p={security:wc_cart_params.apply_coupon_nonce,coupon_code:s};t.ajax({type:"POST",url:e("apply_coupon"),data:p,dataType:"html",success:function(e){t(".woocommerce-error, .woocommerce-message, .woocommerce-info").remove(),n(e),t(document.body).trigger("applied_coupon",[s])},complete:function(){i(o),a.val(""),r.update_cart(!0)}})},remove_coupon_clicked:function(o){o.preventDefault();var r=this,a=t(o.currentTarget).closest(".cart_totals"),s=t(o.currentTarget).attr("data-coupon");c(a);var p={security:wc_cart_params.remove_coupon_nonce,coupon:s};t.ajax({type:"POST",url:e("remove_coupon"),data:p,dataType:"html",success:function(e){t(".woocommerce-error, .woocommerce-message, .woocommerce-info").remove(),n(e),t(document.body).trigger("removed_coupon",[s]),i(a)},complete:function(){r.update_cart(!0)}})},quantity_update:function(e){c(e),c(t("div.cart_totals")),t("").attr("type","hidden").attr("name","update_cart").attr("value","Update Cart").appendTo(e),t.ajax({type:e.attr("method"),url:e.attr("action"),data:e.serialize(),dataType:"html",success:function(t){r(t)},complete:function(){i(e),i(t("div.cart_totals")),t.scroll_to_notices(t('[role="alert"]'))}})},item_remove_clicked:function(e){e.preventDefault();var o=t(e.currentTarget),a=o.parents("form");c(a),c(t("div.cart_totals")),t.ajax({type:"GET",url:o.attr("href"),dataType:"html",success:function(t){r(t)},complete:function(){i(a),i(t("div.cart_totals")),t.scroll_to_notices(t('[role="alert"]'))}})},item_restore_clicked:function(e){e.preventDefault();var o=t(e.currentTarget),a=t("form.woocommerce-cart-form");c(a),c(t("div.cart_totals")),t.ajax({type:"GET",url:o.attr("href"),dataType:"html",success:function(t){r(t)},complete:function(){i(a),i(t("div.cart_totals"))}})}};s.init(p),p.init()}); \ No newline at end of file +jQuery(function(n){if("undefined"==typeof wc_cart_params)return!1;var r=function(t){return wc_cart_params.wc_ajax_url.toString().replace("%%endpoint%%",t)},i=function(t){return t.is(".processing")||t.parents(".processing").length},a=function(t){i(t)||t.addClass("processing").block({message:null,overlayCSS:{background:"#fff",opacity:.6}})},s=function(t){t.removeClass("processing").unblock()},c=function(t,e){var o=n.parseHTML(t),c=n(".woocommerce-cart-form",o),i=n(".cart_totals",o),r=n(".woocommerce-error, .woocommerce-message, .woocommerce-info",o);if(0!==n(".woocommerce-cart-form").length){if(e||n(".woocommerce-error, .woocommerce-message, .woocommerce-info").remove(),0===c.length){if(n(".woocommerce-checkout").length)return void(window.location.href=window.location.href);var a=n(".cart-empty",o).closest(".woocommerce");n(".woocommerce-cart-form__contents").closest(".woocommerce").replaceWith(a),0 a",this.item_remove_clicked),n(document).on("click",".woocommerce-cart .restore-item",this.item_restore_clicked),n(document).on("change input",".woocommerce-cart-form .cart_item :input",this.input_changed),n('.woocommerce-cart-form :input[name="update_cart"]').prop("disabled",!0)},input_changed:function(){n('.woocommerce-cart-form :input[name="update_cart"]').prop("disabled",!1)},update_cart:function(e){var t=n(".woocommerce-cart-form");a(t),a(n("div.cart_totals")),n.ajax({type:t.attr("method"),url:t.attr("action"),data:t.serialize(),dataType:"html",success:function(t){c(t,e)},complete:function(){s(t),s(n("div.cart_totals")),n.scroll_to_notices(n('[role="alert"]'))}})},update_cart_totals:function(){a(n("div.cart_totals")),n.ajax({url:r("get_cart_totals"),dataType:"html",success:function(t){p(t)},complete:function(){s(n("div.cart_totals"))}})},input_keypress:function(t){if(13===t.keyCode){var e=n(t.currentTarget).parents("form");try{e[0].checkValidity()&&(t.preventDefault(),this.cart_submit(t))}catch(o){t.preventDefault(),this.cart_submit(t)}}},cart_submit:function(t){var e=n(document.activeElement),o=n(":input[type=submit][clicked=true]"),c=n(t.currentTarget);if(c.is("form")||(c=n(t.currentTarget).parents("form")),0!==c.find(".woocommerce-cart-form__contents").length)return!i(c)&&void(o.is(':input[name="update_cart"]')||e.is("input.qty")?(t.preventDefault(),this.quantity_update(c)):(o.is(':input[name="apply_coupon"]')||e.is("#coupon_code"))&&(t.preventDefault(),this.apply_coupon(c)))},submit_click:function(t){n(":input[type=submit]",n(t.target).parents("form")).removeAttr("clicked"),n(t.target).attr("clicked","true")},apply_coupon:function(t){a(t);var e=this,o=n("#coupon_code"),c=o.val(),i={security:wc_cart_params.apply_coupon_nonce,coupon_code:c};n.ajax({type:"POST",url:r("apply_coupon"),data:i,dataType:"html",success:function(t){n(".woocommerce-error, .woocommerce-message, .woocommerce-info").remove(),m(t),n(document.body).trigger("applied_coupon",[c])},complete:function(){s(t),o.val(""),e.update_cart(!0)}})},remove_coupon_clicked:function(t){t.preventDefault();var e=this,o=n(t.currentTarget).closest(".cart_totals"),c=n(t.currentTarget).attr("data-coupon");a(o);var i={security:wc_cart_params.remove_coupon_nonce,coupon:c};n.ajax({type:"POST",url:r("remove_coupon"),data:i,dataType:"html",success:function(t){n(".woocommerce-error, .woocommerce-message, .woocommerce-info").remove(),m(t),n(document.body).trigger("removed_coupon",[c]),s(o)},complete:function(){e.update_cart(!0)}})},quantity_update:function(t){a(t),a(n("div.cart_totals")),n("").attr("type","hidden").attr("name","update_cart").attr("value","Update Cart").appendTo(t),n.ajax({type:t.attr("method"),url:t.attr("action"),data:t.serialize(),dataType:"html",success:function(t){c(t)},complete:function(){s(t),s(n("div.cart_totals")),n.scroll_to_notices(n('[role="alert"]'))}})},item_remove_clicked:function(t){t.preventDefault();var e=n(t.currentTarget),o=e.parents("form");a(o),a(n("div.cart_totals")),n.ajax({type:"GET",url:e.attr("href"),dataType:"html",success:function(t){c(t)},complete:function(){s(o),s(n("div.cart_totals")),n.scroll_to_notices(n('[role="alert"]'))}})},item_restore_clicked:function(t){t.preventDefault();var e=n(t.currentTarget),o=n("form.woocommerce-cart-form");a(o),a(n("div.cart_totals")),n.ajax({type:"GET",url:e.attr("href"),dataType:"html",success:function(t){c(t)},complete:function(){s(o),s(n("div.cart_totals"))}})}};({init:function(t){this.cart=t,this.toggle_shipping=this.toggle_shipping.bind(this),this.shipping_method_selected=this.shipping_method_selected.bind(this),this.shipping_calculator_submit=this.shipping_calculator_submit.bind(this),n(document).on("click",".shipping-calculator-button",this.toggle_shipping),n(document).on("change","select.shipping_method, :input[name^=shipping_method]",this.shipping_method_selected),n(document).on("submit","form.woocommerce-shipping-calculator",this.shipping_calculator_submit),n(".shipping-calculator-form").hide()},toggle_shipping:function(){return n(".shipping-calculator-form").slideToggle("slow"),n(document.body).trigger("country_to_state_changed"),!1},shipping_method_selected:function(){var t={};n("select.shipping_method, :input[name^=shipping_method][type=radio]:checked, :input[name^=shipping_method][type=hidden]").each(function(){t[n(this).data("index")]=n(this).val()}),a(n("div.cart_totals"));var e={security:wc_cart_params.update_shipping_method_nonce,shipping_method:t};n.ajax({type:"post",url:r("update_shipping_method"),data:e,dataType:"html",success:function(t){p(t)},complete:function(){s(n("div.cart_totals")),n(document.body).trigger("updated_shipping_method")}})},shipping_calculator_submit:function(t){t.preventDefault();var e=n(t.currentTarget);a(n("div.cart_totals")),a(e),n("").attr("type","hidden").attr("name","calc_shipping").attr("value","x").appendTo(e),n.ajax({type:e.attr("method"),url:e.attr("action"),data:e.serialize(),dataType:"html",success:function(t){c(t)},complete:function(){s(e),s(n("div.cart_totals"))}})}}).init(t),t.init()}); \ No newline at end of file diff --git a/assets/js/frontend/checkout.js b/assets/js/frontend/checkout.js index 0b039693259..75a5c7110c8 100644 --- a/assets/js/frontend/checkout.js +++ b/assets/js/frontend/checkout.js @@ -374,7 +374,7 @@ jQuery( function( $ ) { if ( ID ) { if ( $.inArray( $( this ).attr( 'type' ), [ 'checkbox', 'radio' ] ) !== -1 ) { $( this ).prop( 'checked', paymentDetails[ ID ] ).change(); - } else if ( 0 === $( this ).val().length ) { + } else if ( null !== $( this ).val() && 0 === $( this ).val().length ) { $( this ).val( paymentDetails[ ID ] ).change(); } } diff --git a/assets/js/frontend/checkout.min.js b/assets/js/frontend/checkout.min.js index 9fd04b9b91c..1527d308e40 100644 --- a/assets/js/frontend/checkout.min.js +++ b/assets/js/frontend/checkout.min.js @@ -1 +1 @@ -jQuery(function(e){if("undefined"==typeof wc_checkout_params)return!1;e.blockUI.defaults.overlayCSS.cursor="default";var o={updateTimer:!1,dirtyInput:!1,selectedPaymentMethod:!1,xhr:!1,$order_review:e("#order_review"),$checkout_form:e("form.checkout"),init:function(){e(document.body).bind("update_checkout",this.update_checkout),e(document.body).bind("init_checkout",this.init_checkout),this.$checkout_form.on("click",'input[name="payment_method"]',this.payment_method_selected),e(document.body).hasClass("woocommerce-order-pay")&&this.$order_review.on("click",'input[name="payment_method"]',this.payment_method_selected),this.$checkout_form.attr("novalidate","novalidate"),this.$checkout_form.on("submit",this.submit),this.$checkout_form.on("input validate change",".input-text, select, input:checkbox",this.validate_field),this.$checkout_form.on("update",this.trigger_update_checkout),this.$checkout_form.on("change",'select.shipping_method, input[name^="shipping_method"], #ship-to-different-address input, .update_totals_on_change select, .update_totals_on_change input[type="radio"], .update_totals_on_change input[type="checkbox"]',this.trigger_update_checkout),this.$checkout_form.on("change",".address-field select",this.input_changed),this.$checkout_form.on("change",".address-field input.input-text, .update_totals_on_change input.input-text",this.maybe_input_changed),this.$checkout_form.on("keydown",".address-field input.input-text, .update_totals_on_change input.input-text",this.queue_update_checkout),this.$checkout_form.on("change","#ship-to-different-address input",this.ship_to_different_address),this.$checkout_form.find("#ship-to-different-address input").change(),this.init_payment_methods(),"1"===wc_checkout_params.is_checkout&&e(document.body).trigger("init_checkout"),"yes"===wc_checkout_params.option_guest_checkout&&e("input#createaccount").change(this.toggle_create_account).change()},init_payment_methods:function(){var t=e(".woocommerce-checkout").find('input[name="payment_method"]');1===t.length&&t.eq(0).hide(),o.selectedPaymentMethod&&e("#"+o.selectedPaymentMethod).prop("checked",!0),0===t.filter(":checked").length&&t.eq(0).prop("checked",!0),t.length>1&&e("div.payment_box").filter(":visible").slideUp(0),t.filter(":checked").eq(0).trigger("click")},get_payment_method:function(){return o.$checkout_form.find('input[name="payment_method"]:checked').val()},payment_method_selected:function(t){if(t.stopPropagation(),e(".payment_methods input.input-radio").length>1){var c=e("div.payment_box."+e(this).attr("ID")),i=e(this).is(":checked");i&&!c.is(":visible")&&(e("div.payment_box").filter(":visible").slideUp(230),i&&c.slideDown(230))}else e("div.payment_box").show();e(this).data("order_button_text")?e("#place_order").text(e(this).data("order_button_text")):e("#place_order").text(e("#place_order").data("value"));var r=e('.woocommerce-checkout input[name="payment_method"]:checked').attr("id");r!==o.selectedPaymentMethod&&e(document.body).trigger("payment_method_selected"),o.selectedPaymentMethod=r},toggle_create_account:function(){e("div.create-account").hide(),e(this).is(":checked")&&(e("#account_password").val("").change(),e("div.create-account").slideDown())},init_checkout:function(){e(document.body).trigger("update_checkout")},maybe_input_changed:function(e){o.dirtyInput&&o.input_changed(e)},input_changed:function(e){o.dirtyInput=e.target,o.maybe_update_checkout()},queue_update_checkout:function(e){if(9===(e.keyCode||e.which||0))return!0;o.dirtyInput=this,o.reset_update_checkout_timer(),o.updateTimer=setTimeout(o.maybe_update_checkout,"1000")},trigger_update_checkout:function(){o.reset_update_checkout_timer(),o.dirtyInput=!1,e(document.body).trigger("update_checkout")},maybe_update_checkout:function(){var t=!0;if(e(o.dirtyInput).length){var c=e(o.dirtyInput).closest("div").find(".address-field.validate-required");c.length&&c.each(function(){""===e(this).find("input.input-text").val()&&(t=!1)})}t&&o.trigger_update_checkout()},ship_to_different_address:function(){e("div.shipping_address").hide(),e(this).is(":checked")&&e("div.shipping_address").slideDown()},reset_update_checkout_timer:function(){clearTimeout(o.updateTimer)},is_valid_json:function(o){try{var t=e.parseJSON(o);return t&&"object"==typeof t}catch(c){return!1}},validate_field:function(o){var t=e(this),c=t.closest(".form-row"),i=!0,r=c.is(".validate-required"),n=c.is(".validate-email"),a=o.type;"input"===a&&c.removeClass("woocommerce-invalid woocommerce-invalid-required-field woocommerce-invalid-email woocommerce-validated"),"validate"!==a&&"change"!==a||(r&&("checkbox"!==t.attr("type")||t.is(":checked")?""===t.val()&&(c.removeClass("woocommerce-validated").addClass("woocommerce-invalid woocommerce-invalid-required-field"),i=!1):(c.removeClass("woocommerce-validated").addClass("woocommerce-invalid woocommerce-invalid-required-field"),i=!1)),n&&t.val()&&(new RegExp(/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i).test(t.val())||(c.removeClass("woocommerce-validated").addClass("woocommerce-invalid woocommerce-invalid-email"),i=!1)),i&&c.removeClass("woocommerce-invalid woocommerce-invalid-required-field woocommerce-invalid-email").addClass("woocommerce-validated"))},update_checkout:function(e,t){o.reset_update_checkout_timer(),o.updateTimer=setTimeout(o.update_checkout_action,"5",t)},update_checkout_action:function(t){if(o.xhr&&o.xhr.abort(),0!==e("form.checkout").length){t=void 0!==t?t:{update_shipping_method:!0};var c=e("#billing_country").val(),i=e("#billing_state").val(),r=e("input#billing_postcode").val(),n=e("#billing_city").val(),a=e("input#billing_address_1").val(),u=e("input#billing_address_2").val(),d=c,s=i,m=r,p=n,l=a,h=u,_=e(o.$checkout_form).find(".address-field.validate-required:visible"),f=!0;_.length&&_.each(function(){""===e(this).find(":input").val()&&(f=!1)}),e("#ship-to-different-address").find("input").is(":checked")&&(d=e("#shipping_country").val(),s=e("#shipping_state").val(),m=e("input#shipping_postcode").val(),p=e("#shipping_city").val(),l=e("input#shipping_address_1").val(),h=e("input#shipping_address_2").val());var g={security:wc_checkout_params.update_order_review_nonce,payment_method:o.get_payment_method(),country:c,state:i,postcode:r,city:n,address:a,address_2:u,s_country:d,s_state:s,s_postcode:m,s_city:p,s_address:l,s_address_2:h,has_full_address:f,post_data:e("form.checkout").serialize()};if(!1!==t.update_shipping_method){var v={};e('select.shipping_method, input[name^="shipping_method"][type="radio"]:checked, input[name^="shipping_method"][type="hidden"]').each(function(){v[e(this).data("index")]=e(this).val()}),g.shipping_method=v}e(".woocommerce-checkout-payment, .woocommerce-checkout-review-order-table").block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),o.xhr=e.ajax({type:"POST",url:wc_checkout_params.wc_ajax_url.toString().replace("%%endpoint%%","update_order_review"),data:g,success:function(t){if(!0!==t.reload){e(".woocommerce-NoticeGroup-updateOrderReview").remove();var c=e("#terms").prop("checked"),i={};if(e(".payment_box :input").each(function(){var o=e(this).attr("id");o&&(-1!==e.inArray(e(this).attr("type"),["checkbox","radio"])?i[o]=e(this).prop("checked"):i[o]=e(this).val())}),t&&t.fragments&&e.each(t.fragments,function(o,t){e(o).replaceWith(t),e(o).unblock()}),c&&e("#terms").prop("checked",!0),e.isEmptyObject(i)||e(".payment_box :input").each(function(){var o=e(this).attr("id");o&&(-1!==e.inArray(e(this).attr("type"),["checkbox","radio"])?e(this).prop("checked",i[o]).change():0===e(this).val().length&&e(this).val(i[o]).change())}),"failure"===t.result){var r=e("form.checkout");e(".woocommerce-error, .woocommerce-message").remove(),t.messages?r.prepend('
    '+t.messages+"
    "):r.prepend(t),r.find(".input-text, select, input:checkbox").trigger("validate").blur(),o.scroll_to_notices()}o.init_payment_methods(),e(document.body).trigger("updated_checkout",[t])}else window.location.reload()}})}},submit:function(){o.reset_update_checkout_timer();var t=e(this);return!t.is(".processing")&&(!1!==t.triggerHandler("checkout_place_order")&&!1!==t.triggerHandler("checkout_place_order_"+o.get_payment_method())&&(t.addClass("processing"),1!==t.data()["blockUI.isBlocked"]&&t.block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),e.ajaxSetup({dataFilter:function(e,t){if("json"!==t)return e;if(o.is_valid_json(e))return e;var c=e.match(/{"result.*}/);return null===c?console.log("Unable to fix malformed JSON"):o.is_valid_json(c[0])?(console.log("Fixed malformed JSON. Original:"),console.log(e),e=c[0]):console.log("Unable to fix malformed JSON"),e}}),e.ajax({type:"POST",url:wc_checkout_params.checkout_url,data:t.serialize(),dataType:"json",success:function(t){try{if("success"!==t.result)throw"failure"===t.result?"Result failure":"Invalid response";-1===t.redirect.indexOf("https://")||-1===t.redirect.indexOf("http://")?window.location=t.redirect:window.location=decodeURI(t.redirect)}catch(c){if(!0===t.reload)return void window.location.reload();!0===t.refresh&&e(document.body).trigger("update_checkout"),t.messages?o.submit_error(t.messages):o.submit_error('
    '+wc_checkout_params.i18n_checkout_error+"
    ")}},error:function(e,t,c){o.submit_error('
    '+c+"
    ")}})),!1)},submit_error:function(t){e(".woocommerce-NoticeGroup-checkout, .woocommerce-error, .woocommerce-message").remove(),o.$checkout_form.prepend('
    '+t+"
    "),o.$checkout_form.removeClass("processing").unblock(),o.$checkout_form.find(".input-text, select, input:checkbox").trigger("validate").blur(),o.scroll_to_notices(),e(document.body).trigger("checkout_error")},scroll_to_notices:function(){var o=e(".woocommerce-NoticeGroup-updateOrderReview, .woocommerce-NoticeGroup-checkout");o.length||(o=e(".form.checkout")),e.scroll_to_notices(o)}},t={init:function(){e(document.body).on("click","a.showcoupon",this.show_coupon_form),e(document.body).on("click",".woocommerce-remove-coupon",this.remove_coupon),e("form.checkout_coupon").hide().submit(this.submit)},show_coupon_form:function(){return e(".checkout_coupon").slideToggle(400,function(){e(".checkout_coupon").find(":input:eq(0)").focus()}),!1},submit:function(){var o=e(this);if(o.is(".processing"))return!1;o.addClass("processing").block({message:null,overlayCSS:{background:"#fff",opacity:.6}});var t={security:wc_checkout_params.apply_coupon_nonce,coupon_code:o.find('input[name="coupon_code"]').val()};return e.ajax({type:"POST",url:wc_checkout_params.wc_ajax_url.toString().replace("%%endpoint%%","apply_coupon"),data:t,success:function(t){e(".woocommerce-error, .woocommerce-message").remove(),o.removeClass("processing").unblock(),t&&(o.before(t),o.slideUp(),e(document.body).trigger("update_checkout",{update_shipping_method:!1}))},dataType:"html"}),!1},remove_coupon:function(o){o.preventDefault();var t=e(this).parents(".woocommerce-checkout-review-order"),c=e(this).data("coupon");t.addClass("processing").block({message:null,overlayCSS:{background:"#fff",opacity:.6}});var i={security:wc_checkout_params.remove_coupon_nonce,coupon:c};e.ajax({type:"POST",url:wc_checkout_params.wc_ajax_url.toString().replace("%%endpoint%%","remove_coupon"),data:i,success:function(o){e(".woocommerce-error, .woocommerce-message").remove(),t.removeClass("processing").unblock(),o&&(e("form.woocommerce-checkout").before(o),e(document.body).trigger("update_checkout",{update_shipping_method:!1}),e("form.checkout_coupon").find('input[name="coupon_code"]').val(""))},error:function(e){wc_checkout_params.debug_mode&&console.log(e.responseText)},dataType:"html"})}},c={init:function(){e(document.body).on("click","a.showlogin",this.show_login_form)},show_login_form:function(){return e("form.login, form.woocommerce-form--login").slideToggle(),!1}},i={init:function(){e(document.body).on("click","a.woocommerce-terms-and-conditions-link",this.toggle_terms)},toggle_terms:function(){if(e(".woocommerce-terms-and-conditions").length)return e(".woocommerce-terms-and-conditions").slideToggle(function(){var o=e(".woocommerce-terms-and-conditions-link");e(".woocommerce-terms-and-conditions").is(":visible")?(o.addClass("woocommerce-terms-and-conditions-link--open"),o.removeClass("woocommerce-terms-and-conditions-link--closed")):(o.removeClass("woocommerce-terms-and-conditions-link--open"),o.addClass("woocommerce-terms-and-conditions-link--closed"))}),!1}};o.init(),t.init(),c.init(),i.init()}); \ No newline at end of file +jQuery(function(g){if("undefined"==typeof wc_checkout_params)return!1;var v={updateTimer:!(g.blockUI.defaults.overlayCSS.cursor="default"),dirtyInput:!1,selectedPaymentMethod:!1,xhr:!1,$order_review:g("#order_review"),$checkout_form:g("form.checkout"),init:function(){g(document.body).bind("update_checkout",this.update_checkout),g(document.body).bind("init_checkout",this.init_checkout),this.$checkout_form.on("click",'input[name="payment_method"]',this.payment_method_selected),g(document.body).hasClass("woocommerce-order-pay")&&this.$order_review.on("click",'input[name="payment_method"]',this.payment_method_selected),this.$checkout_form.attr("novalidate","novalidate"),this.$checkout_form.on("submit",this.submit),this.$checkout_form.on("input validate change",".input-text, select, input:checkbox",this.validate_field),this.$checkout_form.on("update",this.trigger_update_checkout),this.$checkout_form.on("change",'select.shipping_method, input[name^="shipping_method"], #ship-to-different-address input, .update_totals_on_change select, .update_totals_on_change input[type="radio"], .update_totals_on_change input[type="checkbox"]',this.trigger_update_checkout),this.$checkout_form.on("change",".address-field select",this.input_changed),this.$checkout_form.on("change",".address-field input.input-text, .update_totals_on_change input.input-text",this.maybe_input_changed),this.$checkout_form.on("keydown",".address-field input.input-text, .update_totals_on_change input.input-text",this.queue_update_checkout),this.$checkout_form.on("change","#ship-to-different-address input",this.ship_to_different_address),this.$checkout_form.find("#ship-to-different-address input").change(),this.init_payment_methods(),"1"===wc_checkout_params.is_checkout&&g(document.body).trigger("init_checkout"),"yes"===wc_checkout_params.option_guest_checkout&&g("input#createaccount").change(this.toggle_create_account).change()},init_payment_methods:function(){var e=g(".woocommerce-checkout").find('input[name="payment_method"]');1===e.length&&e.eq(0).hide(),v.selectedPaymentMethod&&g("#"+v.selectedPaymentMethod).prop("checked",!0),0===e.filter(":checked").length&&e.eq(0).prop("checked",!0),1'+e.messages+"
    "):c.prepend(e),c.find(".input-text, select, input:checkbox").trigger("validate").blur(),v.scroll_to_notices()}v.init_payment_methods(),g(document.body).trigger("updated_checkout",[e])}else window.location.reload()}})}},submit:function(){v.reset_update_checkout_timer();var e=g(this);if(e.is(".processing"))return!1;!1!==e.triggerHandler("checkout_place_order")&&!1!==e.triggerHandler("checkout_place_order_"+v.get_payment_method())&&(e.addClass("processing"),1!==e.data()["blockUI.isBlocked"]&&e.block({message:null,overlayCSS:{background:"#fff",opacity:.6}}),g.ajaxSetup({dataFilter:function(e,t){if("json"!==t)return e;if(v.is_valid_json(e))return e;var o=e.match(/{"result.*}/);return null===o?console.log("Unable to fix malformed JSON"):v.is_valid_json(o[0])?(console.log("Fixed malformed JSON. Original:"),console.log(e),e=o[0]):console.log("Unable to fix malformed JSON"),e}}),g.ajax({type:"POST",url:wc_checkout_params.checkout_url,data:e.serialize(),dataType:"json",success:function(e){try{if("success"!==e.result)throw"failure"===e.result?"Result failure":"Invalid response";-1===e.redirect.indexOf("https://")||-1===e.redirect.indexOf("http://")?window.location=e.redirect:window.location=decodeURI(e.redirect)}catch(t){if(!0===e.reload)return void window.location.reload();!0===e.refresh&&g(document.body).trigger("update_checkout"),e.messages?v.submit_error(e.messages):v.submit_error('
    '+wc_checkout_params.i18n_checkout_error+"
    ")}},error:function(e,t,o){v.submit_error('
    '+o+"
    ")}}));return!1},submit_error:function(e){g(".woocommerce-NoticeGroup-checkout, .woocommerce-error, .woocommerce-message").remove(),v.$checkout_form.prepend('
    '+e+"
    "),v.$checkout_form.removeClass("processing").unblock(),v.$checkout_form.find(".input-text, select, input:checkbox").trigger("validate").blur(),v.scroll_to_notices(),g(document.body).trigger("checkout_error")},scroll_to_notices:function(){var e=g(".woocommerce-NoticeGroup-updateOrderReview, .woocommerce-NoticeGroup-checkout");e.length||(e=g(".form.checkout")),g.scroll_to_notices(e)}},e={init:function(){g(document.body).on("click","a.showcoupon",this.show_coupon_form),g(document.body).on("click",".woocommerce-remove-coupon",this.remove_coupon),g("form.checkout_coupon").hide().submit(this.submit)},show_coupon_form:function(){return g(".checkout_coupon").slideToggle(400,function(){g(".checkout_coupon").find(":input:eq(0)").focus()}),!1},submit:function(){var t=g(this);if(t.is(".processing"))return!1;t.addClass("processing").block({message:null,overlayCSS:{background:"#fff",opacity:.6}});var e={security:wc_checkout_params.apply_coupon_nonce,coupon_code:t.find('input[name="coupon_code"]').val()};return g.ajax({type:"POST",url:wc_checkout_params.wc_ajax_url.toString().replace("%%endpoint%%","apply_coupon"),data:e,success:function(e){g(".woocommerce-error, .woocommerce-message").remove(),t.removeClass("processing").unblock(),e&&(t.before(e),t.slideUp(),g(document.body).trigger("update_checkout",{update_shipping_method:!1}))},dataType:"html"}),!1},remove_coupon:function(e){e.preventDefault();var t=g(this).parents(".woocommerce-checkout-review-order"),o=g(this).data("coupon");t.addClass("processing").block({message:null,overlayCSS:{background:"#fff",opacity:.6}});var c={security:wc_checkout_params.remove_coupon_nonce,coupon:o};g.ajax({type:"POST",url:wc_checkout_params.wc_ajax_url.toString().replace("%%endpoint%%","remove_coupon"),data:c,success:function(e){g(".woocommerce-error, .woocommerce-message").remove(),t.removeClass("processing").unblock(),e&&(g("form.woocommerce-checkout").before(e),g(document.body).trigger("update_checkout",{update_shipping_method:!1}),g("form.checkout_coupon").find('input[name="coupon_code"]').val(""))},error:function(e){wc_checkout_params.debug_mode&&console.log(e.responseText)},dataType:"html"})}},t={init:function(){g(document.body).on("click","a.showlogin",this.show_login_form)},show_login_form:function(){return g("form.login, form.woocommerce-form--login").slideToggle(),!1}},o={init:function(){g(document.body).on("click","a.woocommerce-terms-and-conditions-link",this.toggle_terms)},toggle_terms:function(){if(g(".woocommerce-terms-and-conditions").length)return g(".woocommerce-terms-and-conditions").slideToggle(function(){var e=g(".woocommerce-terms-and-conditions-link");g(".woocommerce-terms-and-conditions").is(":visible")?(e.addClass("woocommerce-terms-and-conditions-link--open"),e.removeClass("woocommerce-terms-and-conditions-link--closed")):(e.removeClass("woocommerce-terms-and-conditions-link--open"),e.addClass("woocommerce-terms-and-conditions-link--closed"))}),!1}};v.init(),e.init(),t.init(),o.init()}); \ No newline at end of file diff --git a/assets/js/frontend/country-select.min.js b/assets/js/frontend/country-select.min.js index 37c1a80a09d..ef358dfe5a2 100644 --- a/assets/js/frontend/country-select.min.js +++ b/assets/js/frontend/country-select.min.js @@ -1 +1 @@ -jQuery(function(t){function e(){return{language:{errorLoading:function(){return wc_country_select_params.i18n_searching},inputTooLong:function(t){var e=t.input.length-t.maximum;return 1===e?wc_country_select_params.i18n_input_too_long_1:wc_country_select_params.i18n_input_too_long_n.replace("%qty%",e)},inputTooShort:function(t){var e=t.minimum-t.input.length;return 1===e?wc_country_select_params.i18n_input_too_short_1:wc_country_select_params.i18n_input_too_short_n.replace("%qty%",e)},loadingMore:function(){return wc_country_select_params.i18n_load_more},maximumSelected:function(t){return 1===t.maximum?wc_country_select_params.i18n_selection_too_long_1:wc_country_select_params.i18n_selection_too_long_n.replace("%qty%",t.maximum)},noResults:function(){return wc_country_select_params.i18n_no_matches},searching:function(){return wc_country_select_params.i18n_searching}}}}if("undefined"==typeof wc_country_select_params)return!1;if(t().selectWoo){var n=function(){t("select.country_select:visible, select.state_select:visible").each(function(){var n=t.extend({placeholderOption:"first",width:"100%"},e());t(this).selectWoo(n),t(this).on("select2:select",function(){t(this).focus()})})};n(),t(document.body).bind("country_to_state_changed",function(){n()})}var o=wc_country_select_params.countries.replace(/"/g,'"'),c=t.parseJSON(o);t(document.body).on("change","select.country_to_state, input.country_to_state",function(){var e=t(this).closest(".woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-shipping-calculator");e.length||(e=t(this).closest(".form-row").parent());var n=t(this).val(),o=e.find("#billing_state, #shipping_state, #calc_shipping_state"),i=o.closest("p.form-row"),r=o.attr("name"),a=o.attr("id"),s=o.val(),_=o.attr("placeholder")||o.attr("data-placeholder")||"";if(c[n])if(t.isEmptyObject(c[n]))o.closest("p.form-row").hide().find(".select2-container").remove(),o.replaceWith(''),t(document.body).trigger("country_to_state_changed",[n,e]);else{var l="",u=c[n];for(var p in u)u.hasOwnProperty(p)&&(l=l+'");o.closest("p.form-row").show(),o.is("input")&&(o.replaceWith(''),o=e.find("#billing_state, #shipping_state, #calc_shipping_state")),o.html('"+l),o.val(s).change(),t(document.body).trigger("country_to_state_changed",[n,e])}else o.is("select")?(i.show().find(".select2-container").remove(),o.replaceWith(''),t(document.body).trigger("country_to_state_changed",[n,e])):o.is('input[type="hidden"]')&&(i.show().find(".select2-container").remove(),o.replaceWith(''),t(document.body).trigger("country_to_state_changed",[n,e]));t(document.body).trigger("country_to_state_changing",[n,e])})}); \ No newline at end of file +jQuery(function(u){if("undefined"==typeof wc_country_select_params)return!1;if(u().selectWoo){var t=function(){u("select.country_select:visible, select.state_select:visible").each(function(){var t=u.extend({placeholderOption:"first",width:"100%"},{language:{errorLoading:function(){return wc_country_select_params.i18n_searching},inputTooLong:function(t){var e=t.input.length-t.maximum;return 1===e?wc_country_select_params.i18n_input_too_long_1:wc_country_select_params.i18n_input_too_long_n.replace("%qty%",e)},inputTooShort:function(t){var e=t.minimum-t.input.length;return 1===e?wc_country_select_params.i18n_input_too_short_1:wc_country_select_params.i18n_input_too_short_n.replace("%qty%",e)},loadingMore:function(){return wc_country_select_params.i18n_load_more},maximumSelected:function(t){return 1===t.maximum?wc_country_select_params.i18n_selection_too_long_1:wc_country_select_params.i18n_selection_too_long_n.replace("%qty%",t.maximum)},noResults:function(){return wc_country_select_params.i18n_no_matches},searching:function(){return wc_country_select_params.i18n_searching}}});u(this).selectWoo(t),u(this).on("select2:select",function(){u(this).focus()})})};t(),u(document.body).bind("country_to_state_changed",function(){t()})}var e=wc_country_select_params.countries.replace(/"/g,'"'),p=u.parseJSON(e);u(document.body).on("change","select.country_to_state, input.country_to_state",function(){var t=u(this).closest(".woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-shipping-calculator");t.length||(t=u(this).closest(".form-row").parent());var e=u(this).val(),n=t.find("#billing_state, #shipping_state, #calc_shipping_state"),o=n.closest("p.form-row"),c=n.attr("name"),i=n.attr("id"),r=n.val(),a=n.attr("placeholder")||n.attr("data-placeholder")||"";if(p[e])if(u.isEmptyObject(p[e]))n.closest("p.form-row").hide().find(".select2-container").remove(),n.replaceWith(''),u(document.body).trigger("country_to_state_changed",[e,t]);else{var s="",_=p[e];for(var l in _)_.hasOwnProperty(l)&&(s=s+'");n.closest("p.form-row").show(),n.is("input")&&(n.replaceWith(''),n=t.find("#billing_state, #shipping_state, #calc_shipping_state")),n.html('"+s),n.val(r).change(),u(document.body).trigger("country_to_state_changed",[e,t])}else n.is("select")?(o.show().find(".select2-container").remove(),n.replaceWith(''),u(document.body).trigger("country_to_state_changed",[e,t])):n.is('input[type="hidden"]')&&(o.show().find(".select2-container").remove(),n.replaceWith(''),u(document.body).trigger("country_to_state_changed",[e,t]));u(document.body).trigger("country_to_state_changing",[e,t])})}); \ No newline at end of file diff --git a/assets/js/frontend/geolocation.min.js b/assets/js/frontend/geolocation.min.js index bf6a4d6d5f3..2fbee5a8454 100644 --- a/assets/js/frontend/geolocation.min.js +++ b/assets/js/frontend/geolocation.min.js @@ -1 +1 @@ -jQuery(function(a){var o=window.location.toString(),t=function(){wc_geolocation_params.hash&&a('a[href^="'+wc_geolocation_params.home_url+'"]:not(a[href*="v="]), a[href^="/"]:not(a[href*="v="])').each(function(){var o=a(this),t=o.attr("href"),n=t.split("#");t=(t=n[0]).indexOf("?")>0?t+"&v="+wc_geolocation_params.hash:t+"?v="+wc_geolocation_params.hash,"undefined"!=typeof n[1]&&null!==n[1]&&(t=t+"#"+n[1]),o.attr("href",t)})},n=function(a){o=o.indexOf("?v=")>0||o.indexOf("&v=")>0?o.replace(/v=[^&]+/,"v="+a):o.indexOf("?")>0?o+"&v="+a:o+"?v="+a,window.location=o},e={url:wc_geolocation_params.wc_ajax_url.toString().replace("%%endpoint%%","get_customer_location"),type:"GET",success:function(a){a.success&&a.data.hash&&a.data.hash!==wc_geolocation_params.hash&&n(a.data.hash)}};"1"===wc_geolocation_params.is_available&&(a.ajax(e),a("form").each(function(){var o=a(this),t=o.attr("method"),n=o.find('input[name="v"]').length>0;if(t&&"get"===t.toLowerCase()&&!n)o.append('');else{var e=o.attr("action");e&&(e.indexOf("?")>0?o.attr("action",e+"&v="+wc_geolocation_params.hash):o.attr("action",e+"?v="+wc_geolocation_params.hash))}}),t()),a(document.body).on("added_to_cart",function(){t()})}); \ No newline at end of file +jQuery(function(n){var t=window.location.toString(),a=function(){wc_geolocation_params.hash&&n('a[href^="'+wc_geolocation_params.home_url+'"]:not(a[href*="v="]), a[href^="/"]:not(a[href*="v="])').each(function(){var a=n(this),o=a.attr("href"),t=o.split("#");o=0<(o=t[0]).indexOf("?")?o+"&v="+wc_geolocation_params.hash:o+"?v="+wc_geolocation_params.hash,"undefined"!=typeof t[1]&&null!==t[1]&&(o=o+"#"+t[1]),a.attr("href",o)})},o={url:wc_geolocation_params.wc_ajax_url.toString().replace("%%endpoint%%","get_customer_location"),type:"GET",success:function(a){var o;a.success&&a.data.hash&&a.data.hash!==wc_geolocation_params.hash&&(o=a.data.hash,t=0');else{var e=a.attr("action");e&&(00&&a'),s(document.body).trigger("wc-password-strength-added")):(t.show(),s(document.body).trigger("wc-password-strength-show"))},checkPasswordStrength:function(s,r){var e=s.find(".woocommerce-password-strength"),t=s.find(".woocommerce-password-hint"),o=''+wc_password_strength_meter_params.i18n_password_hint+"",a=wp.passwordStrength.meter(r.val(),wp.passwordStrength.userInputBlacklist()),d="";if(e.removeClass("short bad good strong"),t.remove(),e.is(":hidden"))return a;switch(a'),a(document.body).trigger("wc-password-strength-added")):(e.show(),a(document.body).trigger("wc-password-strength-show"))},checkPasswordStrength:function(s,r){var e=s.find(".woocommerce-password-strength"),t=s.find(".woocommerce-password-hint"),o=''+wc_password_strength_meter_params.i18n_password_hint+"",a=wp.passwordStrength.meter(r.val(),wp.passwordStrength.userInputBlacklist()),d="";if(e.removeClass("short bad good strong"),t.remove(),e.is(":hidden"))return a;switch(a=0||"#reviews"===t||"#tab-reviews"===t?o.find("li.reviews_tab a").click():i.indexOf("comment-page-")>0||i.indexOf("cpage=")>0?o.find("li.reviews_tab a").click():"#tab-additional_information"===t?o.find("li.additional_information_tab a").click():o.find("li:first a").click()}).on("click",".wc-tabs li a, ul.tabs li a",function(t){t.preventDefault();var i=e(this),o=i.closest(".wc-tabs-wrapper, .woocommerce-tabs");o.find(".wc-tabs, ul.tabs").find("li").removeClass("active"),o.find(".wc-tab, .panel:not(.panel .panel)").hide(),i.closest("li").addClass("active"),o.find(i.attr("href")).show()}).on("click","a.woocommerce-review-link",function(){return e(".reviews_tab a").click(),!0}).on("init","#rating",function(){e("#rating").hide().before('

    12345

    ')}).on("click","#respond p.stars a",function(){var t=e(this),i=e(this).closest("#respond").find("#rating"),o=e(this).closest(".stars");return i.val(t.text()),t.siblings("a").removeClass("active"),t.addClass("active"),o.addClass("selected"),!1}).on("click","#respond #submit",function(){var t=e(this).closest("#respond").find("#rating"),i=t.val();if(t.length>0&&!i&&"yes"===wc_single_product_params.review_rating_required)return window.alert(wc_single_product_params.i18n_required_rating_text),!1}),e(".wc-tabs-wrapper, .woocommerce-tabs, #rating").trigger("init");var t=function(t,i){this.$target=t,this.$images=e(".woocommerce-product-gallery__image",t),0!==this.$images.length?(t.data("product_gallery",this),this.flexslider_enabled=e.isFunction(e.fn.flexslider)&&wc_single_product_params.flexslider_enabled,this.zoom_enabled=e.isFunction(e.fn.zoom)&&wc_single_product_params.zoom_enabled,this.photoswipe_enabled="undefined"!=typeof PhotoSwipe&&wc_single_product_params.photoswipe_enabled,i&&(this.flexslider_enabled=!1!==i.flexslider_enabled&&this.flexslider_enabled,this.zoom_enabled=!1!==i.zoom_enabled&&this.zoom_enabled,this.photoswipe_enabled=!1!==i.photoswipe_enabled&&this.photoswipe_enabled),1===this.$images.length&&(this.flexslider_enabled=!1),this.initFlexslider=this.initFlexslider.bind(this),this.initZoom=this.initZoom.bind(this),this.initZoomForTarget=this.initZoomForTarget.bind(this),this.initPhotoswipe=this.initPhotoswipe.bind(this),this.onResetSlidePosition=this.onResetSlidePosition.bind(this),this.getGalleryItems=this.getGalleryItems.bind(this),this.openPhotoswipe=this.openPhotoswipe.bind(this),this.flexslider_enabled?(this.initFlexslider(),t.on("woocommerce_gallery_reset_slide_position",this.onResetSlidePosition)):this.$target.css("opacity",1),this.zoom_enabled&&(this.initZoom(),t.on("woocommerce_gallery_init_zoom",this.initZoom)),this.photoswipe_enabled&&this.initPhotoswipe()):this.$target.css("opacity",1)};t.prototype.initFlexslider=function(){var t=this.$target,i=this,o=e.extend({selector:".woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image",start:function(){t.css("opacity",1)},after:function(e){i.initZoomForTarget(i.$images.eq(e.currentSlide))}},wc_single_product_params.flexslider);t.flexslider(o),e(".woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:eq(0) .wp-post-image").one("load",function(){var t=e(this);t&&setTimeout(function(){var e=t.closest(".woocommerce-product-gallery__image").height(),i=t.closest(".flex-viewport");e&&i&&i.height(e)},100)}).each(function(){this.complete&&e(this).trigger("load")})},t.prototype.initZoom=function(){this.initZoomForTarget(this.$images.first())},t.prototype.initZoomForTarget=function(t){if(!this.zoom_enabled)return!1;var i=this.$target.width(),o=!1;if(e(t).each(function(t,a){if(e(a).find("img").data("large_image_width")>i)return o=!0,!1}),o){var a=e.extend({touch:!1},wc_single_product_params.zoom_options);"ontouchstart"in document.documentElement&&(a.on="click"),t.trigger("zoom.destroy"),t.zoom(a)}},t.prototype.initPhotoswipe=function(){this.zoom_enabled&&this.$images.length>0?(this.$target.prepend('🔍'),this.$target.on("click",".woocommerce-product-gallery__trigger",this.openPhotoswipe),this.$target.on("click",".woocommerce-product-gallery__image a",function(e){e.preventDefault()}),this.flexslider_enabled||this.$target.on("click",".woocommerce-product-gallery__image a",this.openPhotoswipe)):this.$target.on("click",".woocommerce-product-gallery__image a",this.openPhotoswipe)},t.prototype.onResetSlidePosition=function(){this.$target.flexslider(0)},t.prototype.getGalleryItems=function(){var t=this.$images,i=[];return t.length>0&&t.each(function(t,o){var a=e(o).find("img");if(a.length){var s={src:a.attr("data-large_image"),w:a.attr("data-large_image_width"),h:a.attr("data-large_image_height"),title:a.attr("data-caption")?a.attr("data-caption"):a.attr("title")};i.push(s)}}),i},t.prototype.openPhotoswipe=function(t){t.preventDefault();var i,o=e(".pswp")[0],a=this.getGalleryItems(),s=e(t.target);i=s.is(".woocommerce-product-gallery__trigger")||s.is(".woocommerce-product-gallery__trigger img")?this.$target.find(".flex-active-slide"):s.closest(".woocommerce-product-gallery__image");var r=e.extend({index:e(i).index()},wc_single_product_params.photoswipe_options);new PhotoSwipe(o,PhotoSwipeUI_Default,a,r).init()},e.fn.wc_product_gallery=function(e){return new t(this,e),this},e(".woocommerce-product-gallery").each(function(){e(this).wc_product_gallery()})}); \ No newline at end of file +jQuery(function(r){if("undefined"==typeof wc_single_product_params)return!1;r("body").on("init",".wc-tabs-wrapper, .woocommerce-tabs",function(){r(".wc-tab, .woocommerce-tabs .panel:not(.panel .panel)").hide();var e=window.location.hash,t=window.location.href,i=r(this).find(".wc-tabs, ul.tabs").first();0<=e.toLowerCase().indexOf("comment-")||"#reviews"===e||"#tab-reviews"===e?i.find("li.reviews_tab a").click():012345

    ')}).on("click","#respond p.stars a",function(){var e=r(this),t=r(this).closest("#respond").find("#rating"),i=r(this).closest(".stars");return t.val(e.text()),e.siblings("a").removeClass("active"),e.addClass("active"),i.addClass("selected"),!1}).on("click","#respond #submit",function(){var e=r(this).closest("#respond").find("#rating"),t=e.val();if(0 .woocommerce-product-gallery__image",start:function(){e.css("opacity",1)},after:function(e){t.initZoomForTarget(t.$images.eq(e.currentSlide))}},wc_single_product_params.flexslider);e.flexslider(i),r(".woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:eq(0) .wp-post-image").one("load",function(){var i=r(this);i&&setTimeout(function(){var e=i.closest(".woocommerce-product-gallery__image").height(),t=i.closest(".flex-viewport");e&&t&&t.height(e)},100)}).each(function(){this.complete&&r(this).trigger("load")})},t.prototype.initZoom=function(){this.initZoomForTarget(this.$images.first())},t.prototype.initZoomForTarget=function(e){if(!this.zoom_enabled)return!1;var i=this.$target.width(),o=!1;if(r(e).each(function(e,t){if(r(t).find("img").data("large_image_width")>i)return!(o=!0)}),o){var t=r.extend({touch:!1},wc_single_product_params.zoom_options);"ontouchstart"in document.documentElement&&(t.on="click"),e.trigger("zoom.destroy"),e.zoom(t)}},t.prototype.initPhotoswipe=function(){this.zoom_enabled&&0🔍'),this.$target.on("click",".woocommerce-product-gallery__trigger",this.openPhotoswipe),this.$target.on("click",".woocommerce-product-gallery__image a",function(e){e.preventDefault()}),this.flexslider_enabled||this.$target.on("click",".woocommerce-product-gallery__image a",this.openPhotoswipe)):this.$target.on("click",".woocommerce-product-gallery__image a",this.openPhotoswipe)},t.prototype.onResetSlidePosition=function(){this.$target.flexslider(0)},t.prototype.getGalleryItems=function(){var e=this.$images,a=[];return 0=0&&parseFloat(o(this).val())=5.3.1" + "php": ">=5.6.0" }, "conflict": { "nette/nette": "<2.2" }, "require-dev": { - "nette/tester": "~1.0" + "nette/tester": "~2.0", + "tracy/tracy": "^2.3" }, "suggest": { "ext-gd": "to use Image", @@ -1786,9 +1792,17 @@ "ext-xml": "to use Strings::length() etc. when mbstring is not available" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.5-dev" + } + }, "autoload": { "classmap": [ "src/" + ], + "files": [ + "src/loader.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -1807,9 +1821,25 @@ "homepage": "https://nette.org/contributors" } ], - "description": "Nette Utility Classes", + "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", "homepage": "https://nette.org", - "time": "2016-12-12T12:20:10+00:00" + "keywords": [ + "array", + "core", + "datetime", + "images", + "json", + "nette", + "paginator", + "password", + "slugify", + "string", + "unicode", + "utf-8", + "utility", + "validation" + ], + "time": "2018-09-18T10:22:16+00:00" }, { "name": "phar-io/manifest", @@ -1913,6 +1943,164 @@ "description": "Library for handling version information and constraints", "time": "2017-03-05T17:38:23+00:00" }, + { + "name": "phpcompatibility/php-compatibility", + "version": "9.0.0", + "source": { + "type": "git", + "url": "https://github.com/PHPCompatibility/PHPCompatibility.git", + "reference": "e9f4047e5edf53c88f36f1dafc0d49454ce13e25" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/e9f4047e5edf53c88f36f1dafc0d49454ce13e25", + "reference": "e9f4047e5edf53c88f36f1dafc0d49454ce13e25", + "shasum": "" + }, + "require": { + "php": ">=5.3", + "squizlabs/php_codesniffer": "^2.3 || ^3.0.2" + }, + "conflict": { + "squizlabs/php_codesniffer": "2.6.2" + }, + "require-dev": { + "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0" + }, + "suggest": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.", + "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." + }, + "type": "phpcodesniffer-standard", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Contributors", + "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors" + }, + { + "name": "Wim Godden", + "homepage": "https://github.com/wimg", + "role": "lead" + }, + { + "name": "Juliette Reinders Folmer", + "homepage": "https://github.com/jrfnl", + "role": "lead" + } + ], + "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.", + "homepage": "http://techblog.wimgodden.be/tag/codesniffer/", + "keywords": [ + "compatibility", + "phpcs", + "standards" + ], + "time": "2018-10-07T17:38:02+00:00" + }, + { + "name": "phpcompatibility/phpcompatibility-paragonie", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git", + "reference": "67d89dcef47f351144d24b247aa968f2269162f7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/67d89dcef47f351144d24b247aa968f2269162f7", + "reference": "67d89dcef47f351144d24b247aa968f2269162f7", + "shasum": "" + }, + "require": { + "phpcompatibility/php-compatibility": "^9.0" + }, + "require-dev": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4" + }, + "suggest": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", + "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." + }, + "type": "phpcodesniffer-standard", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Wim Godden", + "role": "lead" + }, + { + "name": "Juliette Reinders Folmer", + "role": "lead" + } + ], + "description": "A set of rulesets for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by the Paragonie polyfill libraries.", + "homepage": "http://phpcompatibility.com/", + "keywords": [ + "compatibility", + "paragonie", + "phpcs", + "polyfill", + "standards" + ], + "time": "2018-10-07T17:59:30+00:00" + }, + { + "name": "phpcompatibility/phpcompatibility-wp", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git", + "reference": "cb303f0067cd5b366a41d4fb0e254fb40ff02efd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/cb303f0067cd5b366a41d4fb0e254fb40ff02efd", + "reference": "cb303f0067cd5b366a41d4fb0e254fb40ff02efd", + "shasum": "" + }, + "require": { + "phpcompatibility/php-compatibility": "^9.0", + "phpcompatibility/phpcompatibility-paragonie": "^1.0" + }, + "require-dev": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3" + }, + "suggest": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.", + "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues." + }, + "type": "phpcodesniffer-standard", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Wim Godden", + "role": "lead" + }, + { + "name": "Juliette Reinders Folmer", + "role": "lead" + } + ], + "description": "A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.", + "homepage": "http://phpcompatibility.com/", + "keywords": [ + "compatibility", + "phpcs", + "standards", + "wordpress" + ], + "time": "2018-10-07T18:31:37+00:00" + }, { "name": "phpdocumentor/reflection-common", "version": "1.0.1", @@ -2067,16 +2255,16 @@ }, { "name": "phpspec/prophecy", - "version": "1.7.6", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712" + "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712", - "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06", + "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06", "shasum": "" }, "require": { @@ -2088,12 +2276,12 @@ }, "require-dev": { "phpspec/phpspec": "^2.5|^3.2", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.7.x-dev" + "dev-master": "1.8.x-dev" } }, "autoload": { @@ -2126,7 +2314,7 @@ "spy", "stub" ], - "time": "2018-04-18T13:57:24+00:00" + "time": "2018-08-05T17:53:17+00:00" }, { "name": "phpunit/php-code-coverage", @@ -2379,16 +2567,16 @@ }, { "name": "phpunit/phpunit", - "version": "6.5.8", + "version": "6.5.13", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b" + "reference": "0973426fb012359b2f18d3bd1e90ef1172839693" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4f21a3c6b97c42952fd5c2837bb354ec0199b97b", - "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0973426fb012359b2f18d3bd1e90ef1172839693", + "reference": "0973426fb012359b2f18d3bd1e90ef1172839693", "shasum": "" }, "require": { @@ -2406,7 +2594,7 @@ "phpunit/php-file-iterator": "^1.4.3", "phpunit/php-text-template": "^1.2.1", "phpunit/php-timer": "^1.0.9", - "phpunit/phpunit-mock-objects": "^5.0.5", + "phpunit/phpunit-mock-objects": "^5.0.9", "sebastian/comparator": "^2.1", "sebastian/diff": "^2.0", "sebastian/environment": "^3.1", @@ -2459,20 +2647,20 @@ "testing", "xunit" ], - "time": "2018-04-10T11:38:34+00:00" + "time": "2018-09-08T15:10:43+00:00" }, { "name": "phpunit/phpunit-mock-objects", - "version": "5.0.7", + "version": "5.0.10", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "3eaf040f20154d27d6da59ca2c6e28ac8fd56dce" + "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3eaf040f20154d27d6da59ca2c6e28ac8fd56dce", - "reference": "3eaf040f20154d27d6da59ca2c6e28ac8fd56dce", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f", + "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f", "shasum": "" }, "require": { @@ -2485,7 +2673,7 @@ "phpunit/phpunit": "<6.0" }, "require-dev": { - "phpunit/phpunit": "^6.5" + "phpunit/phpunit": "^6.5.11" }, "suggest": { "ext-soap": "*" @@ -2518,7 +2706,7 @@ "mock", "xunit" ], - "time": "2018-05-29T13:50:43+00:00" + "time": "2018-08-09T05:50:03+00:00" }, { "name": "psr/log", @@ -3177,16 +3365,16 @@ }, { "name": "squizlabs/php_codesniffer", - "version": "3.2.3", + "version": "3.3.2", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "4842476c434e375f9d3182ff7b89059583aa8b27" + "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/4842476c434e375f9d3182ff7b89059583aa8b27", - "reference": "4842476c434e375f9d3182ff7b89059583aa8b27", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6ad28354c04b364c3c71a34e4a18b629cc3b231e", + "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e", "shasum": "" }, "require": { @@ -3224,20 +3412,20 @@ "phpcs", "standards" ], - "time": "2018-02-20T21:35:23+00:00" + "time": "2018-09-23T23:08:17+00:00" }, { "name": "symfony/console", - "version": "v2.8.41", + "version": "v2.8.47", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "e8e59b74ad1274714dad2748349b55e3e6e630c7" + "reference": "48ed63767c4add573fb3e9e127d3426db27f78e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/e8e59b74ad1274714dad2748349b55e3e6e630c7", - "reference": "e8e59b74ad1274714dad2748349b55e3e6e630c7", + "url": "https://api.github.com/repos/symfony/console/zipball/48ed63767c4add573fb3e9e127d3426db27f78e8", + "reference": "48ed63767c4add573fb3e9e127d3426db27f78e8", "shasum": "" }, "require": { @@ -3285,7 +3473,7 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2018-05-15T21:17:45+00:00" + "time": "2018-10-30T14:26:34+00:00" }, { "name": "symfony/debug", @@ -3401,25 +3589,28 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.8.0", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae" + "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae", - "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", + "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", "shasum": "" }, "require": { "php": ">=5.3.3" }, + "suggest": { + "ext-ctype": "For best performance" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.8-dev" + "dev-master": "1.9-dev" } }, "autoload": { @@ -3452,20 +3643,20 @@ "polyfill", "portable" ], - "time": "2018-04-30T19:57:29+00:00" + "time": "2018-08-06T14:22:27+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.8.0", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "3296adf6a6454a050679cde90f95350ad604b171" + "reference": "c79c051f5b3a46be09205c73b80b346e4153e494" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171", - "reference": "3296adf6a6454a050679cde90f95350ad604b171", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494", + "reference": "c79c051f5b3a46be09205c73b80b346e4153e494", "shasum": "" }, "require": { @@ -3477,7 +3668,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.8-dev" + "dev-master": "1.9-dev" } }, "autoload": { @@ -3511,20 +3702,20 @@ "portable", "shim" ], - "time": "2018-04-26T10:06:28+00:00" + "time": "2018-09-21T13:07:52+00:00" }, { "name": "symfony/yaml", - "version": "v2.8.41", + "version": "v2.8.47", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "51356b7a2ff7c9fd06b2f1681cc463bb62b5c1ff" + "reference": "0e16589861f192dbffb19b06683ce3ef58f7f99d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/51356b7a2ff7c9fd06b2f1681cc463bb62b5c1ff", - "reference": "51356b7a2ff7c9fd06b2f1681cc463bb62b5c1ff", + "url": "https://api.github.com/repos/symfony/yaml/zipball/0e16589861f192dbffb19b06683ce3ef58f7f99d", + "reference": "0e16589861f192dbffb19b06683ce3ef58f7f99d", "shasum": "" }, "require": { @@ -3561,7 +3752,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2018-05-01T22:52:40+00:00" + "time": "2018-10-02T16:27:16+00:00" }, { "name": "theseer/tokenizer", @@ -3605,16 +3796,16 @@ }, { "name": "tracy/tracy", - "version": "v2.5.0", + "version": "v2.5.5", "source": { "type": "git", "url": "https://github.com/nette/tracy.git", - "reference": "534d4e4f0f31da494026a3761fad020c20b8debf" + "reference": "35fa649b483b28e16f61de07110ea0585fc8d6ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/tracy/zipball/534d4e4f0f31da494026a3761fad020c20b8debf", - "reference": "534d4e4f0f31da494026a3761fad020c20b8debf", + "url": "https://api.github.com/repos/nette/tracy/zipball/35fa649b483b28e16f61de07110ea0585fc8d6ea", + "reference": "35fa649b483b28e16f61de07110ea0585fc8d6ea", "shasum": "" }, "require": { @@ -3624,7 +3815,8 @@ }, "require-dev": { "nette/di": "~2.3", - "nette/tester": "~1.7" + "nette/tester": "~1.7", + "nette/utils": "~2.3" }, "suggest": { "https://nette.org/donate": "Please support Tracy via a donation" @@ -3666,7 +3858,7 @@ "nette", "profiler" ], - "time": "2018-05-25T09:33:08+00:00" + "time": "2018-11-05T15:10:59+00:00" }, { "name": "webmozart/assert", @@ -3718,58 +3910,6 @@ ], "time": "2018-01-29T19:49:41+00:00" }, - { - "name": "wimg/php-compatibility", - "version": "8.1.0", - "source": { - "type": "git", - "url": "https://github.com/wimg/PHPCompatibility.git", - "reference": "4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/wimg/PHPCompatibility/zipball/4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e", - "reference": "4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e", - "shasum": "" - }, - "require": { - "php": ">=5.3", - "squizlabs/php_codesniffer": "^2.2 || ^3.0.2" - }, - "conflict": { - "squizlabs/php_codesniffer": "2.6.2" - }, - "require-dev": { - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0" - }, - "suggest": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3" - }, - "type": "phpcodesniffer-standard", - "autoload": { - "psr-4": { - "PHPCompatibility\\": "PHPCompatibility/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-3.0" - ], - "authors": [ - { - "name": "Wim Godden", - "role": "lead" - } - ], - "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP version compatibility.", - "homepage": "http://techblog.wimgodden.be/tag/codesniffer/", - "keywords": [ - "compatibility", - "phpcs", - "standards" - ], - "time": "2017-12-27T21:58:38+00:00" - }, { "name": "woocommerce/woocommerce-git-hooks", "version": "1.0.5", @@ -3805,24 +3945,23 @@ }, { "name": "woocommerce/woocommerce-sniffs", - "version": "0.0.2", + "version": "0.0.5", "source": { "type": "git", "url": "https://github.com/woocommerce/woocommerce-sniffs.git", - "reference": "2890fd5d98b318f62acb42f2b5cd6d02627cfd82" + "reference": "f91f940ea0dca2b67be7a8a35c1ded41257b372f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/woocommerce/woocommerce-sniffs/zipball/2890fd5d98b318f62acb42f2b5cd6d02627cfd82", - "reference": "2890fd5d98b318f62acb42f2b5cd6d02627cfd82", + "url": "https://api.github.com/repos/woocommerce/woocommerce-sniffs/zipball/f91f940ea0dca2b67be7a8a35c1ded41257b372f", + "reference": "f91f940ea0dca2b67be7a8a35c1ded41257b372f", "shasum": "" }, "require": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", "php": ">=7.0", - "squizlabs/php_codesniffer": "^3.0.2" - }, - "suggest": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3" + "phpcompatibility/phpcompatibility-wp": "2.0.0", + "wp-coding-standards/wpcs": "^1.2" }, "type": "phpcodesniffer-standard", "notification-url": "https://packagist.org/downloads/", @@ -3842,28 +3981,31 @@ "woocommerce", "wordpress" ], - "time": "2018-03-22T18:39:19+00:00" + "time": "2018-11-20T21:33:22+00:00" }, { "name": "wp-coding-standards/wpcs", - "version": "0.14.1", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git", - "reference": "cf6b310caad735816caef7573295f8a534374706" + "reference": "7aa217ab38156c5cb4eae0f04ae376027c407a9b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/cf6b310caad735816caef7573295f8a534374706", - "reference": "cf6b310caad735816caef7573295f8a534374706", + "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/7aa217ab38156c5cb4eae0f04ae376027c407a9b", + "reference": "7aa217ab38156c5cb4eae0f04ae376027c407a9b", "shasum": "" }, "require": { "php": ">=5.3", "squizlabs/php_codesniffer": "^2.9.0 || ^3.0.2" }, + "require-dev": { + "phpcompatibility/php-compatibility": "^9.0" + }, "suggest": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3" + "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically." }, "type": "phpcodesniffer-standard", "notification-url": "https://packagist.org/downloads/", @@ -3882,7 +4024,7 @@ "standards", "wordpress" ], - "time": "2018-02-16T01:57:48+00:00" + "time": "2018-11-12T10:13:12+00:00" } ], "aliases": [], diff --git a/i18n/continents.php b/i18n/continents.php index 351f8490320..da519983b17 100644 --- a/i18n/continents.php +++ b/i18n/continents.php @@ -205,7 +205,6 @@ return array( 'countries' => array( 'AG', 'AI', - 'AN', 'AW', 'BB', 'BL', diff --git a/i18n/languages/woocommerce.pot b/i18n/languages/woocommerce.pot index 75a808bca2f..5b2b01a488f 100644 --- a/i18n/languages/woocommerce.pot +++ b/i18n/languages/woocommerce.pot @@ -2,16 +2,16 @@ # This file is distributed under the same license as the WooCommerce package. msgid "" msgstr "" -"Project-Id-Version: WooCommerce 3.5.0-dev\n" +"Project-Id-Version: WooCommerce 3.5.0-beta.1\n" "Report-Msgid-Bugs-To: https://github.com/woocommerce/woocommerce/issues\n" -"POT-Creation-Date: 2018-06-07 09:30:10+00:00\n" +"POT-Creation-Date: 2018-09-28 15:28:33+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -"X-Generator: grunt-wp-i18n1.0.1\n" +"X-Generator: grunt-wp-i18n1.0.2\n" #: i18n/continents.php:15 msgid "Africa" @@ -33,11 +33,11 @@ msgstr "" msgid "North America" msgstr "" -#: i18n/continents.php:251 +#: i18n/continents.php:250 msgid "Oceania" msgstr "" -#: i18n/continents.php:282 +#: i18n/continents.php:281 msgid "South America" msgstr "" @@ -1161,7 +1161,7 @@ msgstr "" msgid "Mendoza" msgstr "" -#: i18n/states/AR.php:27 +#: i18n/states/AR.php:27 i18n/states/PY.php:22 msgid "Misiones" msgstr "" @@ -2834,7 +2834,7 @@ msgid "Razavi Khorasan (خراسان رضوی)" msgstr "" #: i18n/states/IR.php:33 -msgid "North Khorasan (خراسان جنوبی)" +msgid "North Khorasan (خراسان شمالی)" msgstr "" #: i18n/states/IR.php:34 @@ -4609,6 +4609,74 @@ msgstr "" msgid "Sindh" msgstr "" +#: i18n/states/PY.php:14 +msgid "Asunción" +msgstr "" + +#: i18n/states/PY.php:15 +msgid "Concepción" +msgstr "" + +#: i18n/states/PY.php:16 +msgid "San Pedro" +msgstr "" + +#: i18n/states/PY.php:17 +msgid "Cordillera" +msgstr "" + +#: i18n/states/PY.php:18 +msgid "Guairá" +msgstr "" + +#: i18n/states/PY.php:19 +msgid "Caaguazú" +msgstr "" + +#: i18n/states/PY.php:20 +msgid "Caazapá" +msgstr "" + +#: i18n/states/PY.php:21 +msgid "Itapúa" +msgstr "" + +#: i18n/states/PY.php:23 +msgid "Paraguarí" +msgstr "" + +#: i18n/states/PY.php:24 +msgid "Alto Paraná" +msgstr "" + +#: i18n/states/PY.php:25 +msgid "Central" +msgstr "" + +#: i18n/states/PY.php:26 +msgid "Ñeembucú" +msgstr "" + +#: i18n/states/PY.php:27 +msgid "Amambay" +msgstr "" + +#: i18n/states/PY.php:28 +msgid "Canindeyú" +msgstr "" + +#: i18n/states/PY.php:29 +msgid "Presidente Hayes" +msgstr "" + +#: i18n/states/PY.php:30 +msgid "Alto Paraguay" +msgstr "" + +#: i18n/states/PY.php:31 +msgid "Boquerón" +msgstr "" + #: i18n/states/RO.php:17 msgid "Alba" msgstr "" @@ -5797,10 +5865,10 @@ msgstr "" msgid "Coupon code already applied!" msgstr "" -#: includes/abstracts/abstract-wc-order.php:1720 -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:251 -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:303 -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:320 +#: includes/abstracts/abstract-wc-order.php:1726 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:256 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:308 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:325 #. translators: %s: method #. translators: %s: method #. translators: %s: payment method @@ -5808,26 +5876,26 @@ msgstr "" msgid "via %s" msgstr "" -#: includes/abstracts/abstract-wc-order.php:1725 -#: includes/class-wc-cart.php:1434 includes/class-wc-product-grouped.php:120 +#: includes/abstracts/abstract-wc-order.php:1731 +#: includes/class-wc-cart.php:1392 includes/class-wc-product-grouped.php:120 msgid "Free!" msgstr "" -#: includes/abstracts/abstract-wc-order.php:1754 +#: includes/abstracts/abstract-wc-order.php:1760 msgid "Subtotal:" msgstr "" -#: includes/abstracts/abstract-wc-order.php:1769 -#: includes/admin/meta-boxes/views/html-order-items.php:151 +#: includes/abstracts/abstract-wc-order.php:1775 +#: includes/admin/meta-boxes/views/html-order-items.php:141 msgid "Discount:" msgstr "" -#: includes/abstracts/abstract-wc-order.php:1784 -#: includes/admin/meta-boxes/views/html-order-items.php:163 +#: includes/abstracts/abstract-wc-order.php:1790 +#: includes/admin/meta-boxes/views/html-order-items.php:153 msgid "Shipping:" msgstr "" -#: includes/abstracts/abstract-wc-order.php:1845 +#: includes/abstracts/abstract-wc-order.php:1851 #: includes/admin/meta-boxes/views/html-order-item.php:98 #: includes/admin/meta-boxes/views/html-order-item.php:144 #: templates/checkout/order-receipt.php:34 templates/checkout/thankyou.php:63 @@ -5838,99 +5906,99 @@ msgstr "" msgid "Return to payments" msgstr "" -#: includes/abstracts/abstract-wc-payment-gateway.php:493 +#: includes/abstracts/abstract-wc-payment-gateway.php:500 msgid "Use a new payment method" msgstr "" -#: includes/abstracts/abstract-wc-payment-gateway.php:518 +#: includes/abstracts/abstract-wc-payment-gateway.php:525 msgid "Save to account" msgstr "" -#: includes/abstracts/abstract-wc-product.php:767 +#: includes/abstracts/abstract-wc-product.php:779 msgid "Invalid catalog visibility option." msgstr "" -#: includes/abstracts/abstract-wc-product.php:804 +#: includes/abstracts/abstract-wc-product.php:816 msgid "Invalid or duplicated SKU." msgstr "" -#: includes/abstracts/abstract-wc-product.php:888 +#: includes/abstracts/abstract-wc-product.php:900 msgid "Invalid product tax status." msgstr "" -#: includes/abstracts/abstract-wc-product.php:1194 +#: includes/abstracts/abstract-wc-product.php:1215 #. translators: %1$s: Downloadable file msgid "" "The downloadable file %1$s cannot be used as it does not have an allowed " "file type. Allowed types include: %2$s" msgstr "" -#: includes/abstracts/abstract-wc-product.php:1203 +#: includes/abstracts/abstract-wc-product.php:1224 #. translators: %s: Downloadable file msgid "The downloadable file %s cannot be used as it does not exist on the server." msgstr "" -#: includes/abstracts/abstract-wc-product.php:1770 +#: includes/abstracts/abstract-wc-product.php:1792 #: includes/class-wc-product-simple.php:53 msgid "Add to cart" msgstr "" -#: includes/abstracts/abstract-wc-product.php:1779 +#: includes/abstracts/abstract-wc-product.php:1801 #: includes/class-wc-embed.php:106 includes/class-wc-product-simple.php:53 #: includes/class-wc-product-variable.php:60 msgid "Read more" msgstr "" -#: includes/abstracts/abstract-wc-product.php:1790 +#: includes/abstracts/abstract-wc-product.php:1812 #: includes/class-wc-product-simple.php:66 #. translators: %s: Product title msgid "Read more about “%s”" msgstr "" -#: includes/abstracts/abstract-wc-product.php:1945 +#: includes/abstracts/abstract-wc-product.php:1968 #: includes/admin/class-wc-admin-reports.php:108 -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:265 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:267 #: includes/admin/reports/class-wc-report-stock.php:118 -#: includes/wc-product-functions.php:826 +#: includes/wc-product-functions.php:848 msgid "Out of stock" msgstr "" -#: includes/abstracts/abstract-wc-product.php:1947 templates/cart/cart.php:91 +#: includes/abstracts/abstract-wc-product.php:1970 templates/cart/cart.php:89 msgid "Available on backorder" msgstr "" -#: includes/abstracts/abstract-wc-rest-controller.php:103 +#: includes/abstracts/abstract-wc-rest-controller.php:113 #: includes/api/legacy/v2/class-wc-api-coupons.php:529 #: includes/api/legacy/v2/class-wc-api-customers.php:792 -#: includes/api/legacy/v2/class-wc-api-orders.php:1789 -#: includes/api/legacy/v2/class-wc-api-products.php:2306 +#: includes/api/legacy/v2/class-wc-api-orders.php:1782 +#: includes/api/legacy/v2/class-wc-api-products.php:2311 #: includes/api/legacy/v3/class-wc-api-coupons.php:529 #: includes/api/legacy/v3/class-wc-api-customers.php:782 -#: includes/api/legacy/v3/class-wc-api-orders.php:1836 -#: includes/api/legacy/v3/class-wc-api-products.php:3119 +#: includes/api/legacy/v3/class-wc-api-orders.php:1827 +#: includes/api/legacy/v3/class-wc-api-products.php:3124 #: includes/api/legacy/v3/class-wc-api-taxes.php:465 #. translators: %s: items limit msgid "Unable to accept more than %s items for this request." msgstr "" -#: includes/abstracts/abstract-wc-rest-controller.php:245 -#: includes/abstracts/abstract-wc-rest-controller.php:263 -#: includes/abstracts/abstract-wc-rest-controller.php:286 -#: includes/abstracts/abstract-wc-rest-controller.php:329 -#: includes/api/class-wc-rest-payment-gateways-controller.php:187 -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:314 +#: includes/abstracts/abstract-wc-rest-controller.php:255 +#: includes/abstracts/abstract-wc-rest-controller.php:273 +#: includes/abstracts/abstract-wc-rest-controller.php:296 +#: includes/abstracts/abstract-wc-rest-controller.php:339 +#: includes/api/v2/class-wc-rest-payment-gateways-v2-controller.php:187 +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:314 msgid "An invalid setting value was passed." msgstr "" -#: includes/abstracts/abstract-wc-rest-controller.php:388 +#: includes/abstracts/abstract-wc-rest-controller.php:398 msgid "List of created resources." msgstr "" -#: includes/abstracts/abstract-wc-rest-controller.php:396 +#: includes/abstracts/abstract-wc-rest-controller.php:406 msgid "List of updated resources." msgstr "" -#: includes/abstracts/abstract-wc-rest-controller.php:404 +#: includes/abstracts/abstract-wc-rest-controller.php:414 msgid "List of delete resources." msgstr "" @@ -5944,9 +6012,8 @@ msgstr "" #: includes/abstracts/abstract-wc-rest-crud-controller.php:56 #: includes/abstracts/abstract-wc-rest-posts-controller.php:87 #: includes/abstracts/abstract-wc-rest-terms-controller.php:164 -#: includes/api/class-wc-rest-payment-gateways-controller.php:98 -#: includes/api/class-wc-rest-shipping-methods-controller.php:92 -#: includes/api/class-wc-rest-system-status-tools-controller.php:96 +#: includes/api/class-wc-rest-data-controller.php:75 +#: includes/api/class-wc-rest-product-reviews-controller.php:156 #: includes/api/v1/class-wc-rest-customers-controller.php:166 #: includes/api/v1/class-wc-rest-order-notes-controller.php:152 #: includes/api/v1/class-wc-rest-product-attributes-controller.php:159 @@ -5954,6 +6021,9 @@ msgstr "" #: includes/api/v1/class-wc-rest-taxes-controller.php:143 #: includes/api/v1/class-wc-rest-webhook-deliveries-controller.php:105 #: includes/api/v1/class-wc-rest-webhooks-controller.php:159 +#: includes/api/v2/class-wc-rest-payment-gateways-v2-controller.php:98 +#: includes/api/v2/class-wc-rest-shipping-methods-v2-controller.php:92 +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:96 msgid "Sorry, you cannot view this resource." msgstr "" @@ -5961,11 +6031,11 @@ msgstr "" #: includes/abstracts/abstract-wc-rest-posts-controller.php:103 #: includes/abstracts/abstract-wc-rest-shipping-zones-controller.php:101 #: includes/abstracts/abstract-wc-rest-terms-controller.php:183 -#: includes/api/class-wc-rest-payment-gateways-controller.php:111 -#: includes/api/class-wc-rest-product-variations-controller.php:162 #: includes/api/v1/class-wc-rest-customers-controller.php:183 #: includes/api/v1/class-wc-rest-taxes-controller.php:158 #: includes/api/v1/class-wc-rest-webhooks-controller.php:174 +#: includes/api/v2/class-wc-rest-payment-gateways-v2-controller.php:111 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:162 msgid "Sorry, you are not allowed to edit this resource." msgstr "" @@ -5984,137 +6054,142 @@ msgstr "" #: includes/abstracts/abstract-wc-rest-crud-controller.php:140 #: includes/abstracts/abstract-wc-rest-crud-controller.php:235 -#: includes/abstracts/abstract-wc-rest-crud-controller.php:404 +#: includes/abstracts/abstract-wc-rest-crud-controller.php:418 #: includes/abstracts/abstract-wc-rest-posts-controller.php:153 -#: includes/api/class-wc-rest-product-variations-controller.php:499 -#: includes/api/class-wc-rest-products-controller.php:1307 #: includes/api/v1/class-wc-rest-webhooks-controller.php:303 #: includes/api/v1/class-wc-rest-webhooks-controller.php:460 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:499 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1314 msgid "Invalid ID." msgstr "" #: includes/abstracts/abstract-wc-rest-crud-controller.php:188 #: includes/abstracts/abstract-wc-rest-posts-controller.php:175 +#: includes/api/class-wc-rest-order-notes-controller.php:73 #: includes/api/v1/class-wc-rest-coupons-controller.php:310 #: includes/api/v1/class-wc-rest-order-notes-controller.php:220 #: includes/api/v1/class-wc-rest-order-refunds-controller.php:281 -#: includes/api/v1/class-wc-rest-orders-controller.php:826 +#: includes/api/v1/class-wc-rest-orders-controller.php:831 #: includes/api/v1/class-wc-rest-products-controller.php:739 #: includes/api/v1/class-wc-rest-webhooks-controller.php:321 #. translators: %s: post type msgid "Cannot create existing %s." msgstr "" -#: includes/abstracts/abstract-wc-rest-crud-controller.php:421 +#: includes/abstracts/abstract-wc-rest-crud-controller.php:435 #: includes/abstracts/abstract-wc-rest-posts-controller.php:438 -#: includes/api/class-wc-rest-product-variations-controller.php:520 -#: includes/api/class-wc-rest-products-controller.php:1336 #: includes/api/v1/class-wc-rest-products-controller.php:1656 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:520 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1343 #. translators: %s: post type msgid "Sorry, you are not allowed to delete %s." msgstr "" -#: includes/abstracts/abstract-wc-rest-crud-controller.php:435 +#: includes/abstracts/abstract-wc-rest-crud-controller.php:449 #: includes/abstracts/abstract-wc-rest-posts-controller.php:451 -#: includes/api/class-wc-rest-product-variations-controller.php:538 -#: includes/api/class-wc-rest-products-controller.php:1367 -#: includes/api/v1/class-wc-rest-products-controller.php:1683 +#: includes/api/v1/class-wc-rest-products-controller.php:1688 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:538 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1379 #. translators: %s: post type msgid "The %s does not support trashing." msgstr "" -#: includes/abstracts/abstract-wc-rest-crud-controller.php:442 +#: includes/abstracts/abstract-wc-rest-crud-controller.php:456 #: includes/abstracts/abstract-wc-rest-posts-controller.php:457 -#: includes/api/class-wc-rest-product-variations-controller.php:549 -#: includes/api/class-wc-rest-products-controller.php:1378 -#: includes/api/v1/class-wc-rest-products-controller.php:1689 +#: includes/api/v1/class-wc-rest-products-controller.php:1694 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:549 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1390 #. translators: %s: post type msgid "The %s has already been deleted." msgstr "" -#: includes/abstracts/abstract-wc-rest-crud-controller.php:452 +#: includes/abstracts/abstract-wc-rest-crud-controller.php:466 #: includes/abstracts/abstract-wc-rest-posts-controller.php:467 -#: includes/api/class-wc-rest-product-variations-controller.php:563 -#: includes/api/class-wc-rest-products-controller.php:1392 #: includes/api/v1/class-wc-rest-order-notes-controller.php:316 -#: includes/api/v1/class-wc-rest-products-controller.php:1700 +#: includes/api/v1/class-wc-rest-products-controller.php:1705 #: includes/api/v1/class-wc-rest-webhooks-controller.php:469 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:563 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1404 #. translators: %s: post type msgid "The %s cannot be deleted." msgstr "" -#: includes/abstracts/abstract-wc-rest-crud-controller.php:498 +#: includes/abstracts/abstract-wc-rest-crud-controller.php:512 #: includes/api/v1/class-wc-rest-taxes-controller.php:658 msgid "Current page of the collection." msgstr "" -#: includes/abstracts/abstract-wc-rest-crud-controller.php:506 +#: includes/abstracts/abstract-wc-rest-crud-controller.php:520 #: includes/api/v1/class-wc-rest-taxes-controller.php:666 msgid "Maximum number of items to be returned in result set." msgstr "" -#: includes/abstracts/abstract-wc-rest-crud-controller.php:515 +#: includes/abstracts/abstract-wc-rest-crud-controller.php:529 msgid "Limit results to those matching a string." msgstr "" -#: includes/abstracts/abstract-wc-rest-crud-controller.php:521 +#: includes/abstracts/abstract-wc-rest-crud-controller.php:535 #: includes/abstracts/abstract-wc-rest-posts-controller.php:622 #: includes/api/v1/class-wc-rest-webhooks-controller.php:702 msgid "Limit response to resources published after a given ISO8601 compliant date." msgstr "" -#: includes/abstracts/abstract-wc-rest-crud-controller.php:527 +#: includes/abstracts/abstract-wc-rest-crud-controller.php:541 #: includes/abstracts/abstract-wc-rest-posts-controller.php:628 #: includes/api/v1/class-wc-rest-webhooks-controller.php:708 msgid "Limit response to resources published before a given ISO8601 compliant date." msgstr "" -#: includes/abstracts/abstract-wc-rest-crud-controller.php:533 +#: includes/abstracts/abstract-wc-rest-crud-controller.php:547 #: includes/abstracts/abstract-wc-rest-posts-controller.php:634 +#: includes/api/class-wc-rest-product-reviews-controller.php:955 #: includes/api/v1/class-wc-rest-customers-controller.php:865 #: includes/api/v1/class-wc-rest-webhooks-controller.php:714 msgid "Ensure result set excludes specific IDs." msgstr "" -#: includes/abstracts/abstract-wc-rest-crud-controller.php:542 +#: includes/abstracts/abstract-wc-rest-crud-controller.php:556 #: includes/abstracts/abstract-wc-rest-posts-controller.php:643 -#: includes/abstracts/abstract-wc-rest-terms-controller.php:697 +#: includes/abstracts/abstract-wc-rest-terms-controller.php:698 #: includes/api/v1/class-wc-rest-webhooks-controller.php:723 msgid "Limit result set to specific ids." msgstr "" -#: includes/abstracts/abstract-wc-rest-crud-controller.php:551 +#: includes/abstracts/abstract-wc-rest-crud-controller.php:565 #: includes/abstracts/abstract-wc-rest-posts-controller.php:652 -#: includes/abstracts/abstract-wc-rest-terms-controller.php:707 +#: includes/abstracts/abstract-wc-rest-terms-controller.php:708 +#: includes/api/class-wc-rest-product-reviews-controller.php:971 #: includes/api/v1/class-wc-rest-customers-controller.php:883 #: includes/api/v1/class-wc-rest-taxes-controller.php:675 #: includes/api/v1/class-wc-rest-webhooks-controller.php:732 msgid "Offset the result set by a specific number of items." msgstr "" -#: includes/abstracts/abstract-wc-rest-crud-controller.php:557 +#: includes/abstracts/abstract-wc-rest-crud-controller.php:571 #: includes/abstracts/abstract-wc-rest-posts-controller.php:658 -#: includes/abstracts/abstract-wc-rest-terms-controller.php:714 +#: includes/abstracts/abstract-wc-rest-terms-controller.php:715 +#: includes/api/class-wc-rest-product-reviews-controller.php:975 #: includes/api/v1/class-wc-rest-customers-controller.php:890 #: includes/api/v1/class-wc-rest-taxes-controller.php:682 #: includes/api/v1/class-wc-rest-webhooks-controller.php:738 msgid "Order sort attribute ascending or descending." msgstr "" -#: includes/abstracts/abstract-wc-rest-crud-controller.php:564 +#: includes/abstracts/abstract-wc-rest-crud-controller.php:578 #: includes/abstracts/abstract-wc-rest-posts-controller.php:665 +#: includes/api/class-wc-rest-product-reviews-controller.php:984 #: includes/api/v1/class-wc-rest-customers-controller.php:898 #: includes/api/v1/class-wc-rest-taxes-controller.php:690 #: includes/api/v1/class-wc-rest-webhooks-controller.php:745 msgid "Sort collection by object attribute." msgstr "" -#: includes/abstracts/abstract-wc-rest-crud-controller.php:579 +#: includes/abstracts/abstract-wc-rest-crud-controller.php:593 #: includes/abstracts/abstract-wc-rest-posts-controller.php:682 msgid "Limit result set to those of particular parent IDs." msgstr "" -#: includes/abstracts/abstract-wc-rest-crud-controller.php:588 +#: includes/abstracts/abstract-wc-rest-crud-controller.php:602 #: includes/abstracts/abstract-wc-rest-posts-controller.php:691 msgid "Limit result set to all items except those of a particular parent ID." msgstr "" @@ -6122,12 +6197,8 @@ msgstr "" #: includes/abstracts/abstract-wc-rest-posts-controller.php:57 #: includes/abstracts/abstract-wc-rest-shipping-zones-controller.php:65 #: includes/abstracts/abstract-wc-rest-terms-controller.php:126 -#: includes/api/class-wc-rest-payment-gateways-controller.php:85 -#: includes/api/class-wc-rest-setting-options-controller.php:376 -#: includes/api/class-wc-rest-settings-controller.php:179 -#: includes/api/class-wc-rest-shipping-methods-controller.php:79 -#: includes/api/class-wc-rest-system-status-controller.php:61 -#: includes/api/class-wc-rest-system-status-tools-controller.php:83 +#: includes/api/class-wc-rest-data-controller.php:61 +#: includes/api/class-wc-rest-product-reviews-controller.php:139 #: includes/api/v1/class-wc-rest-customer-downloads-controller.php:74 #: includes/api/v1/class-wc-rest-customers-controller.php:135 #: includes/api/v1/class-wc-rest-order-notes-controller.php:121 @@ -6139,12 +6210,19 @@ msgstr "" #: includes/api/v1/class-wc-rest-taxes-controller.php:114 #: includes/api/v1/class-wc-rest-webhook-deliveries-controller.php:91 #: includes/api/v1/class-wc-rest-webhooks-controller.php:130 +#: includes/api/v2/class-wc-rest-payment-gateways-v2-controller.php:85 +#: includes/api/v2/class-wc-rest-setting-options-v2-controller.php:376 +#: includes/api/v2/class-wc-rest-settings-v2-controller.php:179 +#: includes/api/v2/class-wc-rest-shipping-methods-v2-controller.php:79 +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:83 +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:61 msgid "Sorry, you cannot list resources." msgstr "" #: includes/abstracts/abstract-wc-rest-posts-controller.php:71 #: includes/abstracts/abstract-wc-rest-shipping-zones-controller.php:83 #: includes/abstracts/abstract-wc-rest-terms-controller.php:145 +#: includes/api/class-wc-rest-product-reviews-controller.php:170 #: includes/api/v1/class-wc-rest-customers-controller.php:150 #: includes/api/v1/class-wc-rest-order-notes-controller.php:136 #: includes/api/v1/class-wc-rest-product-reviews-controller.php:165 @@ -6156,19 +6234,21 @@ msgstr "" #: includes/abstracts/abstract-wc-rest-posts-controller.php:134 #: includes/abstracts/abstract-wc-rest-terms-controller.php:221 -#: includes/api/class-wc-rest-product-reviews-controller.php:68 +#: includes/api/class-wc-rest-product-reviews-controller.php:218 #: includes/api/v1/class-wc-rest-customers-controller.php:215 #: includes/api/v1/class-wc-rest-product-attributes-controller.php:210 #: includes/api/v1/class-wc-rest-taxes-controller.php:188 #: includes/api/v1/class-wc-rest-webhooks-controller.php:204 +#: includes/api/v2/class-wc-rest-product-reviews-v2-controller.php:68 msgid "Sorry, you are not allowed to batch manipulate this resource." msgstr "" #: includes/abstracts/abstract-wc-rest-posts-controller.php:151 #: includes/abstracts/abstract-wc-rest-posts-controller.php:258 -#: includes/api/class-wc-rest-products-controller.php:700 -#: includes/api/class-wc-rest-products-controller.php:1315 +#: includes/api/class-wc-rest-products-controller.php:314 #: includes/api/v1/class-wc-rest-products-controller.php:1637 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:700 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1322 msgid "" "To manipulate product variations you should use the " "/products/<product_id>/variations/<id> endpoint." @@ -6176,12 +6256,12 @@ msgstr "" #: includes/abstracts/abstract-wc-rest-posts-controller.php:260 #: includes/abstracts/abstract-wc-rest-posts-controller.php:421 -#: includes/api/class-wc-rest-webhooks-controller.php:39 #: includes/api/v1/class-wc-rest-coupons-controller.php:351 -#: includes/api/v1/class-wc-rest-orders-controller.php:865 +#: includes/api/v1/class-wc-rest-orders-controller.php:870 #: includes/api/v1/class-wc-rest-products-controller.php:784 #: includes/api/v1/class-wc-rest-webhooks-controller.php:383 #: includes/api/v1/class-wc-rest-webhooks-controller.php:549 +#: includes/api/v2/class-wc-rest-webhooks-v2-controller.php:39 msgid "ID is invalid." msgstr "" @@ -6193,17 +6273,17 @@ msgstr "" #: includes/abstracts/abstract-wc-rest-shipping-zones-controller.php:47 #: includes/abstracts/abstract-wc-rest-terms-controller.php:247 -#: includes/api/class-wc-rest-payment-gateways-controller.php:144 -#: includes/api/class-wc-rest-payment-gateways-controller.php:161 -#: includes/api/class-wc-rest-shipping-methods-controller.php:124 -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:121 -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:215 -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:269 #: includes/api/v1/class-wc-rest-customer-downloads-controller.php:70 #: includes/api/v1/class-wc-rest-product-attributes-controller.php:155 #: includes/api/v1/class-wc-rest-product-attributes-controller.php:173 #: includes/api/v1/class-wc-rest-product-attributes-controller.php:191 #: includes/api/v1/class-wc-rest-product-attributes-controller.php:551 +#: includes/api/v2/class-wc-rest-payment-gateways-v2-controller.php:144 +#: includes/api/v2/class-wc-rest-payment-gateways-v2-controller.php:161 +#: includes/api/v2/class-wc-rest-shipping-methods-v2-controller.php:124 +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:121 +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:215 +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:269 msgid "Resource does not exist." msgstr "" @@ -6221,25 +6301,13 @@ msgid "Name for the resource." msgstr "" #: includes/abstracts/abstract-wc-rest-terms-controller.php:66 -#: includes/api/class-wc-rest-coupons-controller.php:76 -#: includes/api/class-wc-rest-customers-controller.php:124 -#: includes/api/class-wc-rest-order-notes-controller.php:129 -#: includes/api/class-wc-rest-order-refunds-controller.php:92 -#: includes/api/class-wc-rest-order-refunds-controller.php:355 -#: includes/api/class-wc-rest-orders-controller.php:82 -#: includes/api/class-wc-rest-orders-controller.php:831 -#: includes/api/class-wc-rest-payment-gateways-controller.php:54 +#: includes/api/class-wc-rest-customers-controller.php:77 +#: includes/api/class-wc-rest-order-notes-controller.php:122 #: includes/api/class-wc-rest-product-categories-controller.php:103 -#: includes/api/class-wc-rest-product-reviews-controller.php:153 -#: includes/api/class-wc-rest-product-variations-controller.php:657 -#: includes/api/class-wc-rest-products-controller.php:82 -#: includes/api/class-wc-rest-products-controller.php:1429 -#: includes/api/class-wc-rest-setting-options-controller.php:84 -#: includes/api/class-wc-rest-shipping-methods-controller.php:54 -#: includes/api/class-wc-rest-shipping-zones-controller.php:281 -#: includes/api/class-wc-rest-system-status-tools-controller.php:55 -#: includes/api/class-wc-rest-webhook-deliveries-controller.php:70 -#: includes/api/class-wc-rest-webhooks-controller.php:98 +#: includes/api/class-wc-rest-product-reviews-controller.php:84 +#: includes/api/class-wc-rest-product-reviews-controller.php:831 +#: includes/api/class-wc-rest-product-variations-controller.php:408 +#: includes/api/class-wc-rest-products-controller.php:699 #: includes/api/v1/class-wc-rest-coupons-controller.php:82 #: includes/api/v1/class-wc-rest-customer-downloads-controller.php:46 #: includes/api/v1/class-wc-rest-customers-controller.php:78 @@ -6249,7 +6317,7 @@ msgstr "" #: includes/api/v1/class-wc-rest-order-refunds-controller.php:87 #: includes/api/v1/class-wc-rest-order-refunds-controller.php:344 #: includes/api/v1/class-wc-rest-orders-controller.php:76 -#: includes/api/v1/class-wc-rest-orders-controller.php:919 +#: includes/api/v1/class-wc-rest-orders-controller.php:924 #: includes/api/v1/class-wc-rest-product-attribute-terms-controller.php:74 #: includes/api/v1/class-wc-rest-product-attribute-terms-controller.php:195 #: includes/api/v1/class-wc-rest-product-attributes-controller.php:75 @@ -6260,7 +6328,7 @@ msgstr "" #: includes/api/v1/class-wc-rest-product-shipping-classes-controller.php:94 #: includes/api/v1/class-wc-rest-product-tags-controller.php:94 #: includes/api/v1/class-wc-rest-products-controller.php:77 -#: includes/api/v1/class-wc-rest-products-controller.php:1734 +#: includes/api/v1/class-wc-rest-products-controller.php:1739 #: includes/api/v1/class-wc-rest-tax-classes-controller.php:334 #: includes/api/v1/class-wc-rest-taxes-controller.php:62 #: includes/api/v1/class-wc-rest-taxes-controller.php:576 @@ -6268,11 +6336,29 @@ msgstr "" #: includes/api/v1/class-wc-rest-webhook-deliveries-controller.php:226 #: includes/api/v1/class-wc-rest-webhooks-controller.php:78 #: includes/api/v1/class-wc-rest-webhooks-controller.php:615 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:76 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:124 +#: includes/api/v2/class-wc-rest-order-notes-v2-controller.php:129 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:92 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:355 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:82 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:842 +#: includes/api/v2/class-wc-rest-payment-gateways-v2-controller.php:54 +#: includes/api/v2/class-wc-rest-product-categories-v2-controller.php:103 +#: includes/api/v2/class-wc-rest-product-reviews-v2-controller.php:153 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:657 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:82 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1441 +#: includes/api/v2/class-wc-rest-setting-options-v2-controller.php:84 +#: includes/api/v2/class-wc-rest-shipping-methods-v2-controller.php:54 +#: includes/api/v2/class-wc-rest-shipping-zones-v2-controller.php:281 +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:55 +#: includes/api/v2/class-wc-rest-webhook-deliveries-v2-controller.php:70 +#: includes/api/v2/class-wc-rest-webhooks-v2-controller.php:98 msgid "Unique identifier for the resource." msgstr "" #: includes/abstracts/abstract-wc-rest-terms-controller.php:92 -#: includes/api/class-wc-rest-order-refunds-controller.php:112 #: includes/api/v1/class-wc-rest-customers-controller.php:104 #: includes/api/v1/class-wc-rest-order-notes-controller.php:105 #: includes/api/v1/class-wc-rest-order-refunds-controller.php:107 @@ -6281,6 +6367,7 @@ msgstr "" #: includes/api/v1/class-wc-rest-tax-classes-controller.php:74 #: includes/api/v1/class-wc-rest-taxes-controller.php:88 #: includes/api/v1/class-wc-rest-webhooks-controller.php:104 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:112 msgid "Required to be true, as resource does not support trashing." msgstr "" @@ -6288,49 +6375,49 @@ msgstr "" msgid "Taxonomy does not exist." msgstr "" -#: includes/abstracts/abstract-wc-rest-terms-controller.php:385 -#: includes/abstracts/abstract-wc-rest-terms-controller.php:482 +#: includes/abstracts/abstract-wc-rest-terms-controller.php:386 +#: includes/abstracts/abstract-wc-rest-terms-controller.php:483 msgid "Can not set resource parent, taxonomy is not hierarchical." msgstr "" -#: includes/abstracts/abstract-wc-rest-terms-controller.php:531 +#: includes/abstracts/abstract-wc-rest-terms-controller.php:532 #: includes/api/v1/class-wc-rest-product-attributes-controller.php:357 msgid "Resource does not support trashing." msgstr "" -#: includes/abstracts/abstract-wc-rest-terms-controller.php:540 +#: includes/abstracts/abstract-wc-rest-terms-controller.php:541 #: includes/api/v1/class-wc-rest-customers-controller.php:495 #: includes/api/v1/class-wc-rest-product-attributes-controller.php:372 #: includes/api/v1/class-wc-rest-taxes-controller.php:472 msgid "The resource cannot be deleted." msgstr "" -#: includes/abstracts/abstract-wc-rest-terms-controller.php:688 +#: includes/abstracts/abstract-wc-rest-terms-controller.php:689 msgid "Ensure result set excludes specific ids." msgstr "" -#: includes/abstracts/abstract-wc-rest-terms-controller.php:725 +#: includes/abstracts/abstract-wc-rest-terms-controller.php:726 msgid "Sort collection by resource attribute." msgstr "" -#: includes/abstracts/abstract-wc-rest-terms-controller.php:741 +#: includes/abstracts/abstract-wc-rest-terms-controller.php:742 msgid "Whether to hide resources not assigned to any products." msgstr "" -#: includes/abstracts/abstract-wc-rest-terms-controller.php:748 +#: includes/abstracts/abstract-wc-rest-terms-controller.php:749 msgid "Limit result set to resources assigned to a specific parent." msgstr "" -#: includes/abstracts/abstract-wc-rest-terms-controller.php:755 +#: includes/abstracts/abstract-wc-rest-terms-controller.php:756 msgid "Limit result set to resources assigned to a specific product." msgstr "" -#: includes/abstracts/abstract-wc-rest-terms-controller.php:761 +#: includes/abstracts/abstract-wc-rest-terms-controller.php:762 msgid "Limit result set to resources with a specific slug." msgstr "" #: includes/abstracts/abstract-wc-settings-api.php:774 -#: includes/admin/class-wc-admin-menus.php:325 +#: includes/admin/class-wc-admin-menus.php:326 #: includes/admin/class-wc-admin-settings.php:621 #: includes/admin/meta-boxes/views/html-product-attribute.php:56 msgid "Select all" @@ -6342,7 +6429,7 @@ msgstr "" msgid "Select none" msgstr "" -#: includes/abstracts/abstract-wc-shipping-method.php:315 +#: includes/abstracts/abstract-wc-shipping-method.php:316 #: includes/admin/class-wc-admin-meta-boxes.php:128 msgid "Items" msgstr "" @@ -6366,8 +6453,8 @@ msgstr "" #: includes/admin/class-wc-admin-addons.php:370 #: includes/admin/class-wc-admin-addons.php:545 -#: includes/admin/class-wc-admin-setup-wizard.php:688 -#: includes/admin/class-wc-admin-setup-wizard.php:703 +#: includes/admin/class-wc-admin-setup-wizard.php:714 +#: includes/admin/class-wc-admin-setup-wizard.php:729 msgid "WooCommerce Services" msgstr "" @@ -6411,20 +6498,20 @@ msgstr "" #: includes/admin/class-wc-admin-api-keys-table-list.php:48 #: includes/admin/importers/class-wc-product-csv-importer-controller.php:470 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:628 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:629 #: includes/admin/list-tables/class-wc-admin-list-table-coupons.php:85 #: includes/admin/meta-boxes/views/html-variation-admin.php:341 #: includes/admin/settings/class-wc-settings-payment-gateways.php:118 #: includes/admin/settings/class-wc-settings-shipping.php:361 #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:86 #: includes/admin/settings/views/html-keys-edit.php:17 -#: includes/export/class-wc-product-csv-exporter.php:90 +#: includes/export/class-wc-product-csv-exporter.php:108 #: includes/gateways/bacs/class-wc-gateway-bacs.php:95 #: includes/gateways/cheque/class-wc-gateway-cheque.php:71 #: includes/gateways/cod/class-wc-gateway-cod.php:122 #: includes/gateways/paypal/includes/settings-paypal.php:25 #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:204 -#: includes/wc-template-functions.php:1651 +#: includes/wc-template-functions.php:1648 #: templates/single-product/tabs/description.php:25 msgid "Description" msgstr "" @@ -6457,8 +6544,8 @@ msgstr "" #: includes/admin/class-wc-admin-api-keys-table-list.php:88 #: includes/admin/class-wc-admin-webhooks-table-list.php:81 -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:73 -#: includes/admin/meta-boxes/views/html-order-refund.php:25 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:74 +#: includes/admin/meta-boxes/views/html-order-refund.php:29 #. translators: %s: API key ID. #. translators: %s: webhook ID. #. translators: %d: product ID. @@ -6509,34 +6596,37 @@ msgstr "" msgid "Unknown" msgstr "" -#: includes/admin/class-wc-admin-api-keys.php:75 -#: includes/admin/settings/class-wc-settings-advanced.php:43 +#: includes/admin/class-wc-admin-api-keys.php:91 +#: includes/admin/settings/class-wc-settings-advanced.php:41 msgid "REST API" msgstr "" -#: includes/admin/class-wc-admin-api-keys.php:75 +#: includes/admin/class-wc-admin-api-keys.php:91 msgid "Add key" msgstr "" -#: includes/admin/class-wc-admin-api-keys.php:88 +#: includes/admin/class-wc-admin-api-keys.php:104 msgid "Search key" msgstr "" -#: includes/admin/class-wc-admin-api-keys.php:93 +#: includes/admin/class-wc-admin-api-keys.php:109 msgid "" "The WooCommerce REST API allows external apps to view and manage store " "data. Access is granted only to those with valid API keys." msgstr "" -#: includes/admin/class-wc-admin-api-keys.php:94 +#: includes/admin/class-wc-admin-api-keys.php:110 msgid "Create an API key" msgstr "" -#: includes/admin/class-wc-admin-api-keys.php:160 -msgid "API key revoked successfully." -msgstr "" +#: includes/admin/class-wc-admin-api-keys.php:179 +#. translators: %d: count +msgid "%d API key permanently revoked." +msgid_plural "%d API keys permanently revoked." +msgstr[0] "" +msgstr[1] "" -#: includes/admin/class-wc-admin-api-keys.php:189 +#: includes/admin/class-wc-admin-api-keys.php:208 msgid "You do not have permission to edit API Keys" msgstr "" @@ -6570,22 +6660,28 @@ msgid "" "you sure you want to delete it?" msgstr "" -#: includes/admin/class-wc-admin-assets.php:174 +#: includes/admin/class-wc-admin-assets.php:170 +msgid "" +"This action cannot be reversed. Are you sure you wish to erase personal " +"data from the selected orders?" +msgstr "" + +#: includes/admin/class-wc-admin-assets.php:175 #: includes/admin/importers/class-wc-product-csv-importer-controller.php:102 msgid "Import" msgstr "" -#: includes/admin/class-wc-admin-assets.php:175 +#: includes/admin/class-wc-admin-assets.php:176 msgid "Export" msgstr "" -#: includes/admin/class-wc-admin-assets.php:200 +#: includes/admin/class-wc-admin-assets.php:201 #: includes/admin/meta-boxes/views/html-product-data-advanced.php:47 -#: includes/admin/settings/class-wc-settings-products.php:410 +#: includes/admin/settings/class-wc-settings-products.php:419 msgid "Enable reviews" msgstr "" -#: includes/admin/class-wc-admin-assets.php:228 +#: includes/admin/class-wc-admin-assets.php:229 #. translators: %d: Number of variations msgid "" "Are you sure you want to link all variations? This will create a new " @@ -6593,123 +6689,124 @@ msgid "" "(max %d per run)." msgstr "" -#: includes/admin/class-wc-admin-assets.php:229 +#: includes/admin/class-wc-admin-assets.php:230 msgid "Enter a value" msgstr "" -#: includes/admin/class-wc-admin-assets.php:230 +#: includes/admin/class-wc-admin-assets.php:231 msgid "Variation menu order (determines position in the list of variations)" msgstr "" -#: includes/admin/class-wc-admin-assets.php:231 +#: includes/admin/class-wc-admin-assets.php:232 msgid "Enter a value (fixed or %)" msgstr "" -#: includes/admin/class-wc-admin-assets.php:232 +#: includes/admin/class-wc-admin-assets.php:233 msgid "Are you sure you want to delete all variations? This cannot be undone." msgstr "" -#: includes/admin/class-wc-admin-assets.php:233 +#: includes/admin/class-wc-admin-assets.php:234 msgid "Last warning, are you sure?" msgstr "" -#: includes/admin/class-wc-admin-assets.php:234 -#: includes/admin/class-wc-admin-taxonomies.php:135 -#: includes/admin/class-wc-admin-taxonomies.php:245 +#: includes/admin/class-wc-admin-assets.php:235 +#: includes/admin/class-wc-admin-taxonomies.php:148 +#: includes/admin/class-wc-admin-taxonomies.php:258 msgid "Choose an image" msgstr "" -#: includes/admin/class-wc-admin-assets.php:235 +#: includes/admin/class-wc-admin-assets.php:236 msgid "Set variation image" msgstr "" -#: includes/admin/class-wc-admin-assets.php:236 +#: includes/admin/class-wc-admin-assets.php:237 msgid "variation added" msgstr "" -#: includes/admin/class-wc-admin-assets.php:237 +#: includes/admin/class-wc-admin-assets.php:238 msgid "variations added" msgstr "" -#: includes/admin/class-wc-admin-assets.php:238 +#: includes/admin/class-wc-admin-assets.php:239 msgid "No variations added" msgstr "" -#: includes/admin/class-wc-admin-assets.php:239 +#: includes/admin/class-wc-admin-assets.php:240 msgid "Are you sure you want to remove this variation?" msgstr "" -#: includes/admin/class-wc-admin-assets.php:240 +#: includes/admin/class-wc-admin-assets.php:241 msgid "Sale start date (YYYY-MM-DD format or leave blank)" msgstr "" -#: includes/admin/class-wc-admin-assets.php:241 +#: includes/admin/class-wc-admin-assets.php:242 msgid "Sale end date (YYYY-MM-DD format or leave blank)" msgstr "" -#: includes/admin/class-wc-admin-assets.php:242 +#: includes/admin/class-wc-admin-assets.php:243 msgid "Save changes before changing page?" msgstr "" -#: includes/admin/class-wc-admin-assets.php:243 +#: includes/admin/class-wc-admin-assets.php:244 msgid "%qty% variation" msgstr "" -#: includes/admin/class-wc-admin-assets.php:244 +#: includes/admin/class-wc-admin-assets.php:245 msgid "%qty% variations" msgstr "" -#: includes/admin/class-wc-admin-assets.php:259 -#: includes/admin/class-wc-admin-assets.php:409 +#: includes/admin/class-wc-admin-assets.php:260 +#: includes/admin/class-wc-admin-assets.php:415 #: includes/admin/settings/views/html-webhooks-edit.php:67 #: includes/class-wc-frontend-scripts.php:566 msgid "Select an option…" msgstr "" -#: includes/admin/class-wc-admin-assets.php:262 -#: includes/admin/meta-boxes/views/html-order-item-meta.php:49 +#: includes/admin/class-wc-admin-assets.php:263 +#: includes/admin/meta-boxes/views/html-order-item-meta.php:50 msgid "Name (required)" msgstr "" -#: includes/admin/class-wc-admin-assets.php:263 -#: includes/admin/meta-boxes/views/html-order-item-meta.php:50 +#: includes/admin/class-wc-admin-assets.php:264 +#: includes/admin/meta-boxes/views/html-order-item-meta.php:51 msgid "Value (required)" msgstr "" -#: includes/admin/class-wc-admin-assets.php:282 -msgid "" -"Are you sure you want to remove the selected items? If you have previously " -"reduced this item's stock, or this order was submitted by a customer, you " -"will need to manually restore the item's stock." +#: includes/admin/class-wc-admin-assets.php:274 +msgid "Are you sure you want to remove the selected items?" msgstr "" -#: includes/admin/class-wc-admin-assets.php:283 +#: includes/admin/class-wc-admin-assets.php:282 +msgid "You may need to manually restore the item's stock." +msgstr "" + +#: includes/admin/class-wc-admin-assets.php:289 msgid "Please select some items." msgstr "" -#: includes/admin/class-wc-admin-assets.php:284 +#: includes/admin/class-wc-admin-assets.php:290 msgid "Are you sure you wish to process this refund? This action cannot be undone." msgstr "" -#: includes/admin/class-wc-admin-assets.php:285 +#: includes/admin/class-wc-admin-assets.php:291 msgid "Are you sure you wish to delete this refund? This action cannot be undone." msgstr "" -#: includes/admin/class-wc-admin-assets.php:286 +#: includes/admin/class-wc-admin-assets.php:292 msgid "" "Are you sure you wish to delete this tax column? This action cannot be " "undone." msgstr "" -#: includes/admin/class-wc-admin-assets.php:287 +#: includes/admin/class-wc-admin-assets.php:293 msgid "Remove this item meta?" msgstr "" -#: includes/admin/class-wc-admin-assets.php:288 +#: includes/admin/class-wc-admin-assets.php:294 msgid "Remove this attribute?" msgstr "" -#: includes/admin/class-wc-admin-assets.php:289 +#: includes/admin/class-wc-admin-assets.php:295 #: includes/admin/class-wc-admin-attributes.php:187 #: includes/admin/class-wc-admin-attributes.php:254 #: includes/admin/class-wc-admin-attributes.php:289 @@ -6718,125 +6815,125 @@ msgstr "" #: includes/admin/class-wc-admin-attributes.php:440 #: includes/admin/class-wc-admin-webhooks-table-list.php:48 #: includes/admin/importers/class-wc-product-csv-importer-controller.php:465 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:623 -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:107 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:624 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:108 #: includes/admin/meta-boxes/views/html-product-attribute.php:17 #: includes/admin/meta-boxes/views/html-product-data-general.php:74 #: includes/admin/meta-boxes/views/html-variation-admin.php:355 #: includes/admin/settings/views/html-webhooks-edit.php:22 #: includes/admin/views/html-admin-page-status-report.php:732 -#: includes/export/class-wc-product-csv-exporter.php:85 +#: includes/export/class-wc-product-csv-exporter.php:103 #: includes/widgets/class-wc-widget-product-categories.php:52 #: templates/single-product-reviews.php:77 msgid "Name" msgstr "" -#: includes/admin/class-wc-admin-assets.php:290 +#: includes/admin/class-wc-admin-assets.php:296 #: includes/admin/meta-boxes/views/html-product-attribute.php:8 #: includes/admin/meta-boxes/views/html-variation-admin.php:16 #: includes/admin/settings/views/html-admin-page-shipping-classes.php:54 msgid "Remove" msgstr "" -#: includes/admin/class-wc-admin-assets.php:291 +#: includes/admin/class-wc-admin-assets.php:297 #: includes/admin/meta-boxes/views/html-order-download-permission.php:9 #: includes/admin/meta-boxes/views/html-product-attribute.php:9 #: includes/admin/meta-boxes/views/html-variation-admin.php:17 msgid "Click to toggle" msgstr "" -#: includes/admin/class-wc-admin-assets.php:292 +#: includes/admin/class-wc-admin-assets.php:298 #: includes/admin/meta-boxes/views/html-product-attribute.php:29 msgid "Value(s)" msgstr "" -#: includes/admin/class-wc-admin-assets.php:293 +#: includes/admin/class-wc-admin-assets.php:299 msgid "Enter some text, or some attributes by pipe (|) separating values." msgstr "" -#: includes/admin/class-wc-admin-assets.php:294 +#: includes/admin/class-wc-admin-assets.php:300 #: includes/admin/meta-boxes/views/html-product-attribute.php:74 msgid "Visible on the product page" msgstr "" -#: includes/admin/class-wc-admin-assets.php:295 +#: includes/admin/class-wc-admin-assets.php:301 #: includes/admin/meta-boxes/views/html-product-attribute.php:80 msgid "Used for variations" msgstr "" -#: includes/admin/class-wc-admin-assets.php:296 +#: includes/admin/class-wc-admin-assets.php:302 msgid "Enter a name for the new attribute term:" msgstr "" -#: includes/admin/class-wc-admin-assets.php:297 +#: includes/admin/class-wc-admin-assets.php:303 msgid "" "Recalculate totals? This will calculate taxes based on the customers " "country (or the store base country) and update totals." msgstr "" -#: includes/admin/class-wc-admin-assets.php:298 +#: includes/admin/class-wc-admin-assets.php:304 msgid "" "Copy billing information to shipping information? This will remove any " "currently entered shipping information." msgstr "" -#: includes/admin/class-wc-admin-assets.php:299 +#: includes/admin/class-wc-admin-assets.php:305 msgid "" "Load the customer's billing information? This will remove any currently " "entered billing information." msgstr "" -#: includes/admin/class-wc-admin-assets.php:300 +#: includes/admin/class-wc-admin-assets.php:306 msgid "" "Load the customer's shipping information? This will remove any currently " "entered shipping information." msgstr "" -#: includes/admin/class-wc-admin-assets.php:301 -#: includes/admin/class-wc-admin-post-types.php:746 -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:120 +#: includes/admin/class-wc-admin-assets.php:307 +#: includes/admin/class-wc-admin-post-types.php:747 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:121 #: includes/admin/views/html-bulk-edit-product.php:200 #: includes/admin/views/html-quick-edit-product.php:159 msgid "Featured" msgstr "" -#: includes/admin/class-wc-admin-assets.php:305 +#: includes/admin/class-wc-admin-assets.php:311 msgid "No customer selected" msgstr "" -#: includes/admin/class-wc-admin-assets.php:329 +#: includes/admin/class-wc-admin-assets.php:335 msgid "" "Could not grant access - the user may already have permission for this file " "or billing email is not set. Ensure the billing email is set, and the order " "has been saved." msgstr "" -#: includes/admin/class-wc-admin-assets.php:330 +#: includes/admin/class-wc-admin-assets.php:336 msgid "Are you sure you want to revoke access to this download?" msgstr "" -#: includes/admin/class-wc-admin-assets.php:331 +#: includes/admin/class-wc-admin-assets.php:337 msgid "You cannot add the same tax rate twice!" msgstr "" -#: includes/admin/class-wc-admin-assets.php:332 +#: includes/admin/class-wc-admin-assets.php:338 msgid "Are you sure you wish to delete this note? This action cannot be undone." msgstr "" -#: includes/admin/class-wc-admin-assets.php:333 +#: includes/admin/class-wc-admin-assets.php:339 msgid "Enter a coupon code to apply to this order." msgstr "" -#: includes/admin/class-wc-admin-assets.php:334 +#: includes/admin/class-wc-admin-assets.php:340 msgid "Enter a fixed amount or percentage to apply as a fee." msgstr "" -#: includes/admin/class-wc-admin-assets.php:383 +#: includes/admin/class-wc-admin-assets.php:389 #: includes/admin/views/html-admin-page-status-report.php:46 msgid "Copying to clipboard failed. Please press Ctrl/Cmd+C to copy." msgstr "" -#: includes/admin/class-wc-admin-assets.php:396 +#: includes/admin/class-wc-admin-assets.php:402 msgid "Are you sure you want to delete this log?" msgstr "" @@ -6889,8 +6986,8 @@ msgstr "" #: includes/admin/class-wc-admin-attributes.php:292 #: includes/admin/class-wc-admin-attributes.php:415 #: includes/admin/importers/class-wc-product-csv-importer-controller.php:463 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:621 -#: includes/export/class-wc-product-csv-exporter.php:83 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:622 +#: includes/export/class-wc-product-csv-exporter.php:101 msgid "Type" msgstr "" @@ -6933,6 +7030,7 @@ msgstr "" #: includes/admin/helper/class-wc-helper.php:180 #: includes/admin/helper/views/html-section-account.php:3 #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:74 +#: templates/cart/shipping-calculator.php:86 msgid "Update" msgstr "" @@ -6947,18 +7045,20 @@ msgid "Terms" msgstr "" #: includes/admin/class-wc-admin-attributes.php:307 -#: includes/admin/class-wc-admin-post-types.php:751 +#: includes/admin/class-wc-admin-post-types.php:752 #: includes/admin/class-wc-admin-webhooks-table-list.php:82 -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:401 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:406 #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:313 -#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:425 +#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:429 #: includes/admin/reports/class-wc-report-customer-list.php:159 #: includes/admin/reports/class-wc-report-stock.php:135 #: includes/admin/settings/views/html-admin-page-shipping-classes.php:54 #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:123 #: includes/admin/settings/views/html-admin-page-shipping-zones.php:78 #: includes/class-wc-post-types.php:308 includes/class-wc-post-types.php:374 -#: includes/class-wc-post-types.php:439 templates/myaccount/my-address.php:53 +#: includes/class-wc-post-types.php:439 +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_PostTypeRegistrar.php:35 +#: templates/myaccount/my-address.php:53 msgid "Edit" msgstr "" @@ -6970,6 +7070,7 @@ msgstr "" #: includes/admin/meta-boxes/views/html-product-variation-download.php:13 #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:123 #: includes/admin/settings/views/html-admin-page-shipping-zones.php:78 +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:92 #: includes/wc-account-functions.php:351 msgid "Delete" msgstr "" @@ -7018,8 +7119,8 @@ msgid "WooCommerce Endpoint" msgstr "" #: includes/admin/class-wc-admin-customize.php:79 -#: includes/admin/class-wc-admin-menus.php:296 -#: includes/admin/settings/class-wc-settings-advanced.php:276 +#: includes/admin/class-wc-admin-menus.php:297 +#: includes/admin/settings/class-wc-settings-advanced.php:274 #: includes/class-wc-query.php:133 msgid "Lost password" msgstr "" @@ -7113,19 +7214,20 @@ msgstr "" #: includes/admin/list-tables/class-wc-admin-list-table-orders.php:116 #: includes/admin/meta-boxes/views/html-product-data-variations.php:58 #: includes/admin/settings/views/html-webhooks-edit.php:36 +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:97 #: includes/wc-account-functions.php:192 templates/myaccount/my-orders.php:15 msgid "Status" msgstr "" #: includes/admin/class-wc-admin-dashboard.php:348 #: includes/admin/list-tables/class-wc-admin-list-table-orders.php:119 -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:440 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:446 #: includes/admin/meta-boxes/views/html-order-items.php:33 -#: includes/admin/meta-boxes/views/html-order-items.php:202 +#: includes/admin/meta-boxes/views/html-order-items.php:192 #: includes/admin/reports/class-wc-report-taxes-by-code.php:183 #: includes/wc-account-functions.php:193 templates/cart/cart-totals.php:92 -#: templates/cart/cart-totals.php:93 templates/cart/cart.php:35 -#: templates/cart/cart.php:120 templates/checkout/review-order.php:27 +#: templates/cart/cart-totals.php:93 templates/cart/cart.php:33 +#: templates/cart/cart.php:118 templates/checkout/review-order.php:27 #: templates/checkout/review-order.php:106 templates/myaccount/my-orders.php:16 #: templates/order/order-details.php:46 msgid "Total" @@ -7364,7 +7466,7 @@ msgstr "" #: includes/admin/class-wc-admin-log-table-list.php:103 #: includes/admin/reports/class-wc-report-downloads.php:214 -#: includes/class-wc-privacy-exporters.php:144 +#: includes/class-wc-privacy-exporters.php:142 msgid "Timestamp" msgstr "" @@ -7394,7 +7496,7 @@ msgid "All sources" msgstr "" #: includes/admin/class-wc-admin-menus.php:61 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:682 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:684 #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:111 #: includes/admin/views/html-admin-page-product-export.php:41 msgid "Attributes" @@ -7414,7 +7516,7 @@ msgstr "" #: includes/admin/class-wc-admin-menus.php:79 #: includes/admin/views/html-admin-page-status-report.php:604 -#: includes/class-wc-install.php:1071 +#: includes/class-wc-install.php:1159 msgid "Settings" msgstr "" @@ -7427,15 +7529,15 @@ msgstr "" msgid "WooCommerce extensions" msgstr "" -#: includes/admin/class-wc-admin-menus.php:280 +#: includes/admin/class-wc-admin-menus.php:281 msgid "WooCommerce endpoints" msgstr "" -#: includes/admin/class-wc-admin-menus.php:328 +#: includes/admin/class-wc-admin-menus.php:329 msgid "Add to menu" msgstr "" -#: includes/admin/class-wc-admin-menus.php:362 +#: includes/admin/class-wc-admin-menus.php:363 msgid "Visit Store" msgstr "" @@ -7485,21 +7587,21 @@ msgid "Rating" msgstr "" #: includes/admin/class-wc-admin-meta-boxes.php:174 -#: includes/admin/settings/class-wc-settings-products.php:403 +#: includes/admin/settings/class-wc-settings-products.php:412 #: templates/single-product-reviews.php:36 msgid "Reviews" msgstr "" -#: includes/admin/class-wc-admin-notices.php:132 -#: includes/admin/class-wc-admin-status.php:271 -#: includes/admin/class-wc-admin-status.php:290 +#: includes/admin/class-wc-admin-notices.php:135 +#: includes/admin/class-wc-admin-status.php:287 #: includes/admin/class-wc-admin-status.php:306 -#: includes/emails/class-wc-email.php:809 +#: includes/admin/class-wc-admin-status.php:322 +#: includes/emails/class-wc-email.php:826 msgid "Action failed. Please refresh the page and retry." msgstr "" -#: includes/admin/class-wc-admin-notices.php:136 -#: includes/emails/class-wc-email.php:813 +#: includes/admin/class-wc-admin-notices.php:139 +#: includes/emails/class-wc-email.php:830 msgid "You don’t have permission to do this." msgstr "" @@ -7529,8 +7631,8 @@ msgid "" msgstr "" #: includes/admin/class-wc-admin-permalink-settings.php:118 -#: includes/admin/class-wc-admin-taxonomies.php:99 -#: includes/admin/class-wc-admin-taxonomies.php:207 +#: includes/admin/class-wc-admin-taxonomies.php:112 +#: includes/admin/class-wc-admin-taxonomies.php:220 msgid "Default" msgstr "" @@ -7553,7 +7655,7 @@ msgid "" msgstr "" #: includes/admin/class-wc-admin-pointers.php:60 -#: includes/admin/class-wc-admin-post-types.php:685 +#: includes/admin/class-wc-admin-post-types.php:686 msgid "Product name" msgstr "" @@ -7607,8 +7709,8 @@ msgstr "" #: includes/admin/class-wc-admin-pointers.php:124 #: includes/admin/meta-boxes/views/html-product-data-variations.php:85 -#: includes/admin/settings/class-wc-settings-products.php:43 -#: includes/admin/settings/class-wc-settings-products.php:259 +#: includes/admin/settings/class-wc-settings-products.php:41 +#: includes/admin/settings/class-wc-settings-products.php:257 msgid "Downloadable products" msgstr "" @@ -7679,16 +7781,17 @@ msgstr "" #: includes/admin/class-wc-admin-pointers.php:250 #: includes/admin/settings/class-wc-settings-general.php:331 -#: includes/admin/settings/class-wc-settings-products.php:74 +#: includes/admin/settings/class-wc-settings-products.php:72 #: includes/admin/views/html-notice-custom.php:12 #: includes/admin/views/html-notice-legacy-shipping.php:11 #: includes/admin/views/html-notice-no-shipping-methods.php:11 #: includes/admin/views/html-notice-secure-connection.php:12 #: includes/admin/views/html-notice-simplify-commerce.php:19 -#: includes/admin/views/html-notice-template-check.php:13 +#: includes/admin/views/html-notice-template-check.php:15 #: includes/admin/views/html-notice-theme-support.php:12 #: includes/admin/views/html-notice-updated.php:12 -#: includes/wc-template-functions.php:969 +#: includes/admin/views/html-notice-wootenberg.php:12 +#: includes/wc-template-functions.php:966 msgid "Dismiss" msgstr "" @@ -7697,281 +7800,284 @@ msgstr "" msgid "Next" msgstr "" -#: includes/admin/class-wc-admin-post-types.php:121 -msgid "Product updated. View Product" -msgstr "" - #: includes/admin/class-wc-admin-post-types.php:122 -#: includes/admin/class-wc-admin-post-types.php:143 -#: includes/admin/class-wc-admin-post-types.php:162 -msgid "Custom field updated." +#. translators: %s: Product view URL. +msgid "Product updated. View Product" msgstr "" #: includes/admin/class-wc-admin-post-types.php:123 #: includes/admin/class-wc-admin-post-types.php:144 #: includes/admin/class-wc-admin-post-types.php:163 -msgid "Custom field deleted." +msgid "Custom field updated." msgstr "" #: includes/admin/class-wc-admin-post-types.php:124 -msgid "Product updated." +#: includes/admin/class-wc-admin-post-types.php:145 +#: includes/admin/class-wc-admin-post-types.php:164 +msgid "Custom field deleted." msgstr "" #: includes/admin/class-wc-admin-post-types.php:125 -#: includes/admin/class-wc-admin-post-types.php:146 -#: includes/admin/class-wc-admin-post-types.php:165 +msgid "Product updated." +msgstr "" + +#: includes/admin/class-wc-admin-post-types.php:126 +#: includes/admin/class-wc-admin-post-types.php:147 +#: includes/admin/class-wc-admin-post-types.php:166 msgid "Revision restored." msgstr "" -#: includes/admin/class-wc-admin-post-types.php:127 +#: includes/admin/class-wc-admin-post-types.php:128 #. translators: %s: product url msgid "Product published. View Product" msgstr "" -#: includes/admin/class-wc-admin-post-types.php:128 +#: includes/admin/class-wc-admin-post-types.php:129 msgid "Product saved." msgstr "" -#: includes/admin/class-wc-admin-post-types.php:130 +#: includes/admin/class-wc-admin-post-types.php:131 #. translators: %s: product url msgid "Product submitted. Preview product" msgstr "" -#: includes/admin/class-wc-admin-post-types.php:133 +#: includes/admin/class-wc-admin-post-types.php:134 #. translators: 1: date 2: product url msgid "" "Product scheduled for: %1$s. Preview " "product" msgstr "" -#: includes/admin/class-wc-admin-post-types.php:134 -#: includes/admin/class-wc-admin-post-types.php:153 -#: includes/admin/class-wc-admin-post-types.php:172 -#: includes/admin/settings/views/html-webhooks-edit.php:159 -#: includes/admin/settings/views/html-webhooks-edit.php:168 -#: includes/admin/settings/views/html-webhooks-edit.php:176 +#: includes/admin/class-wc-admin-post-types.php:135 +#: includes/admin/class-wc-admin-post-types.php:154 +#: includes/admin/class-wc-admin-post-types.php:173 +#: includes/admin/settings/views/html-webhooks-edit.php:162 +#: includes/admin/settings/views/html-webhooks-edit.php:171 +#: includes/admin/settings/views/html-webhooks-edit.php:179 #: includes/class-wc-webhook.php:397 msgid "M j, Y @ G:i" msgstr "" -#: includes/admin/class-wc-admin-post-types.php:137 +#: includes/admin/class-wc-admin-post-types.php:138 #. translators: %s: product url msgid "Product draft updated. Preview product" msgstr "" -#: includes/admin/class-wc-admin-post-types.php:142 -#: includes/admin/class-wc-admin-post-types.php:145 -#: includes/admin/class-wc-admin-post-types.php:147 +#: includes/admin/class-wc-admin-post-types.php:143 +#: includes/admin/class-wc-admin-post-types.php:146 +#: includes/admin/class-wc-admin-post-types.php:148 msgid "Order updated." msgstr "" -#: includes/admin/class-wc-admin-post-types.php:148 +#: includes/admin/class-wc-admin-post-types.php:149 msgid "Order saved." msgstr "" -#: includes/admin/class-wc-admin-post-types.php:149 +#: includes/admin/class-wc-admin-post-types.php:150 msgid "Order submitted." msgstr "" -#: includes/admin/class-wc-admin-post-types.php:152 +#: includes/admin/class-wc-admin-post-types.php:153 #. translators: %s: date msgid "Order scheduled for: %s." msgstr "" -#: includes/admin/class-wc-admin-post-types.php:155 +#: includes/admin/class-wc-admin-post-types.php:156 msgid "Order draft updated." msgstr "" -#: includes/admin/class-wc-admin-post-types.php:156 +#: includes/admin/class-wc-admin-post-types.php:157 msgid "Order updated and sent." msgstr "" -#: includes/admin/class-wc-admin-post-types.php:161 -#: includes/admin/class-wc-admin-post-types.php:164 -#: includes/admin/class-wc-admin-post-types.php:166 +#: includes/admin/class-wc-admin-post-types.php:162 +#: includes/admin/class-wc-admin-post-types.php:165 +#: includes/admin/class-wc-admin-post-types.php:167 msgid "Coupon updated." msgstr "" -#: includes/admin/class-wc-admin-post-types.php:167 +#: includes/admin/class-wc-admin-post-types.php:168 msgid "Coupon saved." msgstr "" -#: includes/admin/class-wc-admin-post-types.php:168 +#: includes/admin/class-wc-admin-post-types.php:169 msgid "Coupon submitted." msgstr "" -#: includes/admin/class-wc-admin-post-types.php:171 +#: includes/admin/class-wc-admin-post-types.php:172 #. translators: %s: date msgid "Coupon scheduled for: %s." msgstr "" -#: includes/admin/class-wc-admin-post-types.php:174 +#: includes/admin/class-wc-admin-post-types.php:175 msgid "Coupon draft updated." msgstr "" -#: includes/admin/class-wc-admin-post-types.php:190 +#: includes/admin/class-wc-admin-post-types.php:191 #. translators: %s: product count msgid "%s product updated." msgid_plural "%s products updated." msgstr[0] "" msgstr[1] "" -#: includes/admin/class-wc-admin-post-types.php:192 +#: includes/admin/class-wc-admin-post-types.php:193 #. translators: %s: product count msgid "%s product not updated, somebody is editing it." msgid_plural "%s products not updated, somebody is editing them." msgstr[0] "" msgstr[1] "" -#: includes/admin/class-wc-admin-post-types.php:194 +#: includes/admin/class-wc-admin-post-types.php:195 #. translators: %s: product count msgid "%s product permanently deleted." msgid_plural "%s products permanently deleted." msgstr[0] "" msgstr[1] "" -#: includes/admin/class-wc-admin-post-types.php:196 +#: includes/admin/class-wc-admin-post-types.php:197 #. translators: %s: product count msgid "%s product moved to the Trash." msgid_plural "%s products moved to the Trash." msgstr[0] "" msgstr[1] "" -#: includes/admin/class-wc-admin-post-types.php:198 +#: includes/admin/class-wc-admin-post-types.php:199 #. translators: %s: product count msgid "%s product restored from the Trash." msgid_plural "%s products restored from the Trash." msgstr[0] "" msgstr[1] "" -#: includes/admin/class-wc-admin-post-types.php:203 +#: includes/admin/class-wc-admin-post-types.php:204 #. translators: %s: order count msgid "%s order updated." msgid_plural "%s orders updated." msgstr[0] "" msgstr[1] "" -#: includes/admin/class-wc-admin-post-types.php:205 +#: includes/admin/class-wc-admin-post-types.php:206 #. translators: %s: order count msgid "%s order not updated, somebody is editing it." msgid_plural "%s orders not updated, somebody is editing them." msgstr[0] "" msgstr[1] "" -#: includes/admin/class-wc-admin-post-types.php:207 +#: includes/admin/class-wc-admin-post-types.php:208 #. translators: %s: order count msgid "%s order permanently deleted." msgid_plural "%s orders permanently deleted." msgstr[0] "" msgstr[1] "" -#: includes/admin/class-wc-admin-post-types.php:209 +#: includes/admin/class-wc-admin-post-types.php:210 #. translators: %s: order count msgid "%s order moved to the Trash." msgid_plural "%s orders moved to the Trash." msgstr[0] "" msgstr[1] "" -#: includes/admin/class-wc-admin-post-types.php:211 +#: includes/admin/class-wc-admin-post-types.php:212 #. translators: %s: order count msgid "%s order restored from the Trash." msgid_plural "%s orders restored from the Trash." msgstr[0] "" msgstr[1] "" -#: includes/admin/class-wc-admin-post-types.php:216 +#: includes/admin/class-wc-admin-post-types.php:217 #. translators: %s: coupon count msgid "%s coupon updated." msgid_plural "%s coupons updated." msgstr[0] "" msgstr[1] "" -#: includes/admin/class-wc-admin-post-types.php:218 +#: includes/admin/class-wc-admin-post-types.php:219 #. translators: %s: coupon count msgid "%s coupon not updated, somebody is editing it." msgid_plural "%s coupons not updated, somebody is editing them." msgstr[0] "" msgstr[1] "" -#: includes/admin/class-wc-admin-post-types.php:220 +#: includes/admin/class-wc-admin-post-types.php:221 #. translators: %s: coupon count msgid "%s coupon permanently deleted." msgid_plural "%s coupons permanently deleted." msgstr[0] "" msgstr[1] "" -#: includes/admin/class-wc-admin-post-types.php:222 +#: includes/admin/class-wc-admin-post-types.php:223 #. translators: %s: coupon count msgid "%s coupon moved to the Trash." msgid_plural "%s coupons moved to the Trash." msgstr[0] "" msgstr[1] "" -#: includes/admin/class-wc-admin-post-types.php:224 +#: includes/admin/class-wc-admin-post-types.php:225 #. translators: %s: coupon count msgid "%s coupon restored from the Trash." msgid_plural "%s coupons restored from the Trash." msgstr[0] "" msgstr[1] "" -#: includes/admin/class-wc-admin-post-types.php:688 templates/cart/cart.php:138 +#: includes/admin/class-wc-admin-post-types.php:689 templates/cart/cart.php:136 #: templates/checkout/form-coupon.php:34 msgid "Coupon code" msgstr "" -#: includes/admin/class-wc-admin-post-types.php:702 +#: includes/admin/class-wc-admin-post-types.php:703 msgid "Description (optional)" msgstr "" -#: includes/admin/class-wc-admin-post-types.php:739 +#: includes/admin/class-wc-admin-post-types.php:740 msgid "Catalog visibility:" msgstr "" -#: includes/admin/class-wc-admin-post-types.php:759 +#: includes/admin/class-wc-admin-post-types.php:760 msgid "This setting determines which shop pages products will be listed on." msgstr "" -#: includes/admin/class-wc-admin-post-types.php:765 +#: includes/admin/class-wc-admin-post-types.php:766 msgid "This is a featured product" msgstr "" -#: includes/admin/class-wc-admin-post-types.php:768 +#: includes/admin/class-wc-admin-post-types.php:769 msgid "OK" msgstr "" -#: includes/admin/class-wc-admin-post-types.php:769 -#: includes/admin/meta-boxes/views/html-order-items.php:257 -#: includes/admin/meta-boxes/views/html-order-items.php:305 +#: includes/admin/class-wc-admin-post-types.php:770 +#: includes/admin/meta-boxes/views/html-order-items.php:247 +#: includes/admin/meta-boxes/views/html-order-items.php:295 #: includes/admin/meta-boxes/views/html-product-data-general.php:60 #: includes/admin/meta-boxes/views/html-product-data-variations.php:128 #: includes/admin/plugin-updates/views/html-notice-untested-extensions-modal.php:48 +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:133 #: includes/wc-account-functions.php:281 msgid "Cancel" msgstr "" -#: includes/admin/class-wc-admin-post-types.php:848 +#: includes/admin/class-wc-admin-post-types.php:850 +#. translators: %s: URL to read more about the shop page. msgid "" "This is the WooCommerce shop page. The shop page is a special archive that " "lists your products. You can read more about this here." msgstr "" -#: includes/admin/class-wc-admin-post-types.php:861 +#: includes/admin/class-wc-admin-post-types.php:863 msgid "Shop Page" msgstr "" -#: includes/admin/class-wc-admin-post-types.php:865 +#: includes/admin/class-wc-admin-post-types.php:867 msgid "Cart Page" msgstr "" -#: includes/admin/class-wc-admin-post-types.php:869 +#: includes/admin/class-wc-admin-post-types.php:871 msgid "Checkout Page" msgstr "" -#: includes/admin/class-wc-admin-post-types.php:873 +#: includes/admin/class-wc-admin-post-types.php:875 msgid "My Account Page" msgstr "" -#: includes/admin/class-wc-admin-post-types.php:877 +#: includes/admin/class-wc-admin-post-types.php:879 msgid "Terms and Conditions Page" msgstr "" @@ -7984,7 +8090,7 @@ msgstr "" #: includes/admin/class-wc-admin-profile.php:105 #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:44 #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:95 -#: includes/class-wc-countries.php:619 includes/class-wc-form-handler.php:240 +#: includes/class-wc-countries.php:627 includes/class-wc-form-handler.php:235 #: templates/myaccount/form-edit-account.php:27 msgid "First name" msgstr "" @@ -7993,7 +8099,7 @@ msgstr "" #: includes/admin/class-wc-admin-profile.php:109 #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:48 #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:99 -#: includes/class-wc-countries.php:626 includes/class-wc-form-handler.php:241 +#: includes/class-wc-countries.php:634 includes/class-wc-form-handler.php:236 #: templates/myaccount/form-edit-account.php:31 msgid "Last name" msgstr "" @@ -8010,49 +8116,53 @@ msgstr "" #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:56 #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:107 #: includes/admin/settings/class-wc-settings-general.php:64 -#: includes/api/class-wc-rest-customers-controller.php:215 -#: includes/api/class-wc-rest-customers-controller.php:278 -#: includes/api/class-wc-rest-orders-controller.php:995 -#: includes/api/class-wc-rest-orders-controller.php:1058 +#: includes/api/class-wc-rest-customers-controller.php:168 +#: includes/api/class-wc-rest-customers-controller.php:231 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:215 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:278 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1006 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1069 msgid "Address line 1" msgstr "" #: includes/admin/class-wc-admin-profile.php:61 #: includes/admin/class-wc-admin-profile.php:121 -#: includes/admin/class-wc-admin-setup-wizard.php:405 +#: includes/admin/class-wc-admin-setup-wizard.php:430 #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:60 #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:111 #: includes/admin/settings/class-wc-settings-general.php:73 -#: includes/api/class-wc-rest-customers-controller.php:220 -#: includes/api/class-wc-rest-customers-controller.php:283 -#: includes/api/class-wc-rest-orders-controller.php:1000 -#: includes/api/class-wc-rest-orders-controller.php:1063 +#: includes/api/class-wc-rest-customers-controller.php:173 +#: includes/api/class-wc-rest-customers-controller.php:236 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:220 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:283 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1011 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1074 #: includes/customizer/class-wc-shop-customizer.php:678 msgid "Address line 2" msgstr "" #: includes/admin/class-wc-admin-profile.php:65 #: includes/admin/class-wc-admin-profile.php:125 -#: includes/admin/class-wc-admin-setup-wizard.php:410 +#: includes/admin/class-wc-admin-setup-wizard.php:435 #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:64 #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:115 #: includes/admin/settings/class-wc-settings-general.php:82 #: includes/admin/settings/class-wc-settings-tax.php:196 #: includes/admin/settings/views/html-settings-tax.php:29 -#: templates/cart/shipping-calculator.php:87 +#: templates/cart/shipping-calculator.php:76 msgid "City" msgstr "" #: includes/admin/class-wc-admin-profile.php:69 #: includes/admin/class-wc-admin-profile.php:129 -#: includes/admin/class-wc-admin-setup-wizard.php:420 +#: includes/admin/class-wc-admin-setup-wizard.php:445 #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:68 #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:119 #: includes/admin/settings/class-wc-settings-general.php:100 #: includes/admin/settings/class-wc-settings-tax.php:195 #: includes/admin/settings/views/html-settings-tax.php:28 -#: includes/class-wc-countries.php:681 -#: templates/cart/shipping-calculator.php:95 +#: includes/class-wc-countries.php:690 +#: templates/cart/shipping-calculator.php:82 msgid "Postcode / ZIP" msgstr "" @@ -8060,10 +8170,10 @@ msgstr "" #: includes/admin/class-wc-admin-profile.php:133 #: includes/admin/class-wc-admin-settings.php:588 #: includes/admin/class-wc-admin-settings.php:613 -#: includes/admin/class-wc-admin-setup-wizard.php:396 +#: includes/admin/class-wc-admin-setup-wizard.php:421 #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:72 #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:123 -#: includes/class-wc-countries.php:641 +#: includes/class-wc-countries.php:649 msgid "Country" msgstr "" @@ -8071,8 +8181,8 @@ msgstr "" #: includes/admin/class-wc-admin-profile.php:137 #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:76 #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:127 -#: includes/wc-template-functions.php:2530 -#: templates/cart/shipping-calculator.php:38 +#: includes/wc-template-functions.php:2536 +#: templates/cart/shipping-calculator.php:31 msgid "Select a country…" msgstr "" @@ -8080,10 +8190,10 @@ msgstr "" #: includes/admin/class-wc-admin-profile.php:140 #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:79 #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:130 -#: includes/class-wc-countries.php:673 -#: templates/cart/shipping-calculator.php:59 -#: templates/cart/shipping-calculator.php:64 -#: templates/cart/shipping-calculator.php:76 +#: includes/class-wc-countries.php:682 +#: templates/cart/shipping-calculator.php:50 +#: templates/cart/shipping-calculator.php:55 +#: templates/cart/shipping-calculator.php:67 msgid "State / County" msgstr "" @@ -8093,19 +8203,19 @@ msgid "State / County or state code" msgstr "" #: includes/admin/class-wc-admin-profile.php:85 -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:360 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:365 #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:87 -#: includes/class-wc-countries.php:1232 +#: includes/class-wc-countries.php:1257 #: includes/customizer/class-wc-shop-customizer.php:679 msgid "Phone" msgstr "" #: includes/admin/class-wc-admin-profile.php:89 -#: includes/admin/class-wc-admin-setup-wizard.php:2164 +#: includes/admin/class-wc-admin-setup-wizard.php:2258 #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:84 -#: includes/class-wc-countries.php:1242 includes/class-wc-form-handler.php:243 +#: includes/class-wc-countries.php:1267 includes/class-wc-form-handler.php:238 #: templates/myaccount/form-edit-account.php:43 -#: templates/myaccount/form-login.php:90 +#: templates/myaccount/form-login.php:86 msgid "Email address" msgstr "" @@ -8126,9 +8236,9 @@ msgstr "" #: includes/admin/class-wc-admin-reports.php:47 #: includes/admin/reports/class-wc-report-customer-list.php:215 -#: includes/admin/settings/class-wc-settings-advanced.php:222 +#: includes/admin/settings/class-wc-settings-advanced.php:220 #: includes/class-wc-post-types.php:370 -#: includes/class-wc-privacy-exporters.php:76 includes/class-wc-query.php:109 +#: includes/class-wc-privacy-exporters.php:75 includes/class-wc-query.php:109 #: includes/wc-account-functions.php:99 msgid "Orders" msgstr "" @@ -8168,9 +8278,9 @@ msgstr "" #: includes/admin/class-wc-admin-reports.php:99 #: includes/admin/importers/class-wc-product-csv-importer-controller.php:476 -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:114 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:115 #: includes/admin/meta-boxes/views/html-product-data-variations.php:74 -#: includes/export/class-wc-product-csv-exporter.php:96 +#: includes/export/class-wc-product-csv-exporter.php:114 msgid "Stock" msgstr "" @@ -8225,7 +8335,7 @@ msgid "Select a page…" msgstr "" #: includes/admin/class-wc-admin-settings.php:588 -#: includes/admin/class-wc-admin-setup-wizard.php:396 +#: includes/admin/class-wc-admin-setup-wizard.php:421 msgid "Choose a country…" msgstr "" @@ -8234,37 +8344,49 @@ msgid "Choose countries…" msgstr "" #: includes/admin/class-wc-admin-settings.php:630 -#: includes/wc-formatting-functions.php:1360 +#: includes/wc-formatting-functions.php:1363 msgid "Day(s)" msgstr "" #: includes/admin/class-wc-admin-settings.php:631 -#: includes/wc-formatting-functions.php:1361 +#: includes/wc-formatting-functions.php:1364 msgid "Week(s)" msgstr "" #: includes/admin/class-wc-admin-settings.php:632 -#: includes/wc-formatting-functions.php:1362 +#: includes/wc-formatting-functions.php:1365 msgid "Month(s)" msgstr "" #: includes/admin/class-wc-admin-settings.php:633 -#: includes/wc-formatting-functions.php:1363 +#: includes/wc-formatting-functions.php:1366 msgid "Year(s)" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:155 +#: includes/admin/class-wc-admin-setup-wizard.php:193 +msgid "Stripe setup is powered by Jetpack and WooCommerce Services." +msgstr "" + +#: includes/admin/class-wc-admin-setup-wizard.php:194 +msgid "PayPal setup is powered by Jetpack and WooCommerce Services." +msgstr "" + +#: includes/admin/class-wc-admin-setup-wizard.php:195 +msgid "Stripe and PayPal setup are powered by Jetpack and WooCommerce Services." +msgstr "" + +#: includes/admin/class-wc-admin-setup-wizard.php:212 msgid "Store setup" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:160 -#: includes/admin/class-wc-admin-setup-wizard.php:1608 +#: includes/admin/class-wc-admin-setup-wizard.php:217 +#: includes/admin/class-wc-admin-setup-wizard.php:1702 msgid "Payment" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:165 -#: includes/admin/class-wc-admin-setup-wizard.php:881 -#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:424 +#: includes/admin/class-wc-admin-setup-wizard.php:222 +#: includes/admin/class-wc-admin-setup-wizard.php:913 +#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:428 #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:99 #: includes/admin/meta-boxes/views/html-order-shipping.php:17 #: includes/admin/meta-boxes/views/html-product-data-variations.php:79 @@ -8276,64 +8398,65 @@ msgstr "" msgid "Shipping" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:170 +#: includes/admin/class-wc-admin-setup-wizard.php:227 msgid "Recommended" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:175 +#: includes/admin/class-wc-admin-setup-wizard.php:232 msgid "Activate" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:180 +#: includes/admin/class-wc-admin-setup-wizard.php:237 msgid "Ready!" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:289 +#: includes/admin/class-wc-admin-setup-wizard.php:313 msgid "WooCommerce › Setup Wizard" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:305 +#: includes/admin/class-wc-admin-setup-wizard.php:330 msgid "Not right now" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:307 +#: includes/admin/class-wc-admin-setup-wizard.php:332 msgid "Skip this step" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:391 +#: includes/admin/class-wc-admin-setup-wizard.php:416 msgid "" "The following wizard will help you configure your store and get you started " "quickly." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:395 +#: includes/admin/class-wc-admin-setup-wizard.php:420 msgid "Where is your store based?" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:402 +#: includes/admin/class-wc-admin-setup-wizard.php:427 msgid "Address" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:415 -#: includes/admin/class-wc-admin-setup-wizard.php:417 -#: includes/class-wc-countries.php:764 includes/class-wc-countries.php:1131 +#: includes/admin/class-wc-admin-setup-wizard.php:440 +#: includes/admin/class-wc-admin-setup-wizard.php:442 +#: includes/class-wc-countries.php:767 includes/class-wc-countries.php:1020 +#: includes/class-wc-countries.php:1156 msgid "State" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:417 +#: includes/admin/class-wc-admin-setup-wizard.php:442 msgid "Choose a state…" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:428 +#: includes/admin/class-wc-admin-setup-wizard.php:453 msgid "What currency do you accept payments in?" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:434 -#: includes/admin/class-wc-admin-setup-wizard.php:437 +#: includes/admin/class-wc-admin-setup-wizard.php:459 +#: includes/admin/class-wc-admin-setup-wizard.php:462 msgid "Choose a currency…" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:445 +#: includes/admin/class-wc-admin-setup-wizard.php:470 #: includes/admin/meta-boxes/views/html-order-items.php:41 #: includes/admin/views/html-bulk-edit-product.php:134 #. translators: 1: currency name 2: currency code @@ -8341,36 +8464,36 @@ msgstr "" msgid "%1$s (%2$s)" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:448 +#: includes/admin/class-wc-admin-setup-wizard.php:473 #. translators: 1: currency name 2: currency symbol, 3: currency code msgid "%1$s (%2$s / %3$s)" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:462 +#: includes/admin/class-wc-admin-setup-wizard.php:487 msgid "What type of products do you plan to sell?" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:465 +#: includes/admin/class-wc-admin-setup-wizard.php:490 msgid "I plan to sell both physical and digital products" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:466 +#: includes/admin/class-wc-admin-setup-wizard.php:491 msgid "I plan to sell physical products" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:467 +#: includes/admin/class-wc-admin-setup-wizard.php:492 msgid "I plan to sell digital products" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:479 +#: includes/admin/class-wc-admin-setup-wizard.php:504 msgid "I will also be selling products or services in person." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:488 +#: includes/admin/class-wc-admin-setup-wizard.php:513 msgid "Help WooCommerce improve with usage tracking." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:492 +#: includes/admin/class-wc-admin-setup-wizard.php:517 msgid "" "Gathering usage data allows us to make WooCommerce better — your " "store will be considered as we evaluate new features, judge the quality of " @@ -8379,41 +8502,33 @@ msgid "" "we will not collect any usage data." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:493 +#: includes/admin/class-wc-admin-setup-wizard.php:518 msgid "Read more about what we collect." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:501 +#: includes/admin/class-wc-admin-setup-wizard.php:526 msgid "Let's go!" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:674 -#: includes/admin/class-wc-admin-setup-wizard.php:709 -#: includes/admin/class-wc-admin-setup-wizard.php:2104 +#: includes/admin/class-wc-admin-setup-wizard.php:700 +#: includes/admin/class-wc-admin-setup-wizard.php:735 +#: includes/admin/class-wc-admin-setup-wizard.php:2198 msgid "Jetpack" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:722 +#: includes/admin/class-wc-admin-setup-wizard.php:748 msgid "The following plugins will be installed and activated for you:" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:758 -msgid "Live Rates" -msgstr "" - -#: includes/admin/class-wc-admin-setup-wizard.php:759 -msgid "Powered by WooCommerce Services and Jetpack." -msgstr "" - -#: includes/admin/class-wc-admin-setup-wizard.php:762 +#: includes/admin/class-wc-admin-setup-wizard.php:764 msgid "Flat Rate" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:763 +#: includes/admin/class-wc-admin-setup-wizard.php:765 msgid "Set a fixed price to cover shipping costs." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:767 +#: includes/admin/class-wc-admin-setup-wizard.php:769 #: includes/admin/meta-boxes/views/html-order-items.php:31 #: includes/shipping/flat-rate/includes/settings-flat-rate.php:31 #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:63 @@ -8421,117 +8536,136 @@ msgstr "" msgid "Cost" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:768 +#: includes/admin/class-wc-admin-setup-wizard.php:770 msgid "What would you like to charge for flat rate shipping?" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:774 +#: includes/admin/class-wc-admin-setup-wizard.php:776 #: includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php:106 msgid "Free Shipping" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:775 +#: includes/admin/class-wc-admin-setup-wizard.php:777 msgid "Don't charge for shipping." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:864 -msgid "How would you like units on your store displayed?" +#: includes/admin/class-wc-admin-setup-wizard.php:856 +msgid "Kilograms" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:868 -#. translators: %1$s: country name including the 'the' prefix, %2$s: shipping -#. carrier name -msgid "" -"You're all set up to ship anywhere in %1$s, and outside of it. We recommend " -"using live rates (which are powered by our WooCommerce " -"Services plugin and Jetpack) to get accurate %2$s shipping prices to cover " -"the cost of order fulfillment." +#: includes/admin/class-wc-admin-setup-wizard.php:857 +msgid "Grams" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:875 +#: includes/admin/class-wc-admin-setup-wizard.php:858 +msgid "Pounds" +msgstr "" + +#: includes/admin/class-wc-admin-setup-wizard.php:859 +msgid "Ounces" +msgstr "" + +#: includes/admin/class-wc-admin-setup-wizard.php:878 +msgid "Meters" +msgstr "" + +#: includes/admin/class-wc-admin-setup-wizard.php:879 +msgid "Centimeters" +msgstr "" + +#: includes/admin/class-wc-admin-setup-wizard.php:880 +msgid "Millimeters" +msgstr "" + +#: includes/admin/class-wc-admin-setup-wizard.php:881 +msgid "Inches" +msgstr "" + +#: includes/admin/class-wc-admin-setup-wizard.php:882 +msgid "Yards" +msgstr "" + +#: includes/admin/class-wc-admin-setup-wizard.php:904 #. translators: %s: country name including the 'the' prefix if needed msgid "" -"You can choose which countries you'll be shipping to and with which " -"methods. To get started, we've set you up with shipping inside and outside " -"of %s." +"We've created two Shipping Zones - for %s and for the rest of the world. " +"Below you can set Flat Rate shipping costs for these Zones or offer Free " +"Shipping." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:888 +#: includes/admin/class-wc-admin-setup-wizard.php:922 msgid "Shipping Zone" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:891 +#: includes/admin/class-wc-admin-setup-wizard.php:925 msgid "Shipping Method" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:910 +#: includes/admin/class-wc-admin-setup-wizard.php:944 #: includes/admin/settings/views/html-admin-page-shipping-zones.php:26 #: includes/data-stores/class-wc-shipping-zone-data-store.php:87 msgid "Locations not covered by your other zones" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:932 -msgid "Weight unit—used to calculate shipping rates, and more." -msgstr "" - -#: includes/admin/class-wc-admin-setup-wizard.php:940 -#: includes/admin/settings/class-wc-settings-products.php:371 -msgid "kg" -msgstr "" - -#: includes/admin/class-wc-admin-setup-wizard.php:941 -#: includes/admin/settings/class-wc-settings-products.php:372 -msgid "g" -msgstr "" - -#: includes/admin/class-wc-admin-setup-wizard.php:942 -#: includes/admin/settings/class-wc-settings-products.php:373 -msgid "lbs" -msgstr "" - -#: includes/admin/class-wc-admin-setup-wizard.php:943 -#: includes/admin/settings/class-wc-settings-products.php:374 -msgid "oz" -msgstr "" - -#: includes/admin/class-wc-admin-setup-wizard.php:952 -msgid "Dimension unit—helps for accurate package selection." -msgstr "" - -#: includes/admin/class-wc-admin-setup-wizard.php:960 -#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:237 -#: includes/admin/settings/class-wc-settings-products.php:388 -msgid "m" -msgstr "" - -#: includes/admin/class-wc-admin-setup-wizard.php:961 -#: includes/admin/settings/class-wc-settings-products.php:389 -msgid "cm" -msgstr "" - #: includes/admin/class-wc-admin-setup-wizard.php:962 -#: includes/admin/settings/class-wc-settings-products.php:390 -msgid "mm" +#. translators: %1$s: live rates tooltip text, %2$s: shipping extensions URL +msgid "" +"If you'd like to offer live " +"rates from a specific carrier (e.g. UPS) you can find a variety of " +"extensions available for WooCommerce here." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:963 -#: includes/admin/settings/class-wc-settings-products.php:391 -msgid "in" +#: includes/admin/class-wc-admin-setup-wizard.php:974 +msgid "" +"A live rate is the exact cost to ship an order, quoted directly from the " +"shipping carrier." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:964 -#: includes/admin/settings/class-wc-settings-products.php:392 -msgid "yd" +#: includes/admin/class-wc-admin-setup-wizard.php:989 +#: includes/admin/class-wc-admin-setup-wizard.php:998 +msgid "Print shipping labels at home" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:971 -#: includes/admin/class-wc-admin-setup-wizard.php:1666 -#: includes/admin/class-wc-admin-setup-wizard.php:1826 +#: includes/admin/class-wc-admin-setup-wizard.php:990 +msgid "" +"We recommend WooCommerce Services & Jetpack. These plugins will save you " +"time at the Post Office by enabling you to print your shipping labels at " +"home." +msgstr "" + +#: includes/admin/class-wc-admin-setup-wizard.php:992 +msgid "WooCommerce Services icon" +msgstr "" + +#: includes/admin/class-wc-admin-setup-wizard.php:999 +msgid "" +"We recommend using ShipStation to save time at the Post Office by printing " +"your shipping labels at home. Try ShipStation free for 30 days." +msgstr "" + +#: includes/admin/class-wc-admin-setup-wizard.php:1001 +msgid "ShipStation icon" +msgstr "" + +#: includes/admin/class-wc-admin-setup-wizard.php:1004 +#: includes/admin/class-wc-admin-setup-wizard.php:1083 +msgid "ShipStation" +msgstr "" + +#: includes/admin/class-wc-admin-setup-wizard.php:1020 +#. translators: %1$s: weight unit dropdown, %2$s: dimension unit dropdown +msgid "We'll use %1$s for product weight and %2$s for product dimensions." +msgstr "" + +#: includes/admin/class-wc-admin-setup-wizard.php:1045 +#: includes/admin/class-wc-admin-setup-wizard.php:1760 +#: includes/admin/class-wc-admin-setup-wizard.php:1920 #: includes/admin/importers/views/html-product-csv-import-form.php:101 msgid "Continue" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1237 +#: includes/admin/class-wc-admin-setup-wizard.php:1329 #. translators: %s: URL msgid "" "Accept debit and credit cards in 135+ currencies, methods such as Alipay, " @@ -8539,14 +8673,14 @@ msgid "" "target=\"_blank\">Learn more." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1242 +#: includes/admin/class-wc-admin-setup-wizard.php:1334 #. translators: %s: URL msgid "" "Safe and secure payments using credit cards or your customer's PayPal " "account. Learn more." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1247 +#: includes/admin/class-wc-admin-setup-wizard.php:1339 #. translators: %s: URL msgid "" "Full checkout experience with pay now, pay later and slice it. No credit " @@ -8554,7 +8688,7 @@ msgid "" "target=\"_blank\">Learn more about Klarna." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1252 +#: includes/admin/class-wc-admin-setup-wizard.php:1344 #. translators: %s: URL msgid "" "Choose the payment that you want, pay now, pay later or slice it. No credit " @@ -8562,7 +8696,7 @@ msgid "" "target=\"_blank\">Learn more about Klarna." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1257 +#: includes/admin/class-wc-admin-setup-wizard.php:1349 #. translators: %s: URL msgid "" "Securely accept credit and debit cards with one low rate, no surprise fees " @@ -8571,157 +8705,145 @@ msgid "" "Square." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1263 +#: includes/admin/class-wc-admin-setup-wizard.php:1355 msgid "WooCommerce Stripe Gateway" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1270 -msgid "Create a new Stripe account for me" +#: includes/admin/class-wc-admin-setup-wizard.php:1362 +msgid "Set up Stripe for me using this email:" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1278 +#: includes/admin/class-wc-admin-setup-wizard.php:1371 msgid "Stripe email address:" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1281 +#: includes/admin/class-wc-admin-setup-wizard.php:1374 msgid "Stripe email address" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1282 -msgid "" -"Enter your email address and we'll handle account creation. Powered by " -"WooCommerce Services and Jetpack." +#: includes/admin/class-wc-admin-setup-wizard.php:1380 +msgid "WooCommerce PayPal Checkout Gateway" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1288 -msgid "WooCommerce PayPal Express Checkout Gateway" +#: includes/admin/class-wc-admin-setup-wizard.php:1388 +msgid "Set up PayPal for me using this email:" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1296 -msgid "Accept payments without linking a PayPal account" -msgstr "" - -#: includes/admin/class-wc-admin-setup-wizard.php:1304 +#: includes/admin/class-wc-admin-setup-wizard.php:1397 msgid "Direct payments to email address:" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1307 +#: includes/admin/class-wc-admin-setup-wizard.php:1400 msgid "Email address to receive payments" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1308 -msgid "" -"Enter your email address and we'll authenticate payments for you. Powered " -"by WooCommerce Services and Jetpack." -msgstr "" - -#: includes/admin/class-wc-admin-setup-wizard.php:1314 +#: includes/admin/class-wc-admin-setup-wizard.php:1406 msgid "PayPal Standard" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1315 +#: includes/admin/class-wc-admin-setup-wizard.php:1407 msgid "Accept payments via PayPal using account balance or credit card." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1319 +#: includes/admin/class-wc-admin-setup-wizard.php:1411 msgid "PayPal email address:" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1322 +#: includes/admin/class-wc-admin-setup-wizard.php:1414 msgid "PayPal email address" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1328 +#: includes/admin/class-wc-admin-setup-wizard.php:1420 msgid "Klarna Checkout for WooCommerce" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1336 +#: includes/admin/class-wc-admin-setup-wizard.php:1428 msgid "Klarna Payments for WooCommerce" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1344 +#: includes/admin/class-wc-admin-setup-wizard.php:1436 msgid "WooCommerce Square" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1352 +#: includes/admin/class-wc-admin-setup-wizard.php:1444 msgid "WooCommerce eWAY Gateway" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1353 +#: includes/admin/class-wc-admin-setup-wizard.php:1445 msgid "" "The eWAY extension for WooCommerce allows you to take credit card payments " "directly on your store without redirecting your customers to a third party " "site to make payment." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1360 +#: includes/admin/class-wc-admin-setup-wizard.php:1452 msgid "WooCommerce PayFast Gateway" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1361 +#: includes/admin/class-wc-admin-setup-wizard.php:1453 msgid "" "The PayFast extension for WooCommerce enables you to accept payments by " "Credit Card and EFT via one of South Africa’s most popular payment " "gateways. No setup fees or monthly subscription costs." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1456 +#: includes/admin/class-wc-admin-setup-wizard.php:1548 msgid "A simple offline gateway that lets you accept a check as method of payment." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1461 +#: includes/admin/class-wc-admin-setup-wizard.php:1553 msgid "Bank transfer (BACS) payments" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1462 +#: includes/admin/class-wc-admin-setup-wizard.php:1554 msgid "A simple offline gateway that lets you accept BACS payment." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1467 +#: includes/admin/class-wc-admin-setup-wizard.php:1559 #: includes/gateways/cod/class-wc-gateway-cod.php:56 #: includes/gateways/cod/class-wc-gateway-cod.php:118 msgid "Cash on delivery" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1468 +#: includes/admin/class-wc-admin-setup-wizard.php:1560 msgid "A simple offline gateway that lets you accept cash on delivery." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1615 +#: includes/admin/class-wc-admin-setup-wizard.php:1709 #. translators: %s: Link msgid "" "WooCommerce can accept both online and offline payments. Additional payment methods can be installed later." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1648 +#: includes/admin/class-wc-admin-setup-wizard.php:1742 msgid "Offline Payments" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1651 +#: includes/admin/class-wc-admin-setup-wizard.php:1745 msgid "Collect payments from customers offline." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1768 +#: includes/admin/class-wc-admin-setup-wizard.php:1862 msgid "Recommended for All WooCommerce Stores" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1778 +#: includes/admin/class-wc-admin-setup-wizard.php:1872 msgid "" "Select from the list below to enable automated taxes and MailChimp’s " "best-in-class email services — and design your store with our official, " "free WooCommerce theme." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1780 +#: includes/admin/class-wc-admin-setup-wizard.php:1874 msgid "Enhance your store with these recommended features." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1791 +#: includes/admin/class-wc-admin-setup-wizard.php:1885 msgid "Storefront Theme" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1792 +#: includes/admin/class-wc-admin-setup-wizard.php:1886 msgid "" "Design your store with deep WooCommerce integration. If toggled on, we’ll " "install %s will be deactivated." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1797 +#: includes/admin/class-wc-admin-setup-wizard.php:1891 msgid "Storefront icon" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1804 +#: includes/admin/class-wc-admin-setup-wizard.php:1898 msgid "Automated Taxes" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1805 +#: includes/admin/class-wc-admin-setup-wizard.php:1899 msgid "" "Save time and errors with automated tax calculation and collection at " "checkout. Powered by WooCommerce Services and Jetpack." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1807 +#: includes/admin/class-wc-admin-setup-wizard.php:1901 msgid "automated taxes icon" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1815 +#: includes/admin/class-wc-admin-setup-wizard.php:1909 msgid "MailChimp" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1816 +#: includes/admin/class-wc-admin-setup-wizard.php:1910 msgid "" "Join the 16 million customers who use MailChimp. Sync list and store data " "to send automated emails, and targeted campaigns." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1818 +#: includes/admin/class-wc-admin-setup-wizard.php:1912 msgid "MailChimp icon" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1819 -#: includes/admin/class-wc-admin-setup-wizard.php:1861 +#: includes/admin/class-wc-admin-setup-wizard.php:1913 +#: includes/admin/class-wc-admin-setup-wizard.php:1955 msgid "MailChimp for WooCommerce" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1912 +#: includes/admin/class-wc-admin-setup-wizard.php:2006 msgid "payment setup, automated taxes, live rates and discounted shipping labels" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1914 +#: includes/admin/class-wc-admin-setup-wizard.php:2008 msgid "payment setup and automated taxes" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1916 +#: includes/admin/class-wc-admin-setup-wizard.php:2010 msgid "payment setup, live rates and discounted shipping labels" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1918 +#: includes/admin/class-wc-admin-setup-wizard.php:2012 msgid "payment setup" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1920 +#: includes/admin/class-wc-admin-setup-wizard.php:2014 msgid "automated taxes, live rates and discounted shipping labels" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1922 +#: includes/admin/class-wc-admin-setup-wizard.php:2016 msgid "automated taxes" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1924 +#: includes/admin/class-wc-admin-setup-wizard.php:2018 msgid "live rates and discounted shipping labels" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1941 +#: includes/admin/class-wc-admin-setup-wizard.php:2035 msgid "Sorry, we couldn't connect your store to Jetpack" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1953 +#: includes/admin/class-wc-admin-setup-wizard.php:2047 #. translators: %s: list of features, potentially comma separated msgid "" "Your store is almost ready! To activate services like %s, just connect with " "Jetpack." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1955 +#: includes/admin/class-wc-admin-setup-wizard.php:2049 msgid "" "Thanks for using Jetpack! Your store is almost ready: to activate services " "like %s, just connect your store." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1962 +#: includes/admin/class-wc-admin-setup-wizard.php:2056 msgid "Connect your store to Jetpack" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1963 +#: includes/admin/class-wc-admin-setup-wizard.php:2057 msgid "Connect your store to Jetpack to enable extra features" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1964 +#: includes/admin/class-wc-admin-setup-wizard.php:2058 msgid "Continue with Jetpack" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1966 +#: includes/admin/class-wc-admin-setup-wizard.php:2060 msgid "Connect your store to activate WooCommerce Services" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1967 +#: includes/admin/class-wc-admin-setup-wizard.php:2061 msgid "Continue with WooCommerce Services" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2003 +#: includes/admin/class-wc-admin-setup-wizard.php:2097 msgid "Finish setting up your store" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2010 +#: includes/admin/class-wc-admin-setup-wizard.php:2104 msgid "" "By connecting your site you agree to our fascinating Terms of Service and to share details with WordPress.com" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2027 +#: includes/admin/class-wc-admin-setup-wizard.php:2121 msgid "Bonus reasons you'll love Jetpack" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2028 +#: includes/admin/class-wc-admin-setup-wizard.php:2122 msgid "Reasons you'll love Jetpack" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2035 +#: includes/admin/class-wc-admin-setup-wizard.php:2129 msgid "Better security" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2038 +#: includes/admin/class-wc-admin-setup-wizard.php:2132 msgid "Protect your store from unauthorized access." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2043 +#: includes/admin/class-wc-admin-setup-wizard.php:2137 msgid "Store stats" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2046 +#: includes/admin/class-wc-admin-setup-wizard.php:2140 msgid "" "Get insights on how your store is doing, including total sales, top " "products, and more." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2051 +#: includes/admin/class-wc-admin-setup-wizard.php:2145 msgid "Store monitoring" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2054 +#: includes/admin/class-wc-admin-setup-wizard.php:2148 msgid "Get an alert if your store is down for even a few minutes." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2059 +#: includes/admin/class-wc-admin-setup-wizard.php:2153 msgid "Product promotion" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2062 +#: includes/admin/class-wc-admin-setup-wizard.php:2156 msgid "Share new items on social media the moment they're live in your store." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2073 +#: includes/admin/class-wc-admin-setup-wizard.php:2167 msgid "" "Sorry! We tried, but we couldn't connect Jetpack just now 😭. Please go to " "the Plugins tab to connect Jetpack, so that you can finish setting up your " "store." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2074 +#: includes/admin/class-wc-admin-setup-wizard.php:2168 msgid "" "Sorry! We tried, but we couldn't install Jetpack for you 😭. Please go to " "the Plugins tab to install it, and finish setting up your store." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2075 +#: includes/admin/class-wc-admin-setup-wizard.php:2169 msgid "" "Sorry! We couldn't contact Jetpack just now 😭. Please make sure that your " "site is visible over the internet, and that it accepts incoming and " @@ -8905,14 +9027,14 @@ msgid "" "and if you run into any more issues, please contact support." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2076 +#: includes/admin/class-wc-admin-setup-wizard.php:2170 msgid "" "Your site might be on a private network. Jetpack can only connect to public " "sites. Please make sure your site is visible over the internet, and then " "try connecting again 🙏." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2148 +#: includes/admin/class-wc-admin-setup-wizard.php:2242 #. translators: %1$s: link to videos, %2$s: link to docs msgid "" "Watch our guided tour videos to " @@ -8920,122 +9042,122 @@ msgid "" "getting started." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2153 +#: includes/admin/class-wc-admin-setup-wizard.php:2247 msgid "You're ready to start selling!" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2156 +#: includes/admin/class-wc-admin-setup-wizard.php:2250 msgid "" "We're here for you — get tips, product updates, and inspiration straight to " "your mailbox." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2170 -#: includes/admin/class-wc-admin-setup-wizard.php:2174 +#: includes/admin/class-wc-admin-setup-wizard.php:2264 +#: includes/admin/class-wc-admin-setup-wizard.php:2268 msgid "Yes please!" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2183 +#: includes/admin/class-wc-admin-setup-wizard.php:2277 msgid "Next step" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2184 +#: includes/admin/class-wc-admin-setup-wizard.php:2278 msgid "Create some products" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2185 +#: includes/admin/class-wc-admin-setup-wizard.php:2279 msgid "You're ready to add products to your store." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2190 +#: includes/admin/class-wc-admin-setup-wizard.php:2284 msgid "Create a product" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2197 +#: includes/admin/class-wc-admin-setup-wizard.php:2291 msgid "Have an existing store?" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2198 -#: includes/admin/class-wc-admin-setup-wizard.php:2204 +#: includes/admin/class-wc-admin-setup-wizard.php:2292 +#: includes/admin/class-wc-admin-setup-wizard.php:2298 msgid "Import products" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2199 +#: includes/admin/class-wc-admin-setup-wizard.php:2293 msgid "Transfer existing products to your new store — just import a CSV file." msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2211 +#: includes/admin/class-wc-admin-setup-wizard.php:2305 msgid "You can also:" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2216 +#: includes/admin/class-wc-admin-setup-wizard.php:2310 msgid "Visit Dashboard" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2219 +#: includes/admin/class-wc-admin-setup-wizard.php:2313 msgid "Review Settings" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:2222 +#: includes/admin/class-wc-admin-setup-wizard.php:2316 msgid "View & Customize" msgstr "" -#: includes/admin/class-wc-admin-status.php:45 +#: includes/admin/class-wc-admin-status.php:61 msgid "Tool does not exist." msgstr "" -#: includes/admin/class-wc-admin-status.php:58 +#: includes/admin/class-wc-admin-status.php:74 msgid "Your changes have been saved." msgstr "" -#: includes/admin/class-wc-admin-taxonomies.php:97 -#: includes/admin/class-wc-admin-taxonomies.php:204 +#: includes/admin/class-wc-admin-taxonomies.php:110 +#: includes/admin/class-wc-admin-taxonomies.php:217 #: includes/widgets/class-wc-widget-layered-nav.php:84 msgid "Display type" msgstr "" -#: includes/admin/class-wc-admin-taxonomies.php:100 -#: includes/admin/class-wc-admin-taxonomies.php:208 +#: includes/admin/class-wc-admin-taxonomies.php:113 +#: includes/admin/class-wc-admin-taxonomies.php:221 #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:187 -#: includes/admin/settings/class-wc-settings-products.php:29 +#: includes/admin/settings/class-wc-settings-products.php:27 #: includes/class-wc-post-types.php:302 #: includes/widgets/class-wc-widget-products.php:23 #: includes/widgets/class-wc-widget-products.php:27 msgid "Products" msgstr "" -#: includes/admin/class-wc-admin-taxonomies.php:101 -#: includes/admin/class-wc-admin-taxonomies.php:209 +#: includes/admin/class-wc-admin-taxonomies.php:114 +#: includes/admin/class-wc-admin-taxonomies.php:222 msgid "Subcategories" msgstr "" -#: includes/admin/class-wc-admin-taxonomies.php:102 -#: includes/admin/class-wc-admin-taxonomies.php:210 +#: includes/admin/class-wc-admin-taxonomies.php:115 +#: includes/admin/class-wc-admin-taxonomies.php:223 msgid "Both" msgstr "" -#: includes/admin/class-wc-admin-taxonomies.php:106 -#: includes/admin/class-wc-admin-taxonomies.php:215 -#: includes/admin/class-wc-admin-taxonomies.php:419 +#: includes/admin/class-wc-admin-taxonomies.php:119 +#: includes/admin/class-wc-admin-taxonomies.php:228 +#: includes/admin/class-wc-admin-taxonomies.php:432 msgid "Thumbnail" msgstr "" -#: includes/admin/class-wc-admin-taxonomies.php:110 -#: includes/admin/class-wc-admin-taxonomies.php:220 +#: includes/admin/class-wc-admin-taxonomies.php:123 +#: includes/admin/class-wc-admin-taxonomies.php:233 msgid "Upload/Add image" msgstr "" -#: includes/admin/class-wc-admin-taxonomies.php:111 -#: includes/admin/class-wc-admin-taxonomies.php:221 +#: includes/admin/class-wc-admin-taxonomies.php:124 +#: includes/admin/class-wc-admin-taxonomies.php:234 msgid "Remove image" msgstr "" -#: includes/admin/class-wc-admin-taxonomies.php:137 -#: includes/admin/class-wc-admin-taxonomies.php:247 +#: includes/admin/class-wc-admin-taxonomies.php:150 +#: includes/admin/class-wc-admin-taxonomies.php:260 msgid "Use image" msgstr "" -#: includes/admin/class-wc-admin-taxonomies.php:300 +#: includes/admin/class-wc-admin-taxonomies.php:313 msgid "" "Product categories for your store can be managed here. To change the order " "of categories on the front-end you can drag and drop to sort them. To see " @@ -9043,17 +9165,17 @@ msgid "" "of this page." msgstr "" -#: includes/admin/class-wc-admin-taxonomies.php:313 -#: includes/api/class-wc-rest-system-status-tools-controller.php:162 -#: includes/api/class-wc-rest-system-status-tools-controller.php:171 -#: includes/api/class-wc-rest-system-status-tools-controller.php:180 +#: includes/admin/class-wc-admin-taxonomies.php:326 +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:162 +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:171 +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:180 #: templates/emails/email-order-details.php:79 -#: templates/emails/plain/email-order-details.php:46 +#: templates/emails/plain/email-order-details.php:45 #: templates/order/order-details.php:84 msgid "Note:" msgstr "" -#: includes/admin/class-wc-admin-taxonomies.php:317 +#: includes/admin/class-wc-admin-taxonomies.php:330 #. translators: %s: default category msgid "" "Deleting a category does not delete the products in that category. Instead, " @@ -9061,7 +9183,7 @@ msgid "" "category %s." msgstr "" -#: includes/admin/class-wc-admin-taxonomies.php:330 +#: includes/admin/class-wc-admin-taxonomies.php:343 msgid "" "Attribute terms can be assigned to products and " "variations.

    Note: Deleting a term will remove it from all " @@ -9069,22 +9191,22 @@ msgid "" "will not automatically assign it back to products." msgstr "" -#: includes/admin/class-wc-admin-taxonomies.php:347 -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:106 +#: includes/admin/class-wc-admin-taxonomies.php:360 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:107 msgid "Image" msgstr "" -#: includes/admin/class-wc-admin-taxonomies.php:370 +#: includes/admin/class-wc-admin-taxonomies.php:383 #. translators: %s: taxonomy term name msgid "Make “%s” the default category" msgstr "" -#: includes/admin/class-wc-admin-taxonomies.php:371 +#: includes/admin/class-wc-admin-taxonomies.php:384 #: includes/wc-account-functions.php:360 msgid "Make default" msgstr "" -#: includes/admin/class-wc-admin-taxonomies.php:406 +#: includes/admin/class-wc-admin-taxonomies.php:419 msgid "" "This is the default category and it cannot be deleted. It will be " "automatically assigned to products with no category." @@ -9100,7 +9222,7 @@ msgid "Topic" msgstr "" #: includes/admin/class-wc-admin-webhooks-table-list.php:51 -#: includes/admin/settings/views/html-webhooks-edit.php:108 +#: includes/admin/settings/views/html-webhooks-edit.php:111 msgid "Delivery URL" msgstr "" @@ -9112,10 +9234,14 @@ msgstr "" #: includes/admin/class-wc-admin-webhooks-table-list.php:92 #: includes/admin/class-wc-admin-webhooks-table-list.php:206 #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:63 -#: includes/admin/settings/views/html-webhooks-edit.php:195 +#: includes/admin/settings/views/html-webhooks-edit.php:198 msgid "Delete permanently" msgstr "" +#: includes/admin/class-wc-admin-webhooks-table-list.php:218 +msgid "You do not have permission to edit Webhooks" +msgstr "" + #: includes/admin/class-wc-admin-webhooks.php:56 msgid "You do not have permission to update Webhooks" msgstr "" @@ -9132,45 +9258,41 @@ msgstr "" msgid "Webhook topic unknown. Please select a valid topic." msgstr "" -#: includes/admin/class-wc-admin-webhooks.php:189 -msgid "You do not have permission to edit Webhooks" -msgstr "" - -#: includes/admin/class-wc-admin-webhooks.php:251 +#: includes/admin/class-wc-admin-webhooks.php:225 #. translators: %d: count msgid "%d webhook permanently deleted." msgid_plural "%d webhooks permanently deleted." msgstr[0] "" msgstr[1] "" -#: includes/admin/class-wc-admin-webhooks.php:255 +#: includes/admin/class-wc-admin-webhooks.php:229 msgid "Webhook updated successfully." msgstr "" -#: includes/admin/class-wc-admin-webhooks.php:259 +#: includes/admin/class-wc-admin-webhooks.php:233 msgid "Webhook created successfully." msgstr "" -#: includes/admin/class-wc-admin-webhooks.php:295 -#: includes/admin/settings/class-wc-settings-advanced.php:44 +#: includes/admin/class-wc-admin-webhooks.php:269 +#: includes/admin/settings/class-wc-settings-advanced.php:42 msgid "Webhooks" msgstr "" -#: includes/admin/class-wc-admin-webhooks.php:295 +#: includes/admin/class-wc-admin-webhooks.php:269 msgid "Add webhook" msgstr "" -#: includes/admin/class-wc-admin-webhooks.php:309 +#: includes/admin/class-wc-admin-webhooks.php:284 msgid "Search webhooks" msgstr "" -#: includes/admin/class-wc-admin-webhooks.php:314 +#: includes/admin/class-wc-admin-webhooks.php:289 msgid "" "Webhooks are event notifications sent to URLs of your choice. They can be " "used to integrate with third-party services which support them." msgstr "" -#: includes/admin/class-wc-admin-webhooks.php:315 +#: includes/admin/class-wc-admin-webhooks.php:290 msgid "Create a new webhook" msgstr "" @@ -9308,10 +9430,10 @@ msgstr "" #: includes/admin/helper/class-wc-helper.php:346 #: includes/admin/helper/views/html-main.php:109 -#: includes/class-wc-emails.php:412 +#: includes/class-wc-emails.php:410 #: includes/legacy/abstract-wc-legacy-order.php:507 #: includes/wc-account-functions.php:214 -#: includes/wc-template-functions.php:3072 +#: includes/wc-template-functions.php:3080 msgid "Download" msgstr "" @@ -9560,63 +9682,63 @@ msgid "The file does not exist, please try again." msgstr "" #: includes/admin/importers/class-wc-product-csv-importer-controller.php:462 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:620 -#: includes/export/class-wc-product-csv-exporter.php:82 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:621 +#: includes/export/class-wc-product-csv-exporter.php:100 msgid "ID" msgstr "" #: includes/admin/importers/class-wc-product-csv-importer-controller.php:464 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:622 -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:110 -#: includes/admin/meta-boxes/views/html-product-data-inventory.php:15 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:623 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:111 +#: includes/admin/meta-boxes/views/html-product-data-inventory.php:21 #: includes/admin/meta-boxes/views/html-variation-admin.php:67 #: includes/admin/views/html-quick-edit-product.php:21 -#: includes/export/class-wc-product-csv-exporter.php:84 +#: includes/export/class-wc-product-csv-exporter.php:102 msgid "SKU" msgstr "" #: includes/admin/importers/class-wc-product-csv-importer-controller.php:466 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:624 -#: includes/export/class-wc-product-csv-exporter.php:86 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:625 +#: includes/export/class-wc-product-csv-exporter.php:104 msgid "Published" msgstr "" #: includes/admin/importers/class-wc-product-csv-importer-controller.php:467 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:625 -#: includes/export/class-wc-product-csv-exporter.php:87 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:626 +#: includes/export/class-wc-product-csv-exporter.php:105 msgid "Is featured?" msgstr "" #: includes/admin/importers/class-wc-product-csv-importer-controller.php:468 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:626 -#: includes/export/class-wc-product-csv-exporter.php:88 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:627 +#: includes/export/class-wc-product-csv-exporter.php:106 msgid "Visibility in catalog" msgstr "" #: includes/admin/importers/class-wc-product-csv-importer-controller.php:469 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:627 -#: includes/export/class-wc-product-csv-exporter.php:89 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:628 +#: includes/export/class-wc-product-csv-exporter.php:107 msgid "Short description" msgstr "" #: includes/admin/importers/class-wc-product-csv-importer-controller.php:471 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:634 -#: includes/export/class-wc-product-csv-exporter.php:91 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:635 +#: includes/export/class-wc-product-csv-exporter.php:109 msgid "Date sale price starts" msgstr "" #: includes/admin/importers/class-wc-product-csv-importer-controller.php:472 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:635 -#: includes/export/class-wc-product-csv-exporter.php:92 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:636 +#: includes/export/class-wc-product-csv-exporter.php:110 msgid "Date sale price ends" msgstr "" #: includes/admin/importers/class-wc-product-csv-importer-controller.php:473 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:638 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:639 #: includes/admin/meta-boxes/views/html-product-data-general.php:151 #: includes/admin/views/html-bulk-edit-product.php:70 #: includes/admin/views/html-quick-edit-product.php:49 -#: includes/export/class-wc-product-csv-exporter.php:93 +#: includes/export/class-wc-product-csv-exporter.php:111 #: includes/shipping/flat-rate/includes/settings-flat-rate.php:21 #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:53 #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:87 @@ -9624,42 +9746,48 @@ msgid "Tax status" msgstr "" #: includes/admin/importers/class-wc-product-csv-importer-controller.php:474 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:639 -#: includes/admin/meta-boxes/views/html-order-items.php:355 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:640 +#: includes/admin/meta-boxes/views/html-order-items.php:362 #: includes/admin/meta-boxes/views/html-product-data-general.php:166 #: includes/admin/meta-boxes/views/html-variation-admin.php:313 #: includes/admin/settings/class-wc-settings-tax.php:202 #: includes/admin/views/html-bulk-edit-product.php:89 #: includes/admin/views/html-quick-edit-product.php:67 -#: includes/export/class-wc-product-csv-exporter.php:94 +#: includes/export/class-wc-product-csv-exporter.php:112 msgid "Tax class" msgstr "" #: includes/admin/importers/class-wc-product-csv-importer-controller.php:475 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:640 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:641 #: includes/admin/views/html-bulk-edit-product.php:218 #: includes/admin/views/html-quick-edit-product.php:173 -#: includes/export/class-wc-product-csv-exporter.php:95 +#: includes/export/class-wc-product-csv-exporter.php:113 msgid "In stock?" msgstr "" #: includes/admin/importers/class-wc-product-csv-importer-controller.php:477 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:642 -#: includes/export/class-wc-product-csv-exporter.php:97 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:643 +#: includes/export/class-wc-product-csv-exporter.php:116 msgid "Backorders allowed?" msgstr "" #: includes/admin/importers/class-wc-product-csv-importer-controller.php:478 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:643 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:644 +#: includes/export/class-wc-product-csv-exporter.php:115 +msgid "Low stock amount" +msgstr "" + +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:479 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:645 #: includes/admin/views/html-bulk-edit-product.php:291 -#: includes/export/class-wc-product-csv-exporter.php:98 +#: includes/export/class-wc-product-csv-exporter.php:117 msgid "Sold individually?" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:480 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:645 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:481 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:647 #: includes/admin/meta-boxes/views/html-variation-admin.php:230 -#: includes/export/class-wc-product-csv-exporter.php:100 +#: includes/export/class-wc-product-csv-exporter.php:119 #. translators: %s: Weight unit #. translators: %s: weight unit #. translators: %s: weight unit @@ -9667,238 +9795,238 @@ msgstr "" msgid "Weight (%s)" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:482 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:650 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:483 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:652 #: includes/admin/views/html-bulk-edit-product.php:158 -#: includes/export/class-wc-product-csv-exporter.php:102 +#: includes/export/class-wc-product-csv-exporter.php:121 #. translators: %s: Length unit #. translators: %s: dimension unit #. translators: %s: length msgid "Length (%s)" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:484 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:652 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:485 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:654 #: includes/admin/views/html-bulk-edit-product.php:159 -#: includes/export/class-wc-product-csv-exporter.php:104 +#: includes/export/class-wc-product-csv-exporter.php:123 #. translators: %s: Width unit #. translators: %s: dimension unit #. translators: %s: width msgid "Width (%s)" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:486 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:654 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:487 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:656 #: includes/admin/views/html-bulk-edit-product.php:160 -#: includes/export/class-wc-product-csv-exporter.php:106 +#: includes/export/class-wc-product-csv-exporter.php:125 #. translators: %s: Height unit #. translators: %s: dimension unit #. translators: %s: Height msgid "Height (%s)" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:487 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:691 -#: includes/export/class-wc-product-csv-exporter.php:107 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:488 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:693 +#: includes/export/class-wc-product-csv-exporter.php:126 msgid "Allow customer reviews?" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:488 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:692 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:489 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:694 #: includes/admin/meta-boxes/views/html-product-data-advanced.php:14 -#: includes/export/class-wc-product-csv-exporter.php:108 +#: includes/export/class-wc-product-csv-exporter.php:127 msgid "Purchase note" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:489 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:633 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:490 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:634 #: includes/admin/meta-boxes/views/html-product-data-general.php:48 #: includes/admin/views/html-quick-edit-product.php:41 -#: includes/export/class-wc-product-csv-exporter.php:109 +#: includes/export/class-wc-product-csv-exporter.php:128 msgid "Sale price" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:490 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:632 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:491 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:633 #: includes/admin/meta-boxes/views/html-product-data-general.php:38 #: includes/admin/views/html-quick-edit-product.php:34 -#: includes/export/class-wc-product-csv-exporter.php:110 +#: includes/export/class-wc-product-csv-exporter.php:129 msgid "Regular price" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:491 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:657 -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:118 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:492 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:659 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:119 #: includes/admin/reports/class-wc-report-sales-by-category.php:201 #: includes/class-wc-post-types.php:86 -#: includes/export/class-wc-product-csv-exporter.php:111 +#: includes/export/class-wc-product-csv-exporter.php:130 msgid "Categories" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:492 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:658 -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:119 -#: includes/export/class-wc-product-csv-exporter.php:112 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:493 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:660 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:120 +#: includes/export/class-wc-product-csv-exporter.php:131 msgid "Tags" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:493 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:659 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:494 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:661 #: includes/admin/meta-boxes/views/html-product-data-shipping.php:56 #: includes/admin/meta-boxes/views/html-variation-admin.php:291 #: includes/admin/settings/class-wc-settings-shipping.php:359 #: includes/admin/views/html-bulk-edit-product.php:166 #: includes/admin/views/html-quick-edit-product.php:123 #: includes/class-wc-post-types.php:168 -#: includes/export/class-wc-product-csv-exporter.php:113 +#: includes/export/class-wc-product-csv-exporter.php:132 msgid "Shipping class" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:494 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:660 -#: includes/export/class-wc-product-csv-exporter.php:114 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:495 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:662 +#: includes/export/class-wc-product-csv-exporter.php:133 msgid "Images" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:495 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:677 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:496 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:679 #: includes/admin/meta-boxes/views/html-product-data-general.php:114 #: includes/admin/meta-boxes/views/html-product-data-variations.php:86 #: includes/admin/meta-boxes/views/html-variation-admin.php:397 -#: includes/export/class-wc-product-csv-exporter.php:115 +#: includes/export/class-wc-product-csv-exporter.php:134 msgid "Download limit" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:496 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:678 -#: includes/export/class-wc-product-csv-exporter.php:116 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:497 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:680 +#: includes/export/class-wc-product-csv-exporter.php:135 msgid "Download expiry days" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:497 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:661 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:498 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:663 #: includes/admin/reports/class-wc-report-stock.php:174 -#: includes/export/class-wc-product-csv-exporter.php:117 +#: includes/export/class-wc-product-csv-exporter.php:136 msgid "Parent" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:498 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:662 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:499 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:664 #: includes/admin/meta-boxes/views/html-product-data-linked-products.php:32 -#: includes/export/class-wc-product-csv-exporter.php:119 +#: includes/export/class-wc-product-csv-exporter.php:138 msgid "Upsells" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:499 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:663 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:500 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:665 #: includes/admin/meta-boxes/views/html-product-data-linked-products.php:48 -#: includes/export/class-wc-product-csv-exporter.php:120 +#: includes/export/class-wc-product-csv-exporter.php:139 msgid "Cross-sells" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:500 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:664 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:501 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:666 #: includes/admin/meta-boxes/views/html-product-data-linked-products.php:14 -#: includes/export/class-wc-product-csv-exporter.php:118 +#: includes/export/class-wc-product-csv-exporter.php:137 msgid "Grouped products" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:501 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:668 -#: includes/export/class-wc-product-csv-exporter.php:121 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:502 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:670 +#: includes/export/class-wc-product-csv-exporter.php:140 msgid "External URL" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:502 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:669 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:503 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:671 #: includes/admin/meta-boxes/views/html-product-data-general.php:24 -#: includes/export/class-wc-product-csv-exporter.php:122 +#: includes/export/class-wc-product-csv-exporter.php:141 msgid "Button text" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:503 -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:694 -#: includes/export/class-wc-product-csv-exporter.php:123 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:504 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:696 +#: includes/export/class-wc-product-csv-exporter.php:142 msgid "Position" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:514 -#: includes/export/class-wc-product-csv-exporter.php:510 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:515 +#: includes/export/class-wc-product-csv-exporter.php:579 #. translators: %d: Attribute number #. translators: %s: attribute number msgid "Attribute %d name" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:516 -#: includes/export/class-wc-product-csv-exporter.php:512 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:517 +#: includes/export/class-wc-product-csv-exporter.php:581 #. translators: %d: Attribute number #. translators: %s: attribute number msgid "Attribute %d value(s)" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:518 -#: includes/export/class-wc-product-csv-exporter.php:514 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:519 +#: includes/export/class-wc-product-csv-exporter.php:583 #. translators: %d: Attribute number #. translators: %s: attribute number msgid "Attribute %d visible" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:520 -#: includes/export/class-wc-product-csv-exporter.php:516 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:521 +#: includes/export/class-wc-product-csv-exporter.php:585 #. translators: %d: Attribute number #. translators: %s: attribute number msgid "Attribute %d global" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:522 -#: includes/export/class-wc-product-csv-exporter.php:554 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:523 +#: includes/export/class-wc-product-csv-exporter.php:623 #. translators: %d: Attribute number #. translators: %s: attribute number msgid "Attribute %d default" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:524 -#: includes/export/class-wc-product-csv-exporter.php:483 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:525 +#: includes/export/class-wc-product-csv-exporter.php:552 #. translators: %d: Download number #. translators: %s: download number msgid "Download %d name" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:526 -#: includes/export/class-wc-product-csv-exporter.php:485 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:527 +#: includes/export/class-wc-product-csv-exporter.php:554 #. translators: %d: Download number #. translators: %s: download number msgid "Download %d URL" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:528 -#: includes/export/class-wc-product-csv-exporter.php:599 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:529 +#: includes/export/class-wc-product-csv-exporter.php:668 #. translators: %d: Meta number #. translators: %s: meta data name msgid "Meta: %s" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:630 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:631 #: includes/admin/importers/mappings/generic.php:23 -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:117 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:118 #: includes/admin/views/html-bulk-edit-product.php:21 #: includes/admin/views/html-quick-edit-product.php:32 -#: includes/widgets/class-wc-widget-products.php:54 templates/cart/cart.php:33 -#: templates/cart/cart.php:96 templates/emails/email-order-details.php:46 +#: includes/widgets/class-wc-widget-products.php:54 templates/cart/cart.php:31 +#: templates/cart/cart.php:94 templates/emails/email-order-details.php:46 msgid "Price" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:647 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:649 #: templates/single-product/product-attributes.php:35 msgid "Dimensions" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:666 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:668 msgid "External product" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:673 -#: includes/admin/settings/class-wc-settings-advanced.php:240 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:675 +#: includes/admin/settings/class-wc-settings-advanced.php:238 #: includes/admin/views/html-admin-page-product-export.php:40 #: includes/class-wc-query.php:118 includes/wc-account-functions.php:100 #: templates/emails/email-downloads.php:22 @@ -9907,35 +10035,35 @@ msgstr "" msgid "Downloads" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:675 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:677 msgid "Download name" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:676 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:678 msgid "Download URL" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:684 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:686 msgid "Attribute name" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:685 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:687 msgid "Attribute value(s)" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:686 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:688 msgid "Is a global attribute?" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:687 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:689 msgid "Attribute visibility" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:688 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:690 msgid "Default attribute" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:693 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:695 msgid "Import as meta" msgstr "" @@ -10042,8 +10170,9 @@ msgid "Parent SKU" msgstr "" #: includes/admin/importers/mappings/generic.php:25 -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:438 -#: templates/cart/cart.php:34 templates/cart/cart.php:102 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:444 +#: includes/admin/meta-boxes/views/html-order-items.php:318 +#: templates/cart/cart.php:32 templates/cart/cart.php:100 #: templates/emails/email-order-details.php:45 #: templates/global/quantity-input.php:31 msgid "Quantity" @@ -10092,15 +10221,16 @@ msgid "Import complete!" msgstr "" #: includes/admin/importers/views/html-csv-import-done.php:61 -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:437 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:443 +#: includes/admin/meta-boxes/views/html-order-items.php:317 #: includes/admin/reports/class-wc-report-downloads.php:84 #: includes/admin/reports/class-wc-report-downloads.php:215 #: includes/admin/reports/class-wc-report-stock.php:173 -#: includes/class-wc-emails.php:410 includes/class-wc-post-types.php:303 -#: includes/class-wc-privacy-exporters.php:341 -#: includes/data-stores/class-wc-product-data-store-cpt.php:105 -#: includes/wc-account-functions.php:211 templates/cart/cart.php:32 -#: templates/cart/cart.php:76 templates/checkout/form-pay.php:27 +#: includes/class-wc-emails.php:408 includes/class-wc-post-types.php:303 +#: includes/class-wc-privacy-exporters.php:338 +#: includes/data-stores/class-wc-product-data-store-cpt.php:106 +#: includes/wc-account-functions.php:211 templates/cart/cart.php:30 +#: templates/cart/cart.php:74 templates/checkout/form-pay.php:27 #: templates/checkout/review-order.php:26 #: templates/emails/email-order-details.php:44 #: templates/order/order-details.php:45 @@ -10160,7 +10290,7 @@ msgid "Your products are now being imported..." msgstr "" #: includes/admin/importers/views/html-product-csv-import-form.php:14 -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:51 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:52 msgid "Import products from a CSV file" msgstr "" @@ -10262,9 +10392,9 @@ msgid "Learn more about orders" msgstr "" #: includes/admin/list-tables/class-wc-admin-list-table-orders.php:115 -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:121 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:122 #: includes/admin/reports/class-wc-report-coupon-usage.php:367 -#: includes/admin/reports/class-wc-report-customers.php:235 +#: includes/admin/reports/class-wc-report-customers.php:245 #: includes/admin/reports/class-wc-report-sales-by-category.php:274 #: includes/admin/reports/class-wc-report-sales-by-date.php:604 #: includes/admin/reports/class-wc-report-sales-by-product.php:406 @@ -10324,115 +10454,114 @@ msgid_plural "%d notes" msgstr[0] "" msgstr[1] "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:235 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:240 msgid "M j, Y" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:270 -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:543 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:275 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:549 msgid "Processing" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:278 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:283 +#: includes/libraries/action-scheduler/classes/ActionScheduler_Store.php:181 msgid "Complete" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:341 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:346 #: includes/class-wc-query.php:115 #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:628 -#: templates/emails/email-order-details.php:36 #. translators: %s: order ID #. translators: %s: order number -#. translators: %s: Order ID. msgid "Order #%s" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:343 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:348 #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:149 #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:176 #: includes/admin/settings/views/html-admin-page-shipping-zones.php:97 msgid "Close modal panel" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:351 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:356 #: templates/checkout/form-billing.php:33 msgid "Billing details" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:355 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:360 #: includes/admin/reports/class-wc-report-customer-list.php:213 -#: includes/admin/settings/class-wc-settings-emails.php:263 +#: includes/admin/settings/class-wc-settings-emails.php:265 #: templates/single-product-reviews.php:79 msgid "Email" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:365 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:370 msgid "Payment via" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:371 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:376 #: includes/gateways/paypal/includes/settings-paypal.php:91 msgid "Shipping details" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:379 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:384 #: includes/admin/meta-boxes/views/html-order-shipping.php:23 msgid "Shipping method" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:387 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:392 msgid "Note" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:401 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:406 msgid "Edit this order" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:439 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:445 #: includes/admin/meta-boxes/views/html-order-items.php:38 #: includes/admin/meta-boxes/views/html-order-items.php:39 #: includes/admin/reports/class-wc-report-taxes-by-code.php:155 #: includes/admin/settings/class-wc-settings-tax.php:29 -#: includes/class-wc-countries.php:404 includes/class-wc-order-item-tax.php:159 +#: includes/class-wc-countries.php:405 includes/class-wc-order-item-tax.php:159 #: includes/class-wc-tax.php:762 msgid "Tax" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:534 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:540 msgid "On-hold" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:535 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:541 msgid "Change order status to on-hold" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:544 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:550 msgid "Change order status to processing" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:552 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:558 msgid "Completed" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:553 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:559 msgid "Change order status to completed" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:560 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:566 msgid "Change status: " msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:606 -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:607 -#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:387 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:612 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:613 +#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:391 #: includes/admin/meta-boxes/views/html-order-shipping.php:24 #: includes/admin/settings/class-wc-settings-accounts.php:169 #: includes/admin/settings/class-wc-settings-accounts.php:181 #: includes/admin/settings/class-wc-settings-accounts.php:190 #: includes/admin/settings/class-wc-settings-accounts.php:199 #: includes/admin/settings/class-wc-settings-accounts.php:208 -#: includes/admin/settings/class-wc-settings-emails.php:121 -#: includes/admin/settings/class-wc-settings-emails.php:132 +#: includes/admin/settings/class-wc-settings-emails.php:122 +#: includes/admin/settings/class-wc-settings-emails.php:134 #: includes/admin/settings/views/settings-tax.php:103 #: includes/shipping/flat-rate/includes/settings-flat-rate.php:59 #: includes/shipping/flat-rate/includes/settings-flat-rate.php:70 @@ -10441,59 +10570,59 @@ msgstr "" #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:99 #: includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php:136 #: includes/wc-account-functions.php:346 -#: includes/wc-formatting-functions.php:1204 -#: includes/wc-formatting-functions.php:1223 +#: includes/wc-formatting-functions.php:1207 +#: includes/wc-formatting-functions.php:1226 #: templates/emails/email-addresses.php:31 -#: templates/order/order-details-customer.php:36 -#: templates/order/order-details-customer.php:54 +#: templates/order/order-details-customer.php:35 +#: templates/order/order-details-customer.php:53 #: templates/single-product/meta.php:31 msgid "N/A" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:649 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:658 msgid "Order status changed by bulk edit:" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:689 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:698 #. translators: %d: orders count msgid "%d order status changed." msgid_plural "%d order statuses changed." msgstr[0] "" msgstr[1] "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:697 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:706 #. translators: %d: orders count msgid "Removed personal data from %d order." msgid_plural "Removed personal data from %d orders." msgstr[0] "" msgstr[1] "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:726 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:735 #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:296 #: includes/admin/settings/views/html-keys-edit.php:39 -#: includes/class-wc-ajax.php:1517 +#: includes/class-wc-ajax.php:1473 #. translators: 1: user display name 2: user ID 3: user email msgid "%1$s (#%2$s – %3$s)" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:733 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:742 msgid "Filter by registered customer" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:49 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:50 msgid "Ready to start selling something awesome?" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:50 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:51 msgid "Create your first product!" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:247 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:249 msgid "Toggle featured" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:249 -#: includes/admin/settings/class-wc-settings-emails.php:300 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:251 +#: includes/admin/settings/class-wc-settings-emails.php:302 #: includes/admin/settings/class-wc-settings-payment-gateways.php:186 #: includes/admin/settings/class-wc-settings-shipping.php:261 #: includes/admin/views/html-bulk-edit-product.php:206 @@ -10502,7 +10631,7 @@ msgstr "" msgid "Yes" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:251 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:253 #: includes/admin/settings/class-wc-settings-payment-gateways.php:189 #: includes/admin/settings/class-wc-settings-shipping.php:262 #: includes/admin/views/html-bulk-edit-product.php:207 @@ -10511,65 +10640,45 @@ msgstr "" msgid "No" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:261 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:263 #: includes/admin/reports/class-wc-report-stock.php:114 -#: includes/wc-product-functions.php:827 +#: includes/wc-product-functions.php:849 msgid "On backorder" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:263 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:265 #: includes/admin/reports/class-wc-report-stock.php:116 -#: includes/wc-formatting-functions.php:1130 -#: includes/wc-product-functions.php:825 +#: includes/wc-formatting-functions.php:1133 +#: includes/wc-product-functions.php:847 msgid "In stock" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:295 -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:303 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:318 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:326 msgid "Filter by category" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:313 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:342 msgid "Filter by product type" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:322 -#: includes/wc-product-functions.php:520 -msgid "Grouped product" -msgstr "" - -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:325 -#: includes/wc-product-functions.php:521 -msgid "External/Affiliate product" -msgstr "" - -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:328 -#: includes/wc-product-functions.php:522 -msgid "Variable product" -msgstr "" - -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:331 -#: includes/wc-product-functions.php:519 -msgid "Simple product" -msgstr "" - -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:345 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:353 #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:70 #: includes/admin/meta-boxes/views/html-variation-admin.php:81 msgid "Downloadable" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:349 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:357 #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:63 #: includes/admin/meta-boxes/views/html-variation-admin.php:85 msgid "Virtual" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:357 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:373 msgid "Filter by stock status" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-products.php:465 +#: includes/admin/list-tables/class-wc-admin-list-table-products.php:480 msgid "Sorting" msgstr "" @@ -10577,7 +10686,7 @@ msgstr "" #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:230 #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:87 #: includes/admin/settings/class-wc-settings-general.php:24 -#: includes/admin/settings/class-wc-settings-products.php:41 +#: includes/admin/settings/class-wc-settings-products.php:39 msgid "General" msgstr "" @@ -10664,7 +10773,7 @@ msgstr "" #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:188 #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:206 -#: includes/admin/meta-boxes/views/html-order-items.php:324 +#: includes/admin/meta-boxes/views/html-order-items.php:323 #: includes/admin/meta-boxes/views/html-product-data-linked-products.php:15 #: includes/admin/meta-boxes/views/html-product-data-linked-products.php:33 #: includes/admin/meta-boxes/views/html-product-data-linked-products.php:49 @@ -10832,6 +10941,11 @@ msgstr "" msgid "h" msgstr "" +#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:237 +#: includes/admin/settings/class-wc-settings-products.php:397 +msgid "m" +msgstr "" + #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:244 msgid "Status:" msgstr "" @@ -10862,7 +10976,7 @@ msgid "Load billing address" msgstr "" #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:325 -#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:438 +#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:442 msgid "Address:" msgstr "" @@ -10870,50 +10984,50 @@ msgstr "" msgid "No billing address set." msgstr "" -#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:385 -#: includes/class-wc-order.php:1954 templates/checkout/order-receipt.php:39 +#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:389 +#: includes/class-wc-order.php:1948 templates/checkout/order-receipt.php:39 #: templates/checkout/thankyou.php:69 msgid "Payment method:" msgstr "" -#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:401 -#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:403 +#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:405 +#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:407 #: includes/admin/meta-boxes/views/html-order-shipping.php:39 #: includes/admin/meta-boxes/views/html-order-shipping.php:41 msgid "Other" msgstr "" -#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:413 -#: includes/class-wc-privacy-exporters.php:295 +#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:417 +#: includes/class-wc-privacy-exporters.php:292 msgid "Transaction ID" msgstr "" -#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:427 +#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:431 msgid "Load shipping address" msgstr "" -#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:428 +#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:432 msgid "Copy billing address" msgstr "" -#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:438 +#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:442 msgid "No shipping address set." msgstr "" -#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:462 +#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:466 msgid "Customer provided note:" msgstr "" -#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:501 +#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:505 msgid "Customer provided note" msgstr "" -#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:502 +#: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:506 msgid "Customer notes about the order" msgstr "" #: includes/admin/meta-boxes/class-wc-meta-box-order-downloads.php:57 -#: includes/class-wc-ajax.php:776 +#: includes/class-wc-ajax.php:805 msgid "File %d" msgstr "" @@ -10926,13 +11040,13 @@ msgid "Grant access" msgstr "" #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:50 -#: includes/class-wc-ajax.php:1347 +#: includes/class-wc-ajax.php:1294 msgid "added on %1$s at %2$s" msgstr "" #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:54 #: includes/admin/views/html-admin-page-status-report.php:590 -#: includes/class-wc-ajax.php:1352 templates/content-widget-reviews.php:31 +#: includes/class-wc-ajax.php:1299 templates/content-widget-reviews.php:31 #. translators: %s: note author #. translators: %s: plugin author #. translators: %s: note author @@ -10940,7 +11054,7 @@ msgid "by %s" msgstr "" #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:57 -#: includes/class-wc-ajax.php:1355 +#: includes/class-wc-ajax.php:1302 msgid "Delete note" msgstr "" @@ -10971,9 +11085,10 @@ msgid "Note to customer" msgstr "" #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:79 -#: includes/admin/meta-boxes/views/html-order-items.php:329 -#: includes/admin/meta-boxes/views/html-order-items.php:386 +#: includes/admin/meta-boxes/views/html-order-items.php:336 +#: includes/admin/meta-boxes/views/html-order-items.php:393 #: includes/admin/meta-boxes/views/html-product-data-attributes.php:28 +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_PostTypeRegistrar.php:33 msgid "Add" msgstr "" @@ -10987,8 +11102,8 @@ msgstr "" #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:93 #: includes/admin/meta-boxes/views/html-product-data-variations.php:72 -#: includes/admin/settings/class-wc-settings-products.php:42 -#: includes/admin/settings/class-wc-settings-products.php:130 +#: includes/admin/settings/class-wc-settings-products.php:40 +#: includes/admin/settings/class-wc-settings-products.php:128 msgid "Inventory" msgstr "" @@ -11007,7 +11122,7 @@ msgid "Advanced" msgstr "" #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:336 -#: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:431 +#: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:432 #. translators: 1: product ID 2: quantity in stock msgid "" "The stock has not been updated because the value has changed since editing. " @@ -11042,7 +11157,7 @@ msgstr[0] "" msgstr[1] "" #: includes/admin/meta-boxes/views/html-order-download-permission.php:27 -#: includes/class-wc-privacy-exporters.php:349 +#: includes/class-wc-privacy-exporters.php:346 #: includes/wc-account-functions.php:212 msgid "Downloads remaining" msgstr "" @@ -11054,7 +11169,7 @@ msgid "Unlimited" msgstr "" #: includes/admin/meta-boxes/views/html-order-download-permission.php:32 -#: includes/class-wc-privacy-exporters.php:361 +#: includes/class-wc-privacy-exporters.php:358 msgid "Access expires" msgstr "" @@ -11105,7 +11220,7 @@ msgstr "" msgid "Fee name" msgstr "" -#: includes/admin/meta-boxes/views/html-order-item-meta.php:59 +#: includes/admin/meta-boxes/views/html-order-item-meta.php:60 msgid "Add meta" msgstr "" @@ -11141,7 +11256,7 @@ msgid "Delete item" msgstr "" #: includes/admin/meta-boxes/views/html-order-items.php:29 -#: includes/class-wc-form-handler.php:558 +#: includes/class-wc-form-handler.php:553 #: includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php:471 msgid "Item" msgstr "" @@ -11151,141 +11266,129 @@ msgstr "" msgid "Qty" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:98 -msgid "Delete selected row(s)" -msgstr "" - -#: includes/admin/meta-boxes/views/html-order-items.php:102 -msgid "Reduce stock" -msgstr "" - -#: includes/admin/meta-boxes/views/html-order-items.php:103 -msgid "Increase stock" -msgstr "" - -#: includes/admin/meta-boxes/views/html-order-items.php:115 +#: includes/admin/meta-boxes/views/html-order-items.php:105 msgid "Coupon(s)" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:213 +#: includes/admin/meta-boxes/views/html-order-items.php:203 msgid "Refunded" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:227 +#: includes/admin/meta-boxes/views/html-order-items.php:217 msgid "Add item(s)" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:229 -#: templates/cart/cart.php:138 templates/checkout/form-coupon.php:38 +#: includes/admin/meta-boxes/views/html-order-items.php:219 +#: templates/cart/cart.php:136 templates/checkout/form-coupon.php:38 msgid "Apply coupon" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:232 +#: includes/admin/meta-boxes/views/html-order-items.php:222 msgid "To edit this order change the status back to \"Pending\"" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:232 +#: includes/admin/meta-boxes/views/html-order-items.php:222 msgid "This order is no longer editable." msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:235 -#: includes/class-wc-order.php:1971 +#: includes/admin/meta-boxes/views/html-order-items.php:225 +#: includes/class-wc-order.php:1965 msgid "Refund" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:242 +#: includes/admin/meta-boxes/views/html-order-items.php:232 msgid "Recalculate" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:247 +#: includes/admin/meta-boxes/views/html-order-items.php:237 msgid "Add product(s)" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:248 +#: includes/admin/meta-boxes/views/html-order-items.php:238 msgid "Add fee" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:249 +#: includes/admin/meta-boxes/views/html-order-items.php:239 msgid "Add shipping" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:251 -#: includes/admin/meta-boxes/views/html-order-items.php:343 +#: includes/admin/meta-boxes/views/html-order-items.php:241 +#: includes/admin/meta-boxes/views/html-order-items.php:350 msgid "Add tax" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:258 +#: includes/admin/meta-boxes/views/html-order-items.php:248 #: templates/myaccount/form-reset-password.php:44 msgid "Save" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:265 +#: includes/admin/meta-boxes/views/html-order-items.php:255 msgid "Restock refunded items" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:270 +#: includes/admin/meta-boxes/views/html-order-items.php:260 msgid "Amount already refunded" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:274 +#: includes/admin/meta-boxes/views/html-order-items.php:264 msgid "Total available to refund" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:278 +#: includes/admin/meta-boxes/views/html-order-items.php:268 #: includes/admin/reports/class-wc-report-sales-by-date.php:766 msgid "Refund amount" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:285 +#: includes/admin/meta-boxes/views/html-order-items.php:275 msgid "Note: the refund reason will be visible by the customer." msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:285 +#: includes/admin/meta-boxes/views/html-order-items.php:275 msgid "Reason for refund (optional):" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:296 +#: includes/admin/meta-boxes/views/html-order-items.php:286 msgid "Payment gateway" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:300 +#: includes/admin/meta-boxes/views/html-order-items.php:290 #. translators: refund amount, gateway name msgid "Refund %1$s via %2$s" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:304 +#: includes/admin/meta-boxes/views/html-order-items.php:294 #. translators: refund amount msgid "" "You will need to manually issue a refund through your payment gateway after " "using this." msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:304 +#: includes/admin/meta-boxes/views/html-order-items.php:294 msgid "Refund %s manually" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:317 +#: includes/admin/meta-boxes/views/html-order-items.php:307 msgid "Add products" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:354 +#: includes/admin/meta-boxes/views/html-order-items.php:361 msgid "Rate name" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:356 +#: includes/admin/meta-boxes/views/html-order-items.php:363 msgid "Rate code" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:357 +#: includes/admin/meta-boxes/views/html-order-items.php:364 #: includes/admin/settings/class-wc-settings-tax.php:197 msgid "Rate %" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:378 +#: includes/admin/meta-boxes/views/html-order-items.php:385 msgid "Or, enter tax rate ID:" msgstr "" -#: includes/admin/meta-boxes/views/html-order-items.php:379 +#: includes/admin/meta-boxes/views/html-order-items.php:386 #: includes/customizer/class-wc-shop-customizer.php:701 #: includes/gateways/paypal/includes/settings-paypal.php:122 #: includes/gateways/paypal/includes/settings-paypal.php:130 @@ -11298,12 +11401,12 @@ msgstr "" msgid "Optional" msgstr "" -#: includes/admin/meta-boxes/views/html-order-refund.php:19 +#: includes/admin/meta-boxes/views/html-order-refund.php:23 #. translators: 1: refund id 2: refund date 3: username msgid "Refund #%1$s - %2$s by %3$s" msgstr "" -#: includes/admin/meta-boxes/views/html-order-refund.php:32 +#: includes/admin/meta-boxes/views/html-order-refund.php:36 #. translators: 1: refund id 2: refund date msgid "Refund #%1$s - %2$s" msgstr "" @@ -11450,47 +11553,47 @@ msgid "" "different tax rates specific to certain types of product." msgstr "" -#: includes/admin/meta-boxes/views/html-product-data-inventory.php:15 +#: includes/admin/meta-boxes/views/html-product-data-inventory.php:21 #: includes/admin/meta-boxes/views/html-variation-admin.php:67 msgid "Stock Keeping Unit" msgstr "" -#: includes/admin/meta-boxes/views/html-product-data-inventory.php:17 +#: includes/admin/meta-boxes/views/html-product-data-inventory.php:23 #: includes/admin/meta-boxes/views/html-variation-admin.php:69 msgid "" "SKU refers to a Stock-keeping unit, a unique identifier for each distinct " "product and service that can be purchased." msgstr "" -#: includes/admin/meta-boxes/views/html-product-data-inventory.php:31 +#: includes/admin/meta-boxes/views/html-product-data-inventory.php:37 #: includes/admin/meta-boxes/views/html-variation-admin.php:91 #: includes/admin/views/html-bulk-edit-product.php:234 #: includes/admin/views/html-quick-edit-product.php:167 msgid "Manage stock?" msgstr "" -#: includes/admin/meta-boxes/views/html-product-data-inventory.php:32 +#: includes/admin/meta-boxes/views/html-product-data-inventory.php:38 msgid "Enable stock management at product level" msgstr "" -#: includes/admin/meta-boxes/views/html-product-data-inventory.php:44 +#: includes/admin/meta-boxes/views/html-product-data-inventory.php:50 #: includes/admin/meta-boxes/views/html-variation-admin.php:171 msgid "Stock quantity" msgstr "" -#: includes/admin/meta-boxes/views/html-product-data-inventory.php:46 +#: includes/admin/meta-boxes/views/html-product-data-inventory.php:52 msgid "" "Stock quantity. If this is a variable product this value will be used to " "control stock for all variations, unless you define stock at variation " "level." msgstr "" -#: includes/admin/meta-boxes/views/html-product-data-inventory.php:61 +#: includes/admin/meta-boxes/views/html-product-data-inventory.php:67 #: includes/admin/meta-boxes/views/html-variation-admin.php:190 msgid "Allow backorders?" msgstr "" -#: includes/admin/meta-boxes/views/html-product-data-inventory.php:64 +#: includes/admin/meta-boxes/views/html-product-data-inventory.php:70 #: includes/admin/meta-boxes/views/html-variation-admin.php:193 msgid "" "If managing stock, this controls whether or not backorders are allowed. If " @@ -11498,25 +11601,34 @@ msgid "" msgstr "" #: includes/admin/meta-boxes/views/html-product-data-inventory.php:78 +#: includes/admin/settings/class-wc-settings-products.php:191 +msgid "Low stock threshold" +msgstr "" + +#: includes/admin/meta-boxes/views/html-product-data-inventory.php:80 +msgid "When product stock reaches this amount you will be notified by email" +msgstr "" + +#: includes/admin/meta-boxes/views/html-product-data-inventory.php:98 #: includes/admin/meta-boxes/views/html-variation-admin.php:219 #: includes/admin/reports/class-wc-report-stock.php:176 msgid "Stock status" msgstr "" -#: includes/admin/meta-boxes/views/html-product-data-inventory.php:81 +#: includes/admin/meta-boxes/views/html-product-data-inventory.php:101 #: includes/admin/meta-boxes/views/html-variation-admin.php:222 -#: includes/api/class-wc-rest-products-controller.php:1662 -#: includes/api/v1/class-wc-rest-products-controller.php:1952 +#: includes/api/v1/class-wc-rest-products-controller.php:1957 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1674 msgid "" "Controls whether or not the product is listed as \"in stock\" or \"out of " "stock\" on the frontend." msgstr "" -#: includes/admin/meta-boxes/views/html-product-data-inventory.php:96 +#: includes/admin/meta-boxes/views/html-product-data-inventory.php:116 msgid "Sold individually" msgstr "" -#: includes/admin/meta-boxes/views/html-product-data-inventory.php:97 +#: includes/admin/meta-boxes/views/html-product-data-inventory.php:117 msgid "Enable this to only allow one of this item to be bought in a single order" msgstr "" @@ -11537,7 +11649,7 @@ msgid "" "current product." msgstr "" -#: includes/admin/meta-boxes/views/html-product-data-panel.php:11 +#: includes/admin/meta-boxes/views/html-product-data-panel.php:20 msgid "Product Type" msgstr "" @@ -11784,7 +11896,7 @@ msgid "Upload an image" msgstr "" #: includes/admin/meta-boxes/views/html-variation-admin.php:77 -#: includes/admin/settings/class-wc-settings-emails.php:300 +#: includes/admin/settings/class-wc-settings-emails.php:302 #: includes/admin/settings/class-wc-settings-payment-gateways.php:117 #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:85 msgid "Enabled" @@ -11832,8 +11944,9 @@ msgstr "" #: includes/admin/meta-boxes/views/html-variation-admin.php:173 msgid "" -"Enter a quantity to enable stock management at variation level, or leave " -"blank to use the parent product's options." +"Enter a number to set stock quantity at the variation level. Use a " +"variation's 'Manage stock?' check box above to enable/disable stock " +"management at the variation level." msgstr "" #: includes/admin/meta-boxes/views/html-variation-admin.php:261 @@ -11944,7 +12057,7 @@ msgid "%s coupons used in total" msgstr "" #: includes/admin/reports/class-wc-report-coupon-usage.php:135 -#: includes/admin/reports/class-wc-report-customers.php:170 +#: includes/admin/reports/class-wc-report-customers.php:180 #: includes/admin/reports/class-wc-report-sales-by-category.php:119 #: includes/admin/reports/class-wc-report-sales-by-date.php:563 #: includes/admin/reports/class-wc-report-sales-by-product.php:140 @@ -11954,7 +12067,7 @@ msgid "Year" msgstr "" #: includes/admin/reports/class-wc-report-coupon-usage.php:136 -#: includes/admin/reports/class-wc-report-customers.php:171 +#: includes/admin/reports/class-wc-report-customers.php:181 #: includes/admin/reports/class-wc-report-sales-by-category.php:120 #: includes/admin/reports/class-wc-report-sales-by-date.php:564 #: includes/admin/reports/class-wc-report-sales-by-product.php:141 @@ -11964,7 +12077,7 @@ msgid "Last month" msgstr "" #: includes/admin/reports/class-wc-report-coupon-usage.php:137 -#: includes/admin/reports/class-wc-report-customers.php:172 +#: includes/admin/reports/class-wc-report-customers.php:182 #: includes/admin/reports/class-wc-report-sales-by-category.php:121 #: includes/admin/reports/class-wc-report-sales-by-date.php:565 #: includes/admin/reports/class-wc-report-sales-by-product.php:142 @@ -11974,7 +12087,7 @@ msgid "This month" msgstr "" #: includes/admin/reports/class-wc-report-coupon-usage.php:138 -#: includes/admin/reports/class-wc-report-customers.php:173 +#: includes/admin/reports/class-wc-report-customers.php:183 #: includes/admin/reports/class-wc-report-sales-by-category.php:122 #: includes/admin/reports/class-wc-report-sales-by-date.php:566 #: includes/admin/reports/class-wc-report-sales-by-product.php:143 @@ -12018,7 +12131,7 @@ msgid "Most discount" msgstr "" #: includes/admin/reports/class-wc-report-coupon-usage.php:370 -#: includes/admin/reports/class-wc-report-customers.php:238 +#: includes/admin/reports/class-wc-report-customers.php:248 #: includes/admin/reports/class-wc-report-sales-by-category.php:277 #: includes/admin/reports/class-wc-report-sales-by-date.php:608 #: includes/admin/reports/class-wc-report-sales-by-product.php:409 @@ -12071,7 +12184,7 @@ msgid "Name (Last, First)" msgstr "" #: includes/admin/reports/class-wc-report-customer-list.php:212 -#: includes/class-wc-checkout.php:229 templates/myaccount/form-login.php:83 +#: includes/class-wc-checkout.php:229 templates/myaccount/form-login.php:79 msgid "Username" msgstr "" @@ -12092,41 +12205,41 @@ msgstr "" msgid "%s signups in this period" msgstr "" -#: includes/admin/reports/class-wc-report-customers.php:116 +#: includes/admin/reports/class-wc-report-customers.php:126 msgid "Customer sales" msgstr "" -#: includes/admin/reports/class-wc-report-customers.php:117 +#: includes/admin/reports/class-wc-report-customers.php:127 msgid "Guest sales" msgstr "" -#: includes/admin/reports/class-wc-report-customers.php:126 -#: includes/admin/reports/class-wc-report-customers.php:327 +#: includes/admin/reports/class-wc-report-customers.php:136 +#: includes/admin/reports/class-wc-report-customers.php:339 msgid "Customer orders" msgstr "" -#: includes/admin/reports/class-wc-report-customers.php:131 -#: includes/admin/reports/class-wc-report-customers.php:337 +#: includes/admin/reports/class-wc-report-customers.php:141 +#: includes/admin/reports/class-wc-report-customers.php:349 msgid "Guest orders" msgstr "" -#: includes/admin/reports/class-wc-report-customers.php:150 +#: includes/admin/reports/class-wc-report-customers.php:160 msgid "orders" msgstr "" -#: includes/admin/reports/class-wc-report-customers.php:333 +#: includes/admin/reports/class-wc-report-customers.php:345 msgid "customer orders" msgstr "" -#: includes/admin/reports/class-wc-report-customers.php:343 +#: includes/admin/reports/class-wc-report-customers.php:355 msgid "guest orders" msgstr "" -#: includes/admin/reports/class-wc-report-customers.php:347 +#: includes/admin/reports/class-wc-report-customers.php:359 msgid "Signups" msgstr "" -#: includes/admin/reports/class-wc-report-customers.php:354 +#: includes/admin/reports/class-wc-report-customers.php:366 msgid "new users" msgstr "" @@ -12320,7 +12433,7 @@ msgid "Showing reports for:" msgstr "" #: includes/admin/reports/class-wc-report-sales-by-product.php:206 -#: includes/api/class-wc-rest-system-status-tools-controller.php:186 +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:186 msgid "Reset" msgstr "" @@ -12456,7 +12569,7 @@ msgstr "" #: includes/admin/settings/class-wc-settings-accounts.php:51 #: includes/class-wc-download-handler.php:164 templates/auth/form-login.php:49 -#: templates/global/form-login.php:48 templates/myaccount/form-login.php:36 +#: templates/global/form-login.php:48 templates/myaccount/form-login.php:32 msgid "Login" msgstr "" @@ -12543,7 +12656,7 @@ msgid "" msgstr "" #: includes/admin/settings/class-wc-settings-accounts.php:140 -#: includes/wc-template-functions.php:760 +#: includes/wc-template-functions.php:757 #. translators: %s privacy policy page name and link msgid "" "Your personal data will be used to support your experience throughout this " @@ -12564,7 +12677,7 @@ msgstr "" #: includes/admin/settings/class-wc-settings-accounts.php:150 #: includes/customizer/class-wc-shop-customizer.php:736 -#: includes/wc-template-functions.php:756 +#: includes/wc-template-functions.php:753 #. translators: %s privacy policy page name and link msgid "" "Your personal data will be used to process your order, support your " @@ -12634,200 +12747,200 @@ msgid "" "personal data within them." msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:42 -#: includes/admin/settings/class-wc-settings-advanced.php:65 +#: includes/admin/settings/class-wc-settings-advanced.php:40 +#: includes/admin/settings/class-wc-settings-advanced.php:63 msgid "Page setup" msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:45 -#: includes/admin/settings/class-wc-settings-advanced.php:313 +#: includes/admin/settings/class-wc-settings-advanced.php:43 +#: includes/admin/settings/class-wc-settings-advanced.php:311 msgid "Legacy API" msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:66 +#: includes/admin/settings/class-wc-settings-advanced.php:64 msgid "" "These pages need to be set so that WooCommerce knows where to send users to " "checkout." msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:72 +#: includes/admin/settings/class-wc-settings-advanced.php:70 msgid "Cart page" msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:74 -#: includes/admin/settings/class-wc-settings-advanced.php:86 -#: includes/admin/settings/class-wc-settings-advanced.php:98 +#: includes/admin/settings/class-wc-settings-advanced.php:72 +#: includes/admin/settings/class-wc-settings-advanced.php:84 +#: includes/admin/settings/class-wc-settings-advanced.php:96 #. Translators: %s Page contents. msgid "Page contents: [%s]" msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:84 +#: includes/admin/settings/class-wc-settings-advanced.php:82 msgid "Checkout page" msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:96 +#: includes/admin/settings/class-wc-settings-advanced.php:94 msgid "My account page" msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:108 +#: includes/admin/settings/class-wc-settings-advanced.php:106 #: includes/customizer/class-wc-shop-customizer.php:757 #: includes/customizer/class-wc-shop-customizer.php:811 msgid "Terms and conditions" msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:109 +#: includes/admin/settings/class-wc-settings-advanced.php:107 msgid "" "If you define a \"Terms\" page the customer will be asked if they accept " "them when checking out." msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:132 +#: includes/admin/settings/class-wc-settings-advanced.php:130 msgid "Secure checkout" msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:133 +#: includes/admin/settings/class-wc-settings-advanced.php:131 msgid "Force secure checkout" msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:140 +#: includes/admin/settings/class-wc-settings-advanced.php:138 #. Translators: %s Docs URL. msgid "" "Force SSL (HTTPS) on the checkout pages (an SSL Certificate is required)." msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:144 +#: includes/admin/settings/class-wc-settings-advanced.php:142 msgid "Force HTTP when leaving the checkout" msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:158 +#: includes/admin/settings/class-wc-settings-advanced.php:156 msgid "Checkout endpoints" msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:160 +#: includes/admin/settings/class-wc-settings-advanced.php:158 msgid "" "Endpoints are appended to your page URLs to handle specific actions during " "the checkout process. They should be unique." msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:165 +#: includes/admin/settings/class-wc-settings-advanced.php:163 #: includes/wc-account-functions.php:273 templates/checkout/thankyou.php:33 msgid "Pay" msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:166 +#: includes/admin/settings/class-wc-settings-advanced.php:164 msgid "Endpoint for the \"Checkout → Pay\" page." msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:174 +#: includes/admin/settings/class-wc-settings-advanced.php:172 #: includes/class-wc-query.php:102 msgid "Order received" msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:175 +#: includes/admin/settings/class-wc-settings-advanced.php:173 msgid "Endpoint for the \"Checkout → Order received\" page." msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:183 +#: includes/admin/settings/class-wc-settings-advanced.php:181 #: includes/class-wc-query.php:130 #: templates/myaccount/form-add-payment-method.php:52 #: templates/myaccount/payment-methods.php:80 msgid "Add payment method" msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:184 +#: includes/admin/settings/class-wc-settings-advanced.php:182 msgid "Endpoint for the \"Checkout → Add payment method\" page." msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:192 +#: includes/admin/settings/class-wc-settings-advanced.php:190 msgid "Delete payment method" msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:193 +#: includes/admin/settings/class-wc-settings-advanced.php:191 msgid "Endpoint for the delete payment method page." msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:201 +#: includes/admin/settings/class-wc-settings-advanced.php:199 msgid "Set default payment method" msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:202 +#: includes/admin/settings/class-wc-settings-advanced.php:200 msgid "Endpoint for the setting a default payment method page." msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:215 +#: includes/admin/settings/class-wc-settings-advanced.php:213 msgid "Account endpoints" msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:217 +#: includes/admin/settings/class-wc-settings-advanced.php:215 msgid "" "Endpoints are appended to your page URLs to handle specific actions on the " "accounts pages. They should be unique and can be left blank to disable the " "endpoint." msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:223 +#: includes/admin/settings/class-wc-settings-advanced.php:221 msgid "Endpoint for the \"My account → Orders\" page." msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:231 +#: includes/admin/settings/class-wc-settings-advanced.php:229 #: includes/class-wc-post-types.php:377 msgid "View order" msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:232 +#: includes/admin/settings/class-wc-settings-advanced.php:230 msgid "Endpoint for the \"My account → View order\" page." msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:241 +#: includes/admin/settings/class-wc-settings-advanced.php:239 msgid "Endpoint for the \"My account → Downloads\" page." msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:249 +#: includes/admin/settings/class-wc-settings-advanced.php:247 msgid "Edit account" msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:250 +#: includes/admin/settings/class-wc-settings-advanced.php:248 msgid "Endpoint for the \"My account → Edit account\" page." msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:258 +#: includes/admin/settings/class-wc-settings-advanced.php:256 #: includes/class-wc-query.php:124 includes/wc-account-functions.php:101 msgid "Addresses" msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:259 +#: includes/admin/settings/class-wc-settings-advanced.php:257 msgid "Endpoint for the \"My account → Addresses\" page." msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:267 +#: includes/admin/settings/class-wc-settings-advanced.php:265 #: includes/admin/settings/class-wc-settings-payment-gateways.php:37 #: includes/admin/settings/class-wc-settings-payment-gateways.php:55 #: includes/class-wc-query.php:127 includes/wc-account-functions.php:102 msgid "Payment methods" msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:268 +#: includes/admin/settings/class-wc-settings-advanced.php:266 msgid "Endpoint for the \"My account → Payment methods\" page." msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:277 +#: includes/admin/settings/class-wc-settings-advanced.php:275 msgid "Endpoint for the \"My account → Lost password\" page." msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:285 +#: includes/admin/settings/class-wc-settings-advanced.php:283 #: includes/wc-account-functions.php:104 #: templates/auth/form-grant-access.php:39 msgid "Logout" msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:286 +#: includes/admin/settings/class-wc-settings-advanced.php:284 msgid "" "Endpoint for the triggering logout. You can add this to your menus via a " "custom link: yoursite.com/?customer-logout=true" msgstr "" -#: includes/admin/settings/class-wc-settings-advanced.php:314 +#: includes/admin/settings/class-wc-settings-advanced.php:312 msgid "Enable the legacy REST API" msgstr "" @@ -12873,118 +12986,120 @@ msgstr "" msgid "Email template" msgstr "" -#: includes/admin/settings/class-wc-settings-emails.php:111 +#: includes/admin/settings/class-wc-settings-emails.php:112 +#. translators: %s: Nonced email preview link msgid "" "This section lets you customize the WooCommerce emails. Click here to preview your email template." msgstr "" -#: includes/admin/settings/class-wc-settings-emails.php:116 +#: includes/admin/settings/class-wc-settings-emails.php:117 msgid "Header image" msgstr "" -#: includes/admin/settings/class-wc-settings-emails.php:117 +#: includes/admin/settings/class-wc-settings-emails.php:118 msgid "" "URL to an image you want to show in the email header. Upload images using " "the media uploader (Admin > Media)." msgstr "" -#: includes/admin/settings/class-wc-settings-emails.php:128 +#: includes/admin/settings/class-wc-settings-emails.php:129 msgid "Footer text" msgstr "" -#: includes/admin/settings/class-wc-settings-emails.php:129 +#: includes/admin/settings/class-wc-settings-emails.php:131 +#. translators: %s: Available placeholders for use msgid "The text to appear in the footer of WooCommerce emails." msgstr "" -#: includes/admin/settings/class-wc-settings-emails.php:129 -#: includes/emails/class-wc-email-cancelled-order.php:158 -#: includes/emails/class-wc-email-cancelled-order.php:167 -#: includes/emails/class-wc-email-customer-completed-order.php:147 -#: includes/emails/class-wc-email-customer-completed-order.php:156 -#: includes/emails/class-wc-email-customer-invoice.php:184 -#: includes/emails/class-wc-email-customer-invoice.php:193 -#: includes/emails/class-wc-email-customer-invoice.php:202 -#: includes/emails/class-wc-email-customer-invoice.php:211 -#: includes/emails/class-wc-email-customer-refunded-order.php:239 -#: includes/emails/class-wc-email-customer-refunded-order.php:248 -#: includes/emails/class-wc-email-customer-refunded-order.php:257 -#: includes/emails/class-wc-email-customer-refunded-order.php:266 -#: includes/emails/class-wc-email-failed-order.php:158 -#: includes/emails/class-wc-email-failed-order.php:167 -#: includes/emails/class-wc-email-new-order.php:163 -#: includes/emails/class-wc-email-new-order.php:172 -#: includes/emails/class-wc-email.php:612 -#: includes/emails/class-wc-email.php:621 +#: includes/admin/settings/class-wc-settings-emails.php:131 +#: includes/emails/class-wc-email-cancelled-order.php:159 +#: includes/emails/class-wc-email-cancelled-order.php:168 +#: includes/emails/class-wc-email-customer-completed-order.php:146 +#: includes/emails/class-wc-email-customer-completed-order.php:155 +#: includes/emails/class-wc-email-customer-invoice.php:180 +#: includes/emails/class-wc-email-customer-invoice.php:189 +#: includes/emails/class-wc-email-customer-invoice.php:198 +#: includes/emails/class-wc-email-customer-invoice.php:207 +#: includes/emails/class-wc-email-customer-refunded-order.php:236 +#: includes/emails/class-wc-email-customer-refunded-order.php:245 +#: includes/emails/class-wc-email-customer-refunded-order.php:254 +#: includes/emails/class-wc-email-customer-refunded-order.php:263 +#: includes/emails/class-wc-email-failed-order.php:157 +#: includes/emails/class-wc-email-failed-order.php:166 +#: includes/emails/class-wc-email-new-order.php:164 +#: includes/emails/class-wc-email-new-order.php:173 +#: includes/emails/class-wc-email.php:629 +#: includes/emails/class-wc-email.php:638 #. translators: %s: list of placeholders msgid "Available placeholders: %s" msgstr "" -#: includes/admin/settings/class-wc-settings-emails.php:140 +#: includes/admin/settings/class-wc-settings-emails.php:142 msgid "Base color" msgstr "" -#: includes/admin/settings/class-wc-settings-emails.php:142 +#: includes/admin/settings/class-wc-settings-emails.php:144 #. translators: %s: default color msgid "The base color for WooCommerce email templates. Default %s." msgstr "" -#: includes/admin/settings/class-wc-settings-emails.php:152 +#: includes/admin/settings/class-wc-settings-emails.php:154 msgid "Background color" msgstr "" -#: includes/admin/settings/class-wc-settings-emails.php:154 +#: includes/admin/settings/class-wc-settings-emails.php:156 #. translators: %s: default color msgid "The background color for WooCommerce email templates. Default %s." msgstr "" -#: includes/admin/settings/class-wc-settings-emails.php:164 +#: includes/admin/settings/class-wc-settings-emails.php:166 msgid "Body background color" msgstr "" -#: includes/admin/settings/class-wc-settings-emails.php:166 +#: includes/admin/settings/class-wc-settings-emails.php:168 #. translators: %s: default color msgid "The main body background color. Default %s." msgstr "" -#: includes/admin/settings/class-wc-settings-emails.php:176 +#: includes/admin/settings/class-wc-settings-emails.php:178 msgid "Body text color" msgstr "" -#: includes/admin/settings/class-wc-settings-emails.php:178 +#: includes/admin/settings/class-wc-settings-emails.php:180 #. translators: %s: default color msgid "The main body text color. Default %s." msgstr "" -#: includes/admin/settings/class-wc-settings-emails.php:264 +#: includes/admin/settings/class-wc-settings-emails.php:266 msgid "Content type" msgstr "" -#: includes/admin/settings/class-wc-settings-emails.php:265 -#: includes/emails/class-wc-email-cancelled-order.php:145 -#: includes/emails/class-wc-email-failed-order.php:145 -#: includes/emails/class-wc-email-new-order.php:150 +#: includes/admin/settings/class-wc-settings-emails.php:267 +#: includes/emails/class-wc-email-cancelled-order.php:146 +#: includes/emails/class-wc-email-failed-order.php:144 +#: includes/emails/class-wc-email-new-order.php:151 msgid "Recipient(s)" msgstr "" -#: includes/admin/settings/class-wc-settings-emails.php:291 +#: includes/admin/settings/class-wc-settings-emails.php:293 msgid "Customer" msgstr "" -#: includes/admin/settings/class-wc-settings-emails.php:298 +#: includes/admin/settings/class-wc-settings-emails.php:300 msgid "Manually sent" msgstr "" -#: includes/admin/settings/class-wc-settings-emails.php:298 +#: includes/admin/settings/class-wc-settings-emails.php:300 msgid "Manual" msgstr "" -#: includes/admin/settings/class-wc-settings-emails.php:302 +#: includes/admin/settings/class-wc-settings-emails.php:304 #: includes/wc-webhook-functions.php:90 msgid "Disabled" msgstr "" -#: includes/admin/settings/class-wc-settings-emails.php:314 +#: includes/admin/settings/class-wc-settings-emails.php:316 #: includes/admin/settings/class-wc-settings-payment-gateways.php:176 msgid "Manage" msgstr "" @@ -13278,103 +13393,99 @@ msgstr "" msgid "The \"%s\" payment method is currently disabled" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:81 +#: includes/admin/settings/class-wc-settings-products.php:79 #. translators: %s: URL to customizer. msgid "" "Looking for the product display options? They can now be found in the " "Customizer. Go see them in action here." msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:137 +#: includes/admin/settings/class-wc-settings-products.php:135 msgid "Manage stock" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:138 +#: includes/admin/settings/class-wc-settings-products.php:136 msgid "Enable stock management" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:145 +#: includes/admin/settings/class-wc-settings-products.php:143 msgid "Hold stock (minutes)" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:146 +#: includes/admin/settings/class-wc-settings-products.php:144 msgid "" "Hold stock (for unpaid orders) for x minutes. When this limit is reached, " "the pending order will be cancelled. Leave blank to disable." msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:160 +#: includes/admin/settings/class-wc-settings-products.php:158 msgid "Notifications" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:161 +#: includes/admin/settings/class-wc-settings-products.php:159 msgid "Enable low stock notifications" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:171 +#: includes/admin/settings/class-wc-settings-products.php:169 msgid "Enable out of stock notifications" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:181 +#: includes/admin/settings/class-wc-settings-products.php:179 msgid "Notification recipient(s)" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:182 +#: includes/admin/settings/class-wc-settings-products.php:180 msgid "Enter recipients (comma separated) that will receive this notification." msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:193 -msgid "Low stock threshold" -msgstr "" - -#: includes/admin/settings/class-wc-settings-products.php:194 +#: includes/admin/settings/class-wc-settings-products.php:192 msgid "When product stock reaches this amount you will be notified via email." msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:209 +#: includes/admin/settings/class-wc-settings-products.php:207 msgid "Out of stock threshold" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:210 +#: includes/admin/settings/class-wc-settings-products.php:208 msgid "" "When product stock reaches this amount the stock status will change to " "\"out of stock\" and you will be notified via email. This setting does not " "affect existing \"in stock\" products." msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:224 +#: includes/admin/settings/class-wc-settings-products.php:222 msgid "Out of stock visibility" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:225 +#: includes/admin/settings/class-wc-settings-products.php:223 msgid "Hide out of stock items from the catalog" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:232 +#: includes/admin/settings/class-wc-settings-products.php:230 msgid "Stock display format" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:233 +#: includes/admin/settings/class-wc-settings-products.php:231 msgid "This controls how stock quantities are displayed on the frontend." msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:240 +#: includes/admin/settings/class-wc-settings-products.php:238 msgid "Always show quantity remaining in stock e.g. \"12 in stock\"" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:241 +#: includes/admin/settings/class-wc-settings-products.php:239 msgid "Only show quantity remaining in stock when low e.g. \"Only 2 left in stock\"" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:242 +#: includes/admin/settings/class-wc-settings-products.php:240 msgid "Never show quantity remaining in stock" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:265 +#: includes/admin/settings/class-wc-settings-products.php:263 msgid "File download method" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:268 +#: includes/admin/settings/class-wc-settings-products.php:266 #. translators: 1: X-Accel-Redirect 2: X-Sendfile 3: mod_xsendfile msgid "" "Forcing downloads will keep URLs hidden, but some servers may serve large " @@ -13382,113 +13493,160 @@ msgid "" "instead (server requires %3$s)." msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:280 +#: includes/admin/settings/class-wc-settings-products.php:278 msgid "Force downloads" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:281 +#: includes/admin/settings/class-wc-settings-products.php:279 msgid "X-Accel-Redirect/X-Sendfile" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:282 +#: includes/admin/settings/class-wc-settings-products.php:280 msgid "Redirect only" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:288 +#: includes/admin/settings/class-wc-settings-products.php:286 msgid "Access restriction" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:289 +#: includes/admin/settings/class-wc-settings-products.php:287 msgid "Downloads require login" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:293 +#: includes/admin/settings/class-wc-settings-products.php:291 msgid "This setting does not apply to guest purchases." msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:299 +#: includes/admin/settings/class-wc-settings-products.php:297 msgid "Grant access to downloadable products after payment" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:303 +#: includes/admin/settings/class-wc-settings-products.php:301 msgid "" "Enable this option to grant access to downloads when orders are " "\"processing\", rather than \"completed\"." msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:321 +#: includes/admin/settings/class-wc-settings-products.php:319 msgid "Shop pages" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:327 +#: includes/admin/settings/class-wc-settings-products.php:325 msgid "Shop page" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:328 +#: includes/admin/settings/class-wc-settings-products.php:327 +#. translators: %s: URL to settings. msgid "" "The base page can also be used in your product " "permalinks." msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:334 +#: includes/admin/settings/class-wc-settings-products.php:333 msgid "" "This sets the base page of your shop - this is where your product archive " "will be." msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:337 +#: includes/admin/settings/class-wc-settings-products.php:336 msgid "Add to cart behaviour" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:338 +#: includes/admin/settings/class-wc-settings-products.php:337 msgid "Redirect to the cart page after successful addition" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:345 +#: includes/admin/settings/class-wc-settings-products.php:344 msgid "Enable AJAX add to cart buttons on archives" msgstr "" +#: includes/admin/settings/class-wc-settings-products.php:351 +msgid "Placeholder image" +msgstr "" + #: includes/admin/settings/class-wc-settings-products.php:357 +msgid "Enter attachment ID or URL to an image" +msgstr "" + +#: includes/admin/settings/class-wc-settings-products.php:358 +msgid "" +"This is the attachment ID, or image URL, used for placeholder images in the " +"product catalog. Products with no image will use this." +msgstr "" + +#: includes/admin/settings/class-wc-settings-products.php:366 msgid "Measurements" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:363 +#: includes/admin/settings/class-wc-settings-products.php:372 msgid "Weight unit" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:364 +#: includes/admin/settings/class-wc-settings-products.php:373 msgid "This controls what unit you will define weights in." msgstr "" #: includes/admin/settings/class-wc-settings-products.php:380 -msgid "Dimensions unit" +msgid "kg" msgstr "" #: includes/admin/settings/class-wc-settings-products.php:381 +msgid "g" +msgstr "" + +#: includes/admin/settings/class-wc-settings-products.php:382 +msgid "lbs" +msgstr "" + +#: includes/admin/settings/class-wc-settings-products.php:383 +msgid "oz" +msgstr "" + +#: includes/admin/settings/class-wc-settings-products.php:389 +msgid "Dimensions unit" +msgstr "" + +#: includes/admin/settings/class-wc-settings-products.php:390 msgid "This controls what unit you will define lengths in." msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:411 -msgid "Enable product reviews" +#: includes/admin/settings/class-wc-settings-products.php:398 +msgid "cm" +msgstr "" + +#: includes/admin/settings/class-wc-settings-products.php:399 +msgid "mm" +msgstr "" + +#: includes/admin/settings/class-wc-settings-products.php:400 +msgid "in" +msgstr "" + +#: includes/admin/settings/class-wc-settings-products.php:401 +msgid "yd" msgstr "" #: includes/admin/settings/class-wc-settings-products.php:420 +msgid "Enable product reviews" +msgstr "" + +#: includes/admin/settings/class-wc-settings-products.php:429 msgid "Show \"verified owner\" label on customer reviews" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:430 +#: includes/admin/settings/class-wc-settings-products.php:439 msgid "Reviews can only be left by \"verified owners\"" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:440 +#: includes/admin/settings/class-wc-settings-products.php:449 msgid "Product ratings" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:441 +#: includes/admin/settings/class-wc-settings-products.php:450 msgid "Enable star rating on reviews" msgstr "" -#: includes/admin/settings/class-wc-settings-products.php:450 +#: includes/admin/settings/class-wc-settings-products.php:459 msgid "Star ratings should be required, not optional" msgstr "" @@ -13859,7 +14017,7 @@ msgid "Generate API key" msgstr "" #: includes/admin/settings/views/html-keys-edit.php:115 -#: includes/class-wc-ajax.php:1858 +#: includes/class-wc-ajax.php:1814 msgid "Revoke key" msgstr "" @@ -13888,7 +14046,7 @@ msgstr "" #: includes/admin/views/html-bulk-edit-product.php:95 #: includes/admin/views/html-quick-edit-product.php:72 #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:217 -#: includes/wc-product-functions.php:807 +#: includes/wc-product-functions.php:829 msgid "Standard" msgstr "" @@ -14077,62 +14235,62 @@ msgstr "" msgid "Action" msgstr "" -#: includes/admin/settings/views/html-webhooks-edit.php:97 +#: includes/admin/settings/views/html-webhooks-edit.php:100 msgid "Action event" msgstr "" -#: includes/admin/settings/views/html-webhooks-edit.php:98 +#: includes/admin/settings/views/html-webhooks-edit.php:101 msgid "Enter the action that will trigger this webhook." msgstr "" -#: includes/admin/settings/views/html-webhooks-edit.php:109 +#: includes/admin/settings/views/html-webhooks-edit.php:112 msgid "URL where the webhook payload is delivered." msgstr "" -#: includes/admin/settings/views/html-webhooks-edit.php:119 +#: includes/admin/settings/views/html-webhooks-edit.php:122 msgid "Secret" msgstr "" -#: includes/admin/settings/views/html-webhooks-edit.php:120 +#: includes/admin/settings/views/html-webhooks-edit.php:123 msgid "" "The secret key is used to generate a hash of the delivered webhook and " "provided in the request headers." msgstr "" -#: includes/admin/settings/views/html-webhooks-edit.php:130 +#: includes/admin/settings/views/html-webhooks-edit.php:133 msgid "API Version" msgstr "" -#: includes/admin/settings/views/html-webhooks-edit.php:131 +#: includes/admin/settings/views/html-webhooks-edit.php:134 msgid "REST API version used in the webhook deliveries." msgstr "" -#: includes/admin/settings/views/html-webhooks-edit.php:136 +#: includes/admin/settings/views/html-webhooks-edit.php:139 msgid "WP REST API Integration v2" msgstr "" -#: includes/admin/settings/views/html-webhooks-edit.php:137 +#: includes/admin/settings/views/html-webhooks-edit.php:140 msgid "WP REST API Integration v1" msgstr "" -#: includes/admin/settings/views/html-webhooks-edit.php:138 +#: includes/admin/settings/views/html-webhooks-edit.php:141 msgid "Legacy API v3 (deprecated)" msgstr "" -#: includes/admin/settings/views/html-webhooks-edit.php:149 +#: includes/admin/settings/views/html-webhooks-edit.php:152 msgid "Webhook actions" msgstr "" -#: includes/admin/settings/views/html-webhooks-edit.php:156 -#: includes/admin/settings/views/html-webhooks-edit.php:165 +#: includes/admin/settings/views/html-webhooks-edit.php:159 +#: includes/admin/settings/views/html-webhooks-edit.php:168 msgid "Created at" msgstr "" -#: includes/admin/settings/views/html-webhooks-edit.php:173 +#: includes/admin/settings/views/html-webhooks-edit.php:176 msgid "Updated at" msgstr "" -#: includes/admin/settings/views/html-webhooks-edit.php:184 +#: includes/admin/settings/views/html-webhooks-edit.php:187 msgid "Save webhook" msgstr "" @@ -14313,14 +14471,22 @@ msgid "Product variations" msgstr "" #: includes/admin/views/html-admin-page-product-export.php:62 -msgid "Export custom meta?" +msgid "Which product category should be exported?" msgstr "" -#: includes/admin/views/html-admin-page-product-export.php:66 -msgid "Yes, export all custom meta" +#: includes/admin/views/html-admin-page-product-export.php:65 +msgid "Export all categories" msgstr "" #: includes/admin/views/html-admin-page-product-export.php:75 +msgid "Export custom meta?" +msgstr "" + +#: includes/admin/views/html-admin-page-product-export.php:79 +msgid "Yes, export all custom meta" +msgstr "" + +#: includes/admin/views/html-admin-page-product-export.php:88 msgid "Generate CSV" msgstr "" @@ -14802,7 +14968,7 @@ msgid "Secure connection (HTTPS)" msgstr "" #: includes/admin/views/html-admin-page-status-report.php:522 -#: includes/api/class-wc-rest-system-status-controller.php:515 +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:515 msgid "Is the connection to your store secure?" msgstr "" @@ -15150,7 +15316,7 @@ msgstr "" #: includes/admin/views/html-bulk-edit-product.php:190 #: includes/admin/views/html-quick-edit-product.php:147 #: includes/customizer/class-wc-shop-customizer.php:700 -#: includes/wc-product-functions.php:753 +#: includes/wc-product-functions.php:774 msgid "Hidden" msgstr "" @@ -15259,19 +15425,35 @@ msgstr "" msgid "Install our new Simplify Commerce plugin" msgstr "" -#: includes/admin/views/html-notice-template-check.php:15 +#: includes/admin/views/html-notice-template-check.php:19 +#. translators: %s: theme name msgid "" -"Your theme (%1$s) contains outdated copies of some WooCommerce " +"Your theme (%s) contains outdated copies of some WooCommerce " "template files. These files may need updating to ensure they are " -"compatible with the current version of WooCommerce. You can see which files " -"are affected from the system status page. If in doubt, " -"check with the author of the theme." +"compatible with the current version of WooCommerce. Suggestions to fix this:" msgstr "" -#: includes/admin/views/html-notice-template-check.php:16 +#: includes/admin/views/html-notice-template-check.php:21 +msgid "" +"Update your theme to the latest version. If no update is available contact " +"your theme author asking about compatibility with the current WooCommerce " +"version." +msgstr "" + +#: includes/admin/views/html-notice-template-check.php:22 +msgid "" +"If you copied over a template file to change something, then you will need " +"to copy the new version of the template and apply your changes again." +msgstr "" + +#: includes/admin/views/html-notice-template-check.php:26 msgid "Learn more about templates" msgstr "" +#: includes/admin/views/html-notice-template-check.php:27 +msgid "View affected templates" +msgstr "" + #: includes/admin/views/html-notice-theme-support.php:14 msgid "" "Your theme does not declare WooCommerce support – " @@ -15289,20 +15471,20 @@ msgstr "" msgid "Theme integration guide" msgstr "" -#: includes/admin/views/html-notice-update.php:12 -#: includes/admin/views/html-notice-updating.php:12 +#: includes/admin/views/html-notice-update.php:21 +#: includes/admin/views/html-notice-updating.php:21 msgid "WooCommerce data update" msgstr "" -#: includes/admin/views/html-notice-update.php:12 +#: includes/admin/views/html-notice-update.php:21 msgid "We need to update your store database to the latest version." msgstr "" -#: includes/admin/views/html-notice-update.php:13 +#: includes/admin/views/html-notice-update.php:25 msgid "Run the updater" msgstr "" -#: includes/admin/views/html-notice-update.php:17 +#: includes/admin/views/html-notice-update.php:31 msgid "" "It is strongly recommended that you backup your database before proceeding. " "Are you sure you wish to run the updater now?" @@ -15314,14 +15496,29 @@ msgid "" "version!" msgstr "" -#: includes/admin/views/html-notice-updating.php:12 +#: includes/admin/views/html-notice-updating.php:21 msgid "Your database is being updated in the background." msgstr "" -#: includes/admin/views/html-notice-updating.php:12 +#: includes/admin/views/html-notice-updating.php:23 msgid "Taking a while? Click here to run it now." msgstr "" +#: includes/admin/views/html-notice-wootenberg.php:15 +msgid "" +"We noticed you're experimenting with Gutenberg: Try the WooCommerce " +"Gutenberg Products Block for a powerful new way to feature products in " +"posts." +msgstr "" + +#: includes/admin/views/html-notice-wootenberg.php:19 +msgid "Activate the Gutenberg Products Block" +msgstr "" + +#: includes/admin/views/html-notice-wootenberg.php:30 +msgid "Install the WooCommerce Gutenberg Products Block" +msgstr "" + #: includes/admin/views/html-report-by-date.php:22 #. translators: 1: start date 2: end date msgid "From %1$s to %2$s" @@ -15412,1173 +15609,601 @@ msgid "" "secret in the password field." msgstr "" -#: includes/api/class-wc-rest-coupons-controller.php:61 -#: includes/api/class-wc-rest-coupons-controller.php:341 -#: includes/api/class-wc-rest-orders-controller.php:1564 -#: includes/api/v1/class-wc-rest-coupons-controller.php:70 -#: includes/api/v1/class-wc-rest-coupons-controller.php:421 -#: includes/api/v1/class-wc-rest-orders-controller.php:1535 -msgid "Coupon code." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:102 -#: includes/api/class-wc-rest-orders-controller.php:108 -#: includes/api/class-wc-rest-product-variations-controller.php:115 -#: includes/api/class-wc-rest-products-controller.php:111 -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:87 -#: includes/api/class-wc-rest-shipping-zones-controller.php:77 -#: includes/api/v1/class-wc-rest-coupons-controller.php:108 -#: includes/api/v1/class-wc-rest-orders-controller.php:102 -#: includes/api/v1/class-wc-rest-product-reviews-controller.php:118 -#: includes/api/v1/class-wc-rest-products-controller.php:102 -msgid "Whether to bypass trash and force deletion." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:271 -#: includes/api/legacy/class-wc-rest-legacy-coupons-controller.php:113 -#: includes/api/v1/class-wc-rest-coupons-controller.php:253 -msgid "The coupon code cannot be empty." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:286 -#: includes/api/legacy/class-wc-rest-legacy-coupons-controller.php:129 -#: includes/api/legacy/v2/class-wc-api-coupons.php:233 -#: includes/api/legacy/v2/class-wc-api-coupons.php:344 -#: includes/api/legacy/v3/class-wc-api-coupons.php:231 -#: includes/api/legacy/v3/class-wc-api-coupons.php:342 -#: includes/api/v1/class-wc-rest-coupons-controller.php:269 -msgid "The coupon code already exists" -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:335 -#: includes/api/v1/class-wc-rest-coupons-controller.php:415 -msgid "Unique identifier for the object." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:346 -#: includes/api/v1/class-wc-rest-coupons-controller.php:450 -msgid "" -"The amount of discount. Should always be numeric, even if setting a " -"percentage." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:351 -#: includes/api/v1/class-wc-rest-coupons-controller.php:426 -msgid "The date the coupon was created, in the site's timezone." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:357 -msgid "The date the coupon was created, as GMT." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:363 -#: includes/api/v1/class-wc-rest-coupons-controller.php:432 -msgid "The date the coupon was last modified, in the site's timezone." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:369 -msgid "The date the coupon was last modified, as GMT." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:375 -#: includes/api/v1/class-wc-rest-coupons-controller.php:443 -msgid "Determines the type of discount that will be applied." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:382 -#: includes/api/v1/class-wc-rest-coupons-controller.php:438 -msgid "Coupon description." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:387 -msgid "The date the coupon expires, in the site's timezone." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:392 -msgid "The date the coupon expires, as GMT." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:397 -#: includes/api/v1/class-wc-rest-coupons-controller.php:460 -msgid "Number of times the coupon has been used already." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:403 -#: includes/api/v1/class-wc-rest-coupons-controller.php:466 -msgid "" -"If true, the coupon can only be used individually. Other applied coupons " -"will be removed from the cart." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:409 -#: includes/api/v1/class-wc-rest-coupons-controller.php:472 -msgid "List of product IDs the coupon can be used on." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:417 -#: includes/api/v1/class-wc-rest-coupons-controller.php:480 -msgid "List of product IDs the coupon cannot be used on." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:425 -#: includes/api/v1/class-wc-rest-coupons-controller.php:488 -msgid "How many times the coupon can be used in total." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:430 -#: includes/api/v1/class-wc-rest-coupons-controller.php:493 -msgid "How many times the coupon can be used per customer." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:435 -#: includes/api/v1/class-wc-rest-coupons-controller.php:498 -msgid "Max number of items in the cart the coupon can be applied to." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:440 -#: includes/api/v1/class-wc-rest-coupons-controller.php:503 -msgid "" -"If true and if the free shipping method requires a coupon, this coupon will " -"enable free shipping." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:446 -#: includes/api/v1/class-wc-rest-coupons-controller.php:509 -msgid "List of category IDs the coupon applies to." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:454 -#: includes/api/v1/class-wc-rest-coupons-controller.php:517 -msgid "List of category IDs the coupon does not apply to." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:462 -#: includes/api/v1/class-wc-rest-coupons-controller.php:525 -msgid "If true, this coupon will not be applied to items that have sale prices." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:468 -#: includes/api/v1/class-wc-rest-coupons-controller.php:531 -msgid "Minimum order amount that needs to be in the cart before coupon applies." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:473 -#: includes/api/v1/class-wc-rest-coupons-controller.php:536 -msgid "Maximum order amount allowed when using the coupon." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:478 -#: includes/api/v1/class-wc-rest-coupons-controller.php:541 -msgid "List of email addresses that can use this coupon." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:486 -#: includes/api/v1/class-wc-rest-coupons-controller.php:549 -msgid "List of user IDs (or guest email addresses) that have used the coupon." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:495 -#: includes/api/class-wc-rest-customers-controller.php:334 -#: includes/api/class-wc-rest-order-refunds-controller.php:393 -#: includes/api/class-wc-rest-order-refunds-controller.php:516 -#: includes/api/class-wc-rest-orders-controller.php:1135 -#: includes/api/class-wc-rest-orders-controller.php:1247 -#: includes/api/class-wc-rest-orders-controller.php:1338 -#: includes/api/class-wc-rest-orders-controller.php:1424 -#: includes/api/class-wc-rest-orders-controller.php:1522 -#: includes/api/class-wc-rest-orders-controller.php:1580 -#: includes/api/class-wc-rest-product-variations-controller.php:973 -#: includes/api/class-wc-rest-products-controller.php:2006 -msgid "Meta data." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:502 -#: includes/api/class-wc-rest-customers-controller.php:341 -#: includes/api/class-wc-rest-order-refunds-controller.php:400 -#: includes/api/class-wc-rest-order-refunds-controller.php:524 -#: includes/api/class-wc-rest-orders-controller.php:1142 -#: includes/api/class-wc-rest-orders-controller.php:1254 -#: includes/api/class-wc-rest-orders-controller.php:1345 -#: includes/api/class-wc-rest-orders-controller.php:1431 -#: includes/api/class-wc-rest-orders-controller.php:1529 -#: includes/api/class-wc-rest-orders-controller.php:1587 -#: includes/api/class-wc-rest-product-variations-controller.php:980 -#: includes/api/class-wc-rest-products-controller.php:2013 -msgid "Meta ID." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:508 -#: includes/api/class-wc-rest-customers-controller.php:347 -#: includes/api/class-wc-rest-order-refunds-controller.php:406 -#: includes/api/class-wc-rest-order-refunds-controller.php:530 -#: includes/api/class-wc-rest-orders-controller.php:1148 -#: includes/api/class-wc-rest-orders-controller.php:1260 -#: includes/api/class-wc-rest-orders-controller.php:1351 -#: includes/api/class-wc-rest-orders-controller.php:1437 -#: includes/api/class-wc-rest-orders-controller.php:1535 -#: includes/api/class-wc-rest-orders-controller.php:1593 -#: includes/api/class-wc-rest-product-variations-controller.php:986 -#: includes/api/class-wc-rest-products-controller.php:2019 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:483 -#: includes/api/v1/class-wc-rest-orders-controller.php:1314 -msgid "Meta key." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:513 -#: includes/api/class-wc-rest-customers-controller.php:352 -#: includes/api/class-wc-rest-order-refunds-controller.php:411 -#: includes/api/class-wc-rest-order-refunds-controller.php:536 -#: includes/api/class-wc-rest-orders-controller.php:1153 -#: includes/api/class-wc-rest-orders-controller.php:1265 -#: includes/api/class-wc-rest-orders-controller.php:1356 -#: includes/api/class-wc-rest-orders-controller.php:1442 -#: includes/api/class-wc-rest-orders-controller.php:1540 -#: includes/api/class-wc-rest-orders-controller.php:1598 -#: includes/api/class-wc-rest-product-variations-controller.php:991 -#: includes/api/class-wc-rest-products-controller.php:2024 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:495 -#: includes/api/v1/class-wc-rest-orders-controller.php:1326 -msgid "Meta value." -msgstr "" - -#: includes/api/class-wc-rest-coupons-controller.php:534 -#: includes/api/v1/class-wc-rest-coupons-controller.php:572 -msgid "Limit result set to resources with a specific code." -msgstr "" - -#: includes/api/class-wc-rest-customer-downloads-controller.php:81 -msgid "Download ID." -msgstr "" - -#: includes/api/class-wc-rest-customer-downloads-controller.php:87 -#: includes/api/v1/class-wc-rest-customer-downloads-controller.php:169 -msgid "Download file URL." -msgstr "" - -#: includes/api/class-wc-rest-customer-downloads-controller.php:93 -#: includes/api/v1/class-wc-rest-customer-downloads-controller.php:181 -msgid "Downloadable product ID." -msgstr "" - -#: includes/api/class-wc-rest-customer-downloads-controller.php:99 -#: includes/api/class-wc-rest-order-refunds-controller.php:433 -#: includes/api/class-wc-rest-orders-controller.php:1174 -#: includes/api/class-wc-rest-products-controller.php:1435 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:380 -#: includes/api/v1/class-wc-rest-orders-controller.php:1218 -#: includes/api/v1/class-wc-rest-products-controller.php:1740 -#: includes/api/v1/class-wc-rest-report-top-sellers-controller.php:152 -msgid "Product name." -msgstr "" - -#: includes/api/class-wc-rest-customer-downloads-controller.php:105 -#: includes/api/v1/class-wc-rest-customer-downloads-controller.php:187 -msgid "Downloadable file name." -msgstr "" - -#: includes/api/class-wc-rest-customer-downloads-controller.php:111 -#: includes/api/v1/class-wc-rest-customer-downloads-controller.php:193 -#: includes/cli/class-wc-cli-runner.php:112 -msgid "Order ID." -msgstr "" - -#: includes/api/class-wc-rest-customer-downloads-controller.php:117 -#: includes/api/class-wc-rest-orders-controller.php:848 -#: includes/api/v1/class-wc-rest-customer-downloads-controller.php:199 -#: includes/api/v1/class-wc-rest-orders-controller.php:937 -msgid "Order key." -msgstr "" - -#: includes/api/class-wc-rest-customer-downloads-controller.php:123 -#: includes/api/v1/class-wc-rest-customer-downloads-controller.php:205 -msgid "Number of downloads remaining." -msgstr "" - -#: includes/api/class-wc-rest-customer-downloads-controller.php:129 -#: includes/api/v1/class-wc-rest-customer-downloads-controller.php:211 -msgid "The date when download access expires, in the site's timezone." -msgstr "" - -#: includes/api/class-wc-rest-customer-downloads-controller.php:135 -msgid "The date when download access expires, as GMT." -msgstr "" - -#: includes/api/class-wc-rest-customer-downloads-controller.php:141 -#: includes/api/v1/class-wc-rest-customer-downloads-controller.php:217 -msgid "File details." -msgstr "" - -#: includes/api/class-wc-rest-customer-downloads-controller.php:147 -#: includes/api/class-wc-rest-product-variations-controller.php:771 -#: includes/api/class-wc-rest-products-controller.php:1603 -#: includes/api/v1/class-wc-rest-customer-downloads-controller.php:223 -#: includes/api/v1/class-wc-rest-products-controller.php:1886 -#: includes/api/v1/class-wc-rest-products-controller.php:2364 -msgid "File name." -msgstr "" - -#: includes/api/class-wc-rest-customer-downloads-controller.php:153 -#: includes/api/class-wc-rest-product-variations-controller.php:776 -#: includes/api/class-wc-rest-products-controller.php:1608 -#: includes/api/v1/class-wc-rest-customer-downloads-controller.php:229 -#: includes/api/v1/class-wc-rest-products-controller.php:1891 -#: includes/api/v1/class-wc-rest-products-controller.php:2369 -msgid "File URL." -msgstr "" - -#: includes/api/class-wc-rest-customers-controller.php:130 +#: includes/api/class-wc-rest-customers-controller.php:83 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:130 msgid "The date the customer was created, in the site's timezone." msgstr "" -#: includes/api/class-wc-rest-customers-controller.php:136 -#: includes/api/class-wc-rest-orders-controller.php:886 -#: includes/api/v1/class-wc-rest-orders-controller.php:968 -msgid "The date the order was created, as GMT." +#: includes/api/class-wc-rest-customers-controller.php:89 +#: includes/api/v1/class-wc-rest-customers-controller.php:638 +msgid "The date the customer was created, as GMT." msgstr "" -#: includes/api/class-wc-rest-customers-controller.php:142 +#: includes/api/class-wc-rest-customers-controller.php:95 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:142 msgid "The date the customer was last modified, in the site's timezone." msgstr "" -#: includes/api/class-wc-rest-customers-controller.php:148 +#: includes/api/class-wc-rest-customers-controller.php:101 #: includes/api/v1/class-wc-rest-customers-controller.php:644 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:148 msgid "The date the customer was last modified, as GMT." msgstr "" -#: includes/api/class-wc-rest-customers-controller.php:154 +#: includes/api/class-wc-rest-customers-controller.php:107 #: includes/api/v1/class-wc-rest-customers-controller.php:650 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:154 msgid "The email address for the customer." msgstr "" -#: includes/api/class-wc-rest-customers-controller.php:160 +#: includes/api/class-wc-rest-customers-controller.php:113 #: includes/api/v1/class-wc-rest-customers-controller.php:656 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:160 msgid "Customer first name." msgstr "" -#: includes/api/class-wc-rest-customers-controller.php:168 +#: includes/api/class-wc-rest-customers-controller.php:121 #: includes/api/v1/class-wc-rest-customers-controller.php:664 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:168 msgid "Customer last name." msgstr "" -#: includes/api/class-wc-rest-customers-controller.php:176 +#: includes/api/class-wc-rest-customers-controller.php:129 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:176 msgid "Customer role." msgstr "" -#: includes/api/class-wc-rest-customers-controller.php:182 +#: includes/api/class-wc-rest-customers-controller.php:135 #: includes/api/v1/class-wc-rest-customers-controller.php:672 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:182 msgid "Customer login name." msgstr "" -#: includes/api/class-wc-rest-customers-controller.php:190 +#: includes/api/class-wc-rest-customers-controller.php:143 #: includes/api/v1/class-wc-rest-customers-controller.php:680 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:190 msgid "Customer password." msgstr "" -#: includes/api/class-wc-rest-customers-controller.php:195 +#: includes/api/class-wc-rest-customers-controller.php:148 #: includes/api/v1/class-wc-rest-customers-controller.php:723 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:195 msgid "List of billing address data." msgstr "" -#: includes/api/class-wc-rest-customers-controller.php:200 -#: includes/api/class-wc-rest-customers-controller.php:263 -#: includes/api/class-wc-rest-orders-controller.php:980 -#: includes/api/class-wc-rest-orders-controller.php:1043 +#: includes/api/class-wc-rest-customers-controller.php:153 +#: includes/api/class-wc-rest-customers-controller.php:216 #: includes/api/v1/class-wc-rest-customers-controller.php:728 #: includes/api/v1/class-wc-rest-customers-controller.php:791 -#: includes/api/v1/class-wc-rest-orders-controller.php:1033 -#: includes/api/v1/class-wc-rest-orders-controller.php:1096 +#: includes/api/v1/class-wc-rest-orders-controller.php:1038 +#: includes/api/v1/class-wc-rest-orders-controller.php:1101 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:200 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:263 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:991 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1054 msgid "First name." msgstr "" -#: includes/api/class-wc-rest-customers-controller.php:205 -#: includes/api/class-wc-rest-customers-controller.php:268 -#: includes/api/class-wc-rest-orders-controller.php:985 -#: includes/api/class-wc-rest-orders-controller.php:1048 +#: includes/api/class-wc-rest-customers-controller.php:158 +#: includes/api/class-wc-rest-customers-controller.php:221 #: includes/api/v1/class-wc-rest-customers-controller.php:733 #: includes/api/v1/class-wc-rest-customers-controller.php:796 -#: includes/api/v1/class-wc-rest-orders-controller.php:1038 -#: includes/api/v1/class-wc-rest-orders-controller.php:1101 +#: includes/api/v1/class-wc-rest-orders-controller.php:1043 +#: includes/api/v1/class-wc-rest-orders-controller.php:1106 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:205 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:268 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:996 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1059 msgid "Last name." msgstr "" -#: includes/api/class-wc-rest-customers-controller.php:210 -#: includes/api/class-wc-rest-customers-controller.php:273 -#: includes/api/class-wc-rest-orders-controller.php:990 -#: includes/api/class-wc-rest-orders-controller.php:1053 +#: includes/api/class-wc-rest-customers-controller.php:163 +#: includes/api/class-wc-rest-customers-controller.php:226 #: includes/api/v1/class-wc-rest-customers-controller.php:738 #: includes/api/v1/class-wc-rest-customers-controller.php:801 -#: includes/api/v1/class-wc-rest-orders-controller.php:1043 -#: includes/api/v1/class-wc-rest-orders-controller.php:1106 +#: includes/api/v1/class-wc-rest-orders-controller.php:1048 +#: includes/api/v1/class-wc-rest-orders-controller.php:1111 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:210 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:273 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1001 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1064 msgid "Company name." msgstr "" -#: includes/api/class-wc-rest-customers-controller.php:225 -#: includes/api/class-wc-rest-customers-controller.php:288 -#: includes/api/class-wc-rest-orders-controller.php:1005 -#: includes/api/class-wc-rest-orders-controller.php:1068 +#: includes/api/class-wc-rest-customers-controller.php:178 +#: includes/api/class-wc-rest-customers-controller.php:241 #: includes/api/v1/class-wc-rest-customers-controller.php:753 #: includes/api/v1/class-wc-rest-customers-controller.php:816 -#: includes/api/v1/class-wc-rest-orders-controller.php:1058 -#: includes/api/v1/class-wc-rest-orders-controller.php:1121 +#: includes/api/v1/class-wc-rest-orders-controller.php:1063 +#: includes/api/v1/class-wc-rest-orders-controller.php:1126 #: includes/api/v1/class-wc-rest-taxes-controller.php:597 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:225 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:288 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1016 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1079 msgid "City name." msgstr "" -#: includes/api/class-wc-rest-customers-controller.php:230 -#: includes/api/class-wc-rest-customers-controller.php:293 -#: includes/api/class-wc-rest-orders-controller.php:1010 -#: includes/api/class-wc-rest-orders-controller.php:1073 +#: includes/api/class-wc-rest-customers-controller.php:183 +#: includes/api/class-wc-rest-customers-controller.php:246 #: includes/api/v1/class-wc-rest-customers-controller.php:758 #: includes/api/v1/class-wc-rest-customers-controller.php:821 -#: includes/api/v1/class-wc-rest-orders-controller.php:1063 -#: includes/api/v1/class-wc-rest-orders-controller.php:1126 +#: includes/api/v1/class-wc-rest-orders-controller.php:1068 +#: includes/api/v1/class-wc-rest-orders-controller.php:1131 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:230 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:293 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1021 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1084 msgid "ISO code or name of the state, province or district." msgstr "" -#: includes/api/class-wc-rest-customers-controller.php:235 -#: includes/api/class-wc-rest-customers-controller.php:298 -#: includes/api/class-wc-rest-orders-controller.php:1015 -#: includes/api/class-wc-rest-orders-controller.php:1078 +#: includes/api/class-wc-rest-customers-controller.php:188 +#: includes/api/class-wc-rest-customers-controller.php:251 #: includes/api/v1/class-wc-rest-customers-controller.php:763 #: includes/api/v1/class-wc-rest-customers-controller.php:826 -#: includes/api/v1/class-wc-rest-orders-controller.php:1068 -#: includes/api/v1/class-wc-rest-orders-controller.php:1131 +#: includes/api/v1/class-wc-rest-orders-controller.php:1073 +#: includes/api/v1/class-wc-rest-orders-controller.php:1136 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:235 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:298 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1026 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1089 msgid "Postal code." msgstr "" -#: includes/api/class-wc-rest-customers-controller.php:240 -#: includes/api/class-wc-rest-customers-controller.php:303 +#: includes/api/class-wc-rest-customers-controller.php:193 +#: includes/api/class-wc-rest-customers-controller.php:256 #: includes/api/v1/class-wc-rest-customers-controller.php:768 #: includes/api/v1/class-wc-rest-customers-controller.php:831 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:240 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:303 msgid "ISO code of the country." msgstr "" -#: includes/api/class-wc-rest-customers-controller.php:245 -#: includes/api/class-wc-rest-orders-controller.php:1025 +#: includes/api/class-wc-rest-customers-controller.php:198 #: includes/api/v1/class-wc-rest-customers-controller.php:773 -#: includes/api/v1/class-wc-rest-orders-controller.php:1078 +#: includes/api/v1/class-wc-rest-orders-controller.php:1083 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:245 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1036 msgid "Email address." msgstr "" -#: includes/api/class-wc-rest-customers-controller.php:251 -#: includes/api/class-wc-rest-orders-controller.php:1031 +#: includes/api/class-wc-rest-customers-controller.php:204 #: includes/api/v1/class-wc-rest-customers-controller.php:779 -#: includes/api/v1/class-wc-rest-orders-controller.php:1084 +#: includes/api/v1/class-wc-rest-orders-controller.php:1089 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:251 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1042 msgid "Phone number." msgstr "" -#: includes/api/class-wc-rest-customers-controller.php:258 +#: includes/api/class-wc-rest-customers-controller.php:211 #: includes/api/v1/class-wc-rest-customers-controller.php:786 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:258 msgid "List of shipping address data." msgstr "" -#: includes/api/class-wc-rest-customers-controller.php:310 +#: includes/api/class-wc-rest-customers-controller.php:263 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:310 msgid "Is the customer a paying customer?" msgstr "" -#: includes/api/class-wc-rest-customers-controller.php:316 -#: includes/api/v1/class-wc-rest-customers-controller.php:705 -msgid "Quantity of orders made by the customer." -msgstr "" - -#: includes/api/class-wc-rest-customers-controller.php:322 -#: includes/api/v1/class-wc-rest-customers-controller.php:711 -msgid "Total amount spent." -msgstr "" - -#: includes/api/class-wc-rest-customers-controller.php:328 +#: includes/api/class-wc-rest-customers-controller.php:269 #: includes/api/v1/class-wc-rest-customers-controller.php:717 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:328 msgid "Avatar URL." msgstr "" -#: includes/api/class-wc-rest-network-orders-controller.php:51 -msgid "Blog id of the record on the multisite." +#: includes/api/class-wc-rest-customers-controller.php:275 +#: includes/api/class-wc-rest-product-variations-controller.php:720 +#: includes/api/class-wc-rest-products-controller.php:1270 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:495 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:334 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:393 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:516 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1146 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1258 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1349 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1440 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1538 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1596 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:973 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:2018 +msgid "Meta data." msgstr "" -#: includes/api/class-wc-rest-network-orders-controller.php:57 -msgid "URL to edit the order" +#: includes/api/class-wc-rest-customers-controller.php:282 +#: includes/api/class-wc-rest-product-variations-controller.php:727 +#: includes/api/class-wc-rest-products-controller.php:1277 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:502 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:341 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:400 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:524 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1153 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1265 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1356 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1447 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1545 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1603 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:980 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:2025 +msgid "Meta ID." msgstr "" -#: includes/api/class-wc-rest-network-orders-controller.php:63 -msgid "Name of the customer for the order" +#: includes/api/class-wc-rest-customers-controller.php:288 +#: includes/api/class-wc-rest-product-variations-controller.php:733 +#: includes/api/class-wc-rest-products-controller.php:1283 +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:483 +#: includes/api/v1/class-wc-rest-orders-controller.php:1319 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:508 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:347 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:406 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:530 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1159 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1271 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1362 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1453 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1551 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1609 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:986 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:2031 +msgid "Meta key." msgstr "" -#: includes/api/class-wc-rest-network-orders-controller.php:69 -msgid "Order Status" +#: includes/api/class-wc-rest-customers-controller.php:293 +#: includes/api/class-wc-rest-product-variations-controller.php:738 +#: includes/api/class-wc-rest-products-controller.php:1288 +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:495 +#: includes/api/v1/class-wc-rest-orders-controller.php:1331 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:513 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:352 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:411 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:536 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1164 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1276 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1367 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1458 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1556 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1614 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:991 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:2036 +msgid "Meta value." msgstr "" -#: includes/api/class-wc-rest-network-orders-controller.php:75 -msgid "Order total formatted for locale" +#: includes/api/class-wc-rest-data-continents-controller.php:59 +#: includes/api/class-wc-rest-data-continents-controller.php:250 +msgid "2 character continent code." msgstr "" -#: includes/api/class-wc-rest-order-notes-controller.php:39 -#: includes/api/class-wc-rest-order-refunds-controller.php:191 -#: includes/api/class-wc-rest-order-refunds-controller.php:273 +#: includes/api/class-wc-rest-data-continents-controller.php:185 +#: includes/api/class-wc-rest-data-countries-controller.php:133 +msgid "There are no locations matching these parameters." +msgstr "" + +#: includes/api/class-wc-rest-data-continents-controller.php:256 +msgid "Full name of continent." +msgstr "" + +#: includes/api/class-wc-rest-data-continents-controller.php:262 +msgid "List of countries on this continent." +msgstr "" + +#: includes/api/class-wc-rest-data-continents-controller.php:272 +#: includes/api/class-wc-rest-data-countries-controller.php:59 +#: includes/api/class-wc-rest-data-countries-controller.php:200 +msgid "ISO3166 alpha-2 country code." +msgstr "" + +#: includes/api/class-wc-rest-data-continents-controller.php:278 +msgid "Default ISO4127 alpha-3 currency code for the country." +msgstr "" + +#: includes/api/class-wc-rest-data-continents-controller.php:284 +msgid "Currency symbol position for this country." +msgstr "" + +#: includes/api/class-wc-rest-data-continents-controller.php:290 +msgid "Decimal separator for displayed prices for this country." +msgstr "" + +#: includes/api/class-wc-rest-data-continents-controller.php:296 +msgid "The unit lengths are defined in for this country." +msgstr "" + +#: includes/api/class-wc-rest-data-continents-controller.php:302 +#: includes/api/class-wc-rest-data-countries-controller.php:206 +msgid "Full name of country." +msgstr "" + +#: includes/api/class-wc-rest-data-continents-controller.php:308 +msgid "Number of decimal points shown in displayed prices for this country." +msgstr "" + +#: includes/api/class-wc-rest-data-continents-controller.php:314 +#: includes/api/class-wc-rest-data-countries-controller.php:212 +msgid "List of states in this country." +msgstr "" + +#: includes/api/class-wc-rest-data-continents-controller.php:324 +#: includes/api/class-wc-rest-data-countries-controller.php:222 +#: includes/api/v1/class-wc-rest-taxes-controller.php:587 +msgid "State code." +msgstr "" + +#: includes/api/class-wc-rest-data-continents-controller.php:330 +#: includes/api/class-wc-rest-data-countries-controller.php:228 +msgid "Full name of state." +msgstr "" + +#: includes/api/class-wc-rest-data-continents-controller.php:339 +msgid "Thousands separator for displayed prices in this country." +msgstr "" + +#: includes/api/class-wc-rest-data-continents-controller.php:345 +msgid "The unit weights are defined in for this country." +msgstr "" + +#: includes/api/class-wc-rest-data-controller.php:93 +msgid "List of supported continents, countries, and states." +msgstr "" + +#: includes/api/class-wc-rest-data-controller.php:97 +msgid "List of supported states in a given country." +msgstr "" + +#: includes/api/class-wc-rest-data-controller.php:101 +msgid "Information about the amount of various objects on this site." +msgstr "" + +#: includes/api/class-wc-rest-data-controller.php:105 +msgid "List of supported currencies." +msgstr "" + +#: includes/api/class-wc-rest-data-controller.php:172 +msgid "Data resource ID." +msgstr "" + +#: includes/api/class-wc-rest-data-controller.php:178 +msgid "Data resource description." +msgstr "" + +#: includes/api/class-wc-rest-data-currencies-controller.php:66 +#: includes/api/class-wc-rest-data-currencies-controller.php:200 +msgid "ISO4217 currency code." +msgstr "" + +#: includes/api/class-wc-rest-data-currencies-controller.php:126 +msgid "There are no currencies matching these parameters." +msgstr "" + +#: includes/api/class-wc-rest-data-currencies-controller.php:206 +msgid "Full name of currency." +msgstr "" + +#: includes/api/class-wc-rest-data-currencies-controller.php:212 +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:453 +msgid "Currency symbol." +msgstr "" + +#: includes/api/class-wc-rest-order-notes-controller.php:79 +#: includes/api/class-wc-rest-order-refunds-controller.php:40 #: includes/api/v1/class-wc-rest-order-notes-controller.php:186 #: includes/api/v1/class-wc-rest-order-notes-controller.php:226 #: includes/api/v1/class-wc-rest-order-notes-controller.php:268 #: includes/api/v1/class-wc-rest-order-notes-controller.php:301 #: includes/api/v1/class-wc-rest-order-refunds-controller.php:127 -#: includes/wc-core-functions.php:143 includes/wc-order-functions.php:486 -#: includes/wc-order-functions.php:1019 +#: includes/api/v2/class-wc-rest-order-notes-v2-controller.php:39 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:191 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:273 +#: includes/wc-core-functions.php:143 includes/wc-order-functions.php:488 +#: includes/wc-order-functions.php:1021 msgid "Invalid order ID." msgstr "" -#: includes/api/class-wc-rest-order-notes-controller.php:135 +#: includes/api/class-wc-rest-order-notes-controller.php:86 +#: includes/api/legacy/v2/class-wc-api-orders.php:1316 +#: includes/api/legacy/v3/class-wc-api-orders.php:1361 +#: includes/api/v1/class-wc-rest-order-notes-controller.php:233 +msgid "Cannot create order note, please try again." +msgstr "" + +#: includes/api/class-wc-rest-order-notes-controller.php:128 +msgid "Order note author." +msgstr "" + +#: includes/api/class-wc-rest-order-notes-controller.php:134 +#: includes/api/class-wc-rest-order-notes-controller.php:140 #: includes/api/v1/class-wc-rest-order-notes-controller.php:407 +#: includes/api/v2/class-wc-rest-order-notes-v2-controller.php:135 msgid "The date the order note was created, in the site's timezone." msgstr "" -#: includes/api/class-wc-rest-order-notes-controller.php:141 +#: includes/api/class-wc-rest-order-notes-controller.php:146 +#: includes/api/v2/class-wc-rest-order-notes-v2-controller.php:141 msgid "The date the order note was created, as GMT." msgstr "" -#: includes/api/class-wc-rest-order-notes-controller.php:147 +#: includes/api/class-wc-rest-order-notes-controller.php:152 #: includes/api/v1/class-wc-rest-order-notes-controller.php:70 +#: includes/api/v2/class-wc-rest-order-notes-v2-controller.php:147 msgid "Order note content." msgstr "" -#: includes/api/class-wc-rest-order-notes-controller.php:152 +#: includes/api/class-wc-rest-order-notes-controller.php:157 +#: includes/api/v2/class-wc-rest-order-notes-v2-controller.php:152 msgid "" "If true, the note will be shown to customers and they will be notified. If " "false, the note will be for admin reference only." msgstr "" -#: includes/api/class-wc-rest-order-notes-controller.php:173 -msgid "Limit result to customers or internal notes." +#: includes/api/class-wc-rest-order-notes-controller.php:163 +msgid "" +"If true, this note will be attributed to the current user. If false, the " +"note will be attributed to the system." msgstr "" -#: includes/api/class-wc-rest-order-refunds-controller.php:64 -#: includes/api/class-wc-rest-order-refunds-controller.php:88 -#: includes/api/v1/class-wc-rest-order-notes-controller.php:53 -#: includes/api/v1/class-wc-rest-order-notes-controller.php:85 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:61 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:83 -msgid "The order ID." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:195 -#: includes/api/legacy/v2/class-wc-api-orders.php:1518 -#: includes/api/legacy/v2/class-wc-api-orders.php:1680 -#: includes/api/legacy/v2/class-wc-api-orders.php:1741 -#: includes/api/legacy/v3/class-wc-api-orders.php:1565 -#: includes/api/legacy/v3/class-wc-api-orders.php:1727 -#: includes/api/legacy/v3/class-wc-api-orders.php:1788 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:133 -msgid "Invalid order refund ID." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:277 +#: includes/api/class-wc-rest-order-refunds-controller.php:44 #: includes/api/v1/class-wc-rest-order-refunds-controller.php:291 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:277 msgid "Refund amount must be greater than zero." msgstr "" -#: includes/api/class-wc-rest-order-refunds-controller.php:296 -#: includes/api/legacy/v2/class-wc-api-orders.php:1617 -#: includes/api/legacy/v3/class-wc-api-orders.php:1664 +#: includes/api/class-wc-rest-order-refunds-controller.php:64 +#: includes/api/legacy/v2/class-wc-api-orders.php:1610 +#: includes/api/legacy/v3/class-wc-api-orders.php:1655 #: includes/api/v1/class-wc-rest-order-refunds-controller.php:308 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:296 msgid "Cannot create order refund, please try again." msgstr "" -#: includes/api/class-wc-rest-order-refunds-controller.php:361 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:350 -msgid "The date the order refund was created, in the site's timezone." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:367 -msgid "The date the order refund was created, as GMT." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:373 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:356 -msgid "Refund amount." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:378 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:361 -msgid "Reason for refund." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:383 -msgid "User ID of user who created the refund." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:388 -msgid "If the payment was refunded via the API." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:419 -#: includes/api/class-wc-rest-orders-controller.php:1161 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:366 -#: includes/api/v1/class-wc-rest-orders-controller.php:1205 -msgid "Line items data." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:427 -#: includes/api/class-wc-rest-orders-controller.php:1168 -#: includes/api/class-wc-rest-orders-controller.php:1296 -#: includes/api/class-wc-rest-orders-controller.php:1374 -#: includes/api/class-wc-rest-orders-controller.php:1460 -#: includes/api/class-wc-rest-orders-controller.php:1558 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:374 -#: includes/api/v1/class-wc-rest-orders-controller.php:1212 -#: includes/api/v1/class-wc-rest-orders-controller.php:1346 -#: includes/api/v1/class-wc-rest-orders-controller.php:1398 -#: includes/api/v1/class-wc-rest-orders-controller.php:1458 -#: includes/api/v1/class-wc-rest-orders-controller.php:1529 -msgid "Item ID." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:439 -#: includes/api/class-wc-rest-orders-controller.php:1179 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:392 -#: includes/api/v1/class-wc-rest-orders-controller.php:1230 -#: includes/api/v1/class-wc-rest-report-top-sellers-controller.php:158 -#: includes/cli/class-wc-cli-runner.php:110 -msgid "Product ID." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:445 -#: includes/api/class-wc-rest-orders-controller.php:1184 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:398 -#: includes/api/v1/class-wc-rest-orders-controller.php:1235 -msgid "Variation ID, if applicable." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:451 -#: includes/api/class-wc-rest-orders-controller.php:1189 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:404 -#: includes/api/v1/class-wc-rest-orders-controller.php:1240 -msgid "Quantity ordered." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:457 -#: includes/api/class-wc-rest-orders-controller.php:1194 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:410 -#: includes/api/v1/class-wc-rest-orders-controller.php:1245 -msgid "Tax class of product." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:463 -#: includes/api/class-wc-rest-orders-controller.php:1199 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:422 -#: includes/api/v1/class-wc-rest-orders-controller.php:1257 -msgid "Line subtotal (before discounts)." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:469 -#: includes/api/class-wc-rest-orders-controller.php:1204 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:428 -#: includes/api/v1/class-wc-rest-orders-controller.php:1262 -msgid "Line subtotal tax (before discounts)." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:475 -#: includes/api/class-wc-rest-orders-controller.php:1210 -#: includes/api/class-wc-rest-orders-controller.php:1390 -#: includes/api/class-wc-rest-orders-controller.php:1482 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:434 -#: includes/api/v1/class-wc-rest-orders-controller.php:1267 -#: includes/api/v1/class-wc-rest-orders-controller.php:1414 -#: includes/api/v1/class-wc-rest-orders-controller.php:1480 -msgid "Line total (after discounts)." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:481 -#: includes/api/class-wc-rest-orders-controller.php:1215 -#: includes/api/class-wc-rest-orders-controller.php:1395 -#: includes/api/class-wc-rest-orders-controller.php:1487 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:440 -#: includes/api/v1/class-wc-rest-orders-controller.php:1272 -#: includes/api/v1/class-wc-rest-orders-controller.php:1419 -#: includes/api/v1/class-wc-rest-orders-controller.php:1485 -msgid "Line total tax (after discounts)." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:487 -#: includes/api/class-wc-rest-orders-controller.php:1221 -#: includes/api/class-wc-rest-orders-controller.php:1401 -#: includes/api/class-wc-rest-orders-controller.php:1493 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:446 -#: includes/api/v1/class-wc-rest-orders-controller.php:1277 -#: includes/api/v1/class-wc-rest-orders-controller.php:1425 -#: includes/api/v1/class-wc-rest-orders-controller.php:1490 -msgid "Line taxes." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:495 -#: includes/api/class-wc-rest-orders-controller.php:1229 -#: includes/api/class-wc-rest-orders-controller.php:1308 -#: includes/api/class-wc-rest-orders-controller.php:1409 -#: includes/api/class-wc-rest-orders-controller.php:1501 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:454 -#: includes/api/v1/class-wc-rest-orders-controller.php:1285 -#: includes/api/v1/class-wc-rest-orders-controller.php:1358 -#: includes/api/v1/class-wc-rest-orders-controller.php:1433 -#: includes/api/v1/class-wc-rest-orders-controller.php:1498 -msgid "Tax rate ID." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:501 -#: includes/api/class-wc-rest-orders-controller.php:1234 -#: includes/api/class-wc-rest-orders-controller.php:1415 -#: includes/api/class-wc-rest-orders-controller.php:1507 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:460 -#: includes/api/v1/class-wc-rest-orders-controller.php:1291 -#: includes/api/v1/class-wc-rest-orders-controller.php:1439 -#: includes/api/v1/class-wc-rest-orders-controller.php:1504 -msgid "Tax total." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:507 -#: includes/api/class-wc-rest-orders-controller.php:1239 -#: includes/api/class-wc-rest-orders-controller.php:1513 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:466 -#: includes/api/v1/class-wc-rest-orders-controller.php:1297 -#: includes/api/v1/class-wc-rest-orders-controller.php:1510 -msgid "Tax subtotal." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:545 -#: includes/api/class-wc-rest-orders-controller.php:1273 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:386 -#: includes/api/v1/class-wc-rest-orders-controller.php:1224 -msgid "Product SKU." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:551 -#: includes/api/class-wc-rest-orders-controller.php:1279 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:416 -#: includes/api/v1/class-wc-rest-orders-controller.php:1251 -msgid "Product price." -msgstr "" - -#: includes/api/class-wc-rest-order-refunds-controller.php:560 -msgid "When true, the payment gateway API is used to generate the refund." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:519 -#: includes/api/legacy/class-wc-rest-legacy-orders-controller.php:249 -#: includes/api/legacy/v2/class-wc-api-orders.php:390 -#: includes/api/legacy/v2/class-wc-api-orders.php:542 -#: includes/api/legacy/v3/class-wc-api-orders.php:427 -#: includes/api/legacy/v3/class-wc-api-orders.php:582 -#: includes/api/v1/class-wc-rest-orders-controller.php:534 -msgid "Customer ID is invalid." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:524 -#: includes/api/legacy/class-wc-rest-legacy-orders-controller.php:254 -#: includes/api/v1/class-wc-rest-orders-controller.php:539 -msgid "Customer ID does not belong to this site." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:591 -#: includes/api/v1/class-wc-rest-orders-controller.php:621 -msgid "Product ID or SKU is required." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:683 -#: includes/api/legacy/v2/class-wc-api-orders.php:1043 -#: includes/api/legacy/v3/class-wc-api-orders.php:1090 -#: includes/api/v1/class-wc-rest-orders-controller.php:693 -msgid "Shipping method ID is required." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:707 -#: includes/api/v1/class-wc-rest-orders-controller.php:716 -msgid "Fee name is required." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:731 -#: includes/api/legacy/v2/class-wc-api-orders.php:1166 -#: includes/api/legacy/v3/class-wc-api-orders.php:1213 -#: includes/api/v1/class-wc-rest-orders-controller.php:739 +#: includes/api/class-wc-rest-orders-controller.php:50 +#: includes/api/legacy/v2/class-wc-api-orders.php:1159 +#: includes/api/legacy/v3/class-wc-api-orders.php:1204 +#: includes/api/v1/class-wc-rest-orders-controller.php:744 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:742 msgid "Coupon code is required." msgstr "" -#: includes/api/class-wc-rest-orders-controller.php:768 -#: includes/api/legacy/v2/class-wc-api-orders.php:851 -#: includes/api/legacy/v3/class-wc-api-orders.php:897 -#: includes/api/v1/class-wc-rest-orders-controller.php:777 -msgid "Order item ID provided is not associated with order." +#: includes/api/class-wc-rest-orders-controller.php:160 +#: includes/api/legacy/class-wc-rest-legacy-orders-controller.php:249 +#: includes/api/legacy/v2/class-wc-api-orders.php:388 +#: includes/api/legacy/v2/class-wc-api-orders.php:535 +#: includes/api/legacy/v3/class-wc-api-orders.php:423 +#: includes/api/legacy/v3/class-wc-api-orders.php:573 +#: includes/api/v1/class-wc-rest-orders-controller.php:539 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:530 +msgid "Customer ID is invalid." msgstr "" -#: includes/api/class-wc-rest-orders-controller.php:837 -#: includes/api/v1/class-wc-rest-orders-controller.php:925 -msgid "Parent order ID." +#: includes/api/class-wc-rest-orders-controller.php:165 +#: includes/api/legacy/class-wc-rest-legacy-orders-controller.php:254 +#: includes/api/v1/class-wc-rest-orders-controller.php:544 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:535 +msgid "Customer ID does not belong to this site." msgstr "" -#: includes/api/class-wc-rest-orders-controller.php:842 -#: includes/api/v1/class-wc-rest-orders-controller.php:943 -msgid "Order number." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:854 -#: includes/api/v1/class-wc-rest-orders-controller.php:1176 -msgid "Shows where the order was created." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:860 -#: includes/api/v1/class-wc-rest-orders-controller.php:956 -msgid "Version of WooCommerce which last updated the order." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:866 -#: includes/api/v1/class-wc-rest-orders-controller.php:930 -msgid "Order status." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:873 -#: includes/api/v1/class-wc-rest-orders-controller.php:949 -msgid "Currency the order was created with, in ISO format." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:880 -msgid "The date the order was created, in the site's timezone." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:892 -msgid "The date the order was last modified, in the site's timezone." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:898 -#: includes/api/v1/class-wc-rest-orders-controller.php:974 -msgid "The date the order was last modified, as GMT." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:904 -#: includes/api/v1/class-wc-rest-orders-controller.php:986 -msgid "Total discount amount for the order." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:910 -#: includes/api/v1/class-wc-rest-orders-controller.php:992 -msgid "Total discount tax amount for the order." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:916 -#: includes/api/v1/class-wc-rest-orders-controller.php:998 -msgid "Total shipping amount for the order." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:922 -#: includes/api/v1/class-wc-rest-orders-controller.php:1004 -msgid "Total shipping tax amount for the order." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:928 -#: includes/api/v1/class-wc-rest-orders-controller.php:1010 -msgid "Sum of line item taxes only." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:934 -#: includes/api/v1/class-wc-rest-orders-controller.php:1016 -msgid "Grand total." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:940 -#: includes/api/v1/class-wc-rest-orders-controller.php:1022 -msgid "Sum of all taxes." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:946 -#: includes/api/v1/class-wc-rest-orders-controller.php:962 -msgid "True the prices included tax during checkout." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:952 -#: includes/api/v1/class-wc-rest-orders-controller.php:980 -msgid "User ID who owns the order. 0 for guests." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:958 -#: includes/api/v1/class-wc-rest-orders-controller.php:1164 -msgid "Customer's IP address." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:964 -#: includes/api/v1/class-wc-rest-orders-controller.php:1170 -msgid "User agent of the customer." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:970 -#: includes/api/v1/class-wc-rest-orders-controller.php:1182 -msgid "Note left by customer during checkout." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:975 -#: includes/api/v1/class-wc-rest-orders-controller.php:1028 -msgid "Billing address." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1020 -#: includes/api/class-wc-rest-orders-controller.php:1083 -#: includes/api/v1/class-wc-rest-orders-controller.php:1073 -#: includes/api/v1/class-wc-rest-orders-controller.php:1136 -msgid "Country code in ISO 3166-1 alpha-2 format." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1038 -#: includes/api/v1/class-wc-rest-orders-controller.php:1091 -msgid "Shipping address." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1090 -#: includes/api/v1/class-wc-rest-orders-controller.php:1143 -msgid "Payment method ID." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1095 -#: includes/api/v1/class-wc-rest-orders-controller.php:1148 -msgid "Payment method title." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1100 -#: includes/api/v1/class-wc-rest-orders-controller.php:1159 -msgid "Unique transaction ID." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1105 -#: includes/api/v1/class-wc-rest-orders-controller.php:1193 -msgid "The date the order was paid, in the site's timezone." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1111 -msgid "The date the order was paid, as GMT." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1117 -#: includes/api/v1/class-wc-rest-orders-controller.php:1187 -msgid "The date the order was completed, in the site's timezone." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1123 -msgid "The date the order was completed, as GMT." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1129 -#: includes/api/v1/class-wc-rest-orders-controller.php:1199 -msgid "MD5 hash of cart items to ensure orders are not modified." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1288 -#: includes/api/v1/class-wc-rest-orders-controller.php:1338 -msgid "Tax lines data." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1302 -#: includes/api/v1/class-wc-rest-orders-controller.php:1352 -msgid "Tax rate code." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1314 -#: includes/api/v1/class-wc-rest-orders-controller.php:1364 -msgid "Tax rate label." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1320 -#: includes/api/v1/class-wc-rest-orders-controller.php:1370 -msgid "Show if is a compound tax rate." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1326 -#: includes/api/v1/class-wc-rest-orders-controller.php:1376 -msgid "Tax total (not including shipping taxes)." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1332 -#: includes/api/v1/class-wc-rest-orders-controller.php:1382 -msgid "Shipping tax total." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1367 -#: includes/api/v1/class-wc-rest-orders-controller.php:1391 -msgid "Shipping lines data." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1380 -#: includes/api/v1/class-wc-rest-orders-controller.php:1404 -msgid "Shipping method name." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1385 -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:47 -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:464 -#: includes/api/v1/class-wc-rest-orders-controller.php:1409 -msgid "Shipping method ID." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1453 -#: includes/api/v1/class-wc-rest-orders-controller.php:1451 -msgid "Fee lines data." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1466 -#: includes/api/v1/class-wc-rest-orders-controller.php:1464 -msgid "Fee name." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1471 -#: includes/api/v1/class-wc-rest-orders-controller.php:1469 -msgid "Tax class of fee." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1476 -#: includes/api/v1/class-wc-rest-orders-controller.php:1474 -msgid "Tax status of fee." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1551 -#: includes/api/v1/class-wc-rest-orders-controller.php:1522 -msgid "Coupons line data." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1569 -#: includes/api/v1/class-wc-rest-orders-controller.php:1540 -msgid "Discount total." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1574 -#: includes/api/v1/class-wc-rest-orders-controller.php:1545 -msgid "Discount total tax." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1609 -#: includes/api/v1/class-wc-rest-orders-controller.php:1554 -msgid "List of refunds." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1617 -#: includes/api/v1/class-wc-rest-orders-controller.php:1562 -#: includes/cli/class-wc-cli-runner.php:113 -msgid "Refund ID." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1623 -#: includes/api/v1/class-wc-rest-orders-controller.php:1568 -msgid "Refund reason." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1629 -#: includes/api/v1/class-wc-rest-orders-controller.php:1574 -msgid "Refund total." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1638 -#: includes/api/v1/class-wc-rest-orders-controller.php:1153 -msgid "" -"Define if the order is paid. It will set the status to processing and " -"reduce stock items." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1659 -#: includes/api/v1/class-wc-rest-orders-controller.php:1598 +#: includes/api/class-wc-rest-orders-controller.php:254 +#: includes/api/v1/class-wc-rest-orders-controller.php:1603 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1675 msgid "Limit result set to orders assigned a specific status." msgstr "" -#: includes/api/class-wc-rest-orders-controller.php:1666 -#: includes/api/v1/class-wc-rest-orders-controller.php:1605 -msgid "Limit result set to orders assigned a specific customer." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1672 -#: includes/api/v1/class-wc-rest-orders-controller.php:1611 -msgid "Limit result set to orders assigned a specific product." -msgstr "" - -#: includes/api/class-wc-rest-orders-controller.php:1679 -#: includes/api/v1/class-wc-rest-order-refunds-controller.php:522 -#: includes/api/v1/class-wc-rest-orders-controller.php:1618 -msgid "Number of decimal points to use in each resource." -msgstr "" - -#: includes/api/class-wc-rest-payment-gateways-controller.php:354 +#: includes/api/class-wc-rest-payment-gateways-controller.php:117 +#: includes/api/v2/class-wc-rest-payment-gateways-v2-controller.php:354 msgid "Payment gateway ID." msgstr "" -#: includes/api/class-wc-rest-payment-gateways-controller.php:360 +#: includes/api/class-wc-rest-payment-gateways-controller.php:123 +#: includes/api/v2/class-wc-rest-payment-gateways-v2-controller.php:360 msgid "Payment gateway title on checkout." msgstr "" -#: includes/api/class-wc-rest-payment-gateways-controller.php:365 +#: includes/api/class-wc-rest-payment-gateways-controller.php:128 +#: includes/api/v2/class-wc-rest-payment-gateways-v2-controller.php:365 msgid "Payment gateway description on checkout." msgstr "" -#: includes/api/class-wc-rest-payment-gateways-controller.php:370 +#: includes/api/class-wc-rest-payment-gateways-controller.php:133 +#: includes/api/v2/class-wc-rest-payment-gateways-v2-controller.php:370 msgid "Payment gateway sort order." msgstr "" -#: includes/api/class-wc-rest-payment-gateways-controller.php:378 +#: includes/api/class-wc-rest-payment-gateways-controller.php:141 +#: includes/api/v2/class-wc-rest-payment-gateways-v2-controller.php:378 msgid "Payment gateway enabled status." msgstr "" -#: includes/api/class-wc-rest-payment-gateways-controller.php:383 +#: includes/api/class-wc-rest-payment-gateways-controller.php:146 +#: includes/api/v2/class-wc-rest-payment-gateways-v2-controller.php:383 msgid "Payment gateway method title." msgstr "" -#: includes/api/class-wc-rest-payment-gateways-controller.php:389 +#: includes/api/class-wc-rest-payment-gateways-controller.php:152 +#: includes/api/v2/class-wc-rest-payment-gateways-v2-controller.php:389 msgid "Payment gateway method description." msgstr "" -#: includes/api/class-wc-rest-payment-gateways-controller.php:395 +#: includes/api/class-wc-rest-payment-gateways-controller.php:158 +msgid "Supported features for this payment gateway." +msgstr "" + +#: includes/api/class-wc-rest-payment-gateways-controller.php:167 +#: includes/api/v2/class-wc-rest-payment-gateways-v2-controller.php:395 msgid "Payment gateway settings." msgstr "" -#: includes/api/class-wc-rest-payment-gateways-controller.php:400 -#: includes/api/class-wc-rest-setting-options-controller.php:505 -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:487 +#: includes/api/class-wc-rest-payment-gateways-controller.php:172 +#: includes/api/class-wc-rest-setting-options-controller.php:165 +#: includes/api/v2/class-wc-rest-payment-gateways-v2-controller.php:400 +#: includes/api/v2/class-wc-rest-setting-options-v2-controller.php:505 +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:487 msgid "A unique identifier for the setting." msgstr "" -#: includes/api/class-wc-rest-payment-gateways-controller.php:406 -#: includes/api/class-wc-rest-setting-options-controller.php:514 -#: includes/api/class-wc-rest-settings-controller.php:204 -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:493 +#: includes/api/class-wc-rest-payment-gateways-controller.php:178 +#: includes/api/class-wc-rest-setting-options-controller.php:183 +#: includes/api/class-wc-rest-settings-controller.php:88 +#: includes/api/v2/class-wc-rest-payment-gateways-v2-controller.php:406 +#: includes/api/v2/class-wc-rest-setting-options-v2-controller.php:514 +#: includes/api/v2/class-wc-rest-settings-v2-controller.php:204 +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:493 msgid "A human readable label for the setting used in interfaces." msgstr "" -#: includes/api/class-wc-rest-payment-gateways-controller.php:412 -#: includes/api/class-wc-rest-setting-options-controller.php:523 -#: includes/api/class-wc-rest-settings-controller.php:210 -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:499 +#: includes/api/class-wc-rest-payment-gateways-controller.php:184 +#: includes/api/class-wc-rest-setting-options-controller.php:192 +#: includes/api/class-wc-rest-settings-controller.php:93 +#: includes/api/v2/class-wc-rest-payment-gateways-v2-controller.php:412 +#: includes/api/v2/class-wc-rest-setting-options-v2-controller.php:523 +#: includes/api/v2/class-wc-rest-settings-v2-controller.php:210 +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:499 msgid "A human readable description for the setting used in interfaces." msgstr "" -#: includes/api/class-wc-rest-payment-gateways-controller.php:418 -#: includes/api/class-wc-rest-setting-options-controller.php:561 -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:505 +#: includes/api/class-wc-rest-payment-gateways-controller.php:190 +#: includes/api/class-wc-rest-setting-options-controller.php:230 +#: includes/api/v2/class-wc-rest-payment-gateways-v2-controller.php:418 +#: includes/api/v2/class-wc-rest-setting-options-v2-controller.php:561 +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:505 msgid "Type of setting." msgstr "" -#: includes/api/class-wc-rest-payment-gateways-controller.php:425 -#: includes/api/class-wc-rest-setting-options-controller.php:532 -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:512 +#: includes/api/class-wc-rest-payment-gateways-controller.php:197 +#: includes/api/class-wc-rest-setting-options-controller.php:201 +#: includes/api/v2/class-wc-rest-payment-gateways-v2-controller.php:425 +#: includes/api/v2/class-wc-rest-setting-options-v2-controller.php:532 +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:512 msgid "Setting value." msgstr "" -#: includes/api/class-wc-rest-payment-gateways-controller.php:430 -#: includes/api/class-wc-rest-setting-options-controller.php:537 -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:517 +#: includes/api/class-wc-rest-payment-gateways-controller.php:202 +#: includes/api/class-wc-rest-setting-options-controller.php:206 +#: includes/api/v2/class-wc-rest-payment-gateways-v2-controller.php:430 +#: includes/api/v2/class-wc-rest-setting-options-v2-controller.php:537 +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:517 msgid "Default value for the setting." msgstr "" -#: includes/api/class-wc-rest-payment-gateways-controller.php:436 -#: includes/api/class-wc-rest-setting-options-controller.php:543 -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:523 +#: includes/api/class-wc-rest-payment-gateways-controller.php:208 +#: includes/api/class-wc-rest-setting-options-controller.php:212 +#: includes/api/v2/class-wc-rest-payment-gateways-v2-controller.php:436 +#: includes/api/v2/class-wc-rest-setting-options-v2-controller.php:543 +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:523 msgid "Additional help text shown to the user about the setting." msgstr "" -#: includes/api/class-wc-rest-payment-gateways-controller.php:442 -#: includes/api/class-wc-rest-setting-options-controller.php:552 -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:529 +#: includes/api/class-wc-rest-payment-gateways-controller.php:214 +#: includes/api/class-wc-rest-setting-options-controller.php:221 +#: includes/api/v2/class-wc-rest-payment-gateways-v2-controller.php:442 +#: includes/api/v2/class-wc-rest-setting-options-v2-controller.php:552 +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:529 msgid "Placeholder text to be displayed in text inputs." msgstr "" #: includes/api/class-wc-rest-product-categories-controller.php:109 -#: includes/api/class-wc-rest-products-controller.php:1812 +#: includes/api/class-wc-rest-products-controller.php:1080 #: includes/api/v1/class-wc-rest-product-categories-controller.php:180 -#: includes/api/v1/class-wc-rest-products-controller.php:2102 +#: includes/api/v1/class-wc-rest-products-controller.php:2107 +#: includes/api/v2/class-wc-rest-product-categories-v2-controller.php:109 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1824 msgid "Category name." msgstr "" @@ -16588,11 +16213,13 @@ msgstr "" #: includes/api/v1/class-wc-rest-product-categories-controller.php:188 #: includes/api/v1/class-wc-rest-product-shipping-classes-controller.php:108 #: includes/api/v1/class-wc-rest-product-tags-controller.php:108 +#: includes/api/v2/class-wc-rest-product-categories-v2-controller.php:117 msgid "An alphanumeric identifier for the resource unique to its type." msgstr "" #: includes/api/class-wc-rest-product-categories-controller.php:125 #: includes/api/v1/class-wc-rest-product-categories-controller.php:196 +#: includes/api/v2/class-wc-rest-product-categories-v2-controller.php:125 msgid "The ID for the parent of the resource." msgstr "" @@ -16601,88 +16228,116 @@ msgstr "" #: includes/api/v1/class-wc-rest-product-categories-controller.php:201 #: includes/api/v1/class-wc-rest-product-shipping-classes-controller.php:116 #: includes/api/v1/class-wc-rest-product-tags-controller.php:116 +#: includes/api/v2/class-wc-rest-product-categories-v2-controller.php:130 msgid "HTML description of the resource." msgstr "" #: includes/api/class-wc-rest-product-categories-controller.php:138 #: includes/api/v1/class-wc-rest-product-categories-controller.php:209 +#: includes/api/v2/class-wc-rest-product-categories-v2-controller.php:138 msgid "Category archive display type." msgstr "" #: includes/api/class-wc-rest-product-categories-controller.php:145 #: includes/api/v1/class-wc-rest-product-categories-controller.php:216 +#: includes/api/v2/class-wc-rest-product-categories-v2-controller.php:145 msgid "Image data." msgstr "" #: includes/api/class-wc-rest-product-categories-controller.php:150 -#: includes/api/class-wc-rest-product-variations-controller.php:891 -#: includes/api/class-wc-rest-products-controller.php:1861 +#: includes/api/class-wc-rest-product-variations-controller.php:643 +#: includes/api/class-wc-rest-products-controller.php:1129 #: includes/api/v1/class-wc-rest-product-categories-controller.php:221 -#: includes/api/v1/class-wc-rest-products-controller.php:2151 -#: includes/api/v1/class-wc-rest-products-controller.php:2484 +#: includes/api/v1/class-wc-rest-products-controller.php:2156 +#: includes/api/v1/class-wc-rest-products-controller.php:2489 +#: includes/api/v2/class-wc-rest-product-categories-v2-controller.php:150 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:891 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1873 msgid "Image ID." msgstr "" #: includes/api/class-wc-rest-product-categories-controller.php:155 -#: includes/api/class-wc-rest-product-variations-controller.php:896 -#: includes/api/class-wc-rest-products-controller.php:1866 +#: includes/api/class-wc-rest-product-variations-controller.php:648 +#: includes/api/class-wc-rest-products-controller.php:1134 #: includes/api/v1/class-wc-rest-product-categories-controller.php:226 -#: includes/api/v1/class-wc-rest-products-controller.php:2156 -#: includes/api/v1/class-wc-rest-products-controller.php:2489 +#: includes/api/v1/class-wc-rest-products-controller.php:2161 +#: includes/api/v1/class-wc-rest-products-controller.php:2494 +#: includes/api/v2/class-wc-rest-product-categories-v2-controller.php:155 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:896 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1878 msgid "The date the image was created, in the site's timezone." msgstr "" #: includes/api/class-wc-rest-product-categories-controller.php:161 -#: includes/api/class-wc-rest-product-variations-controller.php:902 -#: includes/api/class-wc-rest-products-controller.php:1872 +#: includes/api/class-wc-rest-product-variations-controller.php:654 +#: includes/api/class-wc-rest-products-controller.php:1140 +#: includes/api/v2/class-wc-rest-product-categories-v2-controller.php:161 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:902 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1884 msgid "The date the image was created, as GMT." msgstr "" #: includes/api/class-wc-rest-product-categories-controller.php:167 -#: includes/api/class-wc-rest-product-variations-controller.php:908 -#: includes/api/class-wc-rest-products-controller.php:1878 +#: includes/api/class-wc-rest-product-variations-controller.php:660 +#: includes/api/class-wc-rest-products-controller.php:1146 #: includes/api/v1/class-wc-rest-product-categories-controller.php:232 -#: includes/api/v1/class-wc-rest-products-controller.php:2162 -#: includes/api/v1/class-wc-rest-products-controller.php:2495 +#: includes/api/v1/class-wc-rest-products-controller.php:2167 +#: includes/api/v1/class-wc-rest-products-controller.php:2500 +#: includes/api/v2/class-wc-rest-product-categories-v2-controller.php:167 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:908 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1890 msgid "The date the image was last modified, in the site's timezone." msgstr "" #: includes/api/class-wc-rest-product-categories-controller.php:173 -#: includes/api/class-wc-rest-product-variations-controller.php:914 -#: includes/api/class-wc-rest-products-controller.php:1884 +#: includes/api/class-wc-rest-product-variations-controller.php:666 +#: includes/api/class-wc-rest-products-controller.php:1152 +#: includes/api/v2/class-wc-rest-product-categories-v2-controller.php:173 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:914 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1896 msgid "The date the image was last modified, as GMT." msgstr "" #: includes/api/class-wc-rest-product-categories-controller.php:179 -#: includes/api/class-wc-rest-product-variations-controller.php:920 -#: includes/api/class-wc-rest-products-controller.php:1890 +#: includes/api/class-wc-rest-product-variations-controller.php:672 +#: includes/api/class-wc-rest-products-controller.php:1158 #: includes/api/v1/class-wc-rest-product-categories-controller.php:238 -#: includes/api/v1/class-wc-rest-products-controller.php:2168 -#: includes/api/v1/class-wc-rest-products-controller.php:2501 +#: includes/api/v1/class-wc-rest-products-controller.php:2173 +#: includes/api/v1/class-wc-rest-products-controller.php:2506 +#: includes/api/v2/class-wc-rest-product-categories-v2-controller.php:179 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:920 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1902 msgid "Image URL." msgstr "" #: includes/api/class-wc-rest-product-categories-controller.php:185 -#: includes/api/class-wc-rest-product-variations-controller.php:926 -#: includes/api/class-wc-rest-products-controller.php:1896 +#: includes/api/class-wc-rest-product-variations-controller.php:678 +#: includes/api/class-wc-rest-products-controller.php:1164 #: includes/api/v1/class-wc-rest-product-categories-controller.php:244 -#: includes/api/v1/class-wc-rest-products-controller.php:2174 -#: includes/api/v1/class-wc-rest-products-controller.php:2507 +#: includes/api/v1/class-wc-rest-products-controller.php:2179 +#: includes/api/v1/class-wc-rest-products-controller.php:2512 +#: includes/api/v2/class-wc-rest-product-categories-v2-controller.php:185 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:926 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1908 msgid "Image name." msgstr "" #: includes/api/class-wc-rest-product-categories-controller.php:190 -#: includes/api/class-wc-rest-product-variations-controller.php:931 -#: includes/api/class-wc-rest-products-controller.php:1901 +#: includes/api/class-wc-rest-product-variations-controller.php:683 +#: includes/api/class-wc-rest-products-controller.php:1169 #: includes/api/v1/class-wc-rest-product-categories-controller.php:249 -#: includes/api/v1/class-wc-rest-products-controller.php:2179 -#: includes/api/v1/class-wc-rest-products-controller.php:2512 +#: includes/api/v1/class-wc-rest-products-controller.php:2184 +#: includes/api/v1/class-wc-rest-products-controller.php:2517 +#: includes/api/v2/class-wc-rest-product-categories-v2-controller.php:190 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:931 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1913 msgid "Image alternative text." msgstr "" #: includes/api/class-wc-rest-product-categories-controller.php:197 #: includes/api/v1/class-wc-rest-product-attribute-terms-controller.php:225 #: includes/api/v1/class-wc-rest-product-categories-controller.php:256 +#: includes/api/v2/class-wc-rest-product-categories-v2-controller.php:197 msgid "Menu order, used to custom sort the resource." msgstr "" @@ -16691,1470 +16346,1061 @@ msgstr "" #: includes/api/v1/class-wc-rest-product-categories-controller.php:261 #: includes/api/v1/class-wc-rest-product-shipping-classes-controller.php:124 #: includes/api/v1/class-wc-rest-product-tags-controller.php:124 +#: includes/api/v2/class-wc-rest-product-categories-v2-controller.php:202 msgid "Number of published products for the resource." msgstr "" -#: includes/api/class-wc-rest-product-reviews-controller.php:45 -#: includes/api/class-wc-rest-product-variations-controller.php:58 -#: includes/api/class-wc-rest-product-variations-controller.php:81 -#: includes/api/class-wc-rest-product-variations-controller.php:126 -#: includes/api/v1/class-wc-rest-product-reviews-controller.php:46 -#: includes/api/v1/class-wc-rest-product-reviews-controller.php:88 -msgid "Unique identifier for the variable product." +#: includes/api/class-wc-rest-product-reviews-controller.php:55 +msgid "Unique identifier for the product." msgstr "" -#: includes/api/class-wc-rest-product-reviews-controller.php:159 -#: includes/api/v1/class-wc-rest-product-reviews-controller.php:532 -msgid "The content of the review." +#: includes/api/class-wc-rest-product-reviews-controller.php:61 +#: includes/api/v1/class-wc-rest-product-reviews-controller.php:68 +msgid "Review content." msgstr "" -#: includes/api/class-wc-rest-product-reviews-controller.php:164 +#: includes/api/class-wc-rest-product-reviews-controller.php:66 +#: includes/api/v1/class-wc-rest-product-reviews-controller.php:73 +msgid "Name of the reviewer." +msgstr "" + +#: includes/api/class-wc-rest-product-reviews-controller.php:71 +#: includes/api/v1/class-wc-rest-product-reviews-controller.php:78 +msgid "Email of the reviewer." +msgstr "" + +#: includes/api/class-wc-rest-product-reviews-controller.php:110 +#: includes/api/v1/class-wc-rest-coupons-controller.php:108 +#: includes/api/v1/class-wc-rest-orders-controller.php:102 +#: includes/api/v1/class-wc-rest-product-reviews-controller.php:118 +#: includes/api/v1/class-wc-rest-products-controller.php:102 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:102 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:108 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:115 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:111 +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:87 +#: includes/api/v2/class-wc-rest-shipping-zones-v2-controller.php:77 +msgid "Whether to bypass trash and force deletion." +msgstr "" + +#: includes/api/class-wc-rest-product-reviews-controller.php:187 +#: includes/api/class-wc-rest-settings-controller.php:51 +#: includes/api/v1/class-wc-rest-product-reviews-controller.php:179 +#: includes/api/v2/class-wc-rest-setting-options-v2-controller.php:391 +msgid "Sorry, you cannot edit this resource." +msgstr "" + +#: includes/api/class-wc-rest-product-reviews-controller.php:204 +#: includes/api/v1/class-wc-rest-product-reviews-controller.php:193 +msgid "Sorry, you cannot delete this resource." +msgstr "" + +#: includes/api/class-wc-rest-product-reviews-controller.php:374 +msgid "Cannot create existing product review." +msgstr "" + +#: includes/api/class-wc-rest-product-reviews-controller.php:380 +#: includes/api/class-wc-rest-product-reviews-controller.php:540 +#: includes/api/class-wc-rest-product-reviews-controller.php:1054 +#: includes/api/v1/class-wc-rest-product-reviews-controller.php:209 +#: includes/api/v1/class-wc-rest-product-reviews-controller.php:234 +#: includes/api/v1/class-wc-rest-product-reviews-controller.php:260 +#: includes/api/v1/class-wc-rest-product-reviews-controller.php:315 +msgid "Invalid product ID." +msgstr "" + +#: includes/api/class-wc-rest-product-reviews-controller.php:394 +msgid "Invalid product review content." +msgstr "" + +#: includes/api/class-wc-rest-product-reviews-controller.php:419 +#: includes/api/class-wc-rest-product-reviews-controller.php:565 +msgid "Product review field exceeds maximum length allowed." +msgstr "" + +#: includes/api/class-wc-rest-product-reviews-controller.php:460 +#: includes/api/v1/class-wc-rest-product-reviews-controller.php:277 +msgid "Creating product review failed." +msgstr "" + +#: includes/api/class-wc-rest-product-reviews-controller.php:530 +msgid "Sorry, you are not allowed to change the comment type." +msgstr "" + +#: includes/api/class-wc-rest-product-reviews-controller.php:549 +msgid "Updating review status failed." +msgstr "" + +#: includes/api/class-wc-rest-product-reviews-controller.php:557 +msgid "Invalid revivew content." +msgstr "" + +#: includes/api/class-wc-rest-product-reviews-controller.php:571 +msgid "Updating review failed." +msgstr "" + +#: includes/api/class-wc-rest-product-reviews-controller.php:642 +#. translators: %s: force=true +msgid "The object does not support trashing. Set '%s' to delete." +msgstr "" + +#: includes/api/class-wc-rest-product-reviews-controller.php:646 +msgid "The object has already been trashed." +msgstr "" + +#: includes/api/class-wc-rest-product-reviews-controller.php:655 +msgid "The object cannot be deleted." +msgstr "" + +#: includes/api/class-wc-rest-product-reviews-controller.php:837 #: includes/api/v1/class-wc-rest-product-reviews-controller.php:537 +#: includes/api/v2/class-wc-rest-product-reviews-v2-controller.php:164 msgid "The date the review was created, in the site's timezone." msgstr "" -#: includes/api/class-wc-rest-product-reviews-controller.php:169 +#: includes/api/class-wc-rest-product-reviews-controller.php:843 +#: includes/api/v2/class-wc-rest-product-reviews-v2-controller.php:169 msgid "The date the review was created, as GMT." msgstr "" -#: includes/api/class-wc-rest-product-reviews-controller.php:174 -#: includes/api/v1/class-wc-rest-product-reviews-controller.php:542 -msgid "Review rating (0 to 5)." +#: includes/api/class-wc-rest-product-reviews-controller.php:849 +msgid "Unique identifier for the product that the review belongs to." msgstr "" -#: includes/api/class-wc-rest-product-reviews-controller.php:179 +#: includes/api/class-wc-rest-product-reviews-controller.php:854 +msgid "Status of the review" +msgstr "" + +#: includes/api/class-wc-rest-product-reviews-controller.php:861 #: includes/api/v1/class-wc-rest-product-reviews-controller.php:547 +#: includes/api/v2/class-wc-rest-product-reviews-v2-controller.php:179 msgid "Reviewer name." msgstr "" -#: includes/api/class-wc-rest-product-reviews-controller.php:184 +#: includes/api/class-wc-rest-product-reviews-controller.php:866 #: includes/api/v1/class-wc-rest-product-reviews-controller.php:552 +#: includes/api/v2/class-wc-rest-product-reviews-v2-controller.php:184 msgid "Reviewer email." msgstr "" -#: includes/api/class-wc-rest-product-reviews-controller.php:189 +#: includes/api/class-wc-rest-product-reviews-controller.php:871 +#: includes/api/v1/class-wc-rest-product-reviews-controller.php:532 +#: includes/api/v2/class-wc-rest-product-reviews-v2-controller.php:159 +msgid "The content of the review." +msgstr "" + +#: includes/api/class-wc-rest-product-reviews-controller.php:876 +#: includes/api/v1/class-wc-rest-product-reviews-controller.php:542 +#: includes/api/v2/class-wc-rest-product-reviews-v2-controller.php:174 +msgid "Review rating (0 to 5)." +msgstr "" + +#: includes/api/class-wc-rest-product-reviews-controller.php:881 #: includes/api/v1/class-wc-rest-product-reviews-controller.php:557 +#: includes/api/v2/class-wc-rest-product-reviews-v2-controller.php:189 msgid "Shows if the reviewer bought the product or not." msgstr "" -#: includes/api/class-wc-rest-product-variations-controller.php:85 -#: includes/api/v1/class-wc-rest-product-reviews-controller.php:50 -msgid "Unique identifier for the variation." +#: includes/api/class-wc-rest-product-reviews-controller.php:896 +#. translators: %d: avatar image size in pixels +msgid "Avatar URL with image size of %d pixels." msgstr "" -#: includes/api/class-wc-rest-product-variations-controller.php:167 -msgid "Parent product does not match current variation." +#: includes/api/class-wc-rest-product-reviews-controller.php:903 +msgid "Avatar URLs for the object reviewer." msgstr "" -#: includes/api/class-wc-rest-product-variations-controller.php:663 -#: includes/api/v1/class-wc-rest-products-controller.php:2272 -msgid "The date the variation was created, in the site's timezone." +#: includes/api/class-wc-rest-product-reviews-controller.php:925 +msgid "Limit response to reviews published after a given ISO8601 compliant date." msgstr "" -#: includes/api/class-wc-rest-product-variations-controller.php:669 -#: includes/api/v1/class-wc-rest-products-controller.php:2278 -msgid "The date the variation was last modified, in the site's timezone." +#: includes/api/class-wc-rest-product-reviews-controller.php:930 +msgid "Limit result set to reviews assigned to specific user IDs." msgstr "" -#: includes/api/class-wc-rest-product-variations-controller.php:675 -msgid "Variation description." +#: includes/api/class-wc-rest-product-reviews-controller.php:937 +msgid "Ensure result set excludes reviews assigned to specific user IDs." msgstr "" -#: includes/api/class-wc-rest-product-variations-controller.php:680 -#: includes/api/v1/class-wc-rest-products-controller.php:2284 -msgid "Variation URL." +#: includes/api/class-wc-rest-product-reviews-controller.php:945 +msgid "Limit result set to that from a specific author email." msgstr "" -#: includes/api/class-wc-rest-product-variations-controller.php:687 -#: includes/api/class-wc-rest-products-controller.php:1513 -#: includes/api/v1/class-wc-rest-products-controller.php:1806 -#: includes/api/v1/class-wc-rest-products-controller.php:2291 -msgid "Unique identifier." +#: includes/api/class-wc-rest-product-reviews-controller.php:950 +msgid "Limit response to reviews published before a given ISO8601 compliant date." msgstr "" -#: includes/api/class-wc-rest-product-variations-controller.php:692 -#: includes/api/v1/class-wc-rest-products-controller.php:2296 -msgid "Current variation price." +#: includes/api/class-wc-rest-product-reviews-controller.php:963 +#: includes/api/v1/class-wc-rest-customers-controller.php:874 +msgid "Limit result set to specific IDs." msgstr "" -#: includes/api/class-wc-rest-product-variations-controller.php:698 -#: includes/api/v1/class-wc-rest-products-controller.php:2302 -msgid "Variation regular price." +#: includes/api/class-wc-rest-product-reviews-controller.php:997 +msgid "Limit result set to reviews assigned to specific product IDs." msgstr "" -#: includes/api/class-wc-rest-product-variations-controller.php:703 -#: includes/api/v1/class-wc-rest-products-controller.php:2307 -msgid "Variation sale price." +#: includes/api/class-wc-rest-product-reviews-controller.php:1005 +msgid "Limit result set to reviews assigned a specific status." msgstr "" -#: includes/api/class-wc-rest-product-variations-controller.php:708 -#: includes/api/class-wc-rest-products-controller.php:1534 -msgid "Start date of sale price, in the site's timezone." +#: includes/api/class-wc-rest-product-reviews-controller.php:1039 +msgid "Invalid review ID." msgstr "" -#: includes/api/class-wc-rest-product-variations-controller.php:713 -#: includes/api/class-wc-rest-products-controller.php:1539 -msgid "Start date of sale price, as GMT." +#: includes/api/class-wc-rest-product-variations-controller.php:237 +#. Translators: %d parent ID. +msgid "Cannot set attributes due to invalid parent product." msgstr "" -#: includes/api/class-wc-rest-product-variations-controller.php:718 -#: includes/api/class-wc-rest-products-controller.php:1544 -msgid "End date of sale price, in the site's timezone." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:723 -#: includes/api/class-wc-rest-products-controller.php:1549 -msgid "End date of sale price, as GMT." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:728 -#: includes/api/v1/class-wc-rest-products-controller.php:2322 -msgid "Shows if the variation is on sale." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:734 -msgid "Define if the variation is visible on the product's page." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:740 -#: includes/api/v1/class-wc-rest-products-controller.php:2328 -msgid "Shows if the variation can be bought." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:746 -#: includes/api/v1/class-wc-rest-products-controller.php:2339 -msgid "If the variation is virtual." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:752 -#: includes/api/v1/class-wc-rest-products-controller.php:2345 -msgid "If the variation is downloadable." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:758 -#: includes/api/class-wc-rest-products-controller.php:1590 -#: includes/api/v1/class-wc-rest-products-controller.php:1873 -#: includes/api/v1/class-wc-rest-products-controller.php:2351 -msgid "List of downloadable files." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:765 -#: includes/api/class-wc-rest-products-controller.php:1597 -#: includes/api/v1/class-wc-rest-products-controller.php:1880 -#: includes/api/v1/class-wc-rest-products-controller.php:2358 -msgid "File MD5 hash." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:784 -#: includes/api/class-wc-rest-products-controller.php:1616 -#: includes/api/v1/class-wc-rest-products-controller.php:1899 -#: includes/api/v1/class-wc-rest-products-controller.php:2377 -msgid "Number of times downloadable files can be downloaded after purchase." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:790 -#: includes/api/class-wc-rest-products-controller.php:1622 -#: includes/api/v1/class-wc-rest-products-controller.php:1905 -#: includes/api/v1/class-wc-rest-products-controller.php:2383 -msgid "Number of days until access to downloadable files expires." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:796 -#: includes/api/class-wc-rest-products-controller.php:1639 -#: includes/api/v1/class-wc-rest-products-controller.php:1929 -#: includes/api/v1/class-wc-rest-products-controller.php:2389 -msgid "Tax status." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:803 -#: includes/api/class-wc-rest-products-controller.php:1646 -#: includes/api/v1/class-wc-rest-products-controller.php:1936 -#: includes/api/v1/class-wc-rest-products-controller.php:2396 -#: includes/api/v1/class-wc-rest-taxes-controller.php:635 -msgid "Tax class." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:808 -#: includes/api/v1/class-wc-rest-products-controller.php:2401 -msgid "Stock management at variation level." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:814 -#: includes/api/class-wc-rest-products-controller.php:1657 -#: includes/api/v1/class-wc-rest-products-controller.php:1947 -#: includes/api/v1/class-wc-rest-products-controller.php:2407 -msgid "Stock quantity." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:819 -#: includes/api/v1/class-wc-rest-products-controller.php:2412 -msgid "" -"Controls whether or not the variation is listed as \"in stock\" or \"out of " -"stock\" on the frontend." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:825 -#: includes/api/class-wc-rest-products-controller.php:1668 -#: includes/api/v1/class-wc-rest-products-controller.php:1958 -#: includes/api/v1/class-wc-rest-products-controller.php:2418 -msgid "If managing stock, this controls if backorders are allowed." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:832 -#: includes/api/class-wc-rest-products-controller.php:1675 -#: includes/api/v1/class-wc-rest-products-controller.php:1965 -#: includes/api/v1/class-wc-rest-products-controller.php:2425 -msgid "Shows if backorders are allowed." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:838 -#: includes/api/v1/class-wc-rest-products-controller.php:2431 -msgid "Shows if the variation is on backordered." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:845 -#: includes/api/v1/class-wc-rest-products-controller.php:2438 -#. translators: %s: weight unit -msgid "Variation weight (%s)." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:850 -#: includes/api/v1/class-wc-rest-products-controller.php:2443 -msgid "Variation dimensions." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:856 -#: includes/api/v1/class-wc-rest-products-controller.php:2449 -#. translators: %s: dimension unit -msgid "Variation length (%s)." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:862 -#: includes/api/v1/class-wc-rest-products-controller.php:2455 -#. translators: %s: dimension unit -msgid "Variation width (%s)." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:868 -#: includes/api/v1/class-wc-rest-products-controller.php:2461 -#. translators: %s: dimension unit -msgid "Variation height (%s)." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:875 -#: includes/api/class-wc-rest-products-controller.php:1736 -#: includes/api/v1/class-wc-rest-products-controller.php:2026 -#: includes/api/v1/class-wc-rest-products-controller.php:2468 -msgid "Shipping class slug." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:880 -#: includes/api/class-wc-rest-products-controller.php:1741 -#: includes/api/v1/class-wc-rest-products-controller.php:2031 -#: includes/api/v1/class-wc-rest-products-controller.php:2473 -msgid "Shipping class ID." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:886 -#: includes/api/v1/class-wc-rest-products-controller.php:2479 -msgid "Variation image data." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:936 -#: includes/api/class-wc-rest-products-controller.php:1906 -#: includes/api/v1/class-wc-rest-products-controller.php:2184 -#: includes/api/v1/class-wc-rest-products-controller.php:2517 -msgid "Image position. 0 means that the image is featured." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:943 -#: includes/api/class-wc-rest-products-controller.php:1914 -#: includes/api/v1/class-wc-rest-products-controller.php:2192 -#: includes/api/v1/class-wc-rest-products-controller.php:2524 -msgid "List of attributes." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:950 -#: includes/api/class-wc-rest-products-controller.php:1921 -#: includes/api/class-wc-rest-products-controller.php:1966 -#: includes/api/v1/class-wc-rest-products-controller.php:2199 -#: includes/api/v1/class-wc-rest-products-controller.php:2241 -#: includes/api/v1/class-wc-rest-products-controller.php:2531 -#: includes/cli/class-wc-cli-runner.php:114 -msgid "Attribute ID." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:955 -#: includes/api/class-wc-rest-products-controller.php:1926 -#: includes/api/class-wc-rest-products-controller.php:1971 -#: includes/api/v1/class-wc-rest-product-attributes-controller.php:462 -#: includes/api/v1/class-wc-rest-products-controller.php:2204 -#: includes/api/v1/class-wc-rest-products-controller.php:2246 -#: includes/api/v1/class-wc-rest-products-controller.php:2536 -msgid "Attribute name." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:960 -#: includes/api/class-wc-rest-products-controller.php:1976 -#: includes/api/v1/class-wc-rest-products-controller.php:2251 -#: includes/api/v1/class-wc-rest-products-controller.php:2541 -msgid "Selected attribute term name." -msgstr "" - -#: includes/api/class-wc-rest-product-variations-controller.php:968 -#: includes/api/class-wc-rest-products-controller.php:2001 -#: includes/api/v1/class-wc-rest-products-controller.php:2561 -msgid "Menu order, used to custom sort products." -msgstr "" - -#: includes/api/class-wc-rest-products-controller.php:411 -#: includes/api/class-wc-rest-products-controller.php:412 -#: includes/api/legacy/v1/class-wc-api-products.php:459 -#: includes/api/legacy/v1/class-wc-api-products.php:460 -#: includes/api/legacy/v2/class-wc-api-products.php:1615 -#: includes/api/legacy/v2/class-wc-api-products.php:1616 -#: includes/api/legacy/v3/class-wc-api-products.php:2119 -#: includes/api/legacy/v3/class-wc-api-products.php:2120 -#: includes/api/v1/class-wc-rest-products-controller.php:313 -#: includes/api/v1/class-wc-rest-products-controller.php:314 -#: includes/wc-product-functions.php:297 -msgid "Placeholder" -msgstr "" - -#: includes/api/class-wc-rest-products-controller.php:1088 +#: includes/api/class-wc-rest-product-variations-controller.php:371 +#: includes/api/class-wc-rest-products-controller.php:251 #: includes/api/v1/class-wc-rest-products-controller.php:867 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1088 +#. translators: %s: attachment ID +#. translators: %s: image ID #. translators: %s: attachment id msgid "#%s is an invalid image ID." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1440 +#: includes/api/class-wc-rest-product-variations-controller.php:414 +#: includes/api/v1/class-wc-rest-products-controller.php:2277 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:663 +msgid "The date the variation was created, in the site's timezone." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:420 +#: includes/api/v1/class-wc-rest-products-controller.php:2283 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:669 +msgid "The date the variation was last modified, in the site's timezone." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:426 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:675 +msgid "Variation description." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:431 +#: includes/api/v1/class-wc-rest-products-controller.php:2289 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:680 +msgid "Variation URL." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:438 +#: includes/api/class-wc-rest-products-controller.php:781 +#: includes/api/v1/class-wc-rest-products-controller.php:1811 +#: includes/api/v1/class-wc-rest-products-controller.php:2296 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:687 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1525 +msgid "Unique identifier." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:443 +#: includes/api/v1/class-wc-rest-products-controller.php:2301 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:692 +msgid "Current variation price." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:449 +#: includes/api/v1/class-wc-rest-products-controller.php:2307 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:698 +msgid "Variation regular price." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:454 +#: includes/api/v1/class-wc-rest-products-controller.php:2312 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:703 +msgid "Variation sale price." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:459 +#: includes/api/class-wc-rest-products-controller.php:802 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:708 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1546 +msgid "Start date of sale price, in the site's timezone." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:464 +#: includes/api/class-wc-rest-products-controller.php:807 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:713 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1551 +msgid "Start date of sale price, as GMT." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:469 +#: includes/api/class-wc-rest-product-variations-controller.php:474 +#: includes/api/class-wc-rest-products-controller.php:812 +#: includes/api/class-wc-rest-products-controller.php:817 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:718 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1556 +msgid "End date of sale price, in the site's timezone." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:479 +#: includes/api/v1/class-wc-rest-products-controller.php:2327 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:728 +msgid "Shows if the variation is on sale." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:485 +msgid "Variation status." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:492 +#: includes/api/v1/class-wc-rest-products-controller.php:2333 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:740 +msgid "Shows if the variation can be bought." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:498 +#: includes/api/v1/class-wc-rest-products-controller.php:2344 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:746 +msgid "If the variation is virtual." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:504 +#: includes/api/v1/class-wc-rest-products-controller.php:2350 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:752 +msgid "If the variation is downloadable." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:510 +#: includes/api/class-wc-rest-products-controller.php:858 +#: includes/api/v1/class-wc-rest-products-controller.php:1878 +#: includes/api/v1/class-wc-rest-products-controller.php:2356 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:758 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1602 +msgid "List of downloadable files." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:517 +#: includes/api/class-wc-rest-products-controller.php:865 +#: includes/api/v1/class-wc-rest-products-controller.php:1885 +#: includes/api/v1/class-wc-rest-products-controller.php:2363 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:765 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1609 +msgid "File MD5 hash." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:523 +#: includes/api/class-wc-rest-products-controller.php:871 +#: includes/api/v1/class-wc-rest-customer-downloads-controller.php:223 +#: includes/api/v1/class-wc-rest-products-controller.php:1891 +#: includes/api/v1/class-wc-rest-products-controller.php:2369 +#: includes/api/v2/class-wc-rest-customer-downloads-v2-controller.php:147 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:771 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1615 +msgid "File name." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:528 +#: includes/api/class-wc-rest-products-controller.php:876 +#: includes/api/v1/class-wc-rest-customer-downloads-controller.php:229 +#: includes/api/v1/class-wc-rest-products-controller.php:1896 +#: includes/api/v1/class-wc-rest-products-controller.php:2374 +#: includes/api/v2/class-wc-rest-customer-downloads-v2-controller.php:153 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:776 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1620 +msgid "File URL." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:536 +#: includes/api/class-wc-rest-products-controller.php:884 +#: includes/api/v1/class-wc-rest-products-controller.php:1904 +#: includes/api/v1/class-wc-rest-products-controller.php:2382 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:784 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1628 +msgid "Number of times downloadable files can be downloaded after purchase." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:542 +#: includes/api/class-wc-rest-products-controller.php:890 +#: includes/api/v1/class-wc-rest-products-controller.php:1910 +#: includes/api/v1/class-wc-rest-products-controller.php:2388 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:790 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1634 +msgid "Number of days until access to downloadable files expires." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:548 +#: includes/api/class-wc-rest-products-controller.php:907 +#: includes/api/v1/class-wc-rest-products-controller.php:1934 +#: includes/api/v1/class-wc-rest-products-controller.php:2394 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:796 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1651 +msgid "Tax status." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:555 +#: includes/api/class-wc-rest-products-controller.php:914 +#: includes/api/v1/class-wc-rest-products-controller.php:1941 +#: includes/api/v1/class-wc-rest-products-controller.php:2401 +#: includes/api/v1/class-wc-rest-taxes-controller.php:635 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:803 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1658 +msgid "Tax class." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:560 +#: includes/api/v1/class-wc-rest-products-controller.php:2406 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:808 +msgid "Stock management at variation level." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:566 +#: includes/api/class-wc-rest-products-controller.php:925 +#: includes/api/v1/class-wc-rest-products-controller.php:1952 +#: includes/api/v1/class-wc-rest-products-controller.php:2412 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:814 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1669 +msgid "Stock quantity." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:571 +#: includes/api/class-wc-rest-products-controller.php:930 +msgid "" +"Controls the stock status of the product: \"instock\", \"outofstock\" or " +"\"onbackorder\"." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:577 +#: includes/api/class-wc-rest-products-controller.php:936 +#: includes/api/v1/class-wc-rest-products-controller.php:1963 +#: includes/api/v1/class-wc-rest-products-controller.php:2423 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:825 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1680 +msgid "If managing stock, this controls if backorders are allowed." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:584 +#: includes/api/class-wc-rest-products-controller.php:943 +#: includes/api/v1/class-wc-rest-products-controller.php:1970 +#: includes/api/v1/class-wc-rest-products-controller.php:2430 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:832 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1687 +msgid "Shows if backorders are allowed." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:590 +#: includes/api/v1/class-wc-rest-products-controller.php:2436 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:838 +msgid "Shows if the variation is on backordered." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:597 +#: includes/api/v1/class-wc-rest-products-controller.php:2443 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:845 +#. translators: %s: weight unit +msgid "Variation weight (%s)." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:602 +#: includes/api/v1/class-wc-rest-products-controller.php:2448 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:850 +msgid "Variation dimensions." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:608 +#: includes/api/v1/class-wc-rest-products-controller.php:2454 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:856 +#. translators: %s: dimension unit +msgid "Variation length (%s)." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:614 +#: includes/api/v1/class-wc-rest-products-controller.php:2460 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:862 +#. translators: %s: dimension unit +msgid "Variation width (%s)." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:620 +#: includes/api/v1/class-wc-rest-products-controller.php:2466 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:868 +#. translators: %s: dimension unit +msgid "Variation height (%s)." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:627 +#: includes/api/class-wc-rest-products-controller.php:1004 +#: includes/api/v1/class-wc-rest-products-controller.php:2031 +#: includes/api/v1/class-wc-rest-products-controller.php:2473 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:875 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1748 +msgid "Shipping class slug." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:632 +#: includes/api/class-wc-rest-products-controller.php:1009 +#: includes/api/v1/class-wc-rest-products-controller.php:2036 +#: includes/api/v1/class-wc-rest-products-controller.php:2478 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:880 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1753 +msgid "Shipping class ID." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:638 +#: includes/api/v1/class-wc-rest-products-controller.php:2484 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:886 +msgid "Variation image data." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:690 +#: includes/api/class-wc-rest-products-controller.php:1177 +#: includes/api/v1/class-wc-rest-products-controller.php:2197 +#: includes/api/v1/class-wc-rest-products-controller.php:2529 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:943 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1926 +msgid "List of attributes." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:697 +#: includes/api/class-wc-rest-products-controller.php:1184 +#: includes/api/class-wc-rest-products-controller.php:1229 +#: includes/api/v1/class-wc-rest-products-controller.php:2204 +#: includes/api/v1/class-wc-rest-products-controller.php:2246 +#: includes/api/v1/class-wc-rest-products-controller.php:2536 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:950 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1933 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1978 +#: includes/cli/class-wc-cli-runner.php:114 +msgid "Attribute ID." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:702 +#: includes/api/class-wc-rest-products-controller.php:1189 +#: includes/api/class-wc-rest-products-controller.php:1234 +#: includes/api/v1/class-wc-rest-product-attributes-controller.php:462 +#: includes/api/v1/class-wc-rest-products-controller.php:2209 +#: includes/api/v1/class-wc-rest-products-controller.php:2251 +#: includes/api/v1/class-wc-rest-products-controller.php:2541 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:955 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1938 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1983 +msgid "Attribute name." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:707 +#: includes/api/class-wc-rest-products-controller.php:1239 +#: includes/api/v1/class-wc-rest-products-controller.php:2256 +#: includes/api/v1/class-wc-rest-products-controller.php:2546 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:960 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1988 +msgid "Selected attribute term name." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:715 +#: includes/api/class-wc-rest-products-controller.php:1265 +#: includes/api/v1/class-wc-rest-products-controller.php:2566 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:968 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:2013 +msgid "Menu order, used to custom sort products." +msgstr "" + +#: includes/api/class-wc-rest-product-variations-controller.php:894 +#: includes/api/class-wc-rest-products-controller.php:1311 +msgid "Limit result set to products with specified stock status." +msgstr "" + +#: includes/api/class-wc-rest-products-controller.php:705 +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:380 +#: includes/api/v1/class-wc-rest-orders-controller.php:1223 #: includes/api/v1/class-wc-rest-products-controller.php:1745 +#: includes/api/v1/class-wc-rest-report-top-sellers-controller.php:152 +#: includes/api/v2/class-wc-rest-customer-downloads-v2-controller.php:99 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:433 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1185 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1447 +msgid "Product name." +msgstr "" + +#: includes/api/class-wc-rest-products-controller.php:710 +#: includes/api/v1/class-wc-rest-products-controller.php:1750 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1452 msgid "Product slug." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1445 -#: includes/api/v1/class-wc-rest-products-controller.php:1750 +#: includes/api/class-wc-rest-products-controller.php:715 +#: includes/api/v1/class-wc-rest-products-controller.php:1755 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1457 msgid "Product URL." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1452 -#: includes/api/v1/class-wc-rest-products-controller.php:1757 +#: includes/api/class-wc-rest-products-controller.php:722 +#: includes/api/v1/class-wc-rest-products-controller.php:1762 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1464 msgid "The date the product was created, in the site's timezone." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1458 +#: includes/api/class-wc-rest-products-controller.php:727 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1470 msgid "The date the product was created, as GMT." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1464 -#: includes/api/v1/class-wc-rest-products-controller.php:1763 +#: includes/api/class-wc-rest-products-controller.php:732 +#: includes/api/v1/class-wc-rest-products-controller.php:1768 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1476 msgid "The date the product was last modified, in the site's timezone." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1470 +#: includes/api/class-wc-rest-products-controller.php:738 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1482 msgid "The date the product was last modified, as GMT." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1476 -#: includes/api/v1/class-wc-rest-products-controller.php:1769 +#: includes/api/class-wc-rest-products-controller.php:744 +#: includes/api/v1/class-wc-rest-products-controller.php:1774 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1488 msgid "Product type." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1483 -#: includes/api/v1/class-wc-rest-products-controller.php:1776 +#: includes/api/class-wc-rest-products-controller.php:751 +#: includes/api/v1/class-wc-rest-products-controller.php:1781 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1495 msgid "Product status (post status)." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1490 -#: includes/api/v1/class-wc-rest-products-controller.php:1783 +#: includes/api/class-wc-rest-products-controller.php:758 +#: includes/api/v1/class-wc-rest-products-controller.php:1788 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1502 msgid "Featured product." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1496 -#: includes/api/v1/class-wc-rest-products-controller.php:1789 +#: includes/api/class-wc-rest-products-controller.php:764 +#: includes/api/v1/class-wc-rest-products-controller.php:1794 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1508 msgid "Catalog visibility." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1503 -#: includes/api/v1/class-wc-rest-products-controller.php:1796 +#: includes/api/class-wc-rest-products-controller.php:771 +#: includes/api/v1/class-wc-rest-products-controller.php:1801 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1515 msgid "Product description." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1508 -#: includes/api/v1/class-wc-rest-products-controller.php:1801 +#: includes/api/class-wc-rest-products-controller.php:776 +#: includes/api/v1/class-wc-rest-products-controller.php:1806 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1520 msgid "Product short description." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1518 -#: includes/api/v1/class-wc-rest-products-controller.php:1811 +#: includes/api/class-wc-rest-products-controller.php:786 +#: includes/api/v1/class-wc-rest-products-controller.php:1816 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1530 msgid "Current product price." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1524 -#: includes/api/v1/class-wc-rest-products-controller.php:1817 +#: includes/api/class-wc-rest-products-controller.php:792 +#: includes/api/v1/class-wc-rest-products-controller.php:1822 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1536 msgid "Product regular price." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1529 -#: includes/api/v1/class-wc-rest-products-controller.php:1822 +#: includes/api/class-wc-rest-products-controller.php:797 +#: includes/api/v1/class-wc-rest-products-controller.php:1827 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1541 msgid "Product sale price." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1554 -#: includes/api/v1/class-wc-rest-products-controller.php:1837 +#: includes/api/class-wc-rest-products-controller.php:822 +#: includes/api/v1/class-wc-rest-products-controller.php:1842 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1566 msgid "Price formatted in HTML." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1560 -#: includes/api/v1/class-wc-rest-products-controller.php:1843 +#: includes/api/class-wc-rest-products-controller.php:828 +#: includes/api/v1/class-wc-rest-products-controller.php:1848 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1572 msgid "Shows if the product is on sale." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1566 -#: includes/api/v1/class-wc-rest-products-controller.php:1849 +#: includes/api/class-wc-rest-products-controller.php:834 +#: includes/api/v1/class-wc-rest-products-controller.php:1854 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1578 msgid "Shows if the product can be bought." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1572 -#: includes/api/v1/class-wc-rest-products-controller.php:1855 +#: includes/api/class-wc-rest-products-controller.php:840 +#: includes/api/v1/class-wc-rest-products-controller.php:1860 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1584 msgid "Amount of sales." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1578 -#: includes/api/v1/class-wc-rest-products-controller.php:1861 +#: includes/api/class-wc-rest-products-controller.php:846 +#: includes/api/v1/class-wc-rest-products-controller.php:1866 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1590 msgid "If the product is virtual." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1584 -#: includes/api/v1/class-wc-rest-products-controller.php:1867 +#: includes/api/class-wc-rest-products-controller.php:852 +#: includes/api/v1/class-wc-rest-products-controller.php:1872 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1596 msgid "If the product is downloadable." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1628 -#: includes/api/v1/class-wc-rest-products-controller.php:1918 +#: includes/api/class-wc-rest-products-controller.php:896 +#: includes/api/v1/class-wc-rest-products-controller.php:1923 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1640 msgid "Product external URL. Only for external products." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1634 -#: includes/api/v1/class-wc-rest-products-controller.php:1924 +#: includes/api/class-wc-rest-products-controller.php:902 +#: includes/api/v1/class-wc-rest-products-controller.php:1929 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1646 msgid "Product external button text. Only for external products." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1651 -#: includes/api/v1/class-wc-rest-products-controller.php:1941 +#: includes/api/class-wc-rest-products-controller.php:919 +#: includes/api/v1/class-wc-rest-products-controller.php:1946 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1663 msgid "Stock management at product level." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1681 -#: includes/api/v1/class-wc-rest-products-controller.php:1971 +#: includes/api/class-wc-rest-products-controller.php:949 +#: includes/api/v1/class-wc-rest-products-controller.php:1976 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1693 msgid "Shows if the product is on backordered." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1687 -#: includes/api/v1/class-wc-rest-products-controller.php:1977 +#: includes/api/class-wc-rest-products-controller.php:955 +#: includes/api/v1/class-wc-rest-products-controller.php:1982 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1699 msgid "Allow one item to be bought in a single order." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1694 -#: includes/api/v1/class-wc-rest-products-controller.php:1984 +#: includes/api/class-wc-rest-products-controller.php:962 +#: includes/api/v1/class-wc-rest-products-controller.php:1989 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1706 #. translators: %s: weight unit msgid "Product weight (%s)." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1699 -#: includes/api/v1/class-wc-rest-products-controller.php:1989 +#: includes/api/class-wc-rest-products-controller.php:967 +#: includes/api/v1/class-wc-rest-products-controller.php:1994 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1711 msgid "Product dimensions." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1705 -#: includes/api/v1/class-wc-rest-products-controller.php:1995 +#: includes/api/class-wc-rest-products-controller.php:973 +#: includes/api/v1/class-wc-rest-products-controller.php:2000 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1717 #. translators: %s: dimension unit msgid "Product length (%s)." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1711 -#: includes/api/v1/class-wc-rest-products-controller.php:2001 +#: includes/api/class-wc-rest-products-controller.php:979 +#: includes/api/v1/class-wc-rest-products-controller.php:2006 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1723 #. translators: %s: dimension unit msgid "Product width (%s)." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1717 -#: includes/api/v1/class-wc-rest-products-controller.php:2007 +#: includes/api/class-wc-rest-products-controller.php:985 +#: includes/api/v1/class-wc-rest-products-controller.php:2012 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1729 #. translators: %s: dimension unit msgid "Product height (%s)." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1724 -#: includes/api/v1/class-wc-rest-products-controller.php:2014 +#: includes/api/class-wc-rest-products-controller.php:992 +#: includes/api/v1/class-wc-rest-products-controller.php:2019 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1736 msgid "Shows if the product need to be shipped." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1730 -#: includes/api/v1/class-wc-rest-products-controller.php:2020 +#: includes/api/class-wc-rest-products-controller.php:998 +#: includes/api/v1/class-wc-rest-products-controller.php:2025 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1742 msgid "Shows whether or not the product shipping is taxable." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1747 -#: includes/api/v1/class-wc-rest-products-controller.php:2037 +#: includes/api/class-wc-rest-products-controller.php:1015 +#: includes/api/v1/class-wc-rest-products-controller.php:2042 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1759 msgid "Allow reviews." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1753 -#: includes/api/v1/class-wc-rest-products-controller.php:2043 +#: includes/api/class-wc-rest-products-controller.php:1021 +#: includes/api/v1/class-wc-rest-products-controller.php:2048 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1765 msgid "Reviews average rating." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1759 -#: includes/api/v1/class-wc-rest-products-controller.php:2049 +#: includes/api/class-wc-rest-products-controller.php:1027 +#: includes/api/v1/class-wc-rest-products-controller.php:2054 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1771 msgid "Amount of reviews that the product have." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1765 -#: includes/api/v1/class-wc-rest-products-controller.php:2055 +#: includes/api/class-wc-rest-products-controller.php:1033 +#: includes/api/v1/class-wc-rest-products-controller.php:2060 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1777 msgid "List of related products IDs." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1774 +#: includes/api/class-wc-rest-products-controller.php:1042 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1786 msgid "List of up-sell products IDs." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1782 -#: includes/api/v1/class-wc-rest-products-controller.php:2072 +#: includes/api/class-wc-rest-products-controller.php:1050 +#: includes/api/v1/class-wc-rest-products-controller.php:2077 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1794 msgid "List of cross-sell products IDs." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1790 -#: includes/api/v1/class-wc-rest-products-controller.php:2080 +#: includes/api/class-wc-rest-products-controller.php:1058 +#: includes/api/v1/class-wc-rest-products-controller.php:2085 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1802 msgid "Product parent ID." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1795 -#: includes/api/v1/class-wc-rest-products-controller.php:2085 +#: includes/api/class-wc-rest-products-controller.php:1063 +#: includes/api/v1/class-wc-rest-products-controller.php:2090 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1807 msgid "Optional note to send the customer after purchase." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1800 -#: includes/api/v1/class-wc-rest-products-controller.php:2090 +#: includes/api/class-wc-rest-products-controller.php:1068 +#: includes/api/v1/class-wc-rest-products-controller.php:2095 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1812 msgid "List of categories." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1807 -#: includes/api/v1/class-wc-rest-products-controller.php:2097 +#: includes/api/class-wc-rest-products-controller.php:1075 +#: includes/api/v1/class-wc-rest-products-controller.php:2102 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1819 msgid "Category ID." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1818 -#: includes/api/v1/class-wc-rest-products-controller.php:2108 +#: includes/api/class-wc-rest-products-controller.php:1086 +#: includes/api/v1/class-wc-rest-products-controller.php:2113 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1830 msgid "Category slug." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1827 -#: includes/api/v1/class-wc-rest-products-controller.php:2117 +#: includes/api/class-wc-rest-products-controller.php:1095 +#: includes/api/v1/class-wc-rest-products-controller.php:2122 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1839 msgid "List of tags." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1834 -#: includes/api/v1/class-wc-rest-products-controller.php:2124 +#: includes/api/class-wc-rest-products-controller.php:1102 +#: includes/api/v1/class-wc-rest-products-controller.php:2129 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1846 msgid "Tag ID." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1839 +#: includes/api/class-wc-rest-products-controller.php:1107 #: includes/api/v1/class-wc-rest-product-tags-controller.php:100 -#: includes/api/v1/class-wc-rest-products-controller.php:2129 +#: includes/api/v1/class-wc-rest-products-controller.php:2134 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1851 msgid "Tag name." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1845 -#: includes/api/v1/class-wc-rest-products-controller.php:2135 +#: includes/api/class-wc-rest-products-controller.php:1113 +#: includes/api/v1/class-wc-rest-products-controller.php:2140 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1857 msgid "Tag slug." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1854 -#: includes/api/v1/class-wc-rest-products-controller.php:2144 +#: includes/api/class-wc-rest-products-controller.php:1122 +#: includes/api/v1/class-wc-rest-products-controller.php:2149 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1866 msgid "List of images." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1931 -#: includes/api/v1/class-wc-rest-products-controller.php:2209 +#: includes/api/class-wc-rest-products-controller.php:1194 +#: includes/api/v1/class-wc-rest-products-controller.php:2214 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1943 msgid "Attribute position." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1936 -#: includes/api/v1/class-wc-rest-products-controller.php:2214 +#: includes/api/class-wc-rest-products-controller.php:1199 +#: includes/api/v1/class-wc-rest-products-controller.php:2219 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1948 msgid "" "Define if the attribute is visible on the \"Additional information\" tab in " "the product's page." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1942 -#: includes/api/v1/class-wc-rest-products-controller.php:2220 +#: includes/api/class-wc-rest-products-controller.php:1205 +#: includes/api/v1/class-wc-rest-products-controller.php:2225 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1954 msgid "Define if the attribute can be used as variation." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1948 -#: includes/api/v1/class-wc-rest-products-controller.php:2226 +#: includes/api/class-wc-rest-products-controller.php:1211 +#: includes/api/v1/class-wc-rest-products-controller.php:2231 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1960 msgid "List of available term names of the attribute." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1959 -#: includes/api/v1/class-wc-rest-products-controller.php:2234 +#: includes/api/class-wc-rest-products-controller.php:1222 +#: includes/api/v1/class-wc-rest-products-controller.php:2239 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1971 msgid "Defaults variation attributes." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1984 +#: includes/api/class-wc-rest-products-controller.php:1247 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1996 msgid "List of variations IDs." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:1993 -#: includes/api/v1/class-wc-rest-products-controller.php:2552 +#: includes/api/class-wc-rest-products-controller.php:1256 +#: includes/api/v1/class-wc-rest-products-controller.php:2557 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:2005 msgid "List of grouped products ID." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:2046 -#: includes/api/v1/class-wc-rest-products-controller.php:2580 -msgid "Limit result set to products with a specific slug." +#: includes/api/class-wc-rest-report-coupons-totals-controller.php:121 +#: includes/api/class-wc-rest-report-customers-totals-controller.php:132 +#: includes/api/class-wc-rest-report-orders-totals-controller.php:105 +#: includes/api/class-wc-rest-report-products-totals-controller.php:111 +#: includes/api/class-wc-rest-report-reviews-totals-controller.php:110 +#: includes/api/v1/class-wc-rest-reports-controller.php:157 +msgid "An alphanumeric identifier for the resource." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:2052 -#: includes/api/v1/class-wc-rest-products-controller.php:2586 -msgid "Limit result set to products assigned a specific status." +#: includes/api/class-wc-rest-report-coupons-totals-controller.php:127 +msgid "Coupon type name." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:2059 -#: includes/api/v1/class-wc-rest-products-controller.php:2593 -msgid "Limit result set to products assigned a specific type." +#: includes/api/class-wc-rest-report-coupons-totals-controller.php:133 +msgid "Amount of coupons." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:2066 -msgid "Limit result set to products with specific SKU(s). Use commas to separate." +#: includes/api/class-wc-rest-report-customers-totals-controller.php:74 +msgid "Paying customer" msgstr "" -#: includes/api/class-wc-rest-products-controller.php:2072 -msgid "Limit result set to featured products." +#: includes/api/class-wc-rest-report-customers-totals-controller.php:79 +msgid "Non-paying customer" msgstr "" -#: includes/api/class-wc-rest-products-controller.php:2078 -#: includes/api/v1/class-wc-rest-products-controller.php:2600 -msgid "Limit result set to products assigned a specific category ID." +#: includes/api/class-wc-rest-report-customers-totals-controller.php:138 +msgid "Customer type name." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:2084 -#: includes/api/v1/class-wc-rest-products-controller.php:2606 -msgid "Limit result set to products assigned a specific tag ID." +#: includes/api/class-wc-rest-report-customers-totals-controller.php:144 +msgid "Amount of customers." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:2090 -#: includes/api/v1/class-wc-rest-products-controller.php:2612 -msgid "Limit result set to products assigned a specific shipping class ID." +#: includes/api/class-wc-rest-report-orders-totals-controller.php:111 +msgid "Order status name." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:2096 -msgid "" -"Limit result set to products with a specific attribute. Use the taxonomy " -"name/attribute slug." +#: includes/api/class-wc-rest-report-orders-totals-controller.php:117 +msgid "Amount of orders." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:2102 -#: includes/api/v1/class-wc-rest-products-controller.php:2624 -msgid "" -"Limit result set to products with a specific attribute term ID (required an " -"assigned attribute)." +#: includes/api/class-wc-rest-report-products-totals-controller.php:117 +msgid "Product type name." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:2110 -msgid "Limit result set to products with a specific tax class." +#: includes/api/class-wc-rest-report-products-totals-controller.php:123 +msgid "Amount of products." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:2119 -msgid "Limit result set to products in stock or out of stock." +#: includes/api/class-wc-rest-report-reviews-totals-controller.php:57 +#: includes/class-wc-embed.php:130 includes/wc-template-functions.php:3186 +#: includes/widgets/class-wc-widget-layered-nav-filters.php:102 +#. translators: %s: average rating +#. translators: %s: rating +msgid "Rated %s out of 5" msgstr "" -#: includes/api/class-wc-rest-products-controller.php:2125 -msgid "Limit result set to products on sale." +#: includes/api/class-wc-rest-report-reviews-totals-controller.php:116 +msgid "Review type name." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:2131 -msgid "Limit result set to products based on a minimum price." +#: includes/api/class-wc-rest-report-reviews-totals-controller.php:122 +msgid "Amount of reviews." msgstr "" -#: includes/api/class-wc-rest-products-controller.php:2137 -msgid "Limit result set to products based on a maximum price." +#: includes/api/class-wc-rest-reports-controller.php:39 +msgid "Orders totals." msgstr "" -#: includes/api/class-wc-rest-setting-options-controller.php:45 -#: includes/api/class-wc-rest-setting-options-controller.php:62 -#: includes/api/class-wc-rest-setting-options-controller.php:80 -msgid "Settings group ID." +#: includes/api/class-wc-rest-reports-controller.php:43 +msgid "Products totals." msgstr "" -#: includes/api/class-wc-rest-setting-options-controller.php:159 -#: includes/api/class-wc-rest-setting-options-controller.php:165 +#: includes/api/class-wc-rest-reports-controller.php:47 +msgid "Customers totals." +msgstr "" + +#: includes/api/class-wc-rest-reports-controller.php:51 +msgid "Coupons totals." +msgstr "" + +#: includes/api/class-wc-rest-reports-controller.php:55 +msgid "Reviews totals." +msgstr "" + +#: includes/api/class-wc-rest-reports-controller.php:59 +msgid "Categories totals." +msgstr "" + +#: includes/api/class-wc-rest-reports-controller.php:63 +msgid "Tags totals." +msgstr "" + +#: includes/api/class-wc-rest-reports-controller.php:67 +msgid "Attributes totals." +msgstr "" + +#: includes/api/class-wc-rest-setting-options-controller.php:76 +#: includes/api/class-wc-rest-setting-options-controller.php:82 +#: includes/api/v2/class-wc-rest-setting-options-v2-controller.php:159 +#: includes/api/v2/class-wc-rest-setting-options-v2-controller.php:165 msgid "Invalid setting group." msgstr "" -#: includes/api/class-wc-rest-setting-options-controller.php:234 -#: includes/api/class-wc-rest-setting-options-controller.php:246 -#: includes/api/class-wc-rest-setting-options-controller.php:252 -msgid "Invalid setting." +#: includes/api/class-wc-rest-setting-options-controller.php:174 +msgid "An identifier for the group this setting belongs to." msgstr "" -#: includes/api/class-wc-rest-setting-options-controller.php:391 -#: includes/api/v1/class-wc-rest-product-reviews-controller.php:179 -msgid "Sorry, you cannot edit this resource." -msgstr "" - -#: includes/api/class-wc-rest-setting-options-controller.php:571 +#: includes/api/class-wc-rest-setting-options-controller.php:240 +#: includes/api/v2/class-wc-rest-setting-options-v2-controller.php:571 msgid "" "Array of options (key value pairs) for inputs such as select, multiselect, " "and radio buttons." msgstr "" -#: includes/api/class-wc-rest-settings-controller.php:63 -msgid "No setting groups have been registered." -msgstr "" - -#: includes/api/class-wc-rest-settings-controller.php:198 +#: includes/api/class-wc-rest-settings-controller.php:83 +#: includes/api/v2/class-wc-rest-settings-v2-controller.php:198 msgid "A unique identifier that can be used to link settings together." msgstr "" -#: includes/api/class-wc-rest-settings-controller.php:216 +#: includes/api/class-wc-rest-settings-controller.php:98 +#: includes/api/v2/class-wc-rest-settings-v2-controller.php:216 msgid "ID of parent grouping." msgstr "" -#: includes/api/class-wc-rest-settings-controller.php:222 +#: includes/api/class-wc-rest-settings-controller.php:103 +#: includes/api/v2/class-wc-rest-settings-v2-controller.php:222 msgid "IDs for settings sub groups." msgstr "" -#: includes/api/class-wc-rest-shipping-methods-controller.php:198 -msgid "Method ID." -msgstr "" - -#: includes/api/class-wc-rest-shipping-methods-controller.php:204 -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:470 -msgid "Shipping method title." -msgstr "" - -#: includes/api/class-wc-rest-shipping-methods-controller.php:210 -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:476 -msgid "Shipping method description." -msgstr "" - -#: includes/api/class-wc-rest-shipping-zone-locations-controller.php:29 -#: includes/api/class-wc-rest-shipping-zones-controller.php:54 -msgid "Unique ID for the resource." -msgstr "" - -#: includes/api/class-wc-rest-shipping-zone-locations-controller.php:88 -#: includes/api/class-wc-rest-shipping-zones-controller.php:172 -msgid "The \"locations not covered by your other zones\" zone cannot be updated." -msgstr "" - -#: includes/api/class-wc-rest-shipping-zone-locations-controller.php:169 -msgid "Shipping zone location code." -msgstr "" - -#: includes/api/class-wc-rest-shipping-zone-locations-controller.php:174 -msgid "Shipping zone location type." -msgstr "" - -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:29 -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:60 -msgid "Unique ID for the zone." -msgstr "" - -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:64 -msgid "Unique ID for the instance." -msgstr "" - -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:177 -msgid "Resource cannot be created." -msgstr "" - -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:230 -msgid "Shipping methods do not support trashing." -msgstr "" - -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:436 -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:442 -msgid "Shipping method instance ID." -msgstr "" - -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:448 -msgid "Shipping method customer facing title." -msgstr "" - -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:454 -msgid "Shipping method sort order." -msgstr "" - -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:459 -msgid "Shipping method enabled status." -msgstr "" - -#: includes/api/class-wc-rest-shipping-zone-methods-controller.php:482 -msgid "Shipping method settings." -msgstr "" - -#: includes/api/class-wc-rest-shipping-zones-controller.php:41 -#: includes/api/class-wc-rest-shipping-zones-controller.php:287 -msgid "Shipping zone name." -msgstr "" - -#: includes/api/class-wc-rest-shipping-zones-controller.php:154 -msgid "" -"Resource cannot be created. Check to make sure 'order' and 'name' are " -"present." -msgstr "" - -#: includes/api/class-wc-rest-shipping-zones-controller.php:214 -msgid "Shipping zones do not support trashing." -msgstr "" - -#: includes/api/class-wc-rest-shipping-zones-controller.php:295 -msgid "Shipping zone order." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:104 -msgid "Environment." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:110 -msgid "Home URL." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:117 -msgid "Site URL." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:124 -msgid "WooCommerce version." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:130 -msgid "Log directory." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:136 -msgid "Is log directory writable?" -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:142 -msgid "WordPress version." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:148 -msgid "Is WordPress multisite?" -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:154 -msgid "WordPress memory limit." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:160 -msgid "Is WordPress debug mode active?" -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:166 -msgid "Are WordPress cron jobs enabled?" -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:172 -msgid "WordPress language." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:178 -msgid "Server info." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:184 -msgid "PHP version." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:190 -msgid "PHP post max size." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:196 -msgid "PHP max execution time." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:202 -msgid "PHP max input vars." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:208 -msgid "cURL version." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:214 -msgid "Is SUHOSIN installed?" -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:220 -msgid "Max upload size." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:226 -msgid "MySQL version." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:232 -msgid "MySQL version string." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:238 -msgid "Default timezone." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:244 -msgid "Is fsockopen/cURL enabled?" -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:250 -msgid "Is SoapClient class enabled?" -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:256 -msgid "Is DomDocument class enabled?" -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:262 -msgid "Is GZip enabled?" -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:268 -msgid "Is mbstring enabled?" -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:274 -msgid "Remote POST successful?" -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:280 -msgid "Remote POST response." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:286 -msgid "Remote GET successful?" -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:292 -msgid "Remote GET response." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:300 -msgid "Database." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:306 -msgid "WC database version." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:312 -msgid "Database prefix." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:318 -msgid "MaxMind GeoIP database." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:324 -msgid "Database tables." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:335 -msgid "Active plugins." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:344 -msgid "Theme." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:350 -msgid "Theme name." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:356 -msgid "Theme version." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:362 -msgid "Latest version of theme." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:368 -msgid "Theme author URL." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:375 -msgid "Is this theme a child theme?" -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:381 -msgid "Does the theme declare WooCommerce support?" -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:387 -msgid "Does the theme have a woocommerce.php file?" -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:393 -msgid "Does this theme have outdated templates?" -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:399 -msgid "Template overrides." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:408 -msgid "Parent theme name." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:414 -msgid "Parent theme version." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:420 -msgid "Parent theme author URL." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:429 -msgid "Settings." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:435 -msgid "REST API enabled?" -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:441 -msgid "SSL forced?" -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:447 -msgid "Currency." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:453 -msgid "Currency symbol." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:459 -msgid "Currency position." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:465 -msgid "Thousand separator." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:471 -msgid "Decimal separator." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:477 -msgid "Number of decimals." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:483 -msgid "Geolocation enabled?" -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:489 -msgid "Taxonomy terms for product/order statuses." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:498 -msgid "Terms in the product visibility taxonomy." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:509 -msgid "Security." -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:521 -msgid "Hide errors from visitors?" -msgstr "" - -#: includes/api/class-wc-rest-system-status-controller.php:529 -msgid "WooCommerce pages." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:109 -#: includes/api/v1/class-wc-rest-product-attributes-controller.php:177 -msgid "Sorry, you cannot update resource." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:123 -msgid "WooCommerce transients" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:124 -#: includes/api/class-wc-rest-system-status-tools-controller.php:129 -msgid "Clear transients" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:125 -msgid "This tool will clear the product/shop transients cache." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:128 -msgid "Expired transients" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:130 -msgid "This tool will clear ALL expired transients from WordPress." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:133 -msgid "Orphaned variations" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:134 -msgid "Delete orphaned variations" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:135 -msgid "This tool will delete all variations which have no parent." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:138 -msgid "Used-up download permissions" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:139 -msgid "Clean up download permissions" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:140 -msgid "" -"This tool will delete expired download permissions and permissions with 0 " -"remaining downloads." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:143 -msgid "Order address indexes" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:144 -msgid "Index orders" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:145 -msgid "" -"This tool will add address indexes to orders that do not have them yet. " -"This improves order search results." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:148 -msgid "Term counts" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:149 -msgid "Recount terms" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:150 -msgid "" -"This tool will recount product terms - useful when changing your settings " -"in a way which hides products from the catalog." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:153 -msgid "Capabilities" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:154 -msgid "Reset capabilities" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:155 -msgid "" -"This tool will reset the admin, customer and shop_manager roles to default. " -"Use this if your users cannot access all of the WooCommerce admin pages." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:158 -msgid "Clear customer sessions" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:159 -#: templates/single-product/add-to-cart/variable.php:44 -msgid "Clear" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:163 -msgid "" -"This tool will delete all customer session data from the database, " -"including current carts and saved carts in the database." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:167 -msgid "Create default WooCommerce pages" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:168 -msgid "Create pages" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:172 -msgid "" -"This tool will install all the missing WooCommerce pages. Pages already " -"defined and set up will not be replaced." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:176 -msgid "Delete WooCommerce tax rates" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:177 -msgid "Delete tax rates" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:181 -msgid "" -"This option will delete ALL of your tax rates, use with caution. This " -"action cannot be reversed." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:185 -msgid "Reset usage tracking" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:187 -msgid "" -"This will reset your usage tracking settings, causing it to show the opt-in " -"banner again and not sending any data." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:190 -msgid "Regenerate shop thumbnails" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:191 -msgid "Regenerate" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:192 -msgid "" -"This will regenerate all shop thumbnails to match your theme and/or image " -"settings." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:238 -#: includes/api/class-wc-rest-system-status-tools-controller.php:262 -msgid "Invalid tool ID." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:320 -msgid "A unique identifier for the tool." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:328 -msgid "Tool name." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:336 -msgid "What running the tool will do." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:344 -msgid "Tool description." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:352 -msgid "Did the tool run successfully?" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:357 -msgid "Tool return message." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:413 -msgid "Product transients cleared" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:418 -#. translators: %d: amount of expired transients -msgid "%d transients rows cleared" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:432 -#. translators: %d: amount of orphaned variations -msgid "%d orphaned variations deleted" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:447 -#. translators: %d: amount of permissions -msgid "%d permissions deleted" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:467 -#. translators: %d: amount of indexes -msgid "%d indexes added" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:474 -msgid "Roles successfully reset" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:492 -msgid "Terms successfully recounted" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:500 -#. translators: %d: amount of sessions -msgid "Deleted all active sessions, and %d saved carts." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:505 -msgid "All missing WooCommerce pages successfully installed" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:512 -msgid "Tax rates successfully deleted" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:522 -msgid "Usage tracking settings successfully reset." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:527 -msgid "Thumbnail regeneration has been scheduled to run in the background." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:541 -#. translators: %s: callback string -msgid "There was an error calling %s" -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:543 -msgid "Tool ran." -msgstr "" - -#: includes/api/class-wc-rest-system-status-tools-controller.php:547 -msgid "There was an error calling this tool. There is no callback present." -msgstr "" - -#: includes/api/class-wc-rest-webhook-deliveries-controller.php:76 -#: includes/api/v1/class-wc-rest-webhook-deliveries-controller.php:232 -msgid "The delivery duration, in seconds." -msgstr "" - -#: includes/api/class-wc-rest-webhook-deliveries-controller.php:82 -#: includes/api/v1/class-wc-rest-webhook-deliveries-controller.php:238 -msgid "" -"A friendly summary of the response including the HTTP response code, " -"message, and body." -msgstr "" - -#: includes/api/class-wc-rest-webhook-deliveries-controller.php:88 -#: includes/api/v1/class-wc-rest-webhook-deliveries-controller.php:244 -msgid "The URL where the webhook was delivered." -msgstr "" - -#: includes/api/class-wc-rest-webhook-deliveries-controller.php:95 -#: includes/api/v1/class-wc-rest-webhook-deliveries-controller.php:251 -msgid "Request headers." -msgstr "" - -#: includes/api/class-wc-rest-webhook-deliveries-controller.php:104 -#: includes/api/v1/class-wc-rest-webhook-deliveries-controller.php:260 -msgid "Request body." -msgstr "" - -#: includes/api/class-wc-rest-webhook-deliveries-controller.php:110 -#: includes/api/v1/class-wc-rest-webhook-deliveries-controller.php:266 -msgid "The HTTP response code from the receiving server." -msgstr "" - -#: includes/api/class-wc-rest-webhook-deliveries-controller.php:116 -#: includes/api/v1/class-wc-rest-webhook-deliveries-controller.php:272 -msgid "The HTTP response message from the receiving server." -msgstr "" - -#: includes/api/class-wc-rest-webhook-deliveries-controller.php:122 -#: includes/api/v1/class-wc-rest-webhook-deliveries-controller.php:278 -msgid "Array of the response headers from the receiving server." -msgstr "" - -#: includes/api/class-wc-rest-webhook-deliveries-controller.php:131 -#: includes/api/v1/class-wc-rest-webhook-deliveries-controller.php:287 -msgid "The response body from the receiving server." -msgstr "" - -#: includes/api/class-wc-rest-webhook-deliveries-controller.php:137 -#: includes/api/v1/class-wc-rest-webhook-deliveries-controller.php:293 -msgid "The date the webhook delivery was logged, in the site's timezone." -msgstr "" - -#: includes/api/class-wc-rest-webhook-deliveries-controller.php:143 -msgid "The date the webhook delivery was logged, as GMT." -msgstr "" - -#: includes/api/class-wc-rest-webhooks-controller.php:104 -#: includes/api/v1/class-wc-rest-webhooks-controller.php:621 -msgid "A friendly name for the webhook." -msgstr "" - -#: includes/api/class-wc-rest-webhooks-controller.php:109 -#: includes/api/v1/class-wc-rest-webhooks-controller.php:626 -msgid "Webhook status." -msgstr "" - -#: includes/api/class-wc-rest-webhooks-controller.php:119 -#: includes/api/v1/class-wc-rest-webhooks-controller.php:63 -#: includes/api/v1/class-wc-rest-webhooks-controller.php:636 -msgid "Webhook topic." -msgstr "" - -#: includes/api/class-wc-rest-webhooks-controller.php:124 -#: includes/api/v1/class-wc-rest-webhooks-controller.php:641 -msgid "Webhook resource." -msgstr "" - -#: includes/api/class-wc-rest-webhooks-controller.php:130 -#: includes/api/v1/class-wc-rest-webhooks-controller.php:647 -msgid "Webhook event." -msgstr "" - -#: includes/api/class-wc-rest-webhooks-controller.php:136 -#: includes/api/v1/class-wc-rest-webhooks-controller.php:653 -msgid "WooCommerce action names associated with the webhook." -msgstr "" - -#: includes/api/class-wc-rest-webhooks-controller.php:145 -#: includes/api/v1/class-wc-rest-webhooks-controller.php:662 -msgid "The URL where the webhook payload is delivered." -msgstr "" - -#: includes/api/class-wc-rest-webhooks-controller.php:152 -#: includes/api/v1/class-wc-rest-webhooks-controller.php:669 -msgid "" -"Secret key used to generate a hash of the delivered webhook and provided in " -"the request headers. This will default to a MD5 hash from the current " -"user's ID|username if not provided." -msgstr "" - -#: includes/api/class-wc-rest-webhooks-controller.php:157 -#: includes/api/v1/class-wc-rest-webhooks-controller.php:674 -msgid "The date the webhook was created, in the site's timezone." -msgstr "" - -#: includes/api/class-wc-rest-webhooks-controller.php:163 -msgid "The date the webhook was created, as GMT." -msgstr "" - -#: includes/api/class-wc-rest-webhooks-controller.php:169 -#: includes/api/v1/class-wc-rest-webhooks-controller.php:680 -msgid "The date the webhook was last modified, in the site's timezone." -msgstr "" - -#: includes/api/class-wc-rest-webhooks-controller.php:175 -msgid "The date the webhook was last modified, as GMT." +#: includes/api/legacy/class-wc-rest-legacy-coupons-controller.php:113 +#: includes/api/v1/class-wc-rest-coupons-controller.php:253 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:271 +msgid "The coupon code cannot be empty." +msgstr "" + +#: includes/api/legacy/class-wc-rest-legacy-coupons-controller.php:129 +#: includes/api/legacy/v2/class-wc-api-coupons.php:233 +#: includes/api/legacy/v2/class-wc-api-coupons.php:344 +#: includes/api/legacy/v3/class-wc-api-coupons.php:231 +#: includes/api/legacy/v3/class-wc-api-coupons.php:342 +#: includes/api/v1/class-wc-rest-coupons-controller.php:269 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:286 +msgid "The coupon code already exists" msgstr "" #: includes/api/legacy/class-wc-rest-legacy-products-controller.php:532 -#: includes/api/legacy/v2/class-wc-api-products.php:1288 -#: includes/api/legacy/v3/class-wc-api-products.php:1783 +#: includes/api/legacy/v2/class-wc-api-products.php:1293 +#: includes/api/legacy/v3/class-wc-api-products.php:1788 #: includes/api/v1/class-wc-rest-products-controller.php:1372 #. translators: 1: variation id 2: product name msgid "Variation #%1$s of %2$s" @@ -18261,6 +17507,20 @@ msgstr "" msgid "You do not have permission to read the products count" msgstr "" +#: includes/api/legacy/v1/class-wc-api-products.php:459 +#: includes/api/legacy/v1/class-wc-api-products.php:460 +#: includes/api/legacy/v2/class-wc-api-products.php:1620 +#: includes/api/legacy/v2/class-wc-api-products.php:1621 +#: includes/api/legacy/v3/class-wc-api-products.php:2124 +#: includes/api/legacy/v3/class-wc-api-products.php:2125 +#: includes/api/v1/class-wc-rest-products-controller.php:313 +#: includes/api/v1/class-wc-rest-products-controller.php:314 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:411 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:412 +#: includes/wc-product-functions.php:309 +msgid "Placeholder" +msgstr "" + #: includes/api/legacy/v1/class-wc-api-reports.php:475 #: includes/api/legacy/v2/class-wc-api-reports.php:322 #: includes/api/legacy/v3/class-wc-api-reports.php:326 @@ -18318,32 +17578,32 @@ msgid "The customer cannot be deleted" msgstr "" #: includes/api/legacy/v1/class-wc-api-resource.php:323 -#: includes/api/legacy/v2/class-wc-api-products.php:450 +#: includes/api/legacy/v2/class-wc-api-products.php:455 #: includes/api/legacy/v2/class-wc-api-resource.php:382 -#: includes/api/legacy/v3/class-wc-api-products.php:509 -#: includes/api/legacy/v3/class-wc-api-products.php:3057 +#: includes/api/legacy/v3/class-wc-api-products.php:514 +#: includes/api/legacy/v3/class-wc-api-products.php:3062 #: includes/api/legacy/v3/class-wc-api-resource.php:384 msgid "This %s cannot be deleted" msgstr "" #: includes/api/legacy/v1/class-wc-api-resource.php:327 -#: includes/api/legacy/v2/class-wc-api-products.php:459 +#: includes/api/legacy/v2/class-wc-api-products.php:464 #: includes/api/legacy/v2/class-wc-api-resource.php:386 -#: includes/api/legacy/v3/class-wc-api-products.php:518 +#: includes/api/legacy/v3/class-wc-api-products.php:523 #: includes/api/legacy/v3/class-wc-api-resource.php:388 msgid "Permanently deleted %s" msgstr "" #: includes/api/legacy/v1/class-wc-api-resource.php:333 -#: includes/api/legacy/v2/class-wc-api-products.php:463 -#: includes/api/legacy/v2/class-wc-api-products.php:2225 +#: includes/api/legacy/v2/class-wc-api-products.php:468 +#: includes/api/legacy/v2/class-wc-api-products.php:2230 #: includes/api/legacy/v2/class-wc-api-resource.php:390 -#: includes/api/legacy/v3/class-wc-api-products.php:522 -#: includes/api/legacy/v3/class-wc-api-products.php:866 -#: includes/api/legacy/v3/class-wc-api-products.php:1058 -#: includes/api/legacy/v3/class-wc-api-products.php:2786 -#: includes/api/legacy/v3/class-wc-api-products.php:3064 -#: includes/api/legacy/v3/class-wc-api-products.php:3375 +#: includes/api/legacy/v3/class-wc-api-products.php:527 +#: includes/api/legacy/v3/class-wc-api-products.php:871 +#: includes/api/legacy/v3/class-wc-api-products.php:1063 +#: includes/api/legacy/v3/class-wc-api-products.php:2791 +#: includes/api/legacy/v3/class-wc-api-products.php:3069 +#: includes/api/legacy/v3/class-wc-api-products.php:3380 #: includes/api/legacy/v3/class-wc-api-resource.php:394 #: includes/api/legacy/v3/class-wc-api-taxes.php:354 #: includes/api/legacy/v3/class-wc-api-taxes.php:665 @@ -18378,13 +17638,13 @@ msgstr "" #: includes/api/legacy/v2/class-wc-api-coupons.php:226 #: includes/api/legacy/v2/class-wc-api-customers.php:363 #: includes/api/legacy/v2/class-wc-api-products.php:228 -#: includes/api/legacy/v2/class-wc-api-products.php:1981 +#: includes/api/legacy/v2/class-wc-api-products.php:1986 #: includes/api/legacy/v2/class-wc-api-server.php:430 #: includes/api/legacy/v3/class-wc-api-coupons.php:224 #: includes/api/legacy/v3/class-wc-api-customers.php:364 #: includes/api/legacy/v3/class-wc-api-products.php:277 -#: includes/api/legacy/v3/class-wc-api-products.php:2539 -#: includes/api/legacy/v3/class-wc-api-products.php:2938 +#: includes/api/legacy/v3/class-wc-api-products.php:2544 +#: includes/api/legacy/v3/class-wc-api-products.php:2943 #: includes/api/legacy/v3/class-wc-api-server.php:431 #: includes/api/legacy/v3/class-wc-api-taxes.php:575 #: includes/class-wc-auth.php:171 @@ -18394,23 +17654,23 @@ msgstr "" #: includes/api/legacy/v2/class-wc-api-coupons.php:212 #: includes/api/legacy/v2/class-wc-api-customers.php:349 -#: includes/api/legacy/v2/class-wc-api-orders.php:367 -#: includes/api/legacy/v2/class-wc-api-orders.php:1292 -#: includes/api/legacy/v2/class-wc-api-orders.php:1585 +#: includes/api/legacy/v2/class-wc-api-orders.php:365 +#: includes/api/legacy/v2/class-wc-api-orders.php:1285 +#: includes/api/legacy/v2/class-wc-api-orders.php:1578 #: includes/api/legacy/v2/class-wc-api-products.php:214 -#: includes/api/legacy/v2/class-wc-api-products.php:2019 +#: includes/api/legacy/v2/class-wc-api-products.php:2024 #: includes/api/legacy/v2/class-wc-api-webhooks.php:171 #: includes/api/legacy/v3/class-wc-api-coupons.php:210 #: includes/api/legacy/v3/class-wc-api-customers.php:350 -#: includes/api/legacy/v3/class-wc-api-orders.php:404 -#: includes/api/legacy/v3/class-wc-api-orders.php:1339 -#: includes/api/legacy/v3/class-wc-api-orders.php:1632 +#: includes/api/legacy/v3/class-wc-api-orders.php:400 +#: includes/api/legacy/v3/class-wc-api-orders.php:1330 +#: includes/api/legacy/v3/class-wc-api-orders.php:1623 #: includes/api/legacy/v3/class-wc-api-products.php:263 -#: includes/api/legacy/v3/class-wc-api-products.php:702 -#: includes/api/legacy/v3/class-wc-api-products.php:959 -#: includes/api/legacy/v3/class-wc-api-products.php:2577 -#: includes/api/legacy/v3/class-wc-api-products.php:2918 -#: includes/api/legacy/v3/class-wc-api-products.php:3261 +#: includes/api/legacy/v3/class-wc-api-products.php:707 +#: includes/api/legacy/v3/class-wc-api-products.php:964 +#: includes/api/legacy/v3/class-wc-api-products.php:2582 +#: includes/api/legacy/v3/class-wc-api-products.php:2923 +#: includes/api/legacy/v3/class-wc-api-products.php:3266 #: includes/api/legacy/v3/class-wc-api-taxes.php:184 #: includes/api/legacy/v3/class-wc-api-taxes.php:564 #: includes/api/legacy/v3/class-wc-api-webhooks.php:171 @@ -18431,23 +17691,23 @@ msgstr "" #: includes/api/legacy/v2/class-wc-api-coupons.php:324 #: includes/api/legacy/v2/class-wc-api-customers.php:404 -#: includes/api/legacy/v2/class-wc-api-orders.php:511 -#: includes/api/legacy/v2/class-wc-api-orders.php:1351 -#: includes/api/legacy/v2/class-wc-api-orders.php:1664 +#: includes/api/legacy/v2/class-wc-api-orders.php:504 +#: includes/api/legacy/v2/class-wc-api-orders.php:1344 +#: includes/api/legacy/v2/class-wc-api-orders.php:1657 #: includes/api/legacy/v2/class-wc-api-products.php:323 -#: includes/api/legacy/v2/class-wc-api-products.php:2102 +#: includes/api/legacy/v2/class-wc-api-products.php:2107 #: includes/api/legacy/v2/class-wc-api-webhooks.php:242 #: includes/api/legacy/v3/class-wc-api-coupons.php:322 #: includes/api/legacy/v3/class-wc-api-customers.php:405 -#: includes/api/legacy/v3/class-wc-api-orders.php:551 -#: includes/api/legacy/v3/class-wc-api-orders.php:1398 -#: includes/api/legacy/v3/class-wc-api-orders.php:1711 +#: includes/api/legacy/v3/class-wc-api-orders.php:542 +#: includes/api/legacy/v3/class-wc-api-orders.php:1389 +#: includes/api/legacy/v3/class-wc-api-orders.php:1702 #: includes/api/legacy/v3/class-wc-api-products.php:377 -#: includes/api/legacy/v3/class-wc-api-products.php:779 -#: includes/api/legacy/v3/class-wc-api-products.php:1004 -#: includes/api/legacy/v3/class-wc-api-products.php:2661 -#: includes/api/legacy/v3/class-wc-api-products.php:2983 -#: includes/api/legacy/v3/class-wc-api-products.php:3319 +#: includes/api/legacy/v3/class-wc-api-products.php:784 +#: includes/api/legacy/v3/class-wc-api-products.php:1009 +#: includes/api/legacy/v3/class-wc-api-products.php:2666 +#: includes/api/legacy/v3/class-wc-api-products.php:2988 +#: includes/api/legacy/v3/class-wc-api-products.php:3324 #: includes/api/legacy/v3/class-wc-api-taxes.php:254 #: includes/api/legacy/v3/class-wc-api-webhooks.php:242 msgid "No %1$s data specified to edit %1$s" @@ -18462,12 +17722,12 @@ msgstr "" #: includes/api/legacy/v2/class-wc-api-coupons.php:521 #: includes/api/legacy/v2/class-wc-api-customers.php:784 -#: includes/api/legacy/v2/class-wc-api-orders.php:1781 -#: includes/api/legacy/v2/class-wc-api-products.php:2298 +#: includes/api/legacy/v2/class-wc-api-orders.php:1774 +#: includes/api/legacy/v2/class-wc-api-products.php:2303 #: includes/api/legacy/v3/class-wc-api-coupons.php:521 #: includes/api/legacy/v3/class-wc-api-customers.php:774 -#: includes/api/legacy/v3/class-wc-api-orders.php:1828 -#: includes/api/legacy/v3/class-wc-api-products.php:3111 +#: includes/api/legacy/v3/class-wc-api-orders.php:1819 +#: includes/api/legacy/v3/class-wc-api-products.php:3116 #: includes/api/legacy/v3/class-wc-api-taxes.php:457 msgid "No %1$s data specified to create/edit %1$s" msgstr "" @@ -18485,192 +17745,211 @@ msgstr "" msgid "This resource cannot be created." msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:374 -#: includes/api/legacy/v3/class-wc-api-orders.php:411 +#: includes/api/legacy/v2/class-wc-api-orders.php:372 +#: includes/api/legacy/v3/class-wc-api-orders.php:407 msgid "You do not have permission to create orders" msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:400 -#: includes/api/legacy/v3/class-wc-api-orders.php:437 +#: includes/api/legacy/v2/class-wc-api-orders.php:398 +#: includes/api/legacy/v3/class-wc-api-orders.php:433 msgid "Cannot create order: %s" msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:434 -#: includes/api/legacy/v3/class-wc-api-orders.php:476 +#: includes/api/legacy/v2/class-wc-api-orders.php:432 +#: includes/api/legacy/v3/class-wc-api-orders.php:472 msgid "Payment method ID and title are required" msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:450 -#: includes/api/legacy/v2/class-wc-api-orders.php:607 -#: includes/api/legacy/v3/class-wc-api-orders.php:492 -#: includes/api/legacy/v3/class-wc-api-orders.php:646 +#: includes/api/legacy/v2/class-wc-api-orders.php:448 +#: includes/api/legacy/v2/class-wc-api-orders.php:600 +#: includes/api/legacy/v3/class-wc-api-orders.php:488 +#: includes/api/legacy/v3/class-wc-api-orders.php:637 msgid "Provided order currency is invalid." msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:528 -#: includes/api/legacy/v2/class-wc-api-orders.php:1598 -#: includes/api/legacy/v3/class-wc-api-orders.php:568 -#: includes/api/legacy/v3/class-wc-api-orders.php:1645 +#: includes/api/legacy/v2/class-wc-api-orders.php:521 +#: includes/api/legacy/v2/class-wc-api-orders.php:1591 +#: includes/api/legacy/v3/class-wc-api-orders.php:559 +#: includes/api/legacy/v3/class-wc-api-orders.php:1636 msgid "Order ID is invalid" msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:872 -#: includes/api/legacy/v3/class-wc-api-orders.php:918 +#: includes/api/legacy/v2/class-wc-api-orders.php:844 +#: includes/api/legacy/v3/class-wc-api-orders.php:888 +#: includes/api/v1/class-wc-rest-orders-controller.php:782 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:779 +msgid "Order item ID provided is not associated with order." +msgstr "" + +#: includes/api/legacy/v2/class-wc-api-orders.php:865 +#: includes/api/legacy/v3/class-wc-api-orders.php:909 msgid "Product ID or SKU is required" msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:882 -#: includes/api/legacy/v3/class-wc-api-orders.php:928 +#: includes/api/legacy/v2/class-wc-api-orders.php:875 +#: includes/api/legacy/v3/class-wc-api-orders.php:919 msgid "Product ID provided does not match this line item" msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:897 -#: includes/api/legacy/v3/class-wc-api-orders.php:943 +#: includes/api/legacy/v2/class-wc-api-orders.php:890 +#: includes/api/legacy/v3/class-wc-api-orders.php:934 msgid "The product variation is invalid" msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:907 -#: includes/api/legacy/v3/class-wc-api-orders.php:953 +#: includes/api/legacy/v2/class-wc-api-orders.php:900 +#: includes/api/legacy/v3/class-wc-api-orders.php:944 msgid "Product is invalid." msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:912 -#: includes/api/legacy/v3/class-wc-api-orders.php:958 +#: includes/api/legacy/v2/class-wc-api-orders.php:905 +#: includes/api/legacy/v3/class-wc-api-orders.php:949 msgid "Product quantity must be a positive float." msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:917 -#: includes/api/legacy/v3/class-wc-api-orders.php:963 +#: includes/api/legacy/v2/class-wc-api-orders.php:910 +#: includes/api/legacy/v3/class-wc-api-orders.php:954 msgid "Product quantity is required." msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:960 -#: includes/api/legacy/v3/class-wc-api-orders.php:1007 +#: includes/api/legacy/v2/class-wc-api-orders.php:953 +#: includes/api/legacy/v3/class-wc-api-orders.php:998 msgid "Cannot create line item, try again." msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:1036 -#: includes/api/legacy/v3/class-wc-api-orders.php:1083 +#: includes/api/legacy/v2/class-wc-api-orders.php:1029 +#: includes/api/legacy/v3/class-wc-api-orders.php:1074 msgid "Shipping total must be a positive amount." msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:1070 -#: includes/api/legacy/v3/class-wc-api-orders.php:1117 +#: includes/api/legacy/v2/class-wc-api-orders.php:1036 +#: includes/api/legacy/v3/class-wc-api-orders.php:1081 +#: includes/api/v1/class-wc-rest-orders-controller.php:698 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:694 +msgid "Shipping method ID is required." +msgstr "" + +#: includes/api/legacy/v2/class-wc-api-orders.php:1063 +#: includes/api/legacy/v3/class-wc-api-orders.php:1108 msgid "Cannot update shipping method, try again." msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:1090 -#: includes/api/legacy/v3/class-wc-api-orders.php:1137 +#: includes/api/legacy/v2/class-wc-api-orders.php:1083 +#: includes/api/legacy/v3/class-wc-api-orders.php:1128 msgid "Fee title is required" msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:1101 -#: includes/api/legacy/v3/class-wc-api-orders.php:1148 +#: includes/api/legacy/v2/class-wc-api-orders.php:1094 +#: includes/api/legacy/v3/class-wc-api-orders.php:1139 msgid "Fee tax class is required when fee is taxable." msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:1141 -#: includes/api/legacy/v3/class-wc-api-orders.php:1188 +#: includes/api/legacy/v2/class-wc-api-orders.php:1134 +#: includes/api/legacy/v3/class-wc-api-orders.php:1179 msgid "Cannot update fee, try again." msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:1159 -#: includes/api/legacy/v3/class-wc-api-orders.php:1206 +#: includes/api/legacy/v2/class-wc-api-orders.php:1152 +#: includes/api/legacy/v3/class-wc-api-orders.php:1197 msgid "Coupon discount total must be a positive amount." msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:1192 -#: includes/api/legacy/v3/class-wc-api-orders.php:1239 +#: includes/api/legacy/v2/class-wc-api-orders.php:1185 +#: includes/api/legacy/v3/class-wc-api-orders.php:1230 msgid "Cannot update coupon, try again." msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:1259 -#: includes/api/legacy/v2/class-wc-api-orders.php:1369 -#: includes/api/legacy/v2/class-wc-api-orders.php:1433 -#: includes/api/legacy/v3/class-wc-api-orders.php:1306 -#: includes/api/legacy/v3/class-wc-api-orders.php:1416 -#: includes/api/legacy/v3/class-wc-api-orders.php:1480 +#: includes/api/legacy/v2/class-wc-api-orders.php:1252 +#: includes/api/legacy/v2/class-wc-api-orders.php:1362 +#: includes/api/legacy/v2/class-wc-api-orders.php:1426 +#: includes/api/legacy/v3/class-wc-api-orders.php:1297 +#: includes/api/legacy/v3/class-wc-api-orders.php:1407 +#: includes/api/legacy/v3/class-wc-api-orders.php:1471 msgid "Invalid order note ID" msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:1265 -#: includes/api/legacy/v2/class-wc-api-orders.php:1376 -#: includes/api/legacy/v2/class-wc-api-orders.php:1440 -#: includes/api/legacy/v3/class-wc-api-orders.php:1312 -#: includes/api/legacy/v3/class-wc-api-orders.php:1423 -#: includes/api/legacy/v3/class-wc-api-orders.php:1487 +#: includes/api/legacy/v2/class-wc-api-orders.php:1258 +#: includes/api/legacy/v2/class-wc-api-orders.php:1369 +#: includes/api/legacy/v2/class-wc-api-orders.php:1433 +#: includes/api/legacy/v3/class-wc-api-orders.php:1303 +#: includes/api/legacy/v3/class-wc-api-orders.php:1414 +#: includes/api/legacy/v3/class-wc-api-orders.php:1478 msgid "An order note with the provided ID could not be found" msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:1299 -#: includes/api/legacy/v3/class-wc-api-orders.php:1346 +#: includes/api/legacy/v2/class-wc-api-orders.php:1292 +#: includes/api/legacy/v3/class-wc-api-orders.php:1337 msgid "You do not have permission to create order notes" msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:1314 -#: includes/api/legacy/v3/class-wc-api-orders.php:1361 +#: includes/api/legacy/v2/class-wc-api-orders.php:1307 +#: includes/api/legacy/v3/class-wc-api-orders.php:1352 msgid "Order note is required" msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:1323 -#: includes/api/legacy/v3/class-wc-api-orders.php:1370 -#: includes/api/v1/class-wc-rest-order-notes-controller.php:233 -msgid "Cannot create order note, please try again." -msgstr "" - -#: includes/api/legacy/v2/class-wc-api-orders.php:1381 -#: includes/api/legacy/v2/class-wc-api-orders.php:1445 -#: includes/api/legacy/v3/class-wc-api-orders.php:1428 -#: includes/api/legacy/v3/class-wc-api-orders.php:1492 +#: includes/api/legacy/v2/class-wc-api-orders.php:1374 +#: includes/api/legacy/v2/class-wc-api-orders.php:1438 +#: includes/api/legacy/v3/class-wc-api-orders.php:1419 +#: includes/api/legacy/v3/class-wc-api-orders.php:1483 msgid "The order note ID provided is not associated with the order" msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:1452 -#: includes/api/legacy/v3/class-wc-api-orders.php:1499 +#: includes/api/legacy/v2/class-wc-api-orders.php:1445 +#: includes/api/legacy/v3/class-wc-api-orders.php:1490 msgid "This order note cannot be deleted" msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:1457 -#: includes/api/legacy/v3/class-wc-api-orders.php:1504 +#: includes/api/legacy/v2/class-wc-api-orders.php:1450 +#: includes/api/legacy/v3/class-wc-api-orders.php:1495 msgid "Permanently deleted order note" msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:1525 -#: includes/api/legacy/v2/class-wc-api-orders.php:1687 -#: includes/api/legacy/v2/class-wc-api-orders.php:1748 -#: includes/api/legacy/v3/class-wc-api-orders.php:1572 -#: includes/api/legacy/v3/class-wc-api-orders.php:1734 -#: includes/api/legacy/v3/class-wc-api-orders.php:1795 +#: includes/api/legacy/v2/class-wc-api-orders.php:1511 +#: includes/api/legacy/v2/class-wc-api-orders.php:1673 +#: includes/api/legacy/v2/class-wc-api-orders.php:1734 +#: includes/api/legacy/v3/class-wc-api-orders.php:1556 +#: includes/api/legacy/v3/class-wc-api-orders.php:1718 +#: includes/api/legacy/v3/class-wc-api-orders.php:1779 +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:133 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:195 +msgid "Invalid order refund ID." +msgstr "" + +#: includes/api/legacy/v2/class-wc-api-orders.php:1518 +#: includes/api/legacy/v2/class-wc-api-orders.php:1680 +#: includes/api/legacy/v2/class-wc-api-orders.php:1741 +#: includes/api/legacy/v3/class-wc-api-orders.php:1563 +#: includes/api/legacy/v3/class-wc-api-orders.php:1725 +#: includes/api/legacy/v3/class-wc-api-orders.php:1786 msgid "An order refund with the provided ID could not be found." msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:1592 -#: includes/api/legacy/v3/class-wc-api-orders.php:1639 +#: includes/api/legacy/v2/class-wc-api-orders.php:1585 +#: includes/api/legacy/v3/class-wc-api-orders.php:1630 msgid "You do not have permission to create order refunds" msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:1605 -#: includes/api/legacy/v3/class-wc-api-orders.php:1652 +#: includes/api/legacy/v2/class-wc-api-orders.php:1598 +#: includes/api/legacy/v3/class-wc-api-orders.php:1643 msgid "Refund amount is required." msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:1607 -#: includes/api/legacy/v3/class-wc-api-orders.php:1654 +#: includes/api/legacy/v2/class-wc-api-orders.php:1600 +#: includes/api/legacy/v3/class-wc-api-orders.php:1645 msgid "Refund amount must be positive." msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:1634 -#: includes/api/legacy/v3/class-wc-api-orders.php:1681 -#: includes/wc-order-functions.php:642 +#: includes/api/legacy/v2/class-wc-api-orders.php:1627 +#: includes/api/legacy/v3/class-wc-api-orders.php:1672 +#: includes/wc-order-functions.php:644 msgid "" "An error occurred while attempting to create the refund using the payment " "gateway API." msgstr "" -#: includes/api/legacy/v2/class-wc-api-orders.php:1692 -#: includes/api/legacy/v2/class-wc-api-orders.php:1753 -#: includes/api/legacy/v3/class-wc-api-orders.php:1739 -#: includes/api/legacy/v3/class-wc-api-orders.php:1800 +#: includes/api/legacy/v2/class-wc-api-orders.php:1685 +#: includes/api/legacy/v2/class-wc-api-orders.php:1746 +#: includes/api/legacy/v3/class-wc-api-orders.php:1730 +#: includes/api/legacy/v3/class-wc-api-orders.php:1791 msgid "The order refund ID provided is not associated with the order." msgstr "" @@ -18686,154 +17965,154 @@ msgstr "" msgid "Invalid product type - the product type must be any of these: %s" msgstr "" -#: includes/api/legacy/v2/class-wc-api-products.php:555 -#: includes/api/legacy/v2/class-wc-api-products.php:593 -#: includes/api/legacy/v3/class-wc-api-products.php:614 -#: includes/api/legacy/v3/class-wc-api-products.php:652 +#: includes/api/legacy/v2/class-wc-api-products.php:560 +#: includes/api/legacy/v2/class-wc-api-products.php:598 +#: includes/api/legacy/v3/class-wc-api-products.php:619 +#: includes/api/legacy/v3/class-wc-api-products.php:657 msgid "You do not have permission to read product categories" msgstr "" -#: includes/api/legacy/v2/class-wc-api-products.php:588 -#: includes/api/legacy/v3/class-wc-api-products.php:647 +#: includes/api/legacy/v2/class-wc-api-products.php:593 +#: includes/api/legacy/v3/class-wc-api-products.php:652 msgid "Invalid product category ID" msgstr "" -#: includes/api/legacy/v2/class-wc-api-products.php:599 -#: includes/api/legacy/v3/class-wc-api-products.php:658 +#: includes/api/legacy/v2/class-wc-api-products.php:604 +#: includes/api/legacy/v3/class-wc-api-products.php:663 msgid "A product category with the provided ID could not be found" msgstr "" -#: includes/api/legacy/v2/class-wc-api-products.php:944 -#: includes/api/legacy/v3/class-wc-api-products.php:1434 +#: includes/api/legacy/v2/class-wc-api-products.php:949 +#: includes/api/legacy/v3/class-wc-api-products.php:1439 msgid "The SKU already exists on another product." msgstr "" -#: includes/api/legacy/v2/class-wc-api-products.php:1699 -#: includes/api/legacy/v3/class-wc-api-products.php:2232 +#: includes/api/legacy/v2/class-wc-api-products.php:1704 +#: includes/api/legacy/v3/class-wc-api-products.php:2237 #: includes/wc-rest-functions.php:74 #. translators: %s: image URL msgid "Invalid URL %s." msgstr "" -#: includes/api/legacy/v2/class-wc-api-products.php:1711 -#: includes/api/legacy/v2/class-wc-api-products.php:1713 -#: includes/api/legacy/v3/class-wc-api-products.php:2244 -#: includes/api/legacy/v3/class-wc-api-products.php:2246 +#: includes/api/legacy/v2/class-wc-api-products.php:1716 +#: includes/api/legacy/v2/class-wc-api-products.php:1718 +#: includes/api/legacy/v3/class-wc-api-products.php:2249 +#: includes/api/legacy/v3/class-wc-api-products.php:2251 #: includes/wc-rest-functions.php:90 includes/wc-rest-functions.php:96 #. translators: %s: image URL msgid "Error getting remote image %s." msgstr "" -#: includes/api/legacy/v2/class-wc-api-products.php:1711 -#: includes/api/legacy/v3/class-wc-api-products.php:2244 -#: includes/class-wc-auth.php:406 includes/wc-rest-functions.php:92 +#: includes/api/legacy/v2/class-wc-api-products.php:1716 +#: includes/api/legacy/v3/class-wc-api-products.php:2249 +#: includes/class-wc-auth.php:402 includes/wc-rest-functions.php:92 #. translators: %s: error message msgid "Error: %s." msgstr "" -#: includes/api/legacy/v2/class-wc-api-products.php:1734 -#: includes/api/legacy/v3/class-wc-api-products.php:2267 -#: includes/wc-rest-functions.php:117 +#: includes/api/legacy/v2/class-wc-api-products.php:1739 +#: includes/api/legacy/v3/class-wc-api-products.php:2272 +#: includes/wc-rest-functions.php:118 msgid "Invalid image type." msgstr "" -#: includes/api/legacy/v2/class-wc-api-products.php:1751 -#: includes/api/legacy/v3/class-wc-api-products.php:2284 -#: includes/wc-rest-functions.php:135 +#: includes/api/legacy/v2/class-wc-api-products.php:1756 +#: includes/api/legacy/v3/class-wc-api-products.php:2289 +#: includes/wc-rest-functions.php:136 msgid "Zero size file downloaded." msgstr "" -#: includes/api/legacy/v2/class-wc-api-products.php:1893 -#: includes/api/legacy/v2/class-wc-api-products.php:1939 -#: includes/api/legacy/v3/class-wc-api-products.php:2451 -#: includes/api/legacy/v3/class-wc-api-products.php:2497 +#: includes/api/legacy/v2/class-wc-api-products.php:1898 +#: includes/api/legacy/v2/class-wc-api-products.php:1944 +#: includes/api/legacy/v3/class-wc-api-products.php:2456 +#: includes/api/legacy/v3/class-wc-api-products.php:2502 msgid "You do not have permission to read product attributes" msgstr "" -#: includes/api/legacy/v2/class-wc-api-products.php:1934 -#: includes/api/legacy/v3/class-wc-api-products.php:2492 -#: includes/api/legacy/v3/class-wc-api-products.php:2870 +#: includes/api/legacy/v2/class-wc-api-products.php:1939 +#: includes/api/legacy/v3/class-wc-api-products.php:2497 +#: includes/api/legacy/v3/class-wc-api-products.php:2875 msgid "Invalid product attribute ID" msgstr "" -#: includes/api/legacy/v2/class-wc-api-products.php:1949 -#: includes/api/legacy/v2/class-wc-api-products.php:2197 -#: includes/api/legacy/v3/class-wc-api-products.php:2507 -#: includes/api/legacy/v3/class-wc-api-products.php:2757 -#: includes/api/legacy/v3/class-wc-api-products.php:2812 -#: includes/api/legacy/v3/class-wc-api-products.php:2881 -#: includes/api/legacy/v3/class-wc-api-products.php:2931 -#: includes/api/legacy/v3/class-wc-api-products.php:2997 -#: includes/api/legacy/v3/class-wc-api-products.php:3050 +#: includes/api/legacy/v2/class-wc-api-products.php:1954 +#: includes/api/legacy/v2/class-wc-api-products.php:2202 +#: includes/api/legacy/v3/class-wc-api-products.php:2512 +#: includes/api/legacy/v3/class-wc-api-products.php:2762 +#: includes/api/legacy/v3/class-wc-api-products.php:2817 +#: includes/api/legacy/v3/class-wc-api-products.php:2886 +#: includes/api/legacy/v3/class-wc-api-products.php:2936 +#: includes/api/legacy/v3/class-wc-api-products.php:3002 +#: includes/api/legacy/v3/class-wc-api-products.php:3055 msgid "A product attribute with the provided ID could not be found" msgstr "" -#: includes/api/legacy/v2/class-wc-api-products.php:1985 -#: includes/api/legacy/v3/class-wc-api-products.php:2543 +#: includes/api/legacy/v2/class-wc-api-products.php:1990 +#: includes/api/legacy/v3/class-wc-api-products.php:2548 #: includes/api/v1/class-wc-rest-product-attributes-controller.php:567 #: includes/wc-attribute-functions.php:449 #. translators: %s: attribute slug msgid "Slug \"%s\" is too long (28 characters max). Shorten it, please." msgstr "" -#: includes/api/legacy/v2/class-wc-api-products.php:1987 -#: includes/api/legacy/v3/class-wc-api-products.php:2545 +#: includes/api/legacy/v2/class-wc-api-products.php:1992 +#: includes/api/legacy/v3/class-wc-api-products.php:2550 #: includes/api/v1/class-wc-rest-product-attributes-controller.php:569 #: includes/wc-attribute-functions.php:452 #. translators: %s: attribute slug msgid "Slug \"%s\" is not allowed because it is a reserved term. Change it, please." msgstr "" -#: includes/api/legacy/v2/class-wc-api-products.php:1989 -#: includes/api/legacy/v3/class-wc-api-products.php:2547 +#: includes/api/legacy/v2/class-wc-api-products.php:1994 +#: includes/api/legacy/v3/class-wc-api-products.php:2552 #: includes/api/v1/class-wc-rest-product-attributes-controller.php:571 #: includes/wc-attribute-functions.php:455 #. translators: %s: attribute slug msgid "Slug \"%s\" is already in use. Change it, please." msgstr "" -#: includes/api/legacy/v2/class-wc-api-products.php:1994 -#: includes/api/legacy/v3/class-wc-api-products.php:2552 +#: includes/api/legacy/v2/class-wc-api-products.php:1999 +#: includes/api/legacy/v3/class-wc-api-products.php:2557 msgid "" "Invalid product attribute type - the product attribute type must be any of " "these: %s" msgstr "" -#: includes/api/legacy/v2/class-wc-api-products.php:1999 -#: includes/api/legacy/v3/class-wc-api-products.php:2557 +#: includes/api/legacy/v2/class-wc-api-products.php:2004 +#: includes/api/legacy/v3/class-wc-api-products.php:2562 msgid "" "Invalid product attribute order_by type - the product attribute order_by " "type must be any of these: %s" msgstr "" -#: includes/api/legacy/v2/class-wc-api-products.php:2026 -#: includes/api/legacy/v3/class-wc-api-products.php:2584 -#: includes/api/legacy/v3/class-wc-api-products.php:2925 +#: includes/api/legacy/v2/class-wc-api-products.php:2031 +#: includes/api/legacy/v3/class-wc-api-products.php:2589 +#: includes/api/legacy/v3/class-wc-api-products.php:2930 msgid "You do not have permission to create product attributes" msgstr "" -#: includes/api/legacy/v2/class-wc-api-products.php:2110 -#: includes/api/legacy/v3/class-wc-api-products.php:2669 -#: includes/api/legacy/v3/class-wc-api-products.php:2991 +#: includes/api/legacy/v2/class-wc-api-products.php:2115 +#: includes/api/legacy/v3/class-wc-api-products.php:2674 +#: includes/api/legacy/v3/class-wc-api-products.php:2996 msgid "You do not have permission to edit product attributes" msgstr "" -#: includes/api/legacy/v2/class-wc-api-products.php:2156 -#: includes/api/legacy/v3/class-wc-api-products.php:2715 +#: includes/api/legacy/v2/class-wc-api-products.php:2161 +#: includes/api/legacy/v3/class-wc-api-products.php:2720 msgid "Could not edit the attribute" msgstr "" -#: includes/api/legacy/v2/class-wc-api-products.php:2185 -#: includes/api/legacy/v3/class-wc-api-products.php:2745 +#: includes/api/legacy/v2/class-wc-api-products.php:2190 +#: includes/api/legacy/v3/class-wc-api-products.php:2750 msgid "You do not have permission to delete product attributes" msgstr "" -#: includes/api/legacy/v2/class-wc-api-products.php:2207 -#: includes/api/legacy/v3/class-wc-api-products.php:2767 +#: includes/api/legacy/v2/class-wc-api-products.php:2212 +#: includes/api/legacy/v3/class-wc-api-products.php:2772 msgid "Could not delete the attribute" msgstr "" -#: includes/api/legacy/v2/class-wc-api-products.php:2248 +#: includes/api/legacy/v2/class-wc-api-products.php:2253 msgid "Invalid product SKU" msgstr "" @@ -18887,110 +18166,110 @@ msgstr "" msgid "Consumer Secret is invalid." msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:707 +#: includes/api/legacy/v3/class-wc-api-products.php:712 msgid "You do not have permission to create product categories" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:727 +#: includes/api/legacy/v3/class-wc-api-products.php:732 msgid "Product category parent is invalid" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:787 +#: includes/api/legacy/v3/class-wc-api-products.php:792 msgid "You do not have permission to edit product categories" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:817 +#: includes/api/legacy/v3/class-wc-api-products.php:822 msgid "Could not edit the category" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:850 +#: includes/api/legacy/v3/class-wc-api-products.php:855 msgid "You do not have permission to delete product category" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:856 +#: includes/api/legacy/v3/class-wc-api-products.php:861 msgid "Could not delete the category" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:885 -#: includes/api/legacy/v3/class-wc-api-products.php:923 +#: includes/api/legacy/v3/class-wc-api-products.php:890 +#: includes/api/legacy/v3/class-wc-api-products.php:928 msgid "You do not have permission to read product tags" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:918 +#: includes/api/legacy/v3/class-wc-api-products.php:923 msgid "Invalid product tag ID" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:929 +#: includes/api/legacy/v3/class-wc-api-products.php:934 msgid "A product tag with the provided ID could not be found" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:964 +#: includes/api/legacy/v3/class-wc-api-products.php:969 msgid "You do not have permission to create product tags" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:1012 +#: includes/api/legacy/v3/class-wc-api-products.php:1017 msgid "You do not have permission to edit product tags" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:1024 +#: includes/api/legacy/v3/class-wc-api-products.php:1029 msgid "Could not edit the tag" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:1047 +#: includes/api/legacy/v3/class-wc-api-products.php:1052 msgid "You do not have permission to delete product tag" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:1053 +#: includes/api/legacy/v3/class-wc-api-products.php:1058 msgid "Could not delete the tag" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:2806 -#: includes/api/legacy/v3/class-wc-api-products.php:2875 +#: includes/api/legacy/v3/class-wc-api-products.php:2811 +#: includes/api/legacy/v3/class-wc-api-products.php:2880 msgid "You do not have permission to read product attribute terms" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:2887 +#: includes/api/legacy/v3/class-wc-api-products.php:2892 msgid "A product attribute term with the provided ID could not be found" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:3044 +#: includes/api/legacy/v3/class-wc-api-products.php:3049 msgid "You do not have permission to delete product attribute terms" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:3187 -#: includes/api/legacy/v3/class-wc-api-products.php:3222 +#: includes/api/legacy/v3/class-wc-api-products.php:3192 +#: includes/api/legacy/v3/class-wc-api-products.php:3227 msgid "You do not have permission to read product shipping classes" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:3217 +#: includes/api/legacy/v3/class-wc-api-products.php:3222 msgid "Invalid product shipping class ID" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:3228 +#: includes/api/legacy/v3/class-wc-api-products.php:3233 msgid "A product shipping class with the provided ID could not be found" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:3266 +#: includes/api/legacy/v3/class-wc-api-products.php:3271 msgid "You do not have permission to create product shipping classes" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:3284 +#: includes/api/legacy/v3/class-wc-api-products.php:3289 msgid "Product shipping class parent is invalid" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:3327 +#: includes/api/legacy/v3/class-wc-api-products.php:3332 msgid "You do not have permission to edit product shipping classes" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:3339 +#: includes/api/legacy/v3/class-wc-api-products.php:3344 msgid "Could not edit the shipping class" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:3364 +#: includes/api/legacy/v3/class-wc-api-products.php:3369 msgid "You do not have permission to delete product shipping classes" msgstr "" -#: includes/api/legacy/v3/class-wc-api-products.php:3370 +#: includes/api/legacy/v3/class-wc-api-products.php:3375 msgid "Could not delete the shipping class" msgstr "" @@ -19051,14 +18330,182 @@ msgstr "" msgid "You do not have permission to read the tax classes count" msgstr "" +#: includes/api/v1/class-wc-rest-coupons-controller.php:70 +#: includes/api/v1/class-wc-rest-coupons-controller.php:421 +#: includes/api/v1/class-wc-rest-orders-controller.php:1540 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:61 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:341 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1580 +msgid "Coupon code." +msgstr "" + +#: includes/api/v1/class-wc-rest-coupons-controller.php:415 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:335 +msgid "Unique identifier for the object." +msgstr "" + +#: includes/api/v1/class-wc-rest-coupons-controller.php:426 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:351 +msgid "The date the coupon was created, in the site's timezone." +msgstr "" + +#: includes/api/v1/class-wc-rest-coupons-controller.php:432 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:363 +msgid "The date the coupon was last modified, in the site's timezone." +msgstr "" + +#: includes/api/v1/class-wc-rest-coupons-controller.php:438 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:382 +msgid "Coupon description." +msgstr "" + +#: includes/api/v1/class-wc-rest-coupons-controller.php:443 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:375 +msgid "Determines the type of discount that will be applied." +msgstr "" + +#: includes/api/v1/class-wc-rest-coupons-controller.php:450 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:346 +msgid "" +"The amount of discount. Should always be numeric, even if setting a " +"percentage." +msgstr "" + #: includes/api/v1/class-wc-rest-coupons-controller.php:455 msgid "UTC DateTime when the coupon expires." msgstr "" +#: includes/api/v1/class-wc-rest-coupons-controller.php:460 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:397 +msgid "Number of times the coupon has been used already." +msgstr "" + +#: includes/api/v1/class-wc-rest-coupons-controller.php:466 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:403 +msgid "" +"If true, the coupon can only be used individually. Other applied coupons " +"will be removed from the cart." +msgstr "" + +#: includes/api/v1/class-wc-rest-coupons-controller.php:472 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:409 +msgid "List of product IDs the coupon can be used on." +msgstr "" + +#: includes/api/v1/class-wc-rest-coupons-controller.php:480 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:417 +msgid "List of product IDs the coupon cannot be used on." +msgstr "" + +#: includes/api/v1/class-wc-rest-coupons-controller.php:488 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:425 +msgid "How many times the coupon can be used in total." +msgstr "" + +#: includes/api/v1/class-wc-rest-coupons-controller.php:493 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:430 +msgid "How many times the coupon can be used per customer." +msgstr "" + +#: includes/api/v1/class-wc-rest-coupons-controller.php:498 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:435 +msgid "Max number of items in the cart the coupon can be applied to." +msgstr "" + +#: includes/api/v1/class-wc-rest-coupons-controller.php:503 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:440 +msgid "" +"If true and if the free shipping method requires a coupon, this coupon will " +"enable free shipping." +msgstr "" + +#: includes/api/v1/class-wc-rest-coupons-controller.php:509 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:446 +msgid "List of category IDs the coupon applies to." +msgstr "" + +#: includes/api/v1/class-wc-rest-coupons-controller.php:517 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:454 +msgid "List of category IDs the coupon does not apply to." +msgstr "" + +#: includes/api/v1/class-wc-rest-coupons-controller.php:525 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:462 +msgid "If true, this coupon will not be applied to items that have sale prices." +msgstr "" + +#: includes/api/v1/class-wc-rest-coupons-controller.php:531 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:468 +msgid "Minimum order amount that needs to be in the cart before coupon applies." +msgstr "" + +#: includes/api/v1/class-wc-rest-coupons-controller.php:536 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:473 +msgid "Maximum order amount allowed when using the coupon." +msgstr "" + +#: includes/api/v1/class-wc-rest-coupons-controller.php:541 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:478 +msgid "List of email addresses that can use this coupon." +msgstr "" + +#: includes/api/v1/class-wc-rest-coupons-controller.php:549 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:486 +msgid "List of user IDs (or guest email addresses) that have used the coupon." +msgstr "" + +#: includes/api/v1/class-wc-rest-coupons-controller.php:572 +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:534 +msgid "Limit result set to resources with a specific code." +msgstr "" + +#: includes/api/v1/class-wc-rest-customer-downloads-controller.php:169 +#: includes/api/v2/class-wc-rest-customer-downloads-v2-controller.php:87 +msgid "Download file URL." +msgstr "" + #: includes/api/v1/class-wc-rest-customer-downloads-controller.php:175 msgid "Download ID (MD5)." msgstr "" +#: includes/api/v1/class-wc-rest-customer-downloads-controller.php:181 +#: includes/api/v2/class-wc-rest-customer-downloads-v2-controller.php:93 +msgid "Downloadable product ID." +msgstr "" + +#: includes/api/v1/class-wc-rest-customer-downloads-controller.php:187 +#: includes/api/v2/class-wc-rest-customer-downloads-v2-controller.php:105 +msgid "Downloadable file name." +msgstr "" + +#: includes/api/v1/class-wc-rest-customer-downloads-controller.php:193 +#: includes/api/v2/class-wc-rest-customer-downloads-v2-controller.php:111 +#: includes/cli/class-wc-cli-runner.php:112 +msgid "Order ID." +msgstr "" + +#: includes/api/v1/class-wc-rest-customer-downloads-controller.php:199 +#: includes/api/v1/class-wc-rest-orders-controller.php:942 +#: includes/api/v2/class-wc-rest-customer-downloads-v2-controller.php:117 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:859 +msgid "Order key." +msgstr "" + +#: includes/api/v1/class-wc-rest-customer-downloads-controller.php:205 +#: includes/api/v2/class-wc-rest-customer-downloads-v2-controller.php:123 +msgid "Number of downloads remaining." +msgstr "" + +#: includes/api/v1/class-wc-rest-customer-downloads-controller.php:211 +#: includes/api/v2/class-wc-rest-customer-downloads-v2-controller.php:129 +msgid "The date when download access expires, in the site's timezone." +msgstr "" + +#: includes/api/v1/class-wc-rest-customer-downloads-controller.php:217 +#: includes/api/v2/class-wc-rest-customer-downloads-v2-controller.php:141 +msgid "File details." +msgstr "" + #: includes/api/v1/class-wc-rest-customers-controller.php:58 msgid "New user email address." msgstr "" @@ -19115,10 +18562,6 @@ msgstr "" msgid "Invalid resource id for reassignment." msgstr "" -#: includes/api/v1/class-wc-rest-customers-controller.php:638 -msgid "The date the customer was created, as GMT." -msgstr "" - #: includes/api/v1/class-wc-rest-customers-controller.php:685 msgid "Last order data." msgstr "" @@ -19131,24 +18574,30 @@ msgstr "" msgid "The date of the customer last order, as GMT." msgstr "" +#: includes/api/v1/class-wc-rest-customers-controller.php:705 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:316 +msgid "Quantity of orders made by the customer." +msgstr "" + +#: includes/api/v1/class-wc-rest-customers-controller.php:711 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:322 +msgid "Total amount spent." +msgstr "" + #: includes/api/v1/class-wc-rest-customers-controller.php:743 #: includes/api/v1/class-wc-rest-customers-controller.php:806 -#: includes/api/v1/class-wc-rest-orders-controller.php:1048 -#: includes/api/v1/class-wc-rest-orders-controller.php:1111 +#: includes/api/v1/class-wc-rest-orders-controller.php:1053 +#: includes/api/v1/class-wc-rest-orders-controller.php:1116 msgid "Address line 1." msgstr "" #: includes/api/v1/class-wc-rest-customers-controller.php:748 #: includes/api/v1/class-wc-rest-customers-controller.php:811 -#: includes/api/v1/class-wc-rest-orders-controller.php:1053 -#: includes/api/v1/class-wc-rest-orders-controller.php:1116 +#: includes/api/v1/class-wc-rest-orders-controller.php:1058 +#: includes/api/v1/class-wc-rest-orders-controller.php:1121 msgid "Address line 2." msgstr "" -#: includes/api/v1/class-wc-rest-customers-controller.php:874 -msgid "Limit result set to specific IDs." -msgstr "" - #: includes/api/v1/class-wc-rest-customers-controller.php:910 msgid "Limit result set to resources with a specific email." msgstr "" @@ -19157,6 +18606,15 @@ msgstr "" msgid "Limit result set to resources with a specific role." msgstr "" +#: includes/api/v1/class-wc-rest-order-notes-controller.php:53 +#: includes/api/v1/class-wc-rest-order-notes-controller.php:85 +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:61 +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:83 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:64 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:88 +msgid "The order ID." +msgstr "" + #: includes/api/v1/class-wc-rest-order-notes-controller.php:295 #: includes/api/v1/class-wc-rest-webhooks-controller.php:454 msgid "Webhooks do not support trashing." @@ -19176,16 +18634,461 @@ msgstr "" msgid "Order is invalid" msgstr "" +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:350 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:361 +msgid "The date the order refund was created, in the site's timezone." +msgstr "" + +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:356 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:373 +msgid "Refund amount." +msgstr "" + +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:361 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:378 +msgid "Reason for refund." +msgstr "" + +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:366 +#: includes/api/v1/class-wc-rest-orders-controller.php:1210 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:419 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1172 +msgid "Line items data." +msgstr "" + +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:374 +#: includes/api/v1/class-wc-rest-orders-controller.php:1217 +#: includes/api/v1/class-wc-rest-orders-controller.php:1351 +#: includes/api/v1/class-wc-rest-orders-controller.php:1403 +#: includes/api/v1/class-wc-rest-orders-controller.php:1463 +#: includes/api/v1/class-wc-rest-orders-controller.php:1534 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:427 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1179 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1307 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1385 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1476 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1574 +msgid "Item ID." +msgstr "" + +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:386 +#: includes/api/v1/class-wc-rest-orders-controller.php:1229 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:545 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1284 +msgid "Product SKU." +msgstr "" + +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:392 +#: includes/api/v1/class-wc-rest-orders-controller.php:1235 +#: includes/api/v1/class-wc-rest-report-top-sellers-controller.php:158 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:439 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1190 +#: includes/cli/class-wc-cli-runner.php:110 +msgid "Product ID." +msgstr "" + +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:398 +#: includes/api/v1/class-wc-rest-orders-controller.php:1240 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:445 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1195 +msgid "Variation ID, if applicable." +msgstr "" + +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:404 +#: includes/api/v1/class-wc-rest-orders-controller.php:1245 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:451 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1200 +msgid "Quantity ordered." +msgstr "" + +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:410 +#: includes/api/v1/class-wc-rest-orders-controller.php:1250 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:457 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1205 +msgid "Tax class of product." +msgstr "" + +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:416 +#: includes/api/v1/class-wc-rest-orders-controller.php:1256 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:551 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1290 +msgid "Product price." +msgstr "" + +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:422 +#: includes/api/v1/class-wc-rest-orders-controller.php:1262 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:463 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1210 +msgid "Line subtotal (before discounts)." +msgstr "" + +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:428 +#: includes/api/v1/class-wc-rest-orders-controller.php:1267 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:469 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1215 +msgid "Line subtotal tax (before discounts)." +msgstr "" + +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:434 +#: includes/api/v1/class-wc-rest-orders-controller.php:1272 +#: includes/api/v1/class-wc-rest-orders-controller.php:1419 +#: includes/api/v1/class-wc-rest-orders-controller.php:1485 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:475 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1221 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1406 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1498 +msgid "Line total (after discounts)." +msgstr "" + +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:440 +#: includes/api/v1/class-wc-rest-orders-controller.php:1277 +#: includes/api/v1/class-wc-rest-orders-controller.php:1424 +#: includes/api/v1/class-wc-rest-orders-controller.php:1490 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:481 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1226 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1411 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1503 +msgid "Line total tax (after discounts)." +msgstr "" + +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:446 +#: includes/api/v1/class-wc-rest-orders-controller.php:1282 +#: includes/api/v1/class-wc-rest-orders-controller.php:1430 +#: includes/api/v1/class-wc-rest-orders-controller.php:1495 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:487 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1232 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1417 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1509 +msgid "Line taxes." +msgstr "" + +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:454 +#: includes/api/v1/class-wc-rest-orders-controller.php:1290 +#: includes/api/v1/class-wc-rest-orders-controller.php:1363 +#: includes/api/v1/class-wc-rest-orders-controller.php:1438 +#: includes/api/v1/class-wc-rest-orders-controller.php:1503 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:495 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1240 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1319 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1425 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1517 +msgid "Tax rate ID." +msgstr "" + +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:460 +#: includes/api/v1/class-wc-rest-orders-controller.php:1296 +#: includes/api/v1/class-wc-rest-orders-controller.php:1444 +#: includes/api/v1/class-wc-rest-orders-controller.php:1509 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:501 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1245 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1431 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1523 +msgid "Tax total." +msgstr "" + +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:466 +#: includes/api/v1/class-wc-rest-orders-controller.php:1302 +#: includes/api/v1/class-wc-rest-orders-controller.php:1515 +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:507 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1250 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1529 +msgid "Tax subtotal." +msgstr "" + #: includes/api/v1/class-wc-rest-order-refunds-controller.php:475 -#: includes/api/v1/class-wc-rest-orders-controller.php:1306 +#: includes/api/v1/class-wc-rest-orders-controller.php:1311 msgid "Line item meta data." msgstr "" #: includes/api/v1/class-wc-rest-order-refunds-controller.php:489 -#: includes/api/v1/class-wc-rest-orders-controller.php:1320 +#: includes/api/v1/class-wc-rest-orders-controller.php:1325 msgid "Meta label." msgstr "" +#: includes/api/v1/class-wc-rest-order-refunds-controller.php:522 +#: includes/api/v1/class-wc-rest-orders-controller.php:1623 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1695 +msgid "Number of decimal points to use in each resource." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:626 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:602 +msgid "Product ID or SKU is required." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:721 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:718 +msgid "Fee name is required." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:930 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:848 +msgid "Parent order ID." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:935 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:877 +msgid "Order status." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:948 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:853 +msgid "Order number." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:954 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:884 +msgid "Currency the order was created with, in ISO format." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:961 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:871 +msgid "Version of WooCommerce which last updated the order." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:967 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:957 +msgid "True the prices included tax during checkout." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:973 +#: includes/api/v2/class-wc-rest-customers-v2-controller.php:136 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:897 +msgid "The date the order was created, as GMT." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:979 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:909 +msgid "The date the order was last modified, as GMT." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:985 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:963 +msgid "User ID who owns the order. 0 for guests." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:991 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:915 +msgid "Total discount amount for the order." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:997 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:921 +msgid "Total discount tax amount for the order." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1003 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:927 +msgid "Total shipping amount for the order." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1009 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:933 +msgid "Total shipping tax amount for the order." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1015 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:939 +msgid "Sum of line item taxes only." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1021 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:945 +msgid "Grand total." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1027 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:951 +msgid "Sum of all taxes." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1033 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:986 +msgid "Billing address." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1078 +#: includes/api/v1/class-wc-rest-orders-controller.php:1141 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1031 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1094 +msgid "Country code in ISO 3166-1 alpha-2 format." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1096 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1049 +msgid "Shipping address." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1148 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1101 +msgid "Payment method ID." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1153 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1106 +msgid "Payment method title." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1158 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1654 +msgid "" +"Define if the order is paid. It will set the status to processing and " +"reduce stock items." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1164 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1111 +msgid "Unique transaction ID." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1169 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:969 +msgid "Customer's IP address." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1175 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:975 +msgid "User agent of the customer." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1181 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:865 +msgid "Shows where the order was created." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1187 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:981 +msgid "Note left by customer during checkout." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1192 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1128 +msgid "The date the order was completed, in the site's timezone." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1198 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1116 +msgid "The date the order was paid, in the site's timezone." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1204 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1140 +msgid "MD5 hash of cart items to ensure orders are not modified." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1343 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1299 +msgid "Tax lines data." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1357 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1313 +msgid "Tax rate code." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1369 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1325 +msgid "Tax rate label." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1375 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1331 +msgid "Show if is a compound tax rate." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1381 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1337 +msgid "Tax total (not including shipping taxes)." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1387 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1343 +msgid "Shipping tax total." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1396 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1378 +msgid "Shipping lines data." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1409 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1391 +msgid "Shipping method name." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1414 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1396 +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:47 +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:464 +msgid "Shipping method ID." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1456 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1469 +msgid "Fee lines data." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1469 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1482 +msgid "Fee name." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1474 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1487 +msgid "Tax class of fee." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1479 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1492 +msgid "Tax status of fee." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1527 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1567 +msgid "Coupons line data." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1545 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1585 +msgid "Discount total." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1550 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1590 +msgid "Discount total tax." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1559 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1625 +msgid "List of refunds." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1567 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1633 +#: includes/cli/class-wc-cli-runner.php:113 +msgid "Refund ID." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1573 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1639 +msgid "Refund reason." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1579 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1645 +msgid "Refund total." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1610 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1682 +msgid "Limit result set to orders assigned a specific customer." +msgstr "" + +#: includes/api/v1/class-wc-rest-orders-controller.php:1616 +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1688 +msgid "Limit result set to orders assigned a specific product." +msgstr "" + #: includes/api/v1/class-wc-rest-product-attribute-terms-controller.php:46 #: includes/api/v1/class-wc-rest-product-attribute-terms-controller.php:78 #: includes/api/v1/class-wc-rest-product-attribute-terms-controller.php:114 @@ -19200,6 +19103,11 @@ msgstr "" msgid "Sorry, you cannot create new resource." msgstr "" +#: includes/api/v1/class-wc-rest-product-attributes-controller.php:177 +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:109 +msgid "Sorry, you cannot update resource." +msgstr "" + #: includes/api/v1/class-wc-rest-product-attributes-controller.php:478 msgid "Type of attribute." msgstr "" @@ -19212,31 +19120,18 @@ msgstr "" msgid "Enable/Disable attribute archives." msgstr "" -#: includes/api/v1/class-wc-rest-product-reviews-controller.php:68 -msgid "Review content." +#: includes/api/v1/class-wc-rest-product-reviews-controller.php:46 +#: includes/api/v1/class-wc-rest-product-reviews-controller.php:88 +#: includes/api/v2/class-wc-rest-product-reviews-v2-controller.php:45 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:58 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:81 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:126 +msgid "Unique identifier for the variable product." msgstr "" -#: includes/api/v1/class-wc-rest-product-reviews-controller.php:73 -msgid "Name of the reviewer." -msgstr "" - -#: includes/api/v1/class-wc-rest-product-reviews-controller.php:78 -msgid "Email of the reviewer." -msgstr "" - -#: includes/api/v1/class-wc-rest-product-reviews-controller.php:193 -msgid "Sorry, you cannot delete this resource." -msgstr "" - -#: includes/api/v1/class-wc-rest-product-reviews-controller.php:209 -#: includes/api/v1/class-wc-rest-product-reviews-controller.php:234 -#: includes/api/v1/class-wc-rest-product-reviews-controller.php:260 -#: includes/api/v1/class-wc-rest-product-reviews-controller.php:315 -msgid "Invalid product ID." -msgstr "" - -#: includes/api/v1/class-wc-rest-product-reviews-controller.php:277 -msgid "Creating product review failed." +#: includes/api/v1/class-wc-rest-product-reviews-controller.php:50 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:85 +msgid "Unique identifier for the variation." msgstr "" #: includes/api/v1/class-wc-rest-product-reviews-controller.php:328 @@ -19267,41 +19162,92 @@ msgstr "" msgid "Invalid post ID." msgstr "" -#: includes/api/v1/class-wc-rest-products-controller.php:1827 -#: includes/api/v1/class-wc-rest-products-controller.php:2312 +#: includes/api/v1/class-wc-rest-products-controller.php:1832 +#: includes/api/v1/class-wc-rest-products-controller.php:2317 msgid "Start date of sale price." msgstr "" -#: includes/api/v1/class-wc-rest-products-controller.php:1832 -#: includes/api/v1/class-wc-rest-products-controller.php:2317 +#: includes/api/v1/class-wc-rest-products-controller.php:1837 +#: includes/api/v1/class-wc-rest-products-controller.php:2322 msgid "End date of sale price." msgstr "" -#: includes/api/v1/class-wc-rest-products-controller.php:1911 +#: includes/api/v1/class-wc-rest-products-controller.php:1916 msgid "Download type, this controls the schema on the front-end." msgstr "" -#: includes/api/v1/class-wc-rest-products-controller.php:2064 +#: includes/api/v1/class-wc-rest-products-controller.php:2069 msgid "List of upsell products IDs." msgstr "" -#: includes/api/v1/class-wc-rest-products-controller.php:2259 +#: includes/api/v1/class-wc-rest-products-controller.php:2189 +#: includes/api/v1/class-wc-rest-products-controller.php:2522 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:936 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1918 +msgid "Image position. 0 means that the image is featured." +msgstr "" + +#: includes/api/v1/class-wc-rest-products-controller.php:2264 msgid "List of variations." msgstr "" -#: includes/api/v1/class-wc-rest-products-controller.php:2266 +#: includes/api/v1/class-wc-rest-products-controller.php:2271 msgid "Variation ID." msgstr "" -#: includes/api/v1/class-wc-rest-products-controller.php:2334 +#: includes/api/v1/class-wc-rest-products-controller.php:2339 msgid "If the variation is visible." msgstr "" -#: includes/api/v1/class-wc-rest-products-controller.php:2618 +#: includes/api/v1/class-wc-rest-products-controller.php:2417 +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:819 +msgid "" +"Controls whether or not the variation is listed as \"in stock\" or \"out of " +"stock\" on the frontend." +msgstr "" + +#: includes/api/v1/class-wc-rest-products-controller.php:2585 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:2058 +msgid "Limit result set to products with a specific slug." +msgstr "" + +#: includes/api/v1/class-wc-rest-products-controller.php:2591 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:2064 +msgid "Limit result set to products assigned a specific status." +msgstr "" + +#: includes/api/v1/class-wc-rest-products-controller.php:2598 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:2071 +msgid "Limit result set to products assigned a specific type." +msgstr "" + +#: includes/api/v1/class-wc-rest-products-controller.php:2605 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:2090 +msgid "Limit result set to products assigned a specific category ID." +msgstr "" + +#: includes/api/v1/class-wc-rest-products-controller.php:2611 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:2096 +msgid "Limit result set to products assigned a specific tag ID." +msgstr "" + +#: includes/api/v1/class-wc-rest-products-controller.php:2617 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:2102 +msgid "Limit result set to products assigned a specific shipping class ID." +msgstr "" + +#: includes/api/v1/class-wc-rest-products-controller.php:2623 msgid "Limit result set to products with a specific attribute." msgstr "" -#: includes/api/v1/class-wc-rest-products-controller.php:2630 +#: includes/api/v1/class-wc-rest-products-controller.php:2629 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:2114 +msgid "" +"Limit result set to products with a specific attribute term ID (required an " +"assigned attribute)." +msgstr "" + +#: includes/api/v1/class-wc-rest-products-controller.php:2635 msgid "Limit result set to products with a specific SKU." msgstr "" @@ -19369,19 +19315,15 @@ msgstr "" msgid "Total number of purchases." msgstr "" -#: includes/api/v1/class-wc-rest-reports-controller.php:79 +#: includes/api/v1/class-wc-rest-reports-controller.php:78 msgid "List of sales reports." msgstr "" -#: includes/api/v1/class-wc-rest-reports-controller.php:83 +#: includes/api/v1/class-wc-rest-reports-controller.php:82 msgid "List of top sellers products." msgstr "" -#: includes/api/v1/class-wc-rest-reports-controller.php:147 -msgid "An alphanumeric identifier for the resource." -msgstr "" - -#: includes/api/v1/class-wc-rest-reports-controller.php:153 +#: includes/api/v1/class-wc-rest-reports-controller.php:163 msgid "A human-readable description of the resource." msgstr "" @@ -19402,10 +19344,6 @@ msgstr "" msgid "Country ISO 3166 code." msgstr "" -#: includes/api/v1/class-wc-rest-taxes-controller.php:587 -msgid "State code." -msgstr "" - #: includes/api/v1/class-wc-rest-taxes-controller.php:592 msgid "Postcode / ZIP." msgstr "" @@ -19448,6 +19386,64 @@ msgstr "" msgid "Invalid webhook ID." msgstr "" +#: includes/api/v1/class-wc-rest-webhook-deliveries-controller.php:232 +#: includes/api/v2/class-wc-rest-webhook-deliveries-v2-controller.php:76 +msgid "The delivery duration, in seconds." +msgstr "" + +#: includes/api/v1/class-wc-rest-webhook-deliveries-controller.php:238 +#: includes/api/v2/class-wc-rest-webhook-deliveries-v2-controller.php:82 +msgid "" +"A friendly summary of the response including the HTTP response code, " +"message, and body." +msgstr "" + +#: includes/api/v1/class-wc-rest-webhook-deliveries-controller.php:244 +#: includes/api/v2/class-wc-rest-webhook-deliveries-v2-controller.php:88 +msgid "The URL where the webhook was delivered." +msgstr "" + +#: includes/api/v1/class-wc-rest-webhook-deliveries-controller.php:251 +#: includes/api/v2/class-wc-rest-webhook-deliveries-v2-controller.php:95 +msgid "Request headers." +msgstr "" + +#: includes/api/v1/class-wc-rest-webhook-deliveries-controller.php:260 +#: includes/api/v2/class-wc-rest-webhook-deliveries-v2-controller.php:104 +msgid "Request body." +msgstr "" + +#: includes/api/v1/class-wc-rest-webhook-deliveries-controller.php:266 +#: includes/api/v2/class-wc-rest-webhook-deliveries-v2-controller.php:110 +msgid "The HTTP response code from the receiving server." +msgstr "" + +#: includes/api/v1/class-wc-rest-webhook-deliveries-controller.php:272 +#: includes/api/v2/class-wc-rest-webhook-deliveries-v2-controller.php:116 +msgid "The HTTP response message from the receiving server." +msgstr "" + +#: includes/api/v1/class-wc-rest-webhook-deliveries-controller.php:278 +#: includes/api/v2/class-wc-rest-webhook-deliveries-v2-controller.php:122 +msgid "Array of the response headers from the receiving server." +msgstr "" + +#: includes/api/v1/class-wc-rest-webhook-deliveries-controller.php:287 +#: includes/api/v2/class-wc-rest-webhook-deliveries-v2-controller.php:131 +msgid "The response body from the receiving server." +msgstr "" + +#: includes/api/v1/class-wc-rest-webhook-deliveries-controller.php:293 +#: includes/api/v2/class-wc-rest-webhook-deliveries-v2-controller.php:137 +msgid "The date the webhook delivery was logged, in the site's timezone." +msgstr "" + +#: includes/api/v1/class-wc-rest-webhooks-controller.php:63 +#: includes/api/v1/class-wc-rest-webhooks-controller.php:636 +#: includes/api/v2/class-wc-rest-webhooks-v2-controller.php:119 +msgid "Webhook topic." +msgstr "" + #: includes/api/v1/class-wc-rest-webhooks-controller.php:68 msgid "Webhook delivery URL." msgstr "" @@ -19457,10 +19453,817 @@ msgstr "" msgid "Webhook delivery URL must be a valid URL starting with http:// or https://." msgstr "" +#: includes/api/v1/class-wc-rest-webhooks-controller.php:621 +#: includes/api/v2/class-wc-rest-webhooks-v2-controller.php:104 +msgid "A friendly name for the webhook." +msgstr "" + +#: includes/api/v1/class-wc-rest-webhooks-controller.php:626 +#: includes/api/v2/class-wc-rest-webhooks-v2-controller.php:109 +msgid "Webhook status." +msgstr "" + +#: includes/api/v1/class-wc-rest-webhooks-controller.php:641 +#: includes/api/v2/class-wc-rest-webhooks-v2-controller.php:124 +msgid "Webhook resource." +msgstr "" + +#: includes/api/v1/class-wc-rest-webhooks-controller.php:647 +#: includes/api/v2/class-wc-rest-webhooks-v2-controller.php:130 +msgid "Webhook event." +msgstr "" + +#: includes/api/v1/class-wc-rest-webhooks-controller.php:653 +#: includes/api/v2/class-wc-rest-webhooks-v2-controller.php:136 +msgid "WooCommerce action names associated with the webhook." +msgstr "" + +#: includes/api/v1/class-wc-rest-webhooks-controller.php:662 +#: includes/api/v2/class-wc-rest-webhooks-v2-controller.php:145 +msgid "The URL where the webhook payload is delivered." +msgstr "" + +#: includes/api/v1/class-wc-rest-webhooks-controller.php:669 +#: includes/api/v2/class-wc-rest-webhooks-v2-controller.php:152 +msgid "" +"Secret key used to generate a hash of the delivered webhook and provided in " +"the request headers. This will default to a MD5 hash from the current " +"user's ID|username if not provided." +msgstr "" + +#: includes/api/v1/class-wc-rest-webhooks-controller.php:674 +#: includes/api/v2/class-wc-rest-webhooks-v2-controller.php:157 +msgid "The date the webhook was created, in the site's timezone." +msgstr "" + +#: includes/api/v1/class-wc-rest-webhooks-controller.php:680 +#: includes/api/v2/class-wc-rest-webhooks-v2-controller.php:169 +msgid "The date the webhook was last modified, in the site's timezone." +msgstr "" + #: includes/api/v1/class-wc-rest-webhooks-controller.php:757 msgid "Limit result set to webhooks assigned a specific status." msgstr "" +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:357 +msgid "The date the coupon was created, as GMT." +msgstr "" + +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:369 +msgid "The date the coupon was last modified, as GMT." +msgstr "" + +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:387 +msgid "The date the coupon expires, in the site's timezone." +msgstr "" + +#: includes/api/v2/class-wc-rest-coupons-v2-controller.php:392 +msgid "The date the coupon expires, as GMT." +msgstr "" + +#: includes/api/v2/class-wc-rest-customer-downloads-v2-controller.php:81 +msgid "Download ID." +msgstr "" + +#: includes/api/v2/class-wc-rest-customer-downloads-v2-controller.php:135 +msgid "The date when download access expires, as GMT." +msgstr "" + +#: includes/api/v2/class-wc-rest-network-orders-v2-controller.php:58 +msgid "Blog id of the record on the multisite." +msgstr "" + +#: includes/api/v2/class-wc-rest-network-orders-v2-controller.php:64 +msgid "URL to edit the order" +msgstr "" + +#: includes/api/v2/class-wc-rest-network-orders-v2-controller.php:70 +msgid "Name of the customer for the order" +msgstr "" + +#: includes/api/v2/class-wc-rest-network-orders-v2-controller.php:76 +msgid "Order Status" +msgstr "" + +#: includes/api/v2/class-wc-rest-network-orders-v2-controller.php:82 +msgid "Order total formatted for locale" +msgstr "" + +#: includes/api/v2/class-wc-rest-order-notes-v2-controller.php:173 +msgid "Limit result to customers or internal notes." +msgstr "" + +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:367 +msgid "The date the order refund was created, as GMT." +msgstr "" + +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:383 +msgid "User ID of user who created the refund." +msgstr "" + +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:388 +msgid "If the payment was refunded via the API." +msgstr "" + +#: includes/api/v2/class-wc-rest-order-refunds-v2-controller.php:560 +msgid "When true, the payment gateway API is used to generate the refund." +msgstr "" + +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:891 +msgid "The date the order was created, in the site's timezone." +msgstr "" + +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:903 +msgid "The date the order was last modified, in the site's timezone." +msgstr "" + +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1122 +msgid "The date the order was paid, as GMT." +msgstr "" + +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1134 +msgid "The date the order was completed, as GMT." +msgstr "" + +#: includes/api/v2/class-wc-rest-orders-v2-controller.php:1401 +msgid "Shipping instance ID." +msgstr "" + +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:167 +msgid "Parent product does not match current variation." +msgstr "" + +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:723 +#: includes/api/v2/class-wc-rest-products-v2-controller.php:1561 +msgid "End date of sale price, as GMT." +msgstr "" + +#: includes/api/v2/class-wc-rest-product-variations-v2-controller.php:734 +msgid "Define if the variation is visible on the product's page." +msgstr "" + +#: includes/api/v2/class-wc-rest-products-v2-controller.php:2078 +msgid "Limit result set to products with specific SKU(s). Use commas to separate." +msgstr "" + +#: includes/api/v2/class-wc-rest-products-v2-controller.php:2084 +msgid "Limit result set to featured products." +msgstr "" + +#: includes/api/v2/class-wc-rest-products-v2-controller.php:2108 +msgid "" +"Limit result set to products with a specific attribute. Use the taxonomy " +"name/attribute slug." +msgstr "" + +#: includes/api/v2/class-wc-rest-products-v2-controller.php:2122 +msgid "Limit result set to products with a specific tax class." +msgstr "" + +#: includes/api/v2/class-wc-rest-products-v2-controller.php:2131 +msgid "Limit result set to products in stock or out of stock." +msgstr "" + +#: includes/api/v2/class-wc-rest-products-v2-controller.php:2137 +msgid "Limit result set to products on sale." +msgstr "" + +#: includes/api/v2/class-wc-rest-products-v2-controller.php:2143 +msgid "Limit result set to products based on a minimum price." +msgstr "" + +#: includes/api/v2/class-wc-rest-products-v2-controller.php:2149 +msgid "Limit result set to products based on a maximum price." +msgstr "" + +#: includes/api/v2/class-wc-rest-setting-options-v2-controller.php:45 +#: includes/api/v2/class-wc-rest-setting-options-v2-controller.php:62 +#: includes/api/v2/class-wc-rest-setting-options-v2-controller.php:80 +msgid "Settings group ID." +msgstr "" + +#: includes/api/v2/class-wc-rest-setting-options-v2-controller.php:234 +#: includes/api/v2/class-wc-rest-setting-options-v2-controller.php:246 +#: includes/api/v2/class-wc-rest-setting-options-v2-controller.php:252 +msgid "Invalid setting." +msgstr "" + +#: includes/api/v2/class-wc-rest-settings-v2-controller.php:63 +msgid "No setting groups have been registered." +msgstr "" + +#: includes/api/v2/class-wc-rest-shipping-methods-v2-controller.php:198 +msgid "Method ID." +msgstr "" + +#: includes/api/v2/class-wc-rest-shipping-methods-v2-controller.php:204 +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:470 +msgid "Shipping method title." +msgstr "" + +#: includes/api/v2/class-wc-rest-shipping-methods-v2-controller.php:210 +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:476 +msgid "Shipping method description." +msgstr "" + +#: includes/api/v2/class-wc-rest-shipping-zone-locations-v2-controller.php:29 +#: includes/api/v2/class-wc-rest-shipping-zones-v2-controller.php:54 +msgid "Unique ID for the resource." +msgstr "" + +#: includes/api/v2/class-wc-rest-shipping-zone-locations-v2-controller.php:88 +#: includes/api/v2/class-wc-rest-shipping-zones-v2-controller.php:172 +msgid "The \"locations not covered by your other zones\" zone cannot be updated." +msgstr "" + +#: includes/api/v2/class-wc-rest-shipping-zone-locations-v2-controller.php:169 +msgid "Shipping zone location code." +msgstr "" + +#: includes/api/v2/class-wc-rest-shipping-zone-locations-v2-controller.php:174 +msgid "Shipping zone location type." +msgstr "" + +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:29 +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:60 +msgid "Unique ID for the zone." +msgstr "" + +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:64 +msgid "Unique ID for the instance." +msgstr "" + +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:177 +msgid "Resource cannot be created." +msgstr "" + +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:230 +msgid "Shipping methods do not support trashing." +msgstr "" + +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:436 +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:442 +msgid "Shipping method instance ID." +msgstr "" + +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:448 +msgid "Shipping method customer facing title." +msgstr "" + +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:454 +msgid "Shipping method sort order." +msgstr "" + +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:459 +msgid "Shipping method enabled status." +msgstr "" + +#: includes/api/v2/class-wc-rest-shipping-zone-methods-v2-controller.php:482 +msgid "Shipping method settings." +msgstr "" + +#: includes/api/v2/class-wc-rest-shipping-zones-v2-controller.php:41 +#: includes/api/v2/class-wc-rest-shipping-zones-v2-controller.php:287 +msgid "Shipping zone name." +msgstr "" + +#: includes/api/v2/class-wc-rest-shipping-zones-v2-controller.php:154 +msgid "" +"Resource cannot be created. Check to make sure 'order' and 'name' are " +"present." +msgstr "" + +#: includes/api/v2/class-wc-rest-shipping-zones-v2-controller.php:214 +msgid "Shipping zones do not support trashing." +msgstr "" + +#: includes/api/v2/class-wc-rest-shipping-zones-v2-controller.php:295 +msgid "Shipping zone order." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:123 +msgid "WooCommerce transients" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:124 +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:129 +msgid "Clear transients" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:125 +msgid "This tool will clear the product/shop transients cache." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:128 +msgid "Expired transients" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:130 +msgid "This tool will clear ALL expired transients from WordPress." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:133 +msgid "Orphaned variations" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:134 +msgid "Delete orphaned variations" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:135 +msgid "This tool will delete all variations which have no parent." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:138 +msgid "Used-up download permissions" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:139 +msgid "Clean up download permissions" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:140 +msgid "" +"This tool will delete expired download permissions and permissions with 0 " +"remaining downloads." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:143 +msgid "Order address indexes" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:144 +msgid "Index orders" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:145 +msgid "" +"This tool will add address indexes to orders that do not have them yet. " +"This improves order search results." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:148 +msgid "Term counts" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:149 +msgid "Recount terms" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:150 +msgid "" +"This tool will recount product terms - useful when changing your settings " +"in a way which hides products from the catalog." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:153 +msgid "Capabilities" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:154 +msgid "Reset capabilities" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:155 +msgid "" +"This tool will reset the admin, customer and shop_manager roles to default. " +"Use this if your users cannot access all of the WooCommerce admin pages." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:158 +msgid "Clear customer sessions" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:159 +#: templates/single-product/add-to-cart/variable.php:44 +msgid "Clear" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:163 +msgid "" +"This tool will delete all customer session data from the database, " +"including current carts and saved carts in the database." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:167 +msgid "Create default WooCommerce pages" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:168 +msgid "Create pages" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:172 +msgid "" +"This tool will install all the missing WooCommerce pages. Pages already " +"defined and set up will not be replaced." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:176 +msgid "Delete WooCommerce tax rates" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:177 +msgid "Delete tax rates" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:181 +msgid "" +"This option will delete ALL of your tax rates, use with caution. This " +"action cannot be reversed." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:185 +msgid "Reset usage tracking" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:187 +msgid "" +"This will reset your usage tracking settings, causing it to show the opt-in " +"banner again and not sending any data." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:190 +msgid "Regenerate shop thumbnails" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:191 +msgid "Regenerate" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:192 +msgid "" +"This will regenerate all shop thumbnails to match your theme and/or image " +"settings." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:238 +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:262 +msgid "Invalid tool ID." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:320 +msgid "A unique identifier for the tool." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:328 +msgid "Tool name." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:336 +msgid "What running the tool will do." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:344 +msgid "Tool description." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:352 +msgid "Did the tool run successfully?" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:357 +msgid "Tool return message." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:422 +msgid "Product transients cleared" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:427 +#. translators: %d: amount of expired transients +msgid "%d transients rows cleared" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:441 +#. translators: %d: amount of orphaned variations +msgid "%d orphaned variations deleted" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:456 +#. translators: %d: amount of permissions +msgid "%d permissions deleted" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:476 +#. translators: %d: amount of indexes +msgid "%d indexes added" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:483 +msgid "Roles successfully reset" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:501 +msgid "Terms successfully recounted" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:509 +#. translators: %d: amount of sessions +msgid "Deleted all active sessions, and %d saved carts." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:514 +msgid "All missing WooCommerce pages successfully installed" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:521 +msgid "Tax rates successfully deleted" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:531 +msgid "Usage tracking settings successfully reset." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:536 +msgid "Thumbnail regeneration has been scheduled to run in the background." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:550 +#. translators: %s: callback string +msgid "There was an error calling %s" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:552 +msgid "Tool ran." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-tools-v2-controller.php:556 +msgid "There was an error calling this tool. There is no callback present." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:104 +msgid "Environment." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:110 +msgid "Home URL." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:117 +msgid "Site URL." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:124 +msgid "WooCommerce version." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:130 +msgid "Log directory." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:136 +msgid "Is log directory writable?" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:142 +msgid "WordPress version." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:148 +msgid "Is WordPress multisite?" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:154 +msgid "WordPress memory limit." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:160 +msgid "Is WordPress debug mode active?" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:166 +msgid "Are WordPress cron jobs enabled?" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:172 +msgid "WordPress language." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:178 +msgid "Server info." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:184 +msgid "PHP version." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:190 +msgid "PHP post max size." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:196 +msgid "PHP max execution time." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:202 +msgid "PHP max input vars." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:208 +msgid "cURL version." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:214 +msgid "Is SUHOSIN installed?" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:220 +msgid "Max upload size." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:226 +msgid "MySQL version." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:232 +msgid "MySQL version string." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:238 +msgid "Default timezone." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:244 +msgid "Is fsockopen/cURL enabled?" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:250 +msgid "Is SoapClient class enabled?" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:256 +msgid "Is DomDocument class enabled?" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:262 +msgid "Is GZip enabled?" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:268 +msgid "Is mbstring enabled?" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:274 +msgid "Remote POST successful?" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:280 +msgid "Remote POST response." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:286 +msgid "Remote GET successful?" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:292 +msgid "Remote GET response." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:300 +msgid "Database." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:306 +msgid "WC database version." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:312 +msgid "Database prefix." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:318 +msgid "MaxMind GeoIP database." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:324 +msgid "Database tables." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:335 +msgid "Active plugins." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:344 +msgid "Theme." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:350 +msgid "Theme name." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:356 +msgid "Theme version." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:362 +msgid "Latest version of theme." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:368 +msgid "Theme author URL." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:375 +msgid "Is this theme a child theme?" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:381 +msgid "Does the theme declare WooCommerce support?" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:387 +msgid "Does the theme have a woocommerce.php file?" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:393 +msgid "Does this theme have outdated templates?" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:399 +msgid "Template overrides." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:408 +msgid "Parent theme name." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:414 +msgid "Parent theme version." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:420 +msgid "Parent theme author URL." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:429 +msgid "Settings." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:435 +msgid "REST API enabled?" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:441 +msgid "SSL forced?" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:447 +msgid "Currency." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:459 +msgid "Currency position." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:465 +msgid "Thousand separator." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:471 +msgid "Decimal separator." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:477 +msgid "Number of decimals." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:483 +msgid "Geolocation enabled?" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:489 +msgid "Taxonomy terms for product/order statuses." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:498 +msgid "Terms in the product visibility taxonomy." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:509 +msgid "Security." +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:521 +msgid "Hide errors from visitors?" +msgstr "" + +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:529 +msgid "WooCommerce pages." +msgstr "" + +#: includes/api/v2/class-wc-rest-webhook-deliveries-v2-controller.php:143 +msgid "The date the webhook delivery was logged, as GMT." +msgstr "" + +#: includes/api/v2/class-wc-rest-webhooks-v2-controller.php:163 +msgid "The date the webhook was created, as GMT." +msgstr "" + +#: includes/api/v2/class-wc-rest-webhooks-v2-controller.php:175 +msgid "The date the webhook was last modified, as GMT." +msgstr "" + #: includes/class-wc-ajax.php:213 msgid "Sorry there was a problem removing this coupon." msgstr "" @@ -19473,70 +20276,54 @@ msgstr "" msgid "Sorry, your session has expired." msgstr "" -#: includes/class-wc-ajax.php:262 templates/cart/cart-empty.php:33 +#: includes/class-wc-ajax.php:262 templates/cart/cart-empty.php:28 msgid "Return to shop" msgstr "" -#: includes/class-wc-ajax.php:829 includes/class-wc-ajax.php:895 +#: includes/class-wc-ajax.php:852 includes/class-wc-ajax.php:859 +#: includes/class-wc-ajax.php:932 msgid "Invalid order" msgstr "" -#: includes/class-wc-ajax.php:910 +#: includes/class-wc-ajax.php:884 includes/class-wc-order-item-product.php:72 +msgid "Invalid product ID" +msgstr "" + +#: includes/class-wc-ajax.php:947 msgid "%s fee" msgstr "" -#: includes/class-wc-ajax.php:1175 includes/wc-stock-functions.php:116 -#. translators: 1: item name 2: old stock quantity 3: new stock quantity -msgid "%1$s stock reduced from %2$s to %3$s." -msgstr "" - -#: includes/class-wc-ajax.php:1184 -msgid "" -"No products had their stock reduced - they may not have stock management " -"enabled." -msgstr "" - -#: includes/class-wc-ajax.php:1221 -msgid "%1$s stock increased from %2$s to %3$s." -msgstr "" - -#: includes/class-wc-ajax.php:1229 -msgid "" -"No products had their stock increased - they may not have stock management " -"enabled." -msgstr "" - -#: includes/class-wc-ajax.php:1688 +#: includes/class-wc-ajax.php:1644 msgid "Invalid refund amount" msgstr "" -#: includes/class-wc-ajax.php:1692 +#: includes/class-wc-ajax.php:1648 msgid "Error processing refund. Please try again." msgstr "" -#: includes/class-wc-ajax.php:1792 +#: includes/class-wc-ajax.php:1748 msgid "Description is missing." msgstr "" -#: includes/class-wc-ajax.php:1795 +#: includes/class-wc-ajax.php:1751 msgid "User is missing." msgstr "" -#: includes/class-wc-ajax.php:1798 +#: includes/class-wc-ajax.php:1754 msgid "Permissions is missing." msgstr "" -#: includes/class-wc-ajax.php:1827 +#: includes/class-wc-ajax.php:1783 msgid "API Key updated successfully." msgstr "" -#: includes/class-wc-ajax.php:1857 +#: includes/class-wc-ajax.php:1813 msgid "" "API Key generated successfully. Make sure to copy your new keys now as the " "secret key will be hidden once you leave this page." msgstr "" -#: includes/class-wc-ajax.php:1941 +#: includes/class-wc-ajax.php:1897 msgid "Dismiss this notice." msgstr "" @@ -19613,19 +20400,15 @@ msgid "" "consumer data" msgstr "" -#: includes/class-wc-auth.php:323 -msgid "API disabled!" -msgstr "" - -#: includes/class-wc-auth.php:380 +#: includes/class-wc-auth.php:376 msgid "Invalid nonce verification" msgstr "" -#: includes/class-wc-auth.php:400 +#: includes/class-wc-auth.php:396 msgid "You do not have permission to access this page" msgstr "" -#: includes/class-wc-auth.php:406 +#: includes/class-wc-auth.php:402 msgid "Access denied" msgstr "" @@ -19633,34 +20416,34 @@ msgstr "" msgid "Error 404" msgstr "" -#: includes/class-wc-breadcrumb.php:224 +#: includes/class-wc-breadcrumb.php:228 #. translators: %s: product tag msgid "Products tagged “%s”" msgstr "" -#: includes/class-wc-breadcrumb.php:276 +#: includes/class-wc-breadcrumb.php:280 #. translators: %s: tag name msgid "Posts tagged “%s”" msgstr "" -#: includes/class-wc-breadcrumb.php:319 +#: includes/class-wc-breadcrumb.php:323 #. translators: %s: author name msgid "Author: %s" msgstr "" -#: includes/class-wc-breadcrumb.php:359 +#: includes/class-wc-breadcrumb.php:363 #. translators: %s: search term msgid "Search results for “%s”" msgstr "" -#: includes/class-wc-breadcrumb.php:369 +#: includes/class-wc-breadcrumb.php:373 #: includes/class-wc-template-loader.php:410 #. translators: %d: page number #. translators: %d: Page number. msgid "Page %d" msgstr "" -#: includes/class-wc-cache-helper.php:206 +#: includes/class-wc-cache-helper.php:224 #. translators: 1: key 2: URL msgid "" "In order for database caching to work with WooCommerce you " @@ -19686,6 +20469,21 @@ msgid "" "You can add it back to your cart here." msgstr "" +#: includes/class-wc-cart-session.php:353 +#. translators: %d item count +msgid "" +"%d item from your previous order is currently unavailable and could not be " +"added to your cart." +msgid_plural "" +"%d items from your previous order are currently unavailable and could not " +"be added to your cart." +msgstr[0] "" +msgstr[1] "" + +#: includes/class-wc-cart-session.php:366 +msgid "The cart has been filled with the items from your previous order." +msgstr "" + #: includes/class-wc-cart.php:604 msgid "Get cart should not be called before the wp_loaded action." msgstr "" @@ -19694,7 +20492,7 @@ msgstr "" msgid "An item which is no longer available was removed from your cart." msgstr "" -#: includes/class-wc-cart.php:773 +#: includes/class-wc-cart.php:771 #. translators: %s: product name msgid "" "Sorry, \"%s\" is not in stock. Please edit your cart and try again. We " @@ -19702,54 +20500,43 @@ msgid "" msgstr "" #: includes/class-wc-cart.php:786 +#: includes/shortcodes/class-wc-shortcode-checkout.php:152 #. translators: 1: product name 2: quantity in stock msgid "" "Sorry, we do not have enough \"%1$s\" in stock to fulfill your order (%2$s " -"in stock). Please edit your cart and try again. We apologize for any " -"inconvenience caused." +"available). We apologize for any inconvenience caused." msgstr "" -#: includes/class-wc-cart.php:816 -#. translators: 1: product name 2: minutes -msgid "" -"Sorry, we do not have enough \"%1$s\" in stock to fulfill your order right " -"now. Please try again in %2$d minutes or edit your cart and try again. We " -"apologize for any inconvenience caused." -msgstr "" - -#: includes/class-wc-cart.php:1068 includes/class-wc-frontend-scripts.php:546 -#: includes/wc-cart-functions.php:123 includes/wc-template-functions.php:1963 +#: includes/class-wc-cart.php:1037 includes/class-wc-cart.php:1065 +#: includes/class-wc-frontend-scripts.php:546 +#: includes/wc-cart-functions.php:123 includes/wc-template-functions.php:1968 #. translators: %s: product name msgid "View cart" msgstr "" -#: includes/class-wc-cart.php:1068 +#: includes/class-wc-cart.php:1037 msgid "You cannot add another \"%s\" to your cart." msgstr "" -#: includes/class-wc-cart.php:1073 +#: includes/class-wc-cart.php:1042 msgid "Sorry, this product cannot be purchased." msgstr "" -#: includes/class-wc-cart.php:1079 +#: includes/class-wc-cart.php:1048 #. translators: %s: product name msgid "" "You cannot add "%s" to the cart because the product is out of " "stock." msgstr "" -#: includes/class-wc-cart.php:1084 +#: includes/class-wc-cart.php:1053 #. translators: 1: product name 2: quantity in stock msgid "" "You cannot add that amount of "%1$s" to the cart because there is " "not enough stock (%2$s remaining)." msgstr "" -#: includes/class-wc-cart.php:1096 -msgid "View Cart" -msgstr "" - -#: includes/class-wc-cart.php:1098 +#: includes/class-wc-cart.php:1067 #. translators: 1: quantity in stock 2: current quantity msgid "" "You cannot add that amount to the cart — we have %1$s in stock and " @@ -19785,214 +20572,222 @@ msgid "Create account password" msgstr "" #: includes/class-wc-checkout.php:238 templates/auth/form-login.php:44 -#: templates/global/form-login.php:39 templates/myaccount/form-login.php:47 -#: templates/myaccount/form-login.php:97 +#: templates/global/form-login.php:39 templates/myaccount/form-login.php:43 +#: templates/myaccount/form-login.php:93 msgid "Password" msgstr "" -#: includes/class-wc-checkout.php:663 +#: includes/class-wc-checkout.php:675 #. translators: %s: field name msgid "Shipping %s" msgstr "" -#: includes/class-wc-checkout.php:667 +#: includes/class-wc-checkout.php:679 #. translators: %s: field name msgid "Billing %s" msgstr "" -#: includes/class-wc-checkout.php:679 +#: includes/class-wc-checkout.php:691 #. translators: %1$s: field name, %2$s finder.eircode.ie URL msgid "" -"%1$s is not a valid. You can look up the correct Eircode here." +"%1$s is not valid. You can look up the correct Eircode here." msgstr "" -#: includes/class-wc-checkout.php:683 +#: includes/class-wc-checkout.php:695 #. translators: %s: field name msgid "%s is not a valid postcode / ZIP." msgstr "" -#: includes/class-wc-checkout.php:694 includes/class-wc-form-handler.php:139 +#: includes/class-wc-checkout.php:704 includes/class-wc-form-handler.php:134 #. translators: %s: phone number msgid "%s is not a valid phone number." msgstr "" -#: includes/class-wc-checkout.php:703 includes/class-wc-form-handler.php:146 +#: includes/class-wc-checkout.php:714 includes/class-wc-form-handler.php:141 #. translators: %s: email address msgid "%s is not a valid email address." msgstr "" -#: includes/class-wc-checkout.php:723 +#: includes/class-wc-checkout.php:734 #. translators: 1: state field 2: valid states msgid "%1$s is not valid. Please enter one of the following: %2$s" msgstr "" -#: includes/class-wc-checkout.php:730 includes/class-wc-form-handler.php:117 -#: includes/class-wc-form-handler.php:248 +#: includes/class-wc-checkout.php:741 includes/class-wc-form-handler.php:114 +#: includes/class-wc-form-handler.php:243 #. translators: %s: field name msgid "%s is a required field." msgstr "" -#: includes/class-wc-checkout.php:748 includes/class-wc-form-handler.php:379 +#: includes/class-wc-checkout.php:759 includes/class-wc-form-handler.php:374 msgid "Please read and accept the terms and conditions to proceed with your order." msgstr "" -#: includes/class-wc-checkout.php:755 +#: includes/class-wc-checkout.php:766 msgid "Please enter an address to continue." msgstr "" -#: includes/class-wc-checkout.php:758 +#: includes/class-wc-checkout.php:769 #. translators: %s: shipping location msgid "" "Unfortunately we do not ship %s. Please enter an " "alternative shipping address." msgstr "" -#: includes/class-wc-checkout.php:764 +#: includes/class-wc-checkout.php:775 msgid "" "No shipping method has been selected. Please double check your address, or " "contact us if you need any help." msgstr "" -#: includes/class-wc-checkout.php:774 includes/class-wc-form-handler.php:389 -#: includes/class-wc-form-handler.php:494 -#: includes/class-wc-form-handler.php:519 +#: includes/class-wc-checkout.php:785 includes/class-wc-form-handler.php:384 +#: includes/class-wc-form-handler.php:489 +#: includes/class-wc-form-handler.php:514 msgid "Invalid payment method." msgstr "" -#: includes/class-wc-checkout.php:1008 +#: includes/class-wc-checkout.php:1033 msgid "We were unable to process your order, please try again." msgstr "" -#: includes/class-wc-checkout.php:1018 +#: includes/class-wc-checkout.php:1043 #. translators: %s: shop cart url msgid "" "Sorry, your session has expired. Return to shop" msgstr "" -#: includes/class-wc-checkout.php:1046 +#: includes/class-wc-checkout.php:1071 msgid "Unable to create order." msgstr "" -#: includes/class-wc-comments.php:147 +#: includes/class-wc-comments.php:150 msgid "Please rate the product." msgstr "" -#: includes/class-wc-countries.php:379 +#: includes/class-wc-countries.php:380 msgid "to the" msgstr "" -#: includes/class-wc-countries.php:379 +#: includes/class-wc-countries.php:380 msgid "to" msgstr "" -#: includes/class-wc-countries.php:393 +#: includes/class-wc-countries.php:394 msgid "the" msgstr "" -#: includes/class-wc-countries.php:404 +#: includes/class-wc-countries.php:405 msgid "VAT" msgstr "" -#: includes/class-wc-countries.php:415 +#: includes/class-wc-countries.php:416 msgid "(incl. VAT)" msgstr "" -#: includes/class-wc-countries.php:415 +#: includes/class-wc-countries.php:416 msgid "(incl. tax)" msgstr "" -#: includes/class-wc-countries.php:426 +#: includes/class-wc-countries.php:427 msgid "(ex. VAT)" msgstr "" -#: includes/class-wc-countries.php:426 +#: includes/class-wc-countries.php:427 msgid "(ex. tax)" msgstr "" -#: includes/class-wc-countries.php:633 +#: includes/class-wc-countries.php:620 +msgid "Apartment, suite, unit etc. (optional)" +msgstr "" + +#: includes/class-wc-countries.php:622 +msgid "Apartment, suite, unit etc." +msgstr "" + +#: includes/class-wc-countries.php:641 #: includes/customizer/class-wc-shop-customizer.php:677 msgid "Company name" msgstr "" -#: includes/class-wc-countries.php:648 +#: includes/class-wc-countries.php:656 msgid "Street address" msgstr "" -#: includes/class-wc-countries.php:650 +#: includes/class-wc-countries.php:658 #. translators: use local order of street name and house number. msgid "House number and street name" msgstr "" -#: includes/class-wc-countries.php:657 -msgid "Apartment, suite, unit etc. (optional)" +#: includes/class-wc-countries.php:665 +msgid "Apartment, suite, or unit." msgstr "" -#: includes/class-wc-countries.php:665 +#: includes/class-wc-countries.php:674 msgid "Town / City" msgstr "" -#: includes/class-wc-countries.php:758 +#: includes/class-wc-countries.php:761 msgid "Suburb" msgstr "" -#: includes/class-wc-countries.php:761 includes/class-wc-countries.php:1004 -#: includes/class-wc-countries.php:1136 +#: includes/class-wc-countries.php:764 includes/class-wc-countries.php:1015 +#: includes/class-wc-countries.php:1025 includes/class-wc-countries.php:1161 msgid "Postcode" msgstr "" -#: includes/class-wc-countries.php:780 +#: includes/class-wc-countries.php:783 msgid "District" msgstr "" -#: includes/class-wc-countries.php:789 includes/class-wc-countries.php:816 -#: includes/class-wc-countries.php:841 includes/class-wc-countries.php:922 -#: includes/class-wc-countries.php:961 includes/class-wc-countries.php:999 -#: includes/class-wc-countries.php:1083 includes/class-wc-countries.php:1123 -#: includes/class-wc-countries.php:1170 +#: includes/class-wc-countries.php:792 includes/class-wc-countries.php:822 +#: includes/class-wc-countries.php:847 includes/class-wc-countries.php:928 +#: includes/class-wc-countries.php:967 includes/class-wc-countries.php:1010 +#: includes/class-wc-countries.php:1108 includes/class-wc-countries.php:1148 +#: includes/class-wc-countries.php:1195 msgid "Province" msgstr "" -#: includes/class-wc-countries.php:824 +#: includes/class-wc-countries.php:830 msgid "Canton" msgstr "" -#: includes/class-wc-countries.php:836 includes/class-wc-countries.php:912 -#: includes/class-wc-countries.php:1008 +#: includes/class-wc-countries.php:842 includes/class-wc-countries.php:918 +#: includes/class-wc-countries.php:1029 msgid "Region" msgstr "" -#: includes/class-wc-countries.php:909 +#: includes/class-wc-countries.php:915 msgid "Town / District" msgstr "" -#: includes/class-wc-countries.php:917 includes/class-wc-countries.php:931 -#: includes/class-wc-countries.php:1047 includes/class-wc-countries.php:1139 +#: includes/class-wc-countries.php:923 includes/class-wc-countries.php:937 +#: includes/class-wc-countries.php:1068 includes/class-wc-countries.php:1164 msgid "County" msgstr "" -#: includes/class-wc-countries.php:928 +#: includes/class-wc-countries.php:934 msgid "Eircode" msgstr "" -#: includes/class-wc-countries.php:966 +#: includes/class-wc-countries.php:972 msgid "Prefecture" msgstr "" -#: includes/class-wc-countries.php:1021 +#: includes/class-wc-countries.php:1042 msgid "State / Zone" msgstr "" -#: includes/class-wc-countries.php:1091 +#: includes/class-wc-countries.php:1116 msgid "Municipality" msgstr "" -#: includes/class-wc-countries.php:1107 +#: includes/class-wc-countries.php:1132 msgid "Municipality / District" msgstr "" -#: includes/class-wc-countries.php:1128 +#: includes/class-wc-countries.php:1153 msgid "ZIP" msgstr "" @@ -20016,11 +20811,11 @@ msgstr "" msgid "Coupon code removed successfully." msgstr "" -#: includes/class-wc-coupon.php:950 includes/class-wc-discounts.php:937 +#: includes/class-wc-coupon.php:950 includes/class-wc-discounts.php:954 msgid "Coupon is not valid." msgstr "" -#: includes/class-wc-coupon.php:954 includes/class-wc-discounts.php:570 +#: includes/class-wc-coupon.php:954 includes/class-wc-discounts.php:587 #. translators: %s: coupon code msgid "Coupon \"%s\" does not exist!" msgstr "" @@ -20046,21 +20841,21 @@ msgid "" "conjunction with other coupons." msgstr "" -#: includes/class-wc-coupon.php:972 includes/class-wc-discounts.php:586 -#: includes/class-wc-discounts.php:617 +#: includes/class-wc-coupon.php:972 includes/class-wc-discounts.php:603 +#: includes/class-wc-discounts.php:634 msgid "Coupon usage limit has been reached." msgstr "" -#: includes/class-wc-coupon.php:975 includes/class-wc-discounts.php:634 +#: includes/class-wc-coupon.php:975 includes/class-wc-discounts.php:651 msgid "This coupon has expired." msgstr "" -#: includes/class-wc-coupon.php:979 includes/class-wc-discounts.php:652 +#: includes/class-wc-coupon.php:979 includes/class-wc-discounts.php:669 #. translators: %s: coupon minimum amount msgid "The minimum spend for this coupon is %s." msgstr "" -#: includes/class-wc-coupon.php:983 includes/class-wc-discounts.php:670 +#: includes/class-wc-coupon.php:983 includes/class-wc-discounts.php:687 #. translators: %s: coupon maximum amount msgid "The maximum spend for this coupon is %s." msgstr "" @@ -20069,17 +20864,17 @@ msgstr "" msgid "Sorry, this coupon is not applicable to your cart contents." msgstr "" -#: includes/class-wc-coupon.php:1000 includes/class-wc-discounts.php:834 +#: includes/class-wc-coupon.php:1000 includes/class-wc-discounts.php:852 #. translators: %s: products list msgid "Sorry, this coupon is not applicable to the products: %s." msgstr "" -#: includes/class-wc-coupon.php:1020 includes/class-wc-discounts.php:875 +#: includes/class-wc-coupon.php:1020 includes/class-wc-discounts.php:893 #. translators: %s: categories list msgid "Sorry, this coupon is not applicable to the categories: %s." msgstr "" -#: includes/class-wc-coupon.php:1023 includes/class-wc-discounts.php:761 +#: includes/class-wc-coupon.php:1023 includes/class-wc-discounts.php:778 msgid "Sorry, this coupon is not valid for sale items." msgstr "" @@ -20103,7 +20898,7 @@ msgstr "" msgid "Invalid role" msgstr "" -#: includes/class-wc-customer.php:962 includes/class-wc-order.php:1075 +#: includes/class-wc-customer.php:962 includes/class-wc-order.php:1069 msgid "Invalid billing email address" msgstr "" @@ -20113,8 +20908,8 @@ msgstr "" msgid "Invalid data store." msgstr "" -#: includes/class-wc-discounts.php:696 includes/class-wc-discounts.php:734 -#: includes/class-wc-discounts.php:789 +#: includes/class-wc-discounts.php:713 includes/class-wc-discounts.php:751 +#: includes/class-wc-discounts.php:806 msgid "Sorry, this coupon is not applicable to selected products." msgstr "" @@ -20126,11 +20921,11 @@ msgid "Invalid download link." msgstr "" #: includes/class-wc-download-handler.php:125 -#: includes/class-wc-form-handler.php:774 +#: includes/class-wc-form-handler.php:688 #: includes/data-stores/abstract-wc-order-data-store-cpt.php:100 -#: includes/shortcodes/class-wc-shortcode-checkout.php:177 +#: includes/shortcodes/class-wc-shortcode-checkout.php:204 #: includes/shortcodes/class-wc-shortcode-my-account.php:134 -#: includes/wc-order-functions.php:623 +#: includes/wc-order-functions.php:625 msgid "Invalid order." msgstr "" @@ -20167,34 +20962,34 @@ msgstr "" msgid "Go to shop" msgstr "" -#: includes/class-wc-emails.php:411 includes/wc-account-functions.php:213 +#: includes/class-wc-emails.php:409 includes/wc-account-functions.php:213 #: includes/wc-account-functions.php:236 msgid "Expires" msgstr "" -#: includes/class-wc-emails.php:573 +#: includes/class-wc-emails.php:571 msgid "Product low in stock" msgstr "" -#: includes/class-wc-emails.php:576 +#: includes/class-wc-emails.php:574 #. translators: 1: product name 2: items in stock msgid "%1$s is low in stock. There are %2$d left." msgstr "" -#: includes/class-wc-emails.php:600 +#: includes/class-wc-emails.php:598 msgid "Product out of stock" msgstr "" -#: includes/class-wc-emails.php:602 +#: includes/class-wc-emails.php:600 #. translators: %s: product name msgid "%s is out of stock." msgstr "" -#: includes/class-wc-emails.php:637 +#: includes/class-wc-emails.php:635 msgid "Product backorder" msgstr "" -#: includes/class-wc-emails.php:639 +#: includes/class-wc-emails.php:637 #. translators: 1: product quantity 2: product name 3: order number msgid "%1$s units of %2$s have been backordered in order #%3$s." msgstr "" @@ -20203,167 +20998,146 @@ msgstr "" msgid "Buy now" msgstr "" -#: includes/class-wc-embed.php:130 includes/wc-template-functions.php:3178 -#: includes/widgets/class-wc-widget-layered-nav-filters.php:102 -#. translators: %s: average rating -#. translators: %s: rating -msgid "Rated %s out of 5" -msgstr "" - -#: includes/class-wc-form-handler.php:130 +#: includes/class-wc-form-handler.php:127 #: includes/shortcodes/class-wc-shortcode-cart.php:37 msgid "Please enter a valid postcode / ZIP." msgstr "" -#: includes/class-wc-form-handler.php:176 +#: includes/class-wc-form-handler.php:171 msgid "Address changed successfully." msgstr "" -#: includes/class-wc-form-handler.php:235 +#: includes/class-wc-form-handler.php:230 msgid "Display name cannot be changed to email address due to privacy concern." msgstr "" -#: includes/class-wc-form-handler.php:242 +#: includes/class-wc-form-handler.php:237 #: templates/myaccount/form-edit-account.php:37 msgid "Display name" msgstr "" -#: includes/class-wc-form-handler.php:255 includes/wc-user-functions.php:44 +#: includes/class-wc-form-handler.php:250 includes/wc-user-functions.php:44 msgid "Please provide a valid email address." msgstr "" -#: includes/class-wc-form-handler.php:257 +#: includes/class-wc-form-handler.php:252 msgid "This email address is already registered." msgstr "" -#: includes/class-wc-form-handler.php:263 +#: includes/class-wc-form-handler.php:258 msgid "Please fill out all password fields." msgstr "" -#: includes/class-wc-form-handler.php:266 +#: includes/class-wc-form-handler.php:261 msgid "Please enter your current password." msgstr "" -#: includes/class-wc-form-handler.php:269 +#: includes/class-wc-form-handler.php:264 msgid "Please re-enter your password." msgstr "" -#: includes/class-wc-form-handler.php:272 +#: includes/class-wc-form-handler.php:267 msgid "New passwords do not match." msgstr "" -#: includes/class-wc-form-handler.php:275 +#: includes/class-wc-form-handler.php:270 msgid "Your current password is incorrect." msgstr "" -#: includes/class-wc-form-handler.php:316 +#: includes/class-wc-form-handler.php:311 msgid "Account details changed successfully." msgstr "" -#: includes/class-wc-form-handler.php:453 +#: includes/class-wc-form-handler.php:448 msgid "Invalid payment gateway." msgstr "" -#: includes/class-wc-form-handler.php:466 +#: includes/class-wc-form-handler.php:461 msgid "Payment method successfully added." msgstr "" -#: includes/class-wc-form-handler.php:470 +#: includes/class-wc-form-handler.php:465 msgid "Unable to add payment method to your account." msgstr "" -#: includes/class-wc-form-handler.php:497 +#: includes/class-wc-form-handler.php:492 msgid "Payment method deleted." msgstr "" -#: includes/class-wc-form-handler.php:522 +#: includes/class-wc-form-handler.php:517 msgid "This payment method was successfully set as your default." msgstr "" -#: includes/class-wc-form-handler.php:563 -#: includes/class-wc-form-handler.php:567 +#: includes/class-wc-form-handler.php:558 +#: includes/class-wc-form-handler.php:562 #. Translators: %s Product title. msgid "%s removed." msgstr "" -#: includes/class-wc-form-handler.php:564 +#: includes/class-wc-form-handler.php:559 msgid "Undo?" msgstr "" -#: includes/class-wc-form-handler.php:619 +#: includes/class-wc-form-handler.php:614 #. Translators: %s Product title. msgid "You can only have 1 %s in your cart." msgstr "" -#: includes/class-wc-form-handler.php:641 +#: includes/class-wc-form-handler.php:636 msgid "Cart updated." msgstr "" -#: includes/class-wc-form-handler.php:720 -msgid "" -"%d item from your previous order is currently unavailable and could not be " -"added to your cart." -msgid_plural "" -"%d items from your previous order are currently unavailable and could not " -"be added to your cart." -msgstr[0] "" -msgstr[1] "" - -#: includes/class-wc-form-handler.php:731 -msgid "The cart has been filled with the items from your previous order." -msgstr "" - -#: includes/class-wc-form-handler.php:764 +#: includes/class-wc-form-handler.php:678 msgid "Order cancelled by customer." msgstr "" -#: includes/class-wc-form-handler.php:767 +#: includes/class-wc-form-handler.php:681 msgid "Your order was cancelled." msgstr "" -#: includes/class-wc-form-handler.php:772 +#: includes/class-wc-form-handler.php:686 msgid "" "Your order can no longer be cancelled. Please contact us if you need " "assistance." msgstr "" -#: includes/class-wc-form-handler.php:883 +#: includes/class-wc-form-handler.php:797 msgid "Please choose the quantity of items you wish to add to your cart…" msgstr "" -#: includes/class-wc-form-handler.php:891 +#: includes/class-wc-form-handler.php:805 msgid "Please choose a product to add to your cart…" msgstr "" -#: includes/class-wc-form-handler.php:955 +#: includes/class-wc-form-handler.php:869 msgid "Please choose product options…" msgstr "" -#: includes/class-wc-form-handler.php:985 +#: includes/class-wc-form-handler.php:899 msgid "Invalid value posted for %s" msgstr "" -#: includes/class-wc-form-handler.php:992 +#: includes/class-wc-form-handler.php:906 msgid "%s is a required field" msgid_plural "%s are required fields" msgstr[0] "" msgstr[1] "" -#: includes/class-wc-form-handler.php:1029 -#: includes/class-wc-form-handler.php:1033 -#: includes/class-wc-form-handler.php:1182 includes/wc-user-functions.php:109 +#: includes/class-wc-form-handler.php:943 +#: includes/class-wc-form-handler.php:947 +#: includes/class-wc-form-handler.php:1096 msgid "Error:" msgstr "" -#: includes/class-wc-form-handler.php:1033 +#: includes/class-wc-form-handler.php:947 msgid "Username is required." msgstr "" -#: includes/class-wc-form-handler.php:1116 +#: includes/class-wc-form-handler.php:1030 msgid "Please enter your password." msgstr "" -#: includes/class-wc-form-handler.php:1120 +#: includes/class-wc-form-handler.php:1034 msgid "Passwords do not match." msgstr "" @@ -20376,12 +21150,12 @@ msgid "Error processing checkout. Please try again." msgstr "" #: includes/class-wc-frontend-scripts.php:521 -#: includes/wc-template-functions.php:2468 +#: includes/wc-template-functions.php:2474 msgid "required" msgstr "" #: includes/class-wc-frontend-scripts.php:522 -#: includes/wc-template-functions.php:2470 +#: includes/wc-template-functions.php:2476 msgid "optional" msgstr "" @@ -20404,39 +21178,39 @@ msgstr "" msgid "Please enter a stronger password." msgstr "" -#: includes/class-wc-install.php:345 +#: includes/class-wc-install.php:365 msgid "Monthly" msgstr "" -#: includes/class-wc-install.php:1071 +#: includes/class-wc-install.php:1159 msgid "View WooCommerce settings" msgstr "" -#: includes/class-wc-install.php:1087 +#: includes/class-wc-install.php:1175 msgid "View WooCommerce documentation" msgstr "" -#: includes/class-wc-install.php:1087 +#: includes/class-wc-install.php:1175 msgid "Docs" msgstr "" -#: includes/class-wc-install.php:1088 +#: includes/class-wc-install.php:1176 msgid "View WooCommerce API docs" msgstr "" -#: includes/class-wc-install.php:1088 +#: includes/class-wc-install.php:1176 msgid "API docs" msgstr "" -#: includes/class-wc-install.php:1089 +#: includes/class-wc-install.php:1177 msgid "Visit premium customer support" msgstr "" -#: includes/class-wc-install.php:1089 +#: includes/class-wc-install.php:1177 msgid "Premium support" msgstr "" -#: includes/class-wc-install.php:1216 includes/class-wc-install.php:1303 +#: includes/class-wc-install.php:1304 includes/class-wc-install.php:1406 #. translators: 1: plugin name, 2: error message, 3: URL to install plugin #. manually. #. translators: 1: theme slug, 2: error message, 3: URL to install theme @@ -20446,7 +21220,7 @@ msgid "" "manually by clicking here." msgstr "" -#: includes/class-wc-install.php:1243 +#: includes/class-wc-install.php:1332 #. translators: 1: plugin name, 2: URL to WP plugin page. msgid "" "%1$s was installed but could not be activated. Please " @@ -20468,10 +21242,6 @@ msgstr "" msgid "Invalid tax class" msgstr "" -#: includes/class-wc-order-item-product.php:72 -msgid "Invalid product ID" -msgstr "" - #: includes/class-wc-order-item-product.php:84 msgid "Invalid variation ID" msgstr "" @@ -20491,35 +21261,35 @@ msgstr "" msgid "Refund – %s" msgstr "" -#: includes/class-wc-order.php:139 +#: includes/class-wc-order.php:136 msgid "Payment complete event failed." msgstr "" -#: includes/class-wc-order.php:177 includes/wc-cart-functions.php:317 +#: includes/class-wc-order.php:173 includes/wc-cart-functions.php:319 #. translators: %s: taxes #. translators: %s: tax information msgid "(includes %s)" msgstr "" -#: includes/class-wc-order.php:243 +#: includes/class-wc-order.php:239 msgid "Error saving order." msgstr "" -#: includes/class-wc-order.php:339 +#: includes/class-wc-order.php:333 msgid "Update status event failed." msgstr "" -#: includes/class-wc-order.php:360 +#: includes/class-wc-order.php:354 #. translators: 1: old order status 2: new order status msgid "Order status changed from %1$s to %2$s." msgstr "" -#: includes/class-wc-order.php:366 +#: includes/class-wc-order.php:360 #. translators: %s: new order status msgid "Order status set to %s." msgstr "" -#: includes/class-wc-order.php:379 +#: includes/class-wc-order.php:373 msgid "Error during status transition." msgstr "" @@ -20924,6 +21694,7 @@ msgstr[0] "" msgstr[1] "" #: includes/class-wc-post-types.php:542 +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_PostStatusRegistrar.php:37 #. translators: %s: number of orders msgid "Failed (%s)" msgid_plural "Failed (%s)" @@ -20931,104 +21702,104 @@ msgstr[0] "" msgstr[1] "" #: includes/class-wc-privacy-erasers.php:44 -#: includes/class-wc-privacy-exporters.php:182 +#: includes/class-wc-privacy-exporters.php:179 msgid "Billing First Name" msgstr "" #: includes/class-wc-privacy-erasers.php:45 -#: includes/class-wc-privacy-exporters.php:183 +#: includes/class-wc-privacy-exporters.php:180 msgid "Billing Last Name" msgstr "" #: includes/class-wc-privacy-erasers.php:46 -#: includes/class-wc-privacy-exporters.php:184 +#: includes/class-wc-privacy-exporters.php:181 msgid "Billing Company" msgstr "" #: includes/class-wc-privacy-erasers.php:47 -#: includes/class-wc-privacy-exporters.php:185 +#: includes/class-wc-privacy-exporters.php:182 msgid "Billing Address 1" msgstr "" #: includes/class-wc-privacy-erasers.php:48 -#: includes/class-wc-privacy-exporters.php:186 +#: includes/class-wc-privacy-exporters.php:183 msgid "Billing Address 2" msgstr "" #: includes/class-wc-privacy-erasers.php:49 -#: includes/class-wc-privacy-exporters.php:187 +#: includes/class-wc-privacy-exporters.php:184 msgid "Billing City" msgstr "" #: includes/class-wc-privacy-erasers.php:50 -#: includes/class-wc-privacy-exporters.php:188 +#: includes/class-wc-privacy-exporters.php:185 msgid "Billing Postal/Zip Code" msgstr "" #: includes/class-wc-privacy-erasers.php:51 -#: includes/class-wc-privacy-exporters.php:189 +#: includes/class-wc-privacy-exporters.php:186 msgid "Billing State" msgstr "" #: includes/class-wc-privacy-erasers.php:52 -#: includes/class-wc-privacy-exporters.php:190 +#: includes/class-wc-privacy-exporters.php:187 msgid "Billing Country" msgstr "" #: includes/class-wc-privacy-erasers.php:53 -#: includes/class-wc-privacy-exporters.php:191 -#: includes/class-wc-privacy-exporters.php:251 +#: includes/class-wc-privacy-exporters.php:188 +#: includes/class-wc-privacy-exporters.php:248 msgid "Phone Number" msgstr "" #: includes/class-wc-privacy-erasers.php:54 -#: includes/class-wc-privacy-exporters.php:192 -#: includes/class-wc-privacy-exporters.php:252 +#: includes/class-wc-privacy-exporters.php:189 +#: includes/class-wc-privacy-exporters.php:249 msgid "Email Address" msgstr "" #: includes/class-wc-privacy-erasers.php:55 -#: includes/class-wc-privacy-exporters.php:193 +#: includes/class-wc-privacy-exporters.php:190 msgid "Shipping First Name" msgstr "" #: includes/class-wc-privacy-erasers.php:56 -#: includes/class-wc-privacy-exporters.php:194 +#: includes/class-wc-privacy-exporters.php:191 msgid "Shipping Last Name" msgstr "" #: includes/class-wc-privacy-erasers.php:57 -#: includes/class-wc-privacy-exporters.php:195 +#: includes/class-wc-privacy-exporters.php:192 msgid "Shipping Company" msgstr "" #: includes/class-wc-privacy-erasers.php:58 -#: includes/class-wc-privacy-exporters.php:196 +#: includes/class-wc-privacy-exporters.php:193 msgid "Shipping Address 1" msgstr "" #: includes/class-wc-privacy-erasers.php:59 -#: includes/class-wc-privacy-exporters.php:197 +#: includes/class-wc-privacy-exporters.php:194 msgid "Shipping Address 2" msgstr "" #: includes/class-wc-privacy-erasers.php:60 -#: includes/class-wc-privacy-exporters.php:198 +#: includes/class-wc-privacy-exporters.php:195 msgid "Shipping City" msgstr "" #: includes/class-wc-privacy-erasers.php:61 -#: includes/class-wc-privacy-exporters.php:199 +#: includes/class-wc-privacy-exporters.php:196 msgid "Shipping Postal/Zip Code" msgstr "" #: includes/class-wc-privacy-erasers.php:62 -#: includes/class-wc-privacy-exporters.php:200 +#: includes/class-wc-privacy-exporters.php:197 msgid "Shipping State" msgstr "" #: includes/class-wc-privacy-erasers.php:63 -#: includes/class-wc-privacy-exporters.php:201 +#: includes/class-wc-privacy-exporters.php:198 msgid "Shipping Country" msgstr "" @@ -21064,108 +21835,111 @@ msgstr "" msgid "Removed payment token \"%d\"" msgstr "" -#: includes/class-wc-privacy-exporters.php:32 includes/class-wc-privacy.php:42 -#: includes/class-wc-privacy.php:48 +#: includes/class-wc-privacy-exporters.php:31 msgid "Customer Data" msgstr "" -#: includes/class-wc-privacy-exporters.php:125 +#: includes/class-wc-privacy-exporters.php:123 #. translators: This is the headline for a list of downloads purchased from the #. store for a given user. msgid "Purchased Downloads" msgstr "" -#: includes/class-wc-privacy-exporters.php:136 +#: includes/class-wc-privacy-exporters.php:134 #. translators: This is the headline for a list of access logs for downloads #. purchased from the store for a given user. msgid "Access to Purchased Downloads" msgstr "" -#: includes/class-wc-privacy-exporters.php:140 -#: includes/class-wc-privacy-exporters.php:333 +#: includes/class-wc-privacy-exporters.php:138 +#: includes/class-wc-privacy-exporters.php:330 msgid "Download ID" msgstr "" -#: includes/class-wc-privacy-exporters.php:148 -#: includes/class-wc-privacy-exporters.php:247 +#: includes/class-wc-privacy-exporters.php:146 +#: includes/class-wc-privacy-exporters.php:244 msgid "IP Address" msgstr "" -#: includes/class-wc-privacy-exporters.php:243 +#: includes/class-wc-privacy-exporters.php:240 msgid "Order Number" msgstr "" -#: includes/class-wc-privacy-exporters.php:244 +#: includes/class-wc-privacy-exporters.php:241 msgid "Order Date" msgstr "" -#: includes/class-wc-privacy-exporters.php:245 +#: includes/class-wc-privacy-exporters.php:242 msgid "Order Total" msgstr "" -#: includes/class-wc-privacy-exporters.php:246 +#: includes/class-wc-privacy-exporters.php:243 msgid "Items Purchased" msgstr "" -#: includes/class-wc-privacy-exporters.php:248 +#: includes/class-wc-privacy-exporters.php:245 msgid "Browser User Agent" msgstr "" -#: includes/class-wc-privacy-exporters.php:249 +#: includes/class-wc-privacy-exporters.php:246 msgid "Billing Address" msgstr "" -#: includes/class-wc-privacy-exporters.php:250 +#: includes/class-wc-privacy-exporters.php:247 msgid "Shipping Address" msgstr "" -#: includes/class-wc-privacy-exporters.php:292 +#: includes/class-wc-privacy-exporters.php:289 msgid "Payer first name" msgstr "" -#: includes/class-wc-privacy-exporters.php:293 +#: includes/class-wc-privacy-exporters.php:290 msgid "Payer last name" msgstr "" -#: includes/class-wc-privacy-exporters.php:294 +#: includes/class-wc-privacy-exporters.php:291 msgid "Payer PayPal address" msgstr "" -#: includes/class-wc-privacy-exporters.php:337 +#: includes/class-wc-privacy-exporters.php:334 #: templates/order/form-tracking.php:27 msgid "Order ID" msgstr "" -#: includes/class-wc-privacy-exporters.php:345 +#: includes/class-wc-privacy-exporters.php:342 msgid "User email" msgstr "" -#: includes/class-wc-privacy-exporters.php:353 +#: includes/class-wc-privacy-exporters.php:350 msgid "Download count" msgstr "" -#: includes/class-wc-privacy-exporters.php:357 +#: includes/class-wc-privacy-exporters.php:354 msgid "Access granted" msgstr "" -#: includes/class-wc-privacy-exporters.php:407 +#: includes/class-wc-privacy-exporters.php:404 msgid "Payment Tokens" msgstr "" -#: includes/class-wc-privacy-exporters.php:411 +#: includes/class-wc-privacy-exporters.php:408 msgid "Token" msgstr "" +#: includes/class-wc-privacy.php:42 includes/class-wc-privacy.php:48 +msgid "WooCommerce Customer Data" +msgstr "" + #: includes/class-wc-privacy.php:43 includes/class-wc-privacy.php:49 -msgid "Customer Orders" +msgid "WooCommerce Customer Orders" msgstr "" #: includes/class-wc-privacy.php:44 includes/class-wc-privacy.php:50 -msgid "Customer Downloads" +msgid "WooCommerce Customer Downloads" msgstr "" #: includes/class-wc-privacy.php:45 includes/class-wc-privacy.php:51 -msgid "Customer Payment Tokens" +msgid "WooCommerce Customer Payment Tokens" msgstr "" #: includes/class-wc-privacy.php:72 @@ -21380,7 +22154,7 @@ msgid "Select options for “%s”" msgstr "" #: includes/class-wc-query.php:99 -#: includes/shortcodes/class-wc-shortcode-checkout.php:150 +#: includes/shortcodes/class-wc-shortcode-checkout.php:177 msgid "Pay for order" msgstr "" @@ -21402,7 +22176,7 @@ msgstr "" msgid "Completed product image regeneration job." msgstr "" -#: includes/class-wc-regenerate-images.php:163 +#: includes/class-wc-regenerate-images.php:156 msgid "Cancelled product image regeneration job." msgstr "" @@ -21426,6 +22200,11 @@ msgstr "" msgid "Error: Delivery URL returned response code: %s" msgstr "" +#: includes/class-woocommerce.php:190 +#. translators: 1: error message 2: file name and path 3: line number +msgid "%1$s in %2$s on line %3$s" +msgstr "" + #: includes/cli/class-wc-cli-rest-command.php:149 msgid "Trashed" msgstr "" @@ -21542,7 +22321,7 @@ msgid "Store Notice" msgstr "" #: includes/customizer/class-wc-shop-customizer.php:311 -#: includes/wc-template-functions.php:966 +#: includes/wc-template-functions.php:963 msgid "" "This is a demo store for testing purposes — no orders shall be " "fulfilled." @@ -21700,7 +22479,7 @@ msgid "Images will display using the aspect ratio in which they were uploaded" msgstr "" #: includes/customizer/class-wc-shop-customizer.php:668 -#: includes/wc-template-functions.php:1973 +#: includes/wc-template-functions.php:1978 msgid "Checkout" msgstr "" @@ -21718,7 +22497,7 @@ msgid "Required" msgstr "" #: includes/customizer/class-wc-shop-customizer.php:724 -#: includes/wc-template-functions.php:740 +#: includes/wc-template-functions.php:737 #. translators: %s terms and conditions page name and link msgid "I have read and agree to the website %s" msgstr "" @@ -21740,7 +22519,7 @@ msgstr "" msgid "Optionally add some text for the terms checkbox that customers must accept." msgstr "" -#: includes/data-stores/abstract-wc-order-data-store-cpt.php:230 +#: includes/data-stores/abstract-wc-order-data-store-cpt.php:246 #. translators: %s: Order date msgid "Order – %s" msgstr "" @@ -21749,7 +22528,7 @@ msgstr "" msgid "Invalid order item." msgstr "" -#: includes/data-stores/class-wc-coupon-data-store-cpt.php:106 +#: includes/data-stores/class-wc-coupon-data-store-cpt.php:107 msgid "Invalid coupon." msgstr "" @@ -21775,7 +22554,7 @@ msgstr "" msgid "Invalid download log: not found." msgstr "" -#: includes/data-stores/class-wc-order-data-store-cpt.php:426 +#: includes/data-stores/class-wc-order-data-store-cpt.php:432 msgid "Invalid customer query." msgstr "" @@ -21788,7 +22567,7 @@ msgstr "" msgid "Invalid payment token." msgstr "" -#: includes/data-stores/class-wc-product-data-store-cpt.php:149 +#: includes/data-stores/class-wc-product-data-store-cpt.php:150 msgid "Invalid product." msgstr "" @@ -21797,7 +22576,6 @@ msgid "Invalid webhook." msgstr "" #: includes/emails/class-wc-email-cancelled-order.php:31 -#: includes/emails/class-wc-email-cancelled-order.php:69 msgid "Cancelled order" msgstr "" @@ -21807,16 +22585,22 @@ msgid "" "been marked cancelled (if they were previously processing or on-hold)." msgstr "" -#: includes/emails/class-wc-email-cancelled-order.php:59 -msgid "[{site_title}] Cancelled order ({order_number})" +#: includes/emails/class-wc-email-cancelled-order.php:60 +msgid "" +"[{site_title}]: {order_billing_full_name} has cancelled order " +"#{order_number}" msgstr "" -#: includes/emails/class-wc-email-cancelled-order.php:139 -#: includes/emails/class-wc-email-customer-completed-order.php:137 -#: includes/emails/class-wc-email-customer-refunded-order.php:229 -#: includes/emails/class-wc-email-failed-order.php:139 -#: includes/emails/class-wc-email-new-order.php:144 -#: includes/emails/class-wc-email.php:602 +#: includes/emails/class-wc-email-cancelled-order.php:70 +msgid "Order Cancelled: #{order_number}" +msgstr "" + +#: includes/emails/class-wc-email-cancelled-order.php:140 +#: includes/emails/class-wc-email-customer-completed-order.php:136 +#: includes/emails/class-wc-email-customer-refunded-order.php:226 +#: includes/emails/class-wc-email-failed-order.php:138 +#: includes/emails/class-wc-email-new-order.php:145 +#: includes/emails/class-wc-email.php:619 #: includes/gateways/bacs/class-wc-gateway-bacs.php:82 #: includes/gateways/cheque/class-wc-gateway-cheque.php:58 #: includes/gateways/cod/class-wc-gateway-cod.php:108 @@ -21827,59 +22611,59 @@ msgstr "" msgid "Enable/Disable" msgstr "" -#: includes/emails/class-wc-email-cancelled-order.php:141 -#: includes/emails/class-wc-email-customer-completed-order.php:139 -#: includes/emails/class-wc-email-customer-refunded-order.php:231 -#: includes/emails/class-wc-email-failed-order.php:141 -#: includes/emails/class-wc-email-new-order.php:146 -#: includes/emails/class-wc-email.php:604 +#: includes/emails/class-wc-email-cancelled-order.php:142 +#: includes/emails/class-wc-email-customer-completed-order.php:138 +#: includes/emails/class-wc-email-customer-refunded-order.php:228 +#: includes/emails/class-wc-email-failed-order.php:140 +#: includes/emails/class-wc-email-new-order.php:147 +#: includes/emails/class-wc-email.php:621 msgid "Enable this email notification" msgstr "" -#: includes/emails/class-wc-email-cancelled-order.php:148 -#: includes/emails/class-wc-email-failed-order.php:148 -#: includes/emails/class-wc-email-new-order.php:153 +#: includes/emails/class-wc-email-cancelled-order.php:149 +#: includes/emails/class-wc-email-failed-order.php:147 +#: includes/emails/class-wc-email-new-order.php:154 #. translators: %s: admin email #. translators: %s: WP admin email #. translators: %s: WP admin email msgid "Enter recipients (comma separated) for this email. Defaults to %s." msgstr "" -#: includes/emails/class-wc-email-cancelled-order.php:154 -#: includes/emails/class-wc-email-customer-completed-order.php:143 -#: includes/emails/class-wc-email-customer-invoice.php:180 -#: includes/emails/class-wc-email-failed-order.php:154 -#: includes/emails/class-wc-email-new-order.php:159 -#: includes/emails/class-wc-email.php:608 +#: includes/emails/class-wc-email-cancelled-order.php:155 +#: includes/emails/class-wc-email-customer-completed-order.php:142 +#: includes/emails/class-wc-email-customer-invoice.php:176 +#: includes/emails/class-wc-email-failed-order.php:153 +#: includes/emails/class-wc-email-new-order.php:160 +#: includes/emails/class-wc-email.php:625 msgid "Subject" msgstr "" -#: includes/emails/class-wc-email-cancelled-order.php:163 -#: includes/emails/class-wc-email-customer-completed-order.php:152 -#: includes/emails/class-wc-email-customer-invoice.php:189 -#: includes/emails/class-wc-email-failed-order.php:163 -#: includes/emails/class-wc-email-new-order.php:168 -#: includes/emails/class-wc-email.php:617 +#: includes/emails/class-wc-email-cancelled-order.php:164 +#: includes/emails/class-wc-email-customer-completed-order.php:151 +#: includes/emails/class-wc-email-customer-invoice.php:185 +#: includes/emails/class-wc-email-failed-order.php:162 +#: includes/emails/class-wc-email-new-order.php:169 +#: includes/emails/class-wc-email.php:634 msgid "Email heading" msgstr "" -#: includes/emails/class-wc-email-cancelled-order.php:172 -#: includes/emails/class-wc-email-customer-completed-order.php:161 -#: includes/emails/class-wc-email-customer-invoice.php:216 -#: includes/emails/class-wc-email-customer-refunded-order.php:271 -#: includes/emails/class-wc-email-failed-order.php:172 -#: includes/emails/class-wc-email-new-order.php:177 -#: includes/emails/class-wc-email.php:626 +#: includes/emails/class-wc-email-cancelled-order.php:173 +#: includes/emails/class-wc-email-customer-completed-order.php:160 +#: includes/emails/class-wc-email-customer-invoice.php:212 +#: includes/emails/class-wc-email-customer-refunded-order.php:268 +#: includes/emails/class-wc-email-failed-order.php:171 +#: includes/emails/class-wc-email-new-order.php:178 +#: includes/emails/class-wc-email.php:643 msgid "Email type" msgstr "" -#: includes/emails/class-wc-email-cancelled-order.php:174 -#: includes/emails/class-wc-email-customer-completed-order.php:163 -#: includes/emails/class-wc-email-customer-invoice.php:218 -#: includes/emails/class-wc-email-customer-refunded-order.php:273 -#: includes/emails/class-wc-email-failed-order.php:174 -#: includes/emails/class-wc-email-new-order.php:179 -#: includes/emails/class-wc-email.php:628 +#: includes/emails/class-wc-email-cancelled-order.php:175 +#: includes/emails/class-wc-email-customer-completed-order.php:162 +#: includes/emails/class-wc-email-customer-invoice.php:214 +#: includes/emails/class-wc-email-customer-refunded-order.php:270 +#: includes/emails/class-wc-email-failed-order.php:173 +#: includes/emails/class-wc-email-new-order.php:180 +#: includes/emails/class-wc-email.php:645 msgid "Choose which format of email to send." msgstr "" @@ -21894,11 +22678,11 @@ msgid "" msgstr "" #: includes/emails/class-wc-email-customer-completed-order.php:83 -msgid "Your {site_title} order from {order_date} is complete" +msgid "Your {site_title} order is now complete" msgstr "" #: includes/emails/class-wc-email-customer-completed-order.php:93 -msgid "Your order is complete" +msgid "Thanks for shopping with us" msgstr "" #: includes/emails/class-wc-email-customer-invoice.php:32 @@ -21912,23 +22696,26 @@ msgid "" msgstr "" #: includes/emails/class-wc-email-customer-invoice.php:57 -msgid "Your {site_title} order from {order_date}" +msgid "Invoice for order #{order_number} on {site_title}" msgstr "" #: includes/emails/class-wc-email-customer-invoice.php:59 -#: includes/emails/class-wc-email-customer-invoice.php:74 -msgid "Invoice for order {order_number}" +msgid "Your latest {site_title} invoice" msgstr "" #: includes/emails/class-wc-email-customer-invoice.php:72 -msgid "Your order details" +msgid "Invoice for order #{order_number}" msgstr "" -#: includes/emails/class-wc-email-customer-invoice.php:198 +#: includes/emails/class-wc-email-customer-invoice.php:74 +msgid "Your invoice for order #{order_number}" +msgstr "" + +#: includes/emails/class-wc-email-customer-invoice.php:194 msgid "Subject (paid)" msgstr "" -#: includes/emails/class-wc-email-customer-invoice.php:207 +#: includes/emails/class-wc-email-customer-invoice.php:203 msgid "Email heading (paid)" msgstr "" @@ -21943,7 +22730,7 @@ msgid "" msgstr "" #: includes/emails/class-wc-email-customer-new-account.php:76 -msgid "Your account on {site_title}" +msgid "Your {site_title} account has been created!" msgstr "" #: includes/emails/class-wc-email-customer-new-account.php:86 @@ -21976,13 +22763,11 @@ msgid "" "after an order is placed on-hold." msgstr "" -#: includes/emails/class-wc-email-customer-on-hold-order.php:57 -#: includes/emails/class-wc-email-customer-processing-order.php:59 -msgid "Your {site_title} order receipt from {order_date}" +#: includes/emails/class-wc-email-customer-on-hold-order.php:58 +msgid "Your {site_title} order has been received!" msgstr "" -#: includes/emails/class-wc-email-customer-on-hold-order.php:67 -#: includes/emails/class-wc-email-customer-processing-order.php:69 +#: includes/emails/class-wc-email-customer-on-hold-order.php:68 msgid "Thank you for your order" msgstr "" @@ -21996,6 +22781,14 @@ msgid "" "after payment." msgstr "" +#: includes/emails/class-wc-email-customer-processing-order.php:60 +msgid "Payment received for your order" +msgstr "" + +#: includes/emails/class-wc-email-customer-processing-order.php:70 +msgid "Thank you for your payment" +msgstr "" + #: includes/emails/class-wc-email-customer-refunded-order.php:46 msgid "Refunded order" msgstr "" @@ -22005,34 +22798,34 @@ msgid "Order refunded emails are sent to customers when their orders are refunde msgstr "" #: includes/emails/class-wc-email-customer-refunded-order.php:73 -msgid "Your {site_title} order from {order_date} has been partially refunded" +msgid "Your {site_title} order #{order_number} has been partially refunded" msgstr "" #: includes/emails/class-wc-email-customer-refunded-order.php:75 -msgid "Your {site_title} order from {order_date} has been refunded" +msgid "Your {site_title} order #{order_number} has been refunded" msgstr "" #: includes/emails/class-wc-email-customer-refunded-order.php:88 -msgid "Your order has been partially refunded" +msgid "Partial Refund: Order {order_number}" msgstr "" #: includes/emails/class-wc-email-customer-refunded-order.php:90 -msgid "Order {order_number} details" +msgid "Order Refunded: {order_number}" msgstr "" -#: includes/emails/class-wc-email-customer-refunded-order.php:235 +#: includes/emails/class-wc-email-customer-refunded-order.php:232 msgid "Full refund subject" msgstr "" -#: includes/emails/class-wc-email-customer-refunded-order.php:244 +#: includes/emails/class-wc-email-customer-refunded-order.php:241 msgid "Partial refund subject" msgstr "" -#: includes/emails/class-wc-email-customer-refunded-order.php:253 +#: includes/emails/class-wc-email-customer-refunded-order.php:250 msgid "Full refund email heading" msgstr "" -#: includes/emails/class-wc-email-customer-refunded-order.php:262 +#: includes/emails/class-wc-email-customer-refunded-order.php:259 msgid "Partial refund email heading" msgstr "" @@ -22048,15 +22841,14 @@ msgid "" msgstr "" #: includes/emails/class-wc-email-customer-reset-password.php:82 -msgid "Password reset for {site_title}" +msgid "Password Reset Request for {site_title}" msgstr "" #: includes/emails/class-wc-email-customer-reset-password.php:92 -msgid "Password reset instructions" +msgid "Password Reset Request" msgstr "" #: includes/emails/class-wc-email-failed-order.php:31 -#: includes/emails/class-wc-email-failed-order.php:69 msgid "Failed order" msgstr "" @@ -22067,7 +22859,11 @@ msgid "" msgstr "" #: includes/emails/class-wc-email-failed-order.php:59 -msgid "[{site_title}] Failed order ({order_number})" +msgid "[{site_title}]: Order #{order_number} has failed" +msgstr "" + +#: includes/emails/class-wc-email-failed-order.php:69 +msgid "Order Failed: #{order_number}" msgstr "" #: includes/emails/class-wc-email-new-order.php:32 @@ -22076,83 +22872,83 @@ msgid "" "received." msgstr "" -#: includes/emails/class-wc-email-new-order.php:63 -msgid "[{site_title}] New customer order ({order_number}) - {order_date}" +#: includes/emails/class-wc-email-new-order.php:66 +msgid "[{site_title}]: New order #{order_number}" msgstr "" -#: includes/emails/class-wc-email-new-order.php:73 -msgid "New customer order" +#: includes/emails/class-wc-email-new-order.php:76 +msgid "New Order: #{order_number}" msgstr "" -#: includes/emails/class-wc-email.php:643 +#: includes/emails/class-wc-email.php:660 msgid "Plain text" msgstr "" -#: includes/emails/class-wc-email.php:646 +#: includes/emails/class-wc-email.php:663 msgid "HTML" msgstr "" -#: includes/emails/class-wc-email.php:647 +#: includes/emails/class-wc-email.php:664 msgid "Multipart" msgstr "" -#: includes/emails/class-wc-email.php:712 +#: includes/emails/class-wc-email.php:729 msgid "Could not write to template file." msgstr "" -#: includes/emails/class-wc-email.php:759 +#: includes/emails/class-wc-email.php:776 msgid "Template file copied to theme." msgstr "" -#: includes/emails/class-wc-email.php:790 +#: includes/emails/class-wc-email.php:807 msgid "Template file deleted from theme." msgstr "" -#: includes/emails/class-wc-email.php:838 +#: includes/emails/class-wc-email.php:855 msgid "Return to emails" msgstr "" -#: includes/emails/class-wc-email.php:871 +#: includes/emails/class-wc-email.php:888 msgid "HTML template" msgstr "" -#: includes/emails/class-wc-email.php:872 +#: includes/emails/class-wc-email.php:889 msgid "Plain text template" msgstr "" -#: includes/emails/class-wc-email.php:896 +#: includes/emails/class-wc-email.php:913 msgid "Delete template file" msgstr "" -#: includes/emails/class-wc-email.php:902 +#: includes/emails/class-wc-email.php:919 #. translators: %s: Path to template file msgid "This template has been overridden by your theme and can be found in: %s." msgstr "" -#: includes/emails/class-wc-email.php:935 +#: includes/emails/class-wc-email.php:952 msgid "Copy file to theme" msgstr "" -#: includes/emails/class-wc-email.php:941 +#: includes/emails/class-wc-email.php:958 #. translators: 1: Path to template file 2: Path to theme folder msgid "" "To override and edit this email template copy %1$s to your theme folder: " "%2$s." msgstr "" -#: includes/emails/class-wc-email.php:949 +#: includes/emails/class-wc-email.php:966 msgid "File was not found." msgstr "" -#: includes/emails/class-wc-email.php:973 +#: includes/emails/class-wc-email.php:990 msgid "View template" msgstr "" -#: includes/emails/class-wc-email.php:974 +#: includes/emails/class-wc-email.php:991 msgid "Hide template" msgstr "" -#: includes/emails/class-wc-email.php:985 +#: includes/emails/class-wc-email.php:1002 msgid "Are you sure you want to delete this template file?" msgstr "" @@ -22265,33 +23061,33 @@ msgstr "" msgid "Awaiting BACS payment" msgstr "" -#: includes/gateways/bacs/class-wc-gateway-bacs.php:395 +#: includes/gateways/bacs/class-wc-gateway-bacs.php:392 msgid "BSB" msgstr "" -#: includes/gateways/bacs/class-wc-gateway-bacs.php:400 +#: includes/gateways/bacs/class-wc-gateway-bacs.php:397 msgid "Bank transit number" msgstr "" -#: includes/gateways/bacs/class-wc-gateway-bacs.php:405 +#: includes/gateways/bacs/class-wc-gateway-bacs.php:402 msgid "IFSC" msgstr "" -#: includes/gateways/bacs/class-wc-gateway-bacs.php:410 +#: includes/gateways/bacs/class-wc-gateway-bacs.php:407 msgid "Branch sort" msgstr "" -#: includes/gateways/bacs/class-wc-gateway-bacs.php:415 -#: includes/gateways/bacs/class-wc-gateway-bacs.php:420 +#: includes/gateways/bacs/class-wc-gateway-bacs.php:412 +#: includes/gateways/bacs/class-wc-gateway-bacs.php:417 msgid "Bank code" msgstr "" -#: includes/gateways/bacs/class-wc-gateway-bacs.php:425 +#: includes/gateways/bacs/class-wc-gateway-bacs.php:422 #: includes/gateways/class-wc-payment-gateway-echeck.php:47 msgid "Routing number" msgstr "" -#: includes/gateways/bacs/class-wc-gateway-bacs.php:430 +#: includes/gateways/bacs/class-wc-gateway-bacs.php:427 msgid "Branch code" msgstr "" @@ -22394,7 +23190,7 @@ msgstr "" msgid "Accept COD if the order is virtual" msgstr "" -#: includes/gateways/cod/class-wc-gateway-cod.php:282 +#: includes/gateways/cod/class-wc-gateway-cod.php:279 msgid "Payment to be made upon delivery." msgstr "" @@ -22421,126 +23217,126 @@ msgid "" "href=\"%s\">PayPal Sandbox Testing Guide for more details." msgstr "" -#: includes/gateways/paypal/class-wc-gateway-paypal.php:148 +#: includes/gateways/paypal/class-wc-gateway-paypal.php:153 msgid "PayPal acceptance mark" msgstr "" -#: includes/gateways/paypal/class-wc-gateway-paypal.php:151 +#: includes/gateways/paypal/class-wc-gateway-paypal.php:156 msgid "What is PayPal?" msgstr "" -#: includes/gateways/paypal/class-wc-gateway-paypal.php:275 +#: includes/gateways/paypal/class-wc-gateway-paypal.php:280 msgid "Gateway disabled" msgstr "" -#: includes/gateways/paypal/class-wc-gateway-paypal.php:275 +#: includes/gateways/paypal/class-wc-gateway-paypal.php:280 msgid "PayPal does not support your store currency." msgstr "" -#: includes/gateways/paypal/class-wc-gateway-paypal.php:364 +#: includes/gateways/paypal/class-wc-gateway-paypal.php:369 msgid "Refund failed." msgstr "" -#: includes/gateways/paypal/class-wc-gateway-paypal.php:383 +#: includes/gateways/paypal/class-wc-gateway-paypal.php:388 #. translators: 1: Refund amount, 2: Refund ID msgid "Refunded %1$s - Refund ID: %2$s" msgstr "" -#: includes/gateways/paypal/class-wc-gateway-paypal.php:406 +#: includes/gateways/paypal/class-wc-gateway-paypal.php:411 #. translators: %s: Paypal gateway error message msgid "Payment could not captured: %s" msgstr "" -#: includes/gateways/paypal/class-wc-gateway-paypal.php:417 +#: includes/gateways/paypal/class-wc-gateway-paypal.php:422 #. translators: 1: Amount, 2: Authorization ID, 3: Transaction ID msgid "Payment of %1$s was captured - Auth ID: %2$s, Transaction ID: %3$s" msgstr "" -#: includes/gateways/paypal/class-wc-gateway-paypal.php:423 +#: includes/gateways/paypal/class-wc-gateway-paypal.php:428 #. translators: 1: Authorization ID, 2: Payment status msgid "Payment could not captured - Auth ID: %1$s, Status: %2$s" msgstr "" -#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:144 +#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:143 #. translators: %s: currency code. msgid "Validation error: PayPal currencies do not match (code %s)." msgstr "" -#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:160 +#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:159 #. translators: %s: Amount. msgid "Validation error: PayPal amounts do not match (gross %s)." msgstr "" -#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:177 +#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:176 #. translators: %s: email address . msgid "Validation error: PayPal IPN response from a different email address (%s)." msgstr "" -#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:205 +#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:204 msgid "IPN payment completed" msgstr "" -#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:213 +#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:212 #: includes/gateways/paypal/includes/class-wc-gateway-paypal-pdt-handler.php:126 msgid "" "Payment authorized. Change payment status to processing or complete to " "capture funds." msgstr "" -#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:216 +#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:215 #: includes/gateways/paypal/includes/class-wc-gateway-paypal-pdt-handler.php:129 #. translators: %s: pending reason. #. translators: 1: Pending reason msgid "Payment pending (%s)." msgstr "" -#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:239 -#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:298 -#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:317 +#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:238 +#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:297 +#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:316 #. translators: %s: payment status. msgid "Payment %s via IPN." msgstr "" -#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:281 +#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:280 #. translators: %s: order link. msgid "Payment for cancelled order %s received" msgstr "" -#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:283 +#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:282 #. translators: %s: order ID. msgid "" "Order #%s has been marked paid by PayPal IPN, but was previously cancelled. " "Admin handling required." msgstr "" -#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:302 +#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:301 #. translators: %s: order link. msgid "Payment for order %s refunded" msgstr "" -#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:304 +#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:303 #. translators: %1$s: order ID, %2$s: reason code. msgid "Order #%1$s has been marked as refunded - PayPal reason code: %2$s" msgstr "" -#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:321 +#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:320 #. translators: %s: order link. msgid "Payment for order %s reversed" msgstr "" -#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:323 +#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:322 #. translators: %1$s: order ID, %2$s: reason code. msgid "" "Order #%1$s has been marked on-hold due to a reversal - PayPal reason code: " "%2$s" msgstr "" -#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:336 +#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:335 #. translators: %s: order link. msgid "Reversal cancelled for order #%s" msgstr "" -#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:338 +#: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:337 #. translators: %1$s: order ID, %2$s: order link. msgid "" "Order #%1$s has had a reversal cancelled. Please check the status of " @@ -22802,58 +23598,58 @@ msgid "Error creating user in Simplify Commerce." msgstr "" #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:183 -#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:293 +#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:290 #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:504 msgid "Sorry, the minimum allowed order total is 0.50 to use this payment method." msgstr "" -#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:299 -#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:443 +#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:296 +#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:440 msgid "Customer not found." msgstr "" -#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:308 +#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:305 #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:511 msgid "%1$s - Order #%2$s" msgstr "" -#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:325 +#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:322 #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:530 msgid "Simplify payment error: %s." msgstr "" -#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:335 -#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:462 +#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:332 +#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:459 #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:540 #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:709 msgid "Simplify payment approved (ID: %1$s, Auth Code: %2$s)" msgstr "" -#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:339 +#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:336 #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:544 msgid "Simplify payment declined" msgstr "" -#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:341 +#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:338 #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:546 msgid "Payment was declined - please try another card." msgstr "" -#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:355 -#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:467 +#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:352 +#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:464 msgid "Simplify Transaction Failed (%s)" msgstr "" -#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:434 +#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:431 #. translators: 1: site name 2: product name 3: order number msgid "%1$s - Pre-order for \"%2$s\" (Order #%3$s)" msgstr "" -#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:464 +#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:461 msgid "Payment was declined - the customer need to try another card." msgstr "" -#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:511 +#: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:508 #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:681 msgid "Payment was declined by Simplify Commerce." msgstr "" @@ -23051,30 +23847,30 @@ msgstr "" msgid "Unable to use image \"%s\"." msgstr "" -#: includes/import/class-wc-product-csv-importer.php:858 +#: includes/import/class-wc-product-csv-importer.php:860 #. translators: %d: product ID msgid "ID %d" msgstr "" -#: includes/import/class-wc-product-csv-importer.php:862 +#: includes/import/class-wc-product-csv-importer.php:864 #. translators: %s: product SKU msgid "SKU %s" msgstr "" -#: includes/import/class-wc-product-csv-importer.php:908 +#: includes/import/class-wc-product-csv-importer.php:910 msgid "A product with this ID already exists." msgstr "" -#: includes/import/class-wc-product-csv-importer.php:916 +#: includes/import/class-wc-product-csv-importer.php:918 msgid "A product with this SKU already exists." msgstr "" -#: includes/import/class-wc-product-csv-importer.php:924 +#: includes/import/class-wc-product-csv-importer.php:926 msgid "No matching product exists to update." msgstr "" #: includes/legacy/abstract-wc-legacy-order.php:507 -#: includes/wc-template-functions.php:3072 +#: includes/wc-template-functions.php:3080 #. translators: 1: current item count #. translators: %d: downloads count msgid "Download %d" @@ -23084,6 +23880,365 @@ msgstr "" msgid "Product properties should not be accessed directly." msgstr "" +#: includes/libraries/action-scheduler/classes/ActionScheduler_AdminView.php:48 +#: includes/libraries/action-scheduler/classes/ActionScheduler_AdminView.php:63 +#: includes/libraries/action-scheduler/classes/ActionScheduler_AdminView.php:64 +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:89 +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_PostTypeRegistrar.php:19 +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_PostTypeRegistrar.php:30 +msgid "Scheduled Actions" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_InvalidActionException.php:22 +msgid "Action [%s] has invalid arguments. It cannot be JSON decoded to an array." +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:96 +msgid "Hook" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:98 +msgid "Arguments" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:99 +msgid "Group" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:100 +msgid "Recurrence" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:101 +msgid "Scheduled Date" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:102 +msgid "Log" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:122 +msgid "Claim ID" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:129 +msgid "Run" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:130 +msgid "Process the action now as if it were run as part of a queue" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:134 +msgid "Cancel the action now to avoid it being run in future" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:143 +msgid "%s year" +msgid_plural "%s years" +msgstr[0] "" +msgstr[1] "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:147 +msgid "%s month" +msgid_plural "%s months" +msgstr[0] "" +msgstr[1] "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:151 +msgid "%s week" +msgid_plural "%s weeks" +msgstr[0] "" +msgstr[1] "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:155 +msgid "%s day" +msgid_plural "%s days" +msgstr[0] "" +msgstr[1] "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:159 +msgid "%s hour" +msgid_plural "%s hours" +msgstr[0] "" +msgstr[1] "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:163 +msgid "%s minute" +msgid_plural "%s minutes" +msgstr[0] "" +msgstr[1] "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:167 +msgid "%s second" +msgid_plural "%s seconds" +msgstr[0] "" +msgstr[1] "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:194 +msgid "Now!" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:226 +msgid "Every %s" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:228 +msgid "Non-repeating" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:314 +msgid "" +"Maximum simultaneous batches already in progress (%s queues). No actions " +"will be processed until the current batches are complete." +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:329 +msgid "Successfully executed action: %s" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:332 +msgid "Successfully canceled action: %s" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:335 +msgid "Successfully processed change for action: %s" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:340 +msgid "Could not process change for action: \"%s\" (ID: %d). Error: %s" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:385 +msgid " (%s ago)" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:387 +msgid " (%s)" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_ListTable.php:524 +msgid "Search hook, args and claim ID" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_Logger.php:61 +msgid "action created" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_Logger.php:65 +msgid "action canceled" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_Logger.php:69 +msgid "action started" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_Logger.php:73 +msgid "action complete" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_Logger.php:77 +msgid "action failed: %s" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_Logger.php:81 +msgid "action timed out after %s seconds" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_Logger.php:86 +msgid "unexpected shutdown: PHP Fatal error %s in %s on line %s" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_Logger.php:91 +msgid "action reset" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_Logger.php:95 +msgid "action ignored" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_QueueRunner.php:110 +msgid "Every minute" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_Store.php:152 +#: includes/libraries/action-scheduler/classes/ActionScheduler_Store.php:169 +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore.php:231 +msgid "Invalid schedule. Cannot save action." +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_Store.php:182 +msgid "Pending" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_Store.php:183 +msgid "In-progress" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_Store.php:184 +msgid "Failed" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_Store.php:185 +msgid "Canceled" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_WPCLI_QueueRunner.php:58 +msgid "There are too many concurrent batches, but the run is forced to continue." +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_WPCLI_QueueRunner.php:60 +msgid "There are too many concurrent batches." +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_WPCLI_QueueRunner.php:91 +msgid "Running %d action" +msgid_plural "Running %d actions" +msgstr[0] "" +msgstr[1] "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_WPCLI_QueueRunner.php:108 +msgid "The claim has been lost. Aborting current batch." +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_WPCLI_QueueRunner.php:138 +#. translators: %s refers to the action ID +msgid "Started processing action %s" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_WPCLI_QueueRunner.php:150 +#. translators: %s refers to the action ID +msgid "Completed processing action %s" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_WPCLI_QueueRunner.php:165 +#. translators: %1$s refers to the action ID, %2$s refers to the Exception +#. message +msgid "Error processing action %1$s: %2$s" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_WPCLI_QueueRunner.php:177 +msgid "second" +msgid_plural "seconds" +msgstr[0] "" +msgstr[1] "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_WPCLI_QueueRunner.php:181 +msgid "Attempting to reduce used memory..." +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_WPCLI_Scheduler_command.php:87 +#. translators: %d refers to how many scheduled taks were found to run +msgid "Found %d scheduled task" +msgid_plural "Found %d scheduled tasks" +msgstr[0] "" +msgstr[1] "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_WPCLI_Scheduler_command.php:104 +#. translators: %d refers to the total number of batches executed +msgid "%d batch executed." +msgid_plural "%d batches executed." +msgstr[0] "" +msgstr[1] "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_WPCLI_Scheduler_command.php:123 +#. translators: %s refers to the exception error message. +msgid "There was an error running the action scheduler: %s" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_WPCLI_Scheduler_command.php:140 +#. translators: %d refers to the total number of taskes completed +msgid "%d scheduled task completed." +msgid_plural "%d scheduled tasks completed." +msgstr[0] "" +msgstr[1] "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore.php:27 +msgid "Error saving action: %s" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore.php:49 +msgid "Unable to save action." +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore.php:404 +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore.php:413 +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore.php:439 +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore.php:716 +msgid "Unidentified action %s" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore.php:551 +msgid "Unable to claim actions. Database error." +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore.php:571 +msgid "The group \"%s\" does not exist." +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore.php:639 +msgid "Unable to unlock claim %s. Database error." +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore.php:653 +msgid "Unable to unlock claim on action %s. Database error." +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore.php:664 +msgid "Unable to mark failure on action %s. Database error." +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore.php:688 +msgid "Invalid action ID. No status found." +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_PostStatusRegistrar.php:51 +msgid "In-Progress (%s)" +msgid_plural "In-Progress (%s)" +msgstr[0] "" +msgstr[1] "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_PostTypeRegistrar.php:20 +msgid "Scheduled actions are hooks triggered on a cetain date and time." +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_PostTypeRegistrar.php:31 +msgid "Scheduled Action" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_PostTypeRegistrar.php:34 +msgid "Add New Scheduled Action" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_PostTypeRegistrar.php:36 +msgid "Edit Scheduled Action" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_PostTypeRegistrar.php:37 +msgid "New Scheduled Action" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_PostTypeRegistrar.php:38 +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_PostTypeRegistrar.php:39 +msgid "View Action" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_PostTypeRegistrar.php:40 +msgid "Search Scheduled Actions" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_PostTypeRegistrar.php:41 +msgid "No actions found" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_PostTypeRegistrar.php:42 +msgid "No actions found in trash" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_TaxonomyRegistrar.php:14 +msgid "Action Group" +msgstr "" + #: includes/libraries/wp-background-process.php:423 msgid "Every %d Minutes" msgstr "" @@ -23106,8 +24261,8 @@ msgstr[1] "" msgid "Visit %s admin area:" msgstr "" -#: includes/log-handlers/class-wc-log-handler-file.php:350 -#: includes/log-handlers/class-wc-log-handler-file.php:370 +#: includes/log-handlers/class-wc-log-handler-file.php:348 +#: includes/log-handlers/class-wc-log-handler-file.php:368 msgid "This method should not be called before plugins_loaded." msgstr "" @@ -23123,6 +24278,17 @@ msgstr "" msgid "eCheck ending in %1$s" msgstr "" +#: includes/queue/class-wc-queue.php:60 +msgid "This function should not be called before plugins_loaded." +msgstr "" + +#: includes/queue/class-wc-queue.php:76 +#. translators: %s: Default class name +msgid "" +"The class attached to the \"woocommerce_queue_class\" does not implement " +"the WC_Queue_Interface interface. The default %s class will be used instead." +msgstr "" + #: includes/shipping/flat-rate/class-wc-shipping-flat-rate.php:31 #: includes/shipping/flat-rate/includes/settings-flat-rate.php:17 #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:28 @@ -23435,35 +24601,35 @@ msgstr "" msgid "Shipping costs updated." msgstr "" -#: includes/shortcodes/class-wc-shortcode-checkout.php:94 -#: includes/shortcodes/class-wc-shortcode-checkout.php:174 +#: includes/shortcodes/class-wc-shortcode-checkout.php:92 +#: includes/shortcodes/class-wc-shortcode-checkout.php:201 msgid "Sorry, this order is invalid and cannot be paid for." msgstr "" -#: includes/shortcodes/class-wc-shortcode-checkout.php:99 +#: includes/shortcodes/class-wc-shortcode-checkout.php:97 msgid "Please log in to your account below to continue to the payment form." msgstr "" -#: includes/shortcodes/class-wc-shortcode-checkout.php:110 +#: includes/shortcodes/class-wc-shortcode-checkout.php:108 msgid "This order cannot be paid for. Please contact us if you need assistance." msgstr "" -#: includes/shortcodes/class-wc-shortcode-checkout.php:116 -#: includes/shortcodes/class-wc-shortcode-checkout.php:171 +#: includes/shortcodes/class-wc-shortcode-checkout.php:114 +#: includes/shortcodes/class-wc-shortcode-checkout.php:198 #. translators: %s: order status msgid "" "This order’s status is “%s”—it cannot be paid for. " "Please contact us if you need assistance." msgstr "" -#: includes/shortcodes/class-wc-shortcode-checkout.php:126 +#: includes/shortcodes/class-wc-shortcode-checkout.php:143 #. translators: %s: product name msgid "" "Sorry, \"%s\" is no longer in stock so this order cannot be paid for. We " "apologize for any inconvenience caused." msgstr "" -#: includes/shortcodes/class-wc-shortcode-checkout.php:247 +#: includes/shortcodes/class-wc-shortcode-checkout.php:271 msgid "" "The order totals have been updated. Please confirm your order by pressing " "the \"Place order\" button at the bottom of the page." @@ -23556,20 +24722,20 @@ msgstr "" msgid "and" msgstr "" -#: includes/wc-cart-functions.php:259 +#: includes/wc-cart-functions.php:261 #. translators: %s: coupon code msgid "Coupon: %s" msgstr "" -#: includes/wc-cart-functions.php:284 +#: includes/wc-cart-functions.php:286 msgid "Free shipping coupon" msgstr "" -#: includes/wc-cart-functions.php:288 +#: includes/wc-cart-functions.php:290 msgid "[Remove]" msgstr "" -#: includes/wc-cart-functions.php:315 +#: includes/wc-cart-functions.php:317 #. translators: %s: country name msgid "estimated for %s" msgstr "" @@ -24251,7 +25417,7 @@ msgstr "" msgid "JCB" msgstr "" -#: includes/wc-core-functions.php:1650 +#: includes/wc-core-functions.php:1649 #. translators: 1: class name 2: woocommerce_logging_class 3: #. WC_Logger_Interface msgid "The class %1$s provided by %2$s filter must implement %3$s." @@ -24269,49 +25435,49 @@ msgstr "" msgid "Fixed product discount" msgstr "" -#: includes/wc-formatting-functions.php:1137 +#: includes/wc-formatting-functions.php:1140 #. translators: %s: stock amount msgid "Only %s left in stock" msgstr "" -#: includes/wc-formatting-functions.php:1142 +#: includes/wc-formatting-functions.php:1145 #. translators: %s: stock amount msgid "%s in stock" msgstr "" -#: includes/wc-formatting-functions.php:1147 +#: includes/wc-formatting-functions.php:1150 msgid "(can be backordered)" msgstr "" #: includes/wc-notice-functions.php:25 includes/wc-notice-functions.php:56 #: includes/wc-notice-functions.php:74 includes/wc-notice-functions.php:98 -#: includes/wc-notice-functions.php:112 includes/wc-notice-functions.php:125 -#: includes/wc-notice-functions.php:172 +#: includes/wc-notice-functions.php:112 includes/wc-notice-functions.php:127 +#: includes/wc-notice-functions.php:182 msgid "This function should not be called before woocommerce_init." msgstr "" -#: includes/wc-order-functions.php:495 +#: includes/wc-order-functions.php:497 msgid "Invalid refund amount." msgstr "" -#: includes/wc-order-functions.php:632 +#: includes/wc-order-functions.php:634 msgid "The payment gateway for this order does not exist." msgstr "" -#: includes/wc-order-functions.php:636 +#: includes/wc-order-functions.php:638 msgid "The payment gateway for this order does not support automatic refunds." msgstr "" -#: includes/wc-order-functions.php:677 +#: includes/wc-order-functions.php:679 #. translators: 1: product ID 2: old stock level 3: new stock level msgid "Item #%1$s stock increased from %2$s to %3$s." msgstr "" -#: includes/wc-order-functions.php:738 includes/wc-update-functions.php:915 +#: includes/wc-order-functions.php:740 includes/wc-update-functions.php:915 msgid "Order fully refunded" msgstr "" -#: includes/wc-order-functions.php:868 +#: includes/wc-order-functions.php:870 msgid "Unpaid order cancelled - time limit reached." msgstr "" @@ -24320,131 +25486,166 @@ msgstr "" msgid "%1$s should not be called before the %2$s action." msgstr "" -#: includes/wc-product-functions.php:750 +#: includes/wc-product-functions.php:534 +msgid "Simple product" +msgstr "" + +#: includes/wc-product-functions.php:535 +msgid "Grouped product" +msgstr "" + +#: includes/wc-product-functions.php:536 +msgid "External/Affiliate product" +msgstr "" + +#: includes/wc-product-functions.php:537 +msgid "Variable product" +msgstr "" + +#: includes/wc-product-functions.php:771 msgid "Shop and search results" msgstr "" -#: includes/wc-product-functions.php:751 +#: includes/wc-product-functions.php:772 msgid "Shop only" msgstr "" -#: includes/wc-product-functions.php:752 +#: includes/wc-product-functions.php:773 msgid "Search results only" msgstr "" -#: includes/wc-product-functions.php:839 +#: includes/wc-product-functions.php:861 msgid "Do not allow" msgstr "" -#: includes/wc-product-functions.php:840 +#: includes/wc-product-functions.php:862 msgid "Allow, but notify customer" msgstr "" -#: includes/wc-product-functions.php:841 +#: includes/wc-product-functions.php:863 msgid "Allow" msgstr "" -#: includes/wc-rest-functions.php:205 +#: includes/wc-rest-functions.php:206 #. translators: 1: param 2: type msgid "%1$s is not of type %2$s" msgstr "" -#: includes/wc-rest-functions.php:212 +#: includes/wc-rest-functions.php:213 msgid "The date you provided is invalid." msgstr "" +#: includes/wc-stock-functions.php:174 +#. translators: %s item name. +msgid "Unable to reduce stock for item %s." +msgstr "" + +#: includes/wc-stock-functions.php:228 +msgid "Stock levels reduced:" +msgstr "" + +#: includes/wc-stock-functions.php:269 +#. translators: %s item name. +msgid "Unable to restore stock for item %s." +msgstr "" + +#: includes/wc-stock-functions.php:280 +msgid "Stock levels increased:" +msgstr "" + #: includes/wc-template-functions.php:28 msgid "Checkout is not available whilst your cart is empty." msgstr "" -#: includes/wc-template-functions.php:848 +#: includes/wc-template-functions.php:845 msgid "privacy policy" msgstr "" -#: includes/wc-template-functions.php:849 +#: includes/wc-template-functions.php:846 msgid "terms and conditions" msgstr "" -#: includes/wc-template-functions.php:989 +#: includes/wc-template-functions.php:986 #. translators: %s: search query msgid "Search results: “%s”" msgstr "" -#: includes/wc-template-functions.php:993 +#: includes/wc-template-functions.php:990 #. translators: %s: page number msgid " – Page %s" msgstr "" -#: includes/wc-template-functions.php:1298 +#: includes/wc-template-functions.php:1295 msgid "Default sorting" msgstr "" -#: includes/wc-template-functions.php:1299 +#: includes/wc-template-functions.php:1296 msgid "Sort by popularity" msgstr "" -#: includes/wc-template-functions.php:1300 +#: includes/wc-template-functions.php:1297 msgid "Sort by average rating" msgstr "" -#: includes/wc-template-functions.php:1301 -msgid "Sort by newness" +#: includes/wc-template-functions.php:1298 +msgid "Sort by latest" msgstr "" -#: includes/wc-template-functions.php:1302 +#: includes/wc-template-functions.php:1299 msgid "Sort by price: low to high" msgstr "" -#: includes/wc-template-functions.php:1303 +#: includes/wc-template-functions.php:1300 msgid "Sort by price: high to low" msgstr "" -#: includes/wc-template-functions.php:1310 +#: includes/wc-template-functions.php:1307 msgid "Relevance" msgstr "" -#: includes/wc-template-functions.php:1660 +#: includes/wc-template-functions.php:1657 #: templates/checkout/form-shipping.php:63 #: templates/single-product/tabs/additional-information.php:25 msgid "Additional information" msgstr "" -#: includes/wc-template-functions.php:1670 +#: includes/wc-template-functions.php:1667 #. translators: %s: reviews count msgid "Reviews (%d)" msgstr "" -#: includes/wc-template-functions.php:2099 +#: includes/wc-template-functions.php:2104 msgid "Place order" msgstr "" -#: includes/wc-template-functions.php:2538 +#: includes/wc-template-functions.php:2544 msgid "Update country" msgstr "" -#: includes/wc-template-functions.php:2557 -#: templates/cart/shipping-calculator.php:65 +#: includes/wc-template-functions.php:2563 +#: templates/cart/shipping-calculator.php:56 msgid "Select a state…" msgstr "" -#: includes/wc-template-functions.php:2605 -#: includes/wc-template-functions.php:2767 -#: includes/wc-template-functions.php:2783 +#: includes/wc-template-functions.php:2611 +#: includes/wc-template-functions.php:2773 +#: includes/wc-template-functions.php:2789 msgid "Choose an option" msgstr "" -#: includes/wc-template-functions.php:3175 +#: includes/wc-template-functions.php:3183 #. translators: 1: rating 2: rating count msgid "Rated %1$s out of 5 based on %2$s customer rating" msgid_plural "Rated %1$s out of 5 based on %2$s customer ratings" msgstr[0] "" msgstr[1] "" -#: includes/wc-template-functions.php:3221 +#: includes/wc-template-functions.php:3229 msgid "Your cart is currently empty." msgstr "" -#: includes/wc-term-functions.php:190 +#: includes/wc-term-functions.php:188 +#: includes/widgets/class-wc-widget-product-categories.php:260 msgid "Select a category" msgstr "" @@ -24614,7 +25815,7 @@ msgstr "" msgid "Maximum depth" msgstr "" -#: includes/widgets/class-wc-widget-product-categories.php:258 +#: includes/widgets/class-wc-widget-product-categories.php:281 msgid "No product categories exist." msgstr "" @@ -24756,7 +25957,7 @@ msgid "" "cancel and return to %1$s" msgstr "" -#: templates/auth/form-login.php:40 templates/myaccount/form-login.php:43 +#: templates/auth/form-login.php:40 templates/myaccount/form-login.php:39 msgid "Username or email address" msgstr "" @@ -24764,14 +25965,36 @@ msgstr "" msgid "Application authentication request" msgstr "" -#: templates/cart/cart-shipping.php:50 templates/cart/cart-shipping.php:52 +#: templates/cart/cart-shipping.php:51 +#. Translators: $s shipping destination. +msgid "Estimate for %s." +msgstr "" + +#: templates/cart/cart-shipping.php:52 +msgid "Change address" +msgstr "" + +#: templates/cart/cart-shipping.php:54 +msgid "This is only an estimate. Prices will be updated during checkout." +msgstr "" + +#: templates/cart/cart-shipping.php:61 +msgid "Enter your address to view shipping options." +msgstr "" + +#: templates/cart/cart-shipping.php:63 msgid "" "There are no shipping methods available. Please ensure that your address " "has been entered correctly, or contact us if you need any help." msgstr "" -#: templates/cart/cart-shipping.php:56 -msgid "Enter your full address to see shipping costs." +#: templates/cart/cart-shipping.php:66 +#. Translators: $s shipping destination. +msgid "No shipping options were found for %s." +msgstr "" + +#: templates/cart/cart-shipping.php:67 +msgid "Enter a different address" msgstr "" #: templates/cart/cart-totals.php:28 @@ -24779,7 +26002,7 @@ msgid "Cart totals" msgstr "" #: templates/cart/cart-totals.php:33 templates/cart/cart-totals.php:34 -#: templates/cart/mini-cart.php:72 templates/checkout/review-order.php:59 +#: templates/cart/mini-cart.php:71 templates/checkout/review-order.php:59 msgid "Subtotal" msgstr "" @@ -24787,15 +26010,15 @@ msgstr "" msgid "(estimated for %s)" msgstr "" -#: templates/cart/cart.php:57 templates/cart/mini-cart.php:47 +#: templates/cart/cart.php:55 templates/cart/mini-cart.php:47 msgid "Remove this item" msgstr "" -#: templates/cart/cart.php:138 +#: templates/cart/cart.php:136 msgid "Coupon:" msgstr "" -#: templates/cart/cart.php:143 +#: templates/cart/cart.php:141 msgid "Update cart" msgstr "" @@ -24803,7 +26026,7 @@ msgstr "" msgid "You may be interested in…" msgstr "" -#: templates/cart/mini-cart.php:80 +#: templates/cart/mini-cart.php:79 msgid "No products in the cart." msgstr "" @@ -24811,21 +26034,17 @@ msgstr "" msgid "Proceed to checkout" msgstr "" -#: templates/cart/shipping-calculator.php:30 +#: templates/cart/shipping-calculator.php:24 msgid "Calculate shipping" msgstr "" -#: templates/cart/shipping-calculator.php:100 templates/checkout/payment.php:41 -msgid "Update totals" -msgstr "" - -#: templates/checkout/cart-errors.php:27 +#: templates/checkout/cart-errors.php:21 msgid "" -"There are some issues with the items in your cart (shown above). Please go " -"back to the cart page and resolve these issues before checking out." +"There are some issues with the items in your cart. Please go back to the " +"cart page and resolve these issues before checking out." msgstr "" -#: templates/checkout/cart-errors.php:31 +#: templates/checkout/cart-errors.php:25 msgid "Return to cart" msgstr "" @@ -24837,11 +26056,11 @@ msgstr "" msgid "Create an account?" msgstr "" -#: templates/checkout/form-checkout.php:29 +#: templates/checkout/form-checkout.php:26 msgid "You must be logged in to checkout." msgstr "" -#: templates/checkout/form-checkout.php:55 +#: templates/checkout/form-checkout.php:52 msgid "Your order" msgstr "" @@ -24909,6 +26128,10 @@ msgid "" "do so." msgstr "" +#: templates/checkout/payment.php:41 +msgid "Update totals" +msgstr "" + #: templates/checkout/thankyou.php:30 msgid "" "Unfortunately your order cannot be processed as the originating " @@ -24926,104 +26149,199 @@ msgstr "" #: templates/emails/admin-cancelled-order.php:28 #: templates/emails/plain/admin-cancelled-order.php:25 -msgid "The order #%1$s from %2$s has been cancelled. The order was as follows:" +#. translators: %1$s: Customer full name. %2$s: Order numer +msgid "Alas. Just to let you know -- %1$s has cancelled order #%2$s:" +msgstr "" + +#: templates/emails/admin-cancelled-order.php:52 +#: templates/emails/customer-invoice.php:88 +#: templates/emails/customer-note.php:57 +#: templates/emails/customer-reset-password.php:38 +#: templates/emails/plain/admin-cancelled-order.php:50 +#: templates/emails/plain/customer-invoice.php:75 +#: templates/emails/plain/customer-note.php:60 +#: templates/emails/plain/customer-reset-password.php:32 +msgid "Thanks for reading." msgstr "" #: templates/emails/admin-failed-order.php:28 #: templates/emails/plain/admin-failed-order.php:25 +#. translators: %1$s: Order number. %2$s: Customer full name. msgid "Payment for order #%1$s from %2$s has failed. The order was as follows:" msgstr "" +#: templates/emails/admin-failed-order.php:52 +#: templates/emails/plain/admin-failed-order.php:50 +msgid "" +"Hopefully they’ll be back. Read more about troubleshooting failed payments." +msgstr "" + #: templates/emails/admin-new-order.php:28 -msgid "You have received an order from %s. The order is as follows:" +#: templates/emails/plain/admin-new-order.php:25 +#. translators: %s: Customer billing full name +msgid "You’ve received the following order from %s:" msgstr "" #: templates/emails/customer-completed-order.php:28 +#: templates/emails/customer-invoice.php:30 +#: templates/emails/customer-new-account.php:27 +#: templates/emails/customer-note.php:28 +#: templates/emails/customer-on-hold-order.php:28 +#: templates/emails/customer-processing-order.php:28 +#: templates/emails/customer-refunded-order.php:28 +#: templates/emails/customer-reset-password.php:27 #: templates/emails/plain/customer-completed-order.php:25 +#: templates/emails/plain/customer-invoice.php:25 +#: templates/emails/plain/customer-new-account.php:25 +#: templates/emails/plain/customer-note.php:26 +#: templates/emails/plain/customer-on-hold-order.php:25 +#: templates/emails/plain/customer-processing-order.php:25 +#: templates/emails/plain/customer-refunded-order.php:25 +#: templates/emails/plain/customer-reset-password.php:25 +#. translators: %s: Customer first name +#. translators: %s Customer first name +#. translators: %s: Customer first name +#. translators: %s: Customer first name +#. translators: %s: Customer first name +#. translators: %s: Customer first name +#. translators: %s: Customer first name +#. translators: %s: Customer first name +#. translators: %s Customer first name +#. translators: %s Customer first name +#. translators: %s: Customer first name +#. translators: %s: Customer first name +#. translators: %s: Customer first name +#. translators: %s: Customer first name +msgid "Hi %s," +msgstr "" + +#: templates/emails/customer-completed-order.php:30 +#: templates/emails/plain/customer-completed-order.php:27 +#. translators: %s: Site title +msgid "Your %s order has been marked complete on our side." +msgstr "" + +#: templates/emails/customer-completed-order.php:54 +#: templates/emails/plain/customer-completed-order.php:52 +msgid "Thanks for shopping with us." +msgstr "" + +#: templates/emails/customer-invoice.php:38 +#. translators: %1$s Site title, %2$s Order pay link msgid "" -"Hi there. Your recent order on %s has been completed. Your order details " -"are shown below for your reference:" +"An order has been created for you on %1$s. Your invoice is below, with a " +"link to make payment when you’re ready: %2$s" msgstr "" -#: templates/emails/customer-invoice.php:36 -#: templates/emails/plain/customer-invoice.php:29 -#. translators: %1s item is the name of the site, %2s is a html link -msgid "An order has been created for you on %1$s. %2$s" -msgstr "" - -#: templates/emails/customer-invoice.php:44 +#: templates/emails/customer-invoice.php:46 +#: templates/emails/plain/customer-invoice.php:39 msgid "Pay for this order" msgstr "" -#: templates/emails/customer-new-account.php:27 -#: templates/emails/plain/customer-new-account.php:25 -msgid "Thanks for creating an account on %1$s. Your username is %2$s" +#: templates/emails/customer-invoice.php:55 +#: templates/emails/plain/customer-invoice.php:44 +#. translators: %s Order date +msgid "Here are the details of your order placed on %s:" msgstr "" -#: templates/emails/customer-new-account.php:31 +#: templates/emails/customer-new-account.php:29 +#: templates/emails/plain/customer-new-account.php:27 +#. translators: %1$s: Site title, %2$s: Username, %3$s: My account link +msgid "" +"Thanks for creating an account on %1$s. As a reminder, the username you " +"chose is %2$s. You can access your account area to view orders, change your " +"password, and more at: %3$s" +msgstr "" + +#: templates/emails/customer-new-account.php:33 +#. translators: %s Auto generated password msgid "Your password has been automatically generated: %s" msgstr "" -#: templates/emails/customer-new-account.php:35 -#: templates/emails/plain/customer-new-account.php:31 +#: templates/emails/customer-new-account.php:36 +#: templates/emails/plain/customer-new-account.php:34 +msgid "We look forward to seeing you soon." +msgstr "" + +#: templates/emails/customer-note.php:29 +#: templates/emails/plain/customer-note.php:27 +msgid "The following note has been added to your order:" +msgstr "" + +#: templates/emails/customer-note.php:33 +#: templates/emails/plain/customer-note.php:35 +msgid "As a reminder, here are your order details:" +msgstr "" + +#: templates/emails/customer-on-hold-order.php:29 +#: templates/emails/plain/customer-on-hold-order.php:26 msgid "" -"You can access your account area to view your orders and change your " -"password here: %s." +"Thanks for your order. It’s on-hold until we confirm that payment has been " +"received. In the meantime, here’s a reminder of what you ordered:" msgstr "" -#: templates/emails/customer-note.php:28 -#: templates/emails/plain/customer-note.php:25 -msgid "Hello, a note has just been added to your order:" +#: templates/emails/customer-on-hold-order.php:54 +#: templates/emails/plain/customer-on-hold-order.php:51 +msgid "We look forward to fulfilling your order soon." msgstr "" -#: templates/emails/customer-note.php:32 -#: templates/emails/plain/customer-note.php:33 -msgid "For your reference, your order details are shown below." -msgstr "" - -#: templates/emails/customer-on-hold-order.php:28 -#: templates/emails/plain/customer-on-hold-order.php:25 +#: templates/emails/customer-processing-order.php:30 +#: templates/emails/plain/customer-processing-order.php:27 +#. translators: %s: Order number msgid "" -"Your order is on-hold until we confirm payment has been received. Your " -"order details are shown below for your reference:" +"Just to let you know -- your payment has been confirmed, and order #%s is " +"now being processed:" msgstr "" -#: templates/emails/customer-processing-order.php:28 -#: templates/emails/plain/customer-processing-order.php:25 +#: templates/emails/customer-processing-order.php:55 +#: templates/emails/plain/customer-processing-order.php:52 +msgid "Thanks!" +msgstr "" + +#: templates/emails/customer-refunded-order.php:34 +#: templates/emails/plain/customer-refunded-order.php:28 +#. translators: %s: Site title msgid "" -"Your order has been received and is now being processed. Your order details " -"are shown below for your reference:" +"Your order on %s has been partially refunded. There are more details below " +"for your reference:" msgstr "" -#: templates/emails/customer-refunded-order.php:30 -msgid "Hi there. Your order on %s has been partially refunded." +#: templates/emails/customer-refunded-order.php:37 +#: templates/emails/plain/customer-refunded-order.php:31 +#. translators: %s: Site title +msgid "" +"Your order on %s has been refunded. There are more details below for your " +"reference:" msgstr "" -#: templates/emails/customer-refunded-order.php:32 -msgid "Hi there. Your order on %s has been refunded." -msgstr "" - -#: templates/emails/customer-reset-password.php:27 -#: templates/emails/plain/customer-reset-password.php:25 -msgid "Someone requested that the password be reset for the following account:" -msgstr "" - -#: templates/emails/customer-reset-password.php:28 -#: templates/emails/plain/customer-reset-password.php:27 -msgid "Username: %s" +#: templates/emails/customer-refunded-order.php:64 +#: templates/emails/plain/customer-refunded-order.php:56 +msgid "We hope to see you again soon." msgstr "" #: templates/emails/customer-reset-password.php:29 -#: templates/emails/plain/customer-reset-password.php:28 -msgid "If this was a mistake, just ignore this email and nothing will happen." +#: templates/emails/plain/customer-reset-password.php:27 +#. translators: %s: Store name +msgid "Someone has requested a new password for the following account on %s:" msgstr "" -#: templates/emails/customer-reset-password.php:30 +#: templates/emails/customer-reset-password.php:31 #: templates/emails/plain/customer-reset-password.php:29 -msgid "To reset your password, visit the following address:" +#. translators: %s Customer username +#. translators: %s: Customer username +msgid "Username: %s" msgstr "" -#: templates/emails/customer-reset-password.php:33 +#: templates/emails/customer-reset-password.php:32 +#: templates/emails/plain/customer-reset-password.php:30 +msgid "" +"If you didn't make this request, just ignore this email. If you'd like to " +"proceed:" +msgstr "" + +#: templates/emails/customer-reset-password.php:35 msgid "Click here to reset your password" msgstr "" @@ -25031,7 +26349,7 @@ msgstr "" #: templates/emails/plain/email-addresses.php:22 #: templates/myaccount/form-edit-address.php:20 #: templates/myaccount/my-address.php:27 templates/myaccount/my-address.php:32 -#: templates/order/order-details-customer.php:33 +#: templates/order/order-details-customer.php:32 msgid "Billing address" msgstr "" @@ -25039,7 +26357,7 @@ msgstr "" #: templates/emails/plain/email-addresses.php:37 #: templates/myaccount/form-edit-address.php:20 #: templates/myaccount/my-address.php:28 -#: templates/order/order-details-customer.php:52 +#: templates/order/order-details-customer.php:51 msgid "Shipping address" msgstr "" @@ -25048,26 +26366,29 @@ msgstr "" msgid "Customer details" msgstr "" -#: templates/emails/plain/admin-new-order.php:25 -msgid "You have received an order from %s." +#: templates/emails/email-order-details.php:36 +#. translators: %s: Order ID. +msgid "[Order #%s]" msgstr "" -#: templates/emails/plain/customer-new-account.php:28 -msgid "Your password is %s." -msgstr "" - -#: templates/emails/plain/customer-refunded-order.php:25 +#: templates/emails/plain/customer-invoice.php:31 +#. translators: %1$s Site title, %2$s Order pay link msgid "" -"Hi there. Your order on %s has been refunded. Your order details are shown " -"below for your reference:" +"An order has been created for you on %1$s. Your invoice is below, with a " +"link to make payment when you’re ready: %1$s" +msgstr "" + +#: templates/emails/plain/customer-new-account.php:31 +#. translators: %s Auto generated password +msgid "Your password has been automatically generated: %s." msgstr "" #: templates/emails/plain/email-order-details.php:25 -#. translators: %s: Order ID. -msgid "Order number: %s" +#. translators: %1$s: Order ID. %2$s: Order date +msgid "[Order #%1$s] (%2$s)" msgstr "" -#: templates/emails/plain/email-order-details.php:51 +#: templates/emails/plain/email-order-details.php:50 #. translators: %s: Order link. msgid "View order: %s" msgstr "" @@ -25077,11 +26398,11 @@ msgstr "" msgid "Username or email" msgstr "" -#: templates/global/form-login.php:51 templates/myaccount/form-login.php:57 +#: templates/global/form-login.php:51 templates/myaccount/form-login.php:53 msgid "Remember me" msgstr "" -#: templates/global/form-login.php:55 templates/myaccount/form-login.php:61 +#: templates/global/form-login.php:55 templates/myaccount/form-login.php:57 msgid "Lost your password?" msgstr "" @@ -25158,11 +26479,11 @@ msgstr "" msgid "Save address" msgstr "" -#: templates/myaccount/form-login.php:55 +#: templates/myaccount/form-login.php:51 msgid "Log in" msgstr "" -#: templates/myaccount/form-login.php:74 templates/myaccount/form-login.php:107 +#: templates/myaccount/form-login.php:70 templates/myaccount/form-login.php:103 msgid "Register" msgstr "" @@ -25184,11 +26505,11 @@ msgstr "" msgid "Re-enter new password" msgstr "" -#: templates/myaccount/lost-password-confirmation.php:24 +#: templates/myaccount/lost-password-confirmation.php:22 msgid "Password reset email has been sent." msgstr "" -#: templates/myaccount/lost-password-confirmation.php:27 +#: templates/myaccount/lost-password-confirmation.php:25 msgid "" "A password reset email has been sent to the email address on file for your " "account, but may take several minutes to show up in your inbox. Please wait " @@ -25277,7 +26598,7 @@ msgstr "" msgid "Track" msgstr "" -#: templates/order/order-again.php:25 +#: templates/order/order-again.php:22 msgid "Order again" msgstr "" @@ -25475,71 +26796,72 @@ msgid "Georgia" msgstr "" #: includes/admin/class-wc-admin-assets.php:115 -#: includes/admin/class-wc-admin-setup-wizard.php:210 +#: includes/admin/class-wc-admin-setup-wizard.php:164 #: includes/class-wc-frontend-scripts.php:567 #: includes/widgets/class-wc-widget-layered-nav.php:302 +#: includes/widgets/class-wc-widget-product-categories.php:266 msgctxt "enhanced select" msgid "No matches found" msgstr "" #: includes/admin/class-wc-admin-assets.php:116 -#: includes/admin/class-wc-admin-setup-wizard.php:211 +#: includes/admin/class-wc-admin-setup-wizard.php:165 #: includes/class-wc-frontend-scripts.php:568 msgctxt "enhanced select" msgid "Loading failed" msgstr "" #: includes/admin/class-wc-admin-assets.php:117 -#: includes/admin/class-wc-admin-setup-wizard.php:212 +#: includes/admin/class-wc-admin-setup-wizard.php:166 #: includes/class-wc-frontend-scripts.php:569 msgctxt "enhanced select" msgid "Please enter 1 or more characters" msgstr "" #: includes/admin/class-wc-admin-assets.php:118 -#: includes/admin/class-wc-admin-setup-wizard.php:213 +#: includes/admin/class-wc-admin-setup-wizard.php:167 #: includes/class-wc-frontend-scripts.php:570 msgctxt "enhanced select" msgid "Please enter %qty% or more characters" msgstr "" #: includes/admin/class-wc-admin-assets.php:119 -#: includes/admin/class-wc-admin-setup-wizard.php:214 +#: includes/admin/class-wc-admin-setup-wizard.php:168 #: includes/class-wc-frontend-scripts.php:571 msgctxt "enhanced select" msgid "Please delete 1 character" msgstr "" #: includes/admin/class-wc-admin-assets.php:120 -#: includes/admin/class-wc-admin-setup-wizard.php:215 +#: includes/admin/class-wc-admin-setup-wizard.php:169 #: includes/class-wc-frontend-scripts.php:572 msgctxt "enhanced select" msgid "Please delete %qty% characters" msgstr "" #: includes/admin/class-wc-admin-assets.php:121 -#: includes/admin/class-wc-admin-setup-wizard.php:216 +#: includes/admin/class-wc-admin-setup-wizard.php:170 #: includes/class-wc-frontend-scripts.php:573 msgctxt "enhanced select" msgid "You can only select 1 item" msgstr "" #: includes/admin/class-wc-admin-assets.php:122 -#: includes/admin/class-wc-admin-setup-wizard.php:217 +#: includes/admin/class-wc-admin-setup-wizard.php:171 #: includes/class-wc-frontend-scripts.php:574 msgctxt "enhanced select" msgid "You can only select %qty% items" msgstr "" #: includes/admin/class-wc-admin-assets.php:123 -#: includes/admin/class-wc-admin-setup-wizard.php:218 +#: includes/admin/class-wc-admin-setup-wizard.php:172 #: includes/class-wc-frontend-scripts.php:575 msgctxt "enhanced select" msgid "Loading more results…" msgstr "" #: includes/admin/class-wc-admin-assets.php:124 -#: includes/admin/class-wc-admin-setup-wizard.php:219 +#: includes/admin/class-wc-admin-setup-wizard.php:173 #: includes/class-wc-frontend-scripts.php:576 msgctxt "enhanced select" msgid "Searching…" @@ -25576,6 +26898,11 @@ msgctxt "Admin menu name" msgid "Coupons" msgstr "" +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_PostTypeRegistrar.php:32 +msgctxt "Admin menu name" +msgid "Scheduled Actions" +msgstr "" + #: includes/admin/class-wc-admin-permalink-settings.php:76 #: includes/wc-core-functions.php:1810 includes/wc-update-functions.php:57 msgctxt "slug" @@ -25611,7 +26938,7 @@ msgctxt "default-slug" msgid "product" msgstr "" -#: includes/admin/class-wc-admin-setup-wizard.php:1455 +#: includes/admin/class-wc-admin-setup-wizard.php:1547 #: includes/gateways/cheque/class-wc-gateway-cheque.php:31 #: includes/gateways/cheque/class-wc-gateway-cheque.php:67 msgctxt "Check payment method" @@ -25623,8 +26950,8 @@ msgctxt "Check payment method" msgid "Awaiting check payment" msgstr "" -#: includes/admin/class-wc-admin-taxonomies.php:309 -#: includes/class-wc-install.php:488 includes/class-wc-install.php:494 +#: includes/admin/class-wc-admin-taxonomies.php:322 +#: includes/class-wc-install.php:508 includes/class-wc-install.php:514 msgctxt "Default category slug" msgid "Uncategorized" msgstr "" @@ -25646,20 +26973,20 @@ msgctxt "Webhook created on date parsed by strftime" msgid "%b %d, %Y @ %I:%M %p" msgstr "" -#: includes/admin/importers/class-wc-product-csv-importer-controller.php:641 +#: includes/admin/importers/class-wc-product-csv-importer-controller.php:642 msgctxt "Quantity in stock" msgid "Stock" msgstr "" #: includes/admin/list-tables/class-wc-admin-list-table-orders.php:168 -#: includes/api/class-wc-rest-network-orders-controller.php:127 -#: includes/class-wc-order.php:848 includes/class-wc-order.php:858 +#: includes/api/v2/class-wc-rest-network-orders-v2-controller.php:134 +#: includes/class-wc-order.php:842 includes/class-wc-order.php:852 #. translators: 1: first name 2: last name msgctxt "full name" msgid "%1$s %2$s" msgstr "" -#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:231 +#: includes/admin/list-tables/class-wc-admin-list-table-orders.php:236 #. translators: %s: human-readable time difference msgctxt "%s = human-readable time difference" msgid "%s ago" @@ -25719,27 +27046,27 @@ msgctxt "Pagination" msgid "%1$s of %2$s" msgstr "" -#: includes/api/class-wc-rest-system-status-controller.php:976 +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:1005 msgctxt "Page setting" msgid "Shop base" msgstr "" -#: includes/api/class-wc-rest-system-status-controller.php:980 +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:1009 msgctxt "Page setting" msgid "Cart" msgstr "" -#: includes/api/class-wc-rest-system-status-controller.php:984 +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:1013 msgctxt "Page setting" msgid "Checkout" msgstr "" -#: includes/api/class-wc-rest-system-status-controller.php:988 +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:1017 msgctxt "Page setting" msgid "My account" msgstr "" -#: includes/api/class-wc-rest-system-status-controller.php:992 +#: includes/api/v2/class-wc-rest-system-status-v2-controller.php:1021 msgctxt "Page setting" msgid "Terms and conditions" msgstr "" @@ -25750,66 +27077,66 @@ msgctxt "display name" msgid "%1$s %2$s" msgstr "" -#: includes/class-wc-form-handler.php:558 includes/wc-cart-functions.php:110 +#: includes/class-wc-form-handler.php:553 includes/wc-cart-functions.php:110 #. translators: %s: product name msgctxt "Item name in quotes" msgid "“%s”" msgstr "" -#: includes/class-wc-install.php:391 +#: includes/class-wc-install.php:411 msgctxt "Page slug" msgid "shop" msgstr "" -#: includes/class-wc-install.php:396 +#: includes/class-wc-install.php:416 msgctxt "Page slug" msgid "cart" msgstr "" -#: includes/class-wc-install.php:401 +#: includes/class-wc-install.php:421 msgctxt "Page slug" msgid "checkout" msgstr "" -#: includes/class-wc-install.php:406 +#: includes/class-wc-install.php:426 msgctxt "Page slug" msgid "my-account" msgstr "" -#: includes/class-wc-install.php:392 +#: includes/class-wc-install.php:412 msgctxt "Page title" msgid "Shop" msgstr "" -#: includes/class-wc-install.php:397 +#: includes/class-wc-install.php:417 msgctxt "Page title" msgid "Cart" msgstr "" -#: includes/class-wc-install.php:402 +#: includes/class-wc-install.php:422 msgctxt "Page title" msgid "Checkout" msgstr "" -#: includes/class-wc-install.php:407 +#: includes/class-wc-install.php:427 msgctxt "Page title" msgid "My account" msgstr "" -#: includes/class-wc-install.php:872 +#: includes/class-wc-install.php:907 #. translators: user role msgctxt "User role" msgid "Customer" msgstr "" -#: includes/class-wc-install.php:874 +#: includes/class-wc-install.php:909 #. translators: user role msgctxt "User role" msgid "Shop manager" msgstr "" #: includes/class-wc-order-refund.php:67 -#: includes/data-stores/abstract-wc-order-data-store-cpt.php:230 +#: includes/data-stores/abstract-wc-order-data-store-cpt.php:246 #: includes/data-stores/class-wc-order-refund-data-store-cpt.php:116 msgctxt "Order date parsed by strftime" msgid "%b %d, %Y @ %I:%M %p" @@ -25861,7 +27188,7 @@ msgctxt "Order status" msgid "Failed" msgstr "" -#: includes/data-stores/class-wc-data-store-wp.php:483 +#: includes/data-stores/class-wc-data-store-wp.php:500 #. Translators: This is a comma-separated list of very common words that should #. be excluded from a search, like a, an, and the. These are usually called #. "stopwords". You should not simply translate these individual words into @@ -25873,6 +27200,16 @@ msgid "" "to,was,what,when,where,who,will,with,www" msgstr "" +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_PostStatusRegistrar.php:36 +msgctxt "post" +msgid "Failed" +msgstr "" + +#: includes/libraries/action-scheduler/classes/ActionScheduler_wpPostStore_PostStatusRegistrar.php:50 +msgctxt "post" +msgid "In-Progress" +msgstr "" + #: includes/wc-account-functions.php:65 msgctxt "edit-address-slug" msgid "billing" @@ -25890,22 +27227,22 @@ msgid "Shipping %d" msgstr "" #: includes/wc-cart-functions.php:228 -msgctxt "shipping package" +msgctxt "shipping packages" msgid "Shipping" msgstr "" -#: includes/wc-formatting-functions.php:1187 +#: includes/wc-formatting-functions.php:1190 #. translators: 1: price from 2: price to msgctxt "Price range: from-to" msgid "%1$s – %2$s" msgstr "" -#: includes/wc-template-functions.php:2047 +#: includes/wc-template-functions.php:2052 msgctxt "breadcrumb" msgid "Home" msgstr "" -#: includes/wc-template-functions.php:3193 +#: includes/wc-template-functions.php:3201 msgctxt "min_price" msgid "From:" msgstr "" diff --git a/i18n/states/GR.php b/i18n/states/GR.php index 5c190e8817c..6e0f95d17b5 100644 --- a/i18n/states/GR.php +++ b/i18n/states/GR.php @@ -11,17 +11,17 @@ global $states; defined( 'ABSPATH' ) || exit; $states['GR'] = array( - 'I' => __( 'Αττική', 'woocommerce' ), - 'A' => __( 'Ανατολική Μακεδονία και Θράκη', 'woocommerce' ), - 'B' => __( 'Κεντρική Μακεδονία', 'woocommerce' ), - 'C' => __( 'Δυτική Μακεδονία', 'woocommerce' ), - 'D' => __( 'Ήπειρος', 'woocommerce' ), - 'E' => __( 'Θεσσαλία', 'woocommerce' ), - 'F' => __( 'Ιόνιοι Νήσοι', 'woocommerce' ), - 'G' => __( 'Δυτική Ελλάδα', 'woocommerce' ), - 'H' => __( 'Στερεά Ελλάδα', 'woocommerce' ), - 'J' => __( 'Πελοπόννησος', 'woocommerce' ), - 'K' => __( 'Βόρειο Αιγαίο', 'woocommerce' ), - 'L' => __( 'Νότιο Αιγαίο', 'woocommerce' ), - 'M' => __( 'Κρήτη', 'woocommerce' ), + 'I' => __( 'Attiki', 'woocommerce' ), + 'A' => __( 'Anatoliki Makedonia kai Thraki', 'woocommerce' ), + 'B' => __( 'Kentriki Makedonia', 'woocommerce' ), + 'C' => __( 'Dytiki Makedonia', 'woocommerce' ), + 'D' => __( 'Ipeiros', 'woocommerce' ), + 'E' => __( 'Thessalia', 'woocommerce' ), + 'F' => __( 'Ionia Nisia', 'woocommerce' ), + 'G' => __( 'Dytiki Ellada', 'woocommerce' ), + 'H' => __( 'Sterea Ellada', 'woocommerce' ), + 'J' => __( 'Peloponnisos', 'woocommerce' ), + 'K' => __( 'Voreio Aigaio', 'woocommerce' ), + 'L' => __( 'Notio Aigaio', 'woocommerce' ), + 'M' => __( 'Kriti', 'woocommerce' ), ); diff --git a/includes/abstracts/abstract-wc-data.php b/includes/abstracts/abstract-wc-data.php index 15911176f80..7001af7b609 100644 --- a/includes/abstracts/abstract-wc-data.php +++ b/includes/abstracts/abstract-wc-data.php @@ -445,7 +445,7 @@ abstract class WC_Data { } } - if ( $array_key ) { + if ( false !== $array_key ) { $meta = $this->meta_data[ $array_key ]; $meta->key = $key; $meta->value = $value; diff --git a/includes/abstracts/abstract-wc-order.php b/includes/abstracts/abstract-wc-order.php index 92a882f518f..cb16296a145 100644 --- a/includes/abstracts/abstract-wc-order.php +++ b/includes/abstracts/abstract-wc-order.php @@ -1702,7 +1702,7 @@ abstract class WC_Abstract_Order extends WC_Abstract_Legacy_Order { public function get_shipping_to_display( $tax_display = '' ) { $tax_display = $tax_display ? $tax_display : get_option( 'woocommerce_tax_display_cart' ); - if ( 0 < (float) $this->get_shipping_total() ) { + if ( 0 < abs( (float) $this->get_shipping_total() ) ) { if ( 'excl' === $tax_display ) { @@ -1731,7 +1731,7 @@ abstract class WC_Abstract_Order extends WC_Abstract_Legacy_Order { $shipping = __( 'Free!', 'woocommerce' ); } - return apply_filters( 'woocommerce_order_shipping_to_display', $shipping, $this ); + return apply_filters( 'woocommerce_order_shipping_to_display', $shipping, $this, $tax_display ); } /** diff --git a/includes/abstracts/abstract-wc-product.php b/includes/abstracts/abstract-wc-product.php index ebb0a052f99..d4441652c8e 100644 --- a/includes/abstracts/abstract-wc-product.php +++ b/includes/abstracts/abstract-wc-product.php @@ -20,8 +20,8 @@ require_once WC_ABSPATH . 'includes/legacy/abstract-wc-legacy-product.php'; * * The WooCommerce product class handles individual product data. * - * @version 3.0.0 - * @package WooCommerce/Abstracts + * @version 3.0.0 + * @package WooCommerce/Abstracts */ class WC_Product extends WC_Abstract_Legacy_Product { @@ -140,25 +140,17 @@ class WC_Product extends WC_Abstract_Legacy_Product { * * The product_type property is deprecated but is used here for BW compatibility with child classes which may be defining product_type and not have a get_type method. * - * @since 3.0.0 + * @since 3.0.0 * @return string */ public function get_type() { return isset( $this->product_type ) ? $this->product_type : 'simple'; } - /* - |-------------------------------------------------------------------------- - | Getters - |-------------------------------------------------------------------------- - | - | Methods for getting data from the product object. - */ - /** * Get product name. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return string */ @@ -169,7 +161,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get product slug. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return string */ @@ -180,7 +172,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get product created date. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return WC_DateTime|NULL object if the date is set or null if there is no date. */ @@ -191,7 +183,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get product modified date. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return WC_DateTime|NULL object if the date is set or null if there is no date. */ @@ -202,7 +194,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get product status. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return string */ @@ -213,7 +205,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * If the product is featured. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return boolean */ @@ -224,7 +216,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get catalog visibility. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return string */ @@ -235,7 +227,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get product description. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return string */ @@ -246,7 +238,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get product short description. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return string */ @@ -297,7 +289,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get date on sale from. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return WC_DateTime|NULL object if the date is set or null if there is no date. */ @@ -308,7 +300,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get date on sale to. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return WC_DateTime|NULL object if the date is set or null if there is no date. */ @@ -319,7 +311,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get number total of sales. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return int */ @@ -350,7 +342,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Return if product manage stock. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return boolean */ @@ -372,7 +364,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { * Return the stock status. * * @param string $context What the value is for. Valid values are view and edit. - * @since 3.0.0 + * @since 3.0.0 * @return string */ public function get_stock_status( $context = 'view' ) { @@ -383,7 +375,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { * Get backorders. * * @param string $context What the value is for. Valid values are view and edit. - * @since 3.0.0 + * @since 3.0.0 * @return string yes no or notify */ public function get_backorders( $context = 'view' ) { @@ -405,7 +397,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { * Return if should be sold individually. * * @param string $context What the value is for. Valid values are view and edit. - * @since 3.0.0 + * @since 3.0.0 * @return boolean */ public function get_sold_individually( $context = 'view' ) { @@ -473,7 +465,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get upsell IDs. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return array */ @@ -484,7 +476,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get cross sell IDs. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return array */ @@ -495,7 +487,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get parent ID. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return int */ @@ -506,7 +498,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Return if reviews is allowed. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return bool */ @@ -517,7 +509,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get purchase note. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return string */ @@ -538,7 +530,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get default attributes. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return array */ @@ -549,7 +541,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get menu order. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return int */ @@ -560,7 +552,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get category ids. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return array */ @@ -571,7 +563,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get tag ids. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return array */ @@ -582,7 +574,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get virtual. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return bool */ @@ -603,7 +595,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get shipping class ID. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return int */ @@ -614,7 +606,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get downloads. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return array */ @@ -625,7 +617,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get download expiry. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return int */ @@ -636,7 +628,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get downloadable. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return bool */ @@ -647,7 +639,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get download limit. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return int */ @@ -658,7 +650,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get main image ID. * - * @since 3.0.0 + * @since 3.0.0 * @param string $context What the value is for. Valid values are view and edit. * @return string */ @@ -769,9 +761,9 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Set catalog visibility. * - * @since 3.0.0 + * @since 3.0.0 * @throws WC_Data_Exception Throws exception when invalid data is found. - * @param string $visibility Options: 'hidden', 'visible', 'search' and 'catalog'. + * @param string $visibility Options: 'hidden', 'visible', 'search' and 'catalog'. */ public function set_catalog_visibility( $visibility ) { $options = array_keys( wc_get_product_visibility_options() ); @@ -804,9 +796,9 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Set SKU. * - * @since 3.0.0 + * @since 3.0.0 * @throws WC_Data_Exception Throws exception when invalid data is found. - * @param string $sku Product SKU. + * @param string $sku Product SKU. */ public function set_sku( $sku ) { $sku = (string) $sku; @@ -880,9 +872,9 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Set the tax status. * - * @since 3.0.0 + * @since 3.0.0 * @throws WC_Data_Exception Throws exception when invalid data is found. - * @param string $status Tax status. + * @param string $status Tax status. */ public function set_tax_status( $status ) { $options = array( @@ -1104,7 +1096,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { $attributes = array_fill_keys( array_keys( $this->get_attributes( 'edit' ) ), null ); foreach ( $raw_attributes as $attribute ) { if ( is_a( $attribute, 'WC_Product_Attribute' ) ) { - $attributes[ sanitize_text_field( $attribute->get_name() ) ] = $attribute; + $attributes[ sanitize_title( $attribute->get_name() ) ] = $attribute; } } @@ -1344,7 +1336,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Save data (either create or update depending on if we are working on an existing product). * - * @since 3.0.0 + * @since 3.0.0 * @return int */ public function save() { @@ -1377,12 +1369,12 @@ class WC_Product extends WC_Abstract_Legacy_Product { * * Product classes should override this to declare support (or lack of support) for a feature. * - * @param string $feature string The name of a feature to test support for. + * @param string $feature string The name of a feature to test support for. * @return bool True if the product supports the feature, false otherwise. - * @since 2.5.0 + * @since 2.5.0 */ public function supports( $feature ) { - return apply_filters( 'woocommerce_product_supports', in_array( $feature, $this->supports ), $feature, $this ); + return apply_filters( 'woocommerce_product_supports', in_array( $feature, $this->supports, true ), $feature, $this ); } /** @@ -1399,11 +1391,11 @@ class WC_Product extends WC_Abstract_Legacy_Product { * * Backwards compatibility with downloadable/virtual. * - * @param string|array $type Array or string of types. + * @param string|array $type Array or string of types. * @return bool */ public function is_type( $type ) { - return ( $this->get_type() === $type || ( is_array( $type ) && in_array( $this->get_type(), $type ) ) ); + return ( $this->get_type() === $type || ( is_array( $type ) && in_array( $this->get_type(), $type, true ) ) ); } /** @@ -1494,7 +1486,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { $on_sale = false; } - if ( $this->get_date_on_sale_to( $context ) && $this->get_date_on_sale_to( $context )->getTimestamp() < current_time( 'timestamp', true ) ) { + if ( $this->get_date_on_sale_to( $context ) && $this->get_date_on_sale_to( $context )->getTimestamp() + DAY_IN_SECONDS < current_time( 'timestamp', true ) ) { $on_sale = false; } } else { @@ -1591,7 +1583,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Check if a product is on backorder. * - * @param int $qty_in_cart (default: 0). + * @param int $qty_in_cart (default: 0). * @return bool */ public function is_on_backorder( $qty_in_cart = 0 ) { @@ -1605,7 +1597,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Returns whether or not the product has enough stock for the order. * - * @param mixed $quantity Quantity of a product added to an order. + * @param mixed $quantity Quantity of a product added to an order. * @return bool */ public function has_enough_stock( $quantity ) { @@ -1638,7 +1630,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Does a child have dimensions? * - * @since 3.0.0 + * @since 3.0.0 * @return bool */ public function child_has_dimensions() { @@ -1648,7 +1640,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Does a child have a weight? * - * @since 3.0.0 + * @since 3.0.0 * @return boolean */ public function child_has_weight() { @@ -1660,7 +1652,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { * * @since 1.6.2 * - * @param string $download_id file identifier. + * @param string $download_id file identifier. * @return bool Whether downloadable product has a file attached. */ public function has_file( $download_id = '' ) { @@ -1804,7 +1796,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get the add to cart button text description - used in aria tags. * - * @since 3.3.0 + * @since 3.3.0 * @return string */ public function add_to_cart_description() { @@ -1815,21 +1807,24 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Returns the main product image. * - * @param string $size (default: 'woocommerce_thumbnail'). - * @param array $attr Image attributes. - * @param bool $placeholder True to return $placeholder if no image is found, or false to return an empty string. + * @param string $size (default: 'woocommerce_thumbnail'). + * @param array $attr Image attributes. + * @param bool $placeholder True to return $placeholder if no image is found, or false to return an empty string. * @return string */ public function get_image( $size = 'woocommerce_thumbnail', $attr = array(), $placeholder = true ) { + $image = ''; if ( $this->get_image_id() ) { - $image = wp_get_attachment_image( $this->get_image_id(), $size ); + $image = wp_get_attachment_image( $this->get_image_id(), $size, false, $attr ); } elseif ( $this->get_parent_id() ) { $parent_product = wc_get_product( $this->get_parent_id() ); - $image = $parent_product->get_image(); - } elseif ( $placeholder ) { + if ( $parent_product ) { + $image = $parent_product->get_image( $size, $attr, $placeholder ); + } + } + + if ( ! $image && $placeholder ) { $image = wc_placeholder_img( $size ); - } else { - $image = ''; } return apply_filters( 'woocommerce_product_get_image', $image, $this, $size, $attr, $placeholder, $image ); @@ -1841,7 +1836,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { * @return string */ public function get_shipping_class() { - if ( $class_id = $this->get_shipping_class_id() ) { // @phpcs:ignore Squiz.PHP.DisallowMultipleAssignments.Found + if ( $class_id = $this->get_shipping_class_id() ) { // @phpcs:ignore Squiz.PHP.DisallowMultipleAssignments.Found, WordPress.CodeAnalysis.AssignmentInCondition.Found $term = get_term_by( 'id', $class_id, 'product_shipping_class' ); if ( $term && ! is_wp_error( $term ) ) { @@ -1892,7 +1887,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get a file by $download_id. * - * @param string $download_id file identifier. + * @param string $download_id file identifier. * @return array|false if not found */ public function get_file( $download_id = '' ) { @@ -1912,7 +1907,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { /** * Get file download path identified by $download_id. * - * @param string $download_id file identifier. + * @param string $download_id file identifier. * @return string */ public function get_file_download_path( $download_id ) { @@ -1933,7 +1928,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { public function get_price_suffix( $price = '', $qty = 1 ) { $html = ''; - if ( ( $suffix = get_option( 'woocommerce_price_display_suffix' ) ) && wc_tax_enabled() && 'taxable' === $this->get_tax_status() ) { // @phpcs:ignore Squiz.PHP.DisallowMultipleAssignments.Found + if ( ( $suffix = get_option( 'woocommerce_price_display_suffix' ) ) && wc_tax_enabled() && 'taxable' === $this->get_tax_status() ) { // @phpcs:ignore Squiz.PHP.DisallowMultipleAssignments.Found, WordPress.CodeAnalysis.AssignmentInCondition.Found if ( '' === $price ) { $price = $this->get_price(); } @@ -1941,7 +1936,7 @@ class WC_Product extends WC_Abstract_Legacy_Product { '{price_including_tax}' => wc_price( wc_get_price_including_tax( $this, array( 'qty' => $qty, 'price' => $price ) ) ), // @phpcs:ignore WordPress.Arrays.ArrayDeclarationSpacing.ArrayItemNoNewLine, WordPress.Arrays.ArrayDeclarationSpacing.AssociativeArrayFound '{price_excluding_tax}' => wc_price( wc_get_price_excluding_tax( $this, array( 'qty' => $qty, 'price' => $price ) ) ), // @phpcs:ignore WordPress.Arrays.ArrayDeclarationSpacing.AssociativeArrayFound ); - $html = str_replace( array_keys( $replacements ), array_values( $replacements ), ' ' . wp_kses_post( $suffix ) . '' ); + $html = str_replace( array_keys( $replacements ), array_values( $replacements ), ' ' . wp_kses_post( $suffix ) . '' ); } return apply_filters( 'woocommerce_get_price_suffix', $html, $this, $price, $qty ); } @@ -1952,10 +1947,14 @@ class WC_Product extends WC_Abstract_Legacy_Product { * @return string[] */ public function get_availability() { - return apply_filters( 'woocommerce_get_availability', array( - 'availability' => $this->get_availability_text(), - 'class' => $this->get_availability_class(), - ), $this ); + return apply_filters( + 'woocommerce_get_availability', + array( + 'availability' => $this->get_availability_text(), + 'class' => $this->get_availability_class(), + ), + $this + ); } /** diff --git a/includes/abstracts/abstract-wc-rest-controller.php b/includes/abstracts/abstract-wc-rest-controller.php index 077ad8fc225..987a4d78741 100644 --- a/includes/abstracts/abstract-wc-rest-controller.php +++ b/includes/abstracts/abstract-wc-rest-controller.php @@ -2,8 +2,18 @@ /** * REST Controller * - * @class WC_REST_Controller + * This class extend `WP_REST_Controller` in order to include /batch endpoint + * for almost all endpoints in WooCommerce REST API. + * + * It's required to follow "Controller Classes" guide before extending this class: + * + * + * NOTE THAT ONLY CODE RELEVANT FOR MOST ENDPOINTS SHOULD BE INCLUDED INTO THIS CLASS. + * If necessary extend this class and create new abstract classes like `WC_REST_CRUD_Controller` or `WC_REST_Terms_Controller`. + * + * @class WC_REST_Controller * @package WooCommerce/Abstracts + * @see https://developer.wordpress.org/rest-api/extending-the-rest-api/controller-classes/ */ if ( ! defined( 'ABSPATH' ) ) { @@ -193,10 +203,12 @@ abstract class WC_REST_Controller extends WP_REST_Controller { } $_item = new WP_REST_Request( 'DELETE' ); - $_item->set_query_params( array( - 'id' => $id, - 'force' => true, - ) ); + $_item->set_query_params( + array( + 'id' => $id, + 'force' => true, + ) + ); $_response = $this->delete_item( $_item ); if ( is_wp_error( $_response ) ) { @@ -340,7 +352,8 @@ abstract class WC_REST_Controller extends WP_REST_Controller { */ public function validate_setting_textarea_field( $value, $setting ) { $value = is_null( $value ) ? '' : $value; - return wp_kses( trim( stripslashes( $value ) ), + return wp_kses( + trim( stripslashes( $value ) ), array_merge( array( 'iframe' => array( @@ -364,7 +377,7 @@ abstract class WC_REST_Controller extends WP_REST_Controller { * @return array */ protected function add_meta_query( $args, $meta_query ) { - if ( ! empty( $args['meta_query'] ) ) { + if ( empty( $args['meta_query'] ) ) { $args['meta_query'] = array(); } @@ -413,4 +426,42 @@ abstract class WC_REST_Controller extends WP_REST_Controller { return $schema; } + + /** + * Gets an array of fields to be included on the response. + * Included fields are based on item schema and `_fields=` request argument. + * Introduced to support WordPress 4.9.6 changes. + * + * @since 3.5.0 + * @param WP_REST_Request $request Full details about the request. + * @return array Fields to be included in the response. + */ + public function get_fields_for_response( $request ) { + $schema = $this->get_item_schema(); + $fields = isset( $schema['properties'] ) ? array_keys( $schema['properties'] ) : array(); + + $additional_fields = $this->get_additional_fields(); + foreach ( $additional_fields as $field_name => $field_options ) { + // For back-compat, include any field with an empty schema + // because it won't be present in $this->get_item_schema(). + if ( is_null( $field_options['schema'] ) ) { + $fields[] = $field_name; + } + } + + if ( ! isset( $request['_fields'] ) ) { + return $fields; + } + $requested_fields = is_array( $request['_fields'] ) ? $request['_fields'] : preg_split( '/[\s,]+/', $request['_fields'] ); + if ( 0 === count( $requested_fields ) ) { + return $fields; + } + // Trim off outside whitespace from the comma delimited list. + $requested_fields = array_map( 'trim', $requested_fields ); + // Always persist 'id', because it can be needed for add_additional_fields_to_object(). + if ( in_array( 'id', $fields, true ) ) { + $requested_fields[] = 'id'; + } + return array_intersect( $fields, $requested_fields ); + } } diff --git a/includes/abstracts/abstract-wc-rest-posts-controller.php b/includes/abstracts/abstract-wc-rest-posts-controller.php index 1d24d2ba4bd..bffc4a6843e 100644 --- a/includes/abstracts/abstract-wc-rest-posts-controller.php +++ b/includes/abstracts/abstract-wc-rest-posts-controller.php @@ -530,6 +530,8 @@ abstract class WC_REST_Posts_Controller extends WC_REST_Controller { $query_args['orderby'] = 'post__in'; } elseif ( 'id' === $query_args['orderby'] ) { $query_args['orderby'] = 'ID'; // ID must be capitalized. + } elseif ( 'slug' === $query_args['orderby'] ) { + $query_args['orderby'] = 'name'; } return $query_args; diff --git a/includes/abstracts/abstract-wc-rest-terms-controller.php b/includes/abstracts/abstract-wc-rest-terms-controller.php index 8f8cbccb213..7c6bbb65d14 100644 --- a/includes/abstracts/abstract-wc-rest-terms-controller.php +++ b/includes/abstracts/abstract-wc-rest-terms-controller.php @@ -533,6 +533,14 @@ abstract class WC_REST_Terms_Controller extends WC_REST_Controller { } $term = get_term( (int) $request['id'], $taxonomy ); + // Get default category id. + $default_category_id = absint( get_option( 'default_product_cat', 0 ) ); + + // Prevent deleting the default product category. + if ( $default_category_id === (int) $request['id'] ) { + return new WP_Error( 'woocommerce_rest_cannot_delete', __( 'Default product category cannot be deleted.', 'woocommerce' ), array( 'status' => 500 ) ); + } + $request->set_param( 'context', 'edit' ); $response = $this->prepare_item_for_response( $term, $request ); @@ -686,7 +694,7 @@ abstract class WC_REST_Terms_Controller extends WC_REST_Controller { $params['context']['default'] = 'view'; $params['exclude'] = array( - 'description' => __( 'Ensure result set excludes specific ids.', 'woocommerce' ), + 'description' => __( 'Ensure result set excludes specific IDs.', 'woocommerce' ), 'type' => 'array', 'items' => array( 'type' => 'integer', diff --git a/includes/abstracts/abstract-wc-shipping-method.php b/includes/abstracts/abstract-wc-shipping-method.php index a3a28e0dea5..c4657b39255 100644 --- a/includes/abstracts/abstract-wc-shipping-method.php +++ b/includes/abstracts/abstract-wc-shipping-method.php @@ -168,7 +168,7 @@ abstract class WC_Shipping_Method extends WC_Settings_API { * @return boolean */ public function is_taxable() { - return wc_tax_enabled() && 'taxable' === $this->tax_status && ! WC()->customer->get_is_vat_exempt(); + return wc_tax_enabled() && 'taxable' === $this->tax_status && ( WC()->customer && ! WC()->customer->get_is_vat_exempt() ); } /** @@ -224,7 +224,7 @@ abstract class WC_Shipping_Method extends WC_Settings_API { * Return calculated rates for a package. * * @since 2.6.0 - * @param object $package Package array. + * @param array $package Package array. * @return array */ public function get_rates_for_package( $package ) { diff --git a/includes/abstracts/abstract-wc-widget.php b/includes/abstracts/abstract-wc-widget.php index 22dd2be276b..4e57fe4be1d 100644 --- a/includes/abstracts/abstract-wc-widget.php +++ b/includes/abstracts/abstract-wc-widget.php @@ -59,8 +59,8 @@ abstract class WC_Widget extends WP_Widget { */ public function __construct() { $widget_ops = array( - 'classname' => $this->widget_cssclass, - 'description' => $this->widget_description, + 'classname' => $this->widget_cssclass, + 'description' => $this->widget_description, 'customize_selective_refresh' => true, ); @@ -299,7 +299,7 @@ abstract class WC_Widget extends WP_Widget { $link = get_term_link( get_query_var( 'product_tag' ), 'product_tag' ); } else { $queried_object = get_queried_object(); - $link = get_term_link( $queried_object->slug, $queried_object->taxonomy ); + $link = get_term_link( $queried_object->slug, $queried_object->taxonomy ); } // Min/Max. @@ -347,7 +347,7 @@ abstract class WC_Widget extends WP_Widget { } } - return $link; + return apply_filters( 'woocommerce_widget_get_current_page_url', $link, $this ); } /** diff --git a/includes/abstracts/class-wc-background-process.php b/includes/abstracts/class-wc-background-process.php index 0de4abe6ba7..6d9662208fc 100644 --- a/includes/abstracts/class-wc-background-process.php +++ b/includes/abstracts/class-wc-background-process.php @@ -146,10 +146,10 @@ abstract class WC_Background_Process extends WP_Background_Process { if ( ! $memory_limit || -1 === intval( $memory_limit ) ) { // Unlimited, set to 32GB. - $memory_limit = '32000M'; + $memory_limit = '32G'; } - return intval( $memory_limit ) * 1024 * 1024; + return wp_convert_hr_to_bytes( $memory_limit ); } /** diff --git a/includes/admin/class-wc-admin-api-keys-table-list.php b/includes/admin/class-wc-admin-api-keys-table-list.php index fb173ee721a..1406aed198e 100644 --- a/includes/admin/class-wc-admin-api-keys-table-list.php +++ b/includes/admin/class-wc-admin-api-keys-table-list.php @@ -70,24 +70,35 @@ class WC_Admin_API_Keys_Table_List extends WP_List_Table { * @return string */ public function column_title( $key ) { - $url = admin_url( 'admin.php?page=wc-settings&tab=advanced§ion=keys&edit-key=' . $key['key_id'] ); + $url = admin_url( 'admin.php?page=wc-settings&tab=advanced§ion=keys&edit-key=' . $key['key_id'] ); + $user_id = intval( $key['user_id'] ); - $output = ''; - $output .= ''; + // Check if current user can edit other users or if it's the same user. + $can_edit = current_user_can( 'edit_user', $user_id ) || get_current_user_id() === $user_id; + + $output = ''; + if ( $can_edit ) { + $output .= ''; + } if ( empty( $key['description'] ) ) { $output .= esc_html__( 'API key', 'woocommerce' ); } else { $output .= esc_html( $key['description'] ); } - $output .= ''; + if ( $can_edit ) { + $output .= ''; + } $output .= ''; // Get actions. $actions = array( /* translators: %s: API key ID. */ - 'id' => sprintf( __( 'ID: %d', 'woocommerce' ), $key['key_id'] ), - 'edit' => '' . __( 'View/Edit', 'woocommerce' ) . '', - 'trash' => '' . __( 'View/Edit', 'woocommerce' ) . ''; + $actions['trash'] = '' . esc_html__( 'Revoke', 'woocommerce' ) . '', - ); + ) . '">' . esc_html__( 'Revoke', 'woocommerce' ) . ''; + } $row_actions = array(); @@ -183,6 +194,10 @@ class WC_Admin_API_Keys_Table_List extends WP_List_Table { * @return array */ protected function get_bulk_actions() { + if ( ! current_user_can( 'remove_users' ) ) { + return array(); + } + return array( 'revoke' => __( 'Revoke', 'woocommerce' ), ); diff --git a/includes/admin/class-wc-admin-api-keys.php b/includes/admin/class-wc-admin-api-keys.php index 5e601fcc2c3..1e60075c54e 100644 --- a/includes/admin/class-wc-admin-api-keys.php +++ b/includes/admin/class-wc-admin-api-keys.php @@ -56,8 +56,15 @@ class WC_Admin_API_Keys { if ( isset( $_GET['create-key'] ) || isset( $_GET['edit-key'] ) ) { $key_id = isset( $_GET['edit-key'] ) ? absint( $_GET['edit-key'] ) : 0; // WPCS: input var okay, CSRF ok. $key_data = self::get_key_data( $key_id ); + $user_id = (int) $key_data['user_id']; - include 'settings/views/html-keys-edit.php'; + if ( $key_id && $user_id && ! current_user_can( 'edit_user', $user_id ) ) { + if ( get_current_user_id() !== $user_id ) { + wp_die( esc_html__( 'You do not have permission to edit this API Key', 'woocommerce' ) ); + } + } + + include dirname( __FILE__ ) . '/settings/views/html-keys-edit.php'; } else { self::table_list_output(); } @@ -184,13 +191,18 @@ class WC_Admin_API_Keys { * Revoke key. */ private function revoke_key() { + global $wpdb; + check_admin_referer( 'revoke' ); if ( isset( $_REQUEST['revoke-key'] ) ) { // WPCS: input var okay, CSRF ok. - $key_id = absint( $_REQUEST['revoke-key'] ); // WPCS: input var okay, CSRF ok. + $key_id = absint( $_REQUEST['revoke-key'] ); // WPCS: input var okay, CSRF ok. + $user_id = (int) $wpdb->get_var( $wpdb->prepare( "SELECT user_id FROM {$wpdb->prefix}woocommerce_api_keys WHERE key_id = %d", $key_id ) ); - if ( $key_id ) { + if ( $key_id && $user_id && ( current_user_can( 'edit_user', $user_id ) || get_current_user_id() === $user_id ) ) { $this->remove_key( $key_id ); + } else { + wp_die( esc_html__( 'You do not have permission to revoke this API Key', 'woocommerce' ) ); } } @@ -224,6 +236,10 @@ class WC_Admin_API_Keys { * @param array $keys API Keys. */ private function bulk_revoke_key( $keys ) { + if ( ! current_user_can( 'remove_users' ) ) { + wp_die( esc_html__( 'You do not have permission to revoke API Keys', 'woocommerce' ) ); + } + $qty = 0; foreach ( $keys as $key_id ) { $result = $this->remove_key( $key_id ); diff --git a/includes/admin/class-wc-admin-attributes.php b/includes/admin/class-wc-admin-attributes.php index 22cafc4f77c..bd8467c50ad 100644 --- a/includes/admin/class-wc-admin-attributes.php +++ b/includes/admin/class-wc-admin-attributes.php @@ -173,7 +173,7 @@ class WC_Admin_Attributes { echo '

    ' . esc_html__( 'Error: non-existing attribute ID.', 'woocommerce' ) . '

    '; } else { $att_type = $attribute_to_edit->attribute_type; - $att_label = $attribute_to_edit->attribute_label; + $att_label = format_to_edit( $attribute_to_edit->attribute_label ); $att_name = $attribute_to_edit->attribute_name; $att_orderby = $attribute_to_edit->attribute_orderby; $att_public = $attribute_to_edit->attribute_public; diff --git a/includes/admin/class-wc-admin-dashboard.php b/includes/admin/class-wc-admin-dashboard.php index 692fdea58eb..e203911d6f4 100644 --- a/includes/admin/class-wc-admin-dashboard.php +++ b/includes/admin/class-wc-admin-dashboard.php @@ -39,9 +39,9 @@ if ( ! class_exists( 'WC_Admin_Dashboard', false ) ) : */ public function init() { if ( current_user_can( 'publish_shop_orders' ) && post_type_supports( 'product', 'comments' ) ) { - wp_add_dashboard_widget( 'woocommerce_dashboard_recent_reviews', __( 'WooCommerce recent reviews', 'woocommerce' ), array( $this, 'recent_reviews' ) ); + wp_add_dashboard_widget( 'woocommerce_dashboard_recent_reviews', __( 'WooCommerce Recent Reviews', 'woocommerce' ), array( $this, 'recent_reviews' ) ); } - wp_add_dashboard_widget( 'woocommerce_dashboard_status', __( 'WooCommerce status', 'woocommerce' ), array( $this, 'status_widget' ) ); + wp_add_dashboard_widget( 'woocommerce_dashboard_status', __( 'WooCommerce Status', 'woocommerce' ), array( $this, 'status_widget' ) ); // Network Order Widget. if ( is_multisite() ) { @@ -53,7 +53,7 @@ if ( ! class_exists( 'WC_Admin_Dashboard', false ) ) : * Register the network order dashboard widget. */ public function register_network_order_widget() { - wp_add_dashboard_widget( 'woocommerce_network_orders', __( 'WooCommerce network orders', 'woocommerce' ), array( $this, 'network_orders' ) ); + wp_add_dashboard_widget( 'woocommerce_network_orders', __( 'WooCommerce Network Orders', 'woocommerce' ), array( $this, 'network_orders' ) ); } /** @@ -275,7 +275,7 @@ if ( ! class_exists( 'WC_Admin_Dashboard', false ) ) : "FROM {$wpdb->comments} comments LEFT JOIN {$wpdb->posts} posts ON (comments.comment_post_ID = posts.ID) WHERE comments.comment_approved = '1' - AND comments.comment_type = '' + AND comments.comment_type = 'review' AND posts.post_password = '' AND posts.post_type = 'product' AND comments.comment_parent = 0 diff --git a/includes/admin/class-wc-admin-notices.php b/includes/admin/class-wc-admin-notices.php index a96a6fd7812..b190b1caede 100644 --- a/includes/admin/class-wc-admin-notices.php +++ b/includes/admin/class-wc-admin-notices.php @@ -83,17 +83,16 @@ class WC_Admin_Notices { public static function reset_admin_notices() { $simplify_options = get_option( 'woocommerce_simplify_commerce_settings', array() ); $location = wc_get_base_location(); - $shop_page = 0 < wc_get_page_id( 'shop' ) ? get_permalink( wc_get_page_id( 'shop' ) ) : get_home_url(); if ( ! class_exists( 'WC_Gateway_Simplify_Commerce_Loader' ) && ! empty( $simplify_options['enabled'] ) && 'yes' === $simplify_options['enabled'] && in_array( $location['country'], apply_filters( 'woocommerce_gateway_simplify_commerce_supported_countries', array( 'US', 'IE' ) ), true ) ) { - WC_Admin_Notices::add_notice( 'simplify_commerce' ); + self::add_notice( 'simplify_commerce' ); } - if ( ! is_ssl() || 'https' !== substr( $shop_page, 0, 5 ) ) { - WC_Admin_Notices::add_notice( 'no_secure_connection' ); + if ( ! self::is_ssl() ) { + self::add_notice( 'no_secure_connection' ); } - WC_Admin_Notices::add_wootenberg_feature_plugin_notice(); + self::add_wootenberg_feature_plugin_notice(); self::add_notice( 'template_files' ); } @@ -119,7 +118,8 @@ class WC_Admin_Notices { /** * See if a notice is being shown. * - * @param string $name Notice name. + * @param string $name Notice name. + * * @return boolean */ public static function has_notice( $name ) { @@ -354,7 +354,7 @@ class WC_Admin_Notices { * Notice about secure connection. */ public static function secure_connection_notice() { - if ( get_user_meta( get_current_user_id(), 'dismissed_no_secure_connection_notice', true ) ) { + if ( self::is_ssl() || get_user_meta( get_current_user_id(), 'dismissed_no_secure_connection_notice', true ) ) { return; } @@ -365,10 +365,10 @@ class WC_Admin_Notices { * If Gutenberg is active, tell people about the Products block feature plugin. * * @since 3.4.3 - * @todo Remove this notice and associated code once the feature plugin has been merged into core. + * @todo Remove this notice and associated code once the feature plugin has been merged into core. */ public static function add_wootenberg_feature_plugin_notice() { - if ( is_plugin_active( 'gutenberg/gutenberg.php' ) && ! is_plugin_active( 'woo-gutenberg-products-block/woocommerce-gutenberg-products-block.php' ) ) { + if ( ( is_plugin_active( 'gutenberg/gutenberg.php' ) || version_compare( get_bloginfo( 'version' ), '5.0', '>=' ) ) && ! is_plugin_active( 'woo-gutenberg-products-block/woocommerce-gutenberg-products-block.php' ) ) { self::add_notice( 'wootenberg' ); } } @@ -377,10 +377,10 @@ class WC_Admin_Notices { * Tell people about the Products block feature plugin when they activate Gutenberg. * * @since 3.4.3 - * @todo Remove this notice and associated code once the feature plugin has been merged into core. + * @todo Remove this notice and associated code once the feature plugin has been merged into core. */ public static function add_wootenberg_feature_plugin_notice_on_gutenberg_activate() { - if ( ! is_plugin_active( 'woo-gutenberg-products-block/woocommerce-gutenberg-products-block.php' ) ) { + if ( ! is_plugin_active( 'woo-gutenberg-products-block/woocommerce-gutenberg-products-block.php' ) && version_compare( get_bloginfo( 'version' ), '5.0', '<' ) ) { self::add_notice( 'wootenberg' ); } } @@ -396,6 +396,19 @@ class WC_Admin_Notices { include dirname( __FILE__ ) . '/views/html-notice-wootenberg.php'; } + + /** + * Determine if the store is running SSL. + * + * @return bool Flag SSL enabled. + * @since 3.5.1 + */ + protected static function is_ssl() { + $shop_page = 0 < wc_get_page_id( 'shop' ) ? get_permalink( wc_get_page_id( 'shop' ) ) : get_home_url(); + + return ( is_ssl() && 'https' === substr( $shop_page, 0, 5 ) ); + } + } WC_Admin_Notices::init(); diff --git a/includes/admin/class-wc-admin-post-types.php b/includes/admin/class-wc-admin-post-types.php index 52f842cf96d..bb4a774e671 100644 --- a/includes/admin/class-wc-admin-post-types.php +++ b/includes/admin/class-wc-admin-post-types.php @@ -2,8 +2,6 @@ /** * Post Types Admin * - * @author Automattic - * @category Admin * @package WooCommerce/admin * @version 3.3.0 */ @@ -120,6 +118,7 @@ class WC_Admin_Post_Types { $messages['product'] = array( 0 => '', // Unused. Messages start at index 1. + /* translators: %s: Product view URL. */ 1 => sprintf( __( 'Product updated. View Product', 'woocommerce' ), esc_url( get_permalink( $post->ID ) ) ), 2 => __( 'Custom field updated.', 'woocommerce' ), 3 => __( 'Custom field deleted.', 'woocommerce' ), @@ -405,7 +404,7 @@ class WC_Admin_Post_Types { $manage_stock = ! empty( $_REQUEST['_manage_stock'] ) && 'grouped' !== $product->get_type() ? 'yes' : 'no'; // WPCS: input var ok, sanitization ok. $backorders = ! empty( $_REQUEST['_backorders'] ) ? wc_clean( $_REQUEST['_backorders'] ) : 'no'; // WPCS: input var ok, sanitization ok. $stock_status = ! empty( $_REQUEST['_stock_status'] ) ? wc_clean( $_REQUEST['_stock_status'] ) : 'instock'; // WPCS: input var ok, sanitization ok. - $stock_amount = 'yes' === $manage_stock && ! empty( $_REQUEST['_stock'] ) ? wc_stock_amount( $_REQUEST['_stock'] ) : ''; // WPCS: input var ok, sanitization ok. + $stock_amount = 'yes' === $manage_stock && isset( $_REQUEST['_stock'] ) && is_numeric( wp_unslash( $_REQUEST['_stock'] ) ) ? wc_stock_amount( wp_unslash( $_REQUEST['_stock'] ) ) : ''; // WPCS: input var ok, sanitization ok. $product->set_manage_stock( $manage_stock ); $product->set_backorders( $backorders ); @@ -823,14 +822,14 @@ class WC_Admin_Post_Types { * When editing the shop page, we should hide templates. * * @param array $page_templates Templates array. - * @param string $class Classname. + * @param string $theme Classname. * @param WP_Post $post The current post object. * @return array */ public function hide_cpt_archive_templates( $page_templates, $theme, $post ) { $shop_page_id = wc_get_page_id( 'shop' ); - if ( $post && $shop_page_id === absint( $post->ID ) ) { + if ( $post && absint( $post->ID ) === $shop_page_id ) { $page_templates = array(); } @@ -845,8 +844,9 @@ class WC_Admin_Post_Types { public function show_cpt_archive_notice( $post ) { $shop_page_id = wc_get_page_id( 'shop' ); - if ( $post && $shop_page_id === absint( $post->ID ) ) { + if ( $post && absint( $post->ID ) === $shop_page_id ) { echo '
    '; + /* translators: %s: URL to read more about the shop page. */ echo '

    ' . sprintf( wp_kses_post( __( 'This is the WooCommerce shop page. The shop page is a special archive that lists your products. You can read more about this here.', 'woocommerce' ) ), 'https://docs.woocommerce.com/document/woocommerce-pages/#section-4' ) . '

    '; echo '
    '; } diff --git a/includes/admin/class-wc-admin-reports.php b/includes/admin/class-wc-admin-reports.php index c8594097dbc..541fe67cd1b 100644 --- a/includes/admin/class-wc-admin-reports.php +++ b/includes/admin/class-wc-admin-reports.php @@ -29,7 +29,7 @@ class WC_Admin_Reports { public static function output() { $reports = self::get_reports(); $first_tab = array_keys( $reports ); - $current_tab = ! empty( $_GET['tab'] ) ? sanitize_title( $_GET['tab'] ) : $first_tab[0]; + $current_tab = ! empty( $_GET['tab'] ) && array_key_exists( $_GET['tab'], $reports ) ? sanitize_title( $_GET['tab'] ) : $first_tab[0]; $current_report = isset( $_GET['report'] ) ? sanitize_title( $_GET['report'] ) : current( array_keys( $reports[ $current_tab ]['reports'] ) ); include_once dirname( __FILE__ ) . '/reports/class-wc-admin-report.php'; diff --git a/includes/admin/class-wc-admin-setup-wizard.php b/includes/admin/class-wc-admin-setup-wizard.php index aceb4c210d9..cee41915683 100644 --- a/includes/admin/class-wc-admin-setup-wizard.php +++ b/includes/admin/class-wc-admin-setup-wizard.php @@ -55,6 +55,7 @@ class WC_Admin_Setup_Wizard { if ( apply_filters( 'woocommerce_enable_setup_wizard', true ) && current_user_can( 'manage_woocommerce' ) ) { add_action( 'admin_menu', array( $this, 'admin_menus' ) ); add_action( 'admin_init', array( $this, 'setup_wizard' ) ); + add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_scripts' ) ); } } @@ -143,6 +144,62 @@ class WC_Admin_Setup_Wizard { || $this->should_show_mailchimp(); } + /** + * Register/enqueue scripts and styles for the Setup Wizard. + * + * Hooked onto 'admin_enqueue_scripts'. + */ + public function enqueue_scripts() { + // Whether or not there is a pending background install of Jetpack. + $pending_jetpack = ! class_exists( 'Jetpack' ) && get_option( 'woocommerce_setup_background_installing_jetpack' ); + $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min'; + + wp_register_script( 'jquery-blockui', WC()->plugin_url() . '/assets/js/jquery-blockui/jquery.blockUI' . $suffix . '.js', array( 'jquery' ), '2.70', true ); + wp_register_script( 'selectWoo', WC()->plugin_url() . '/assets/js/selectWoo/selectWoo.full' . $suffix . '.js', array( 'jquery' ), '1.0.0' ); + wp_register_script( 'wc-enhanced-select', WC()->plugin_url() . '/assets/js/admin/wc-enhanced-select' . $suffix . '.js', array( 'jquery', 'selectWoo' ), WC_VERSION ); + wp_localize_script( + 'wc-enhanced-select', + 'wc_enhanced_select_params', + array( + 'i18n_no_matches' => _x( 'No matches found', 'enhanced select', 'woocommerce' ), + 'i18n_ajax_error' => _x( 'Loading failed', 'enhanced select', 'woocommerce' ), + 'i18n_input_too_short_1' => _x( 'Please enter 1 or more characters', 'enhanced select', 'woocommerce' ), + 'i18n_input_too_short_n' => _x( 'Please enter %qty% or more characters', 'enhanced select', 'woocommerce' ), + 'i18n_input_too_long_1' => _x( 'Please delete 1 character', 'enhanced select', 'woocommerce' ), + 'i18n_input_too_long_n' => _x( 'Please delete %qty% characters', 'enhanced select', 'woocommerce' ), + 'i18n_selection_too_long_1' => _x( 'You can only select 1 item', 'enhanced select', 'woocommerce' ), + 'i18n_selection_too_long_n' => _x( 'You can only select %qty% items', 'enhanced select', 'woocommerce' ), + 'i18n_load_more' => _x( 'Loading more results…', 'enhanced select', 'woocommerce' ), + 'i18n_searching' => _x( 'Searching…', 'enhanced select', 'woocommerce' ), + 'ajax_url' => admin_url( 'admin-ajax.php' ), + 'search_products_nonce' => wp_create_nonce( 'search-products' ), + 'search_customers_nonce' => wp_create_nonce( 'search-customers' ), + ) + ); + wp_enqueue_style( 'woocommerce_admin_styles', WC()->plugin_url() . '/assets/css/admin.css', array(), WC_VERSION ); + wp_enqueue_style( 'wc-setup', WC()->plugin_url() . '/assets/css/wc-setup.css', array( 'dashicons', 'install' ), WC_VERSION ); + + wp_register_script( 'wc-setup', WC()->plugin_url() . '/assets/js/admin/wc-setup' . $suffix . '.js', array( 'jquery', 'wc-enhanced-select', 'jquery-blockui', 'wp-util', 'jquery-tiptip' ), WC_VERSION ); + wp_localize_script( + 'wc-setup', + 'wc_setup_params', + array( + 'pending_jetpack_install' => $pending_jetpack ? 'yes' : 'no', + 'states' => WC()->countries->get_states(), + 'current_step' => isset( $this->steps[ $this->step ] ) ? $this->step : false, + 'i18n' => array( + 'extra_plugins' => array( + 'payment' => array( + 'stripe_create_account' => __( 'Stripe setup is powered by Jetpack and WooCommerce Services.', 'woocommerce' ), + 'ppec_paypal_reroute_requests' => __( 'PayPal setup is powered by Jetpack and WooCommerce Services.', 'woocommerce' ), + 'stripe_create_account,ppec_paypal_reroute_requests' => __( 'Stripe and PayPal setup are powered by Jetpack and WooCommerce Services.', 'woocommerce' ), + ), + ), + ), + ) + ); + } + /** * Show the setup wizard. */ @@ -198,47 +255,8 @@ class WC_Admin_Setup_Wizard { unset( $default_steps['activate'] ); } - // Whether or not there is a pending background install of Jetpack. - $pending_jetpack = ! class_exists( 'Jetpack' ) && get_option( 'woocommerce_setup_background_installing_jetpack' ); - $this->steps = apply_filters( 'woocommerce_setup_wizard_steps', $default_steps ); $this->step = isset( $_GET['step'] ) ? sanitize_key( $_GET['step'] ) : current( array_keys( $this->steps ) ); // WPCS: CSRF ok, input var ok. - $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min'; - - wp_register_script( 'jquery-blockui', WC()->plugin_url() . '/assets/js/jquery-blockui/jquery.blockUI' . $suffix . '.js', array( 'jquery' ), '2.70', true ); - wp_register_script( 'selectWoo', WC()->plugin_url() . '/assets/js/selectWoo/selectWoo.full' . $suffix . '.js', array( 'jquery' ), '1.0.0' ); - wp_register_script( 'wc-enhanced-select', WC()->plugin_url() . '/assets/js/admin/wc-enhanced-select' . $suffix . '.js', array( 'jquery', 'selectWoo' ), WC_VERSION ); - wp_localize_script( - 'wc-enhanced-select', - 'wc_enhanced_select_params', - array( - 'i18n_no_matches' => _x( 'No matches found', 'enhanced select', 'woocommerce' ), - 'i18n_ajax_error' => _x( 'Loading failed', 'enhanced select', 'woocommerce' ), - 'i18n_input_too_short_1' => _x( 'Please enter 1 or more characters', 'enhanced select', 'woocommerce' ), - 'i18n_input_too_short_n' => _x( 'Please enter %qty% or more characters', 'enhanced select', 'woocommerce' ), - 'i18n_input_too_long_1' => _x( 'Please delete 1 character', 'enhanced select', 'woocommerce' ), - 'i18n_input_too_long_n' => _x( 'Please delete %qty% characters', 'enhanced select', 'woocommerce' ), - 'i18n_selection_too_long_1' => _x( 'You can only select 1 item', 'enhanced select', 'woocommerce' ), - 'i18n_selection_too_long_n' => _x( 'You can only select %qty% items', 'enhanced select', 'woocommerce' ), - 'i18n_load_more' => _x( 'Loading more results…', 'enhanced select', 'woocommerce' ), - 'i18n_searching' => _x( 'Searching…', 'enhanced select', 'woocommerce' ), - 'ajax_url' => admin_url( 'admin-ajax.php' ), - 'search_products_nonce' => wp_create_nonce( 'search-products' ), - 'search_customers_nonce' => wp_create_nonce( 'search-customers' ), - ) - ); - wp_enqueue_style( 'woocommerce_admin_styles', WC()->plugin_url() . '/assets/css/admin.css', array(), WC_VERSION ); - wp_enqueue_style( 'wc-setup', WC()->plugin_url() . '/assets/css/wc-setup.css', array( 'dashicons', 'install' ), WC_VERSION ); - - wp_register_script( 'wc-setup', WC()->plugin_url() . '/assets/js/admin/wc-setup' . $suffix . '.js', array( 'jquery', 'wc-enhanced-select', 'jquery-blockui', 'wp-util' ), WC_VERSION ); - wp_localize_script( - 'wc-setup', - 'wc_setup_params', - array( - 'pending_jetpack_install' => $pending_jetpack ? 'yes' : 'no', - 'states' => WC()->countries->get_states(), - ) - ); // @codingStandardsIgnoreStart if ( ! empty( $_POST['save_step'] ) && isset( $this->steps[ $this->step ]['handler'] ) ) { @@ -285,6 +303,7 @@ class WC_Admin_Setup_Wizard { * Setup Wizard Header. */ public function setup_wizard_header() { + set_current_screen(); ?> > @@ -292,6 +311,7 @@ class WC_Admin_Setup_Wizard { <?php esc_html_e( 'WooCommerce › Setup Wizard', 'woocommerce' ); ?> + @@ -731,26 +751,6 @@ class WC_Admin_Setup_Wizard { array( - 'name' => __( 'Live Rates', 'woocommerce' ), - 'description' => __( 'Powered by WooCommerce Services and Jetpack.', 'woocommerce' ), - ), 'flat_rate' => array( 'name' => __( 'Flat Rate', 'woocommerce' ), 'description' => __( 'Set a fixed price to cover shipping costs.', 'woocommerce' ), @@ -782,12 +778,6 @@ class WC_Admin_Setup_Wizard { ), ); - $live_rate_carrier = $this->get_wcs_shipping_carrier( $country_code, $currency_code ); - - if ( false === $live_rate_carrier || ! current_user_can( 'install_plugins' ) ) { - unset( $shipping_methods['live_rates'] ); - } - return $shipping_methods; } @@ -799,8 +789,7 @@ class WC_Admin_Setup_Wizard { * @param string $input_prefix Input prefix. */ protected function shipping_method_selection_form( $country_code, $currency_code, $input_prefix ) { - $live_rate_carrier = $this->get_wcs_shipping_carrier( $country_code, $currency_code ); - $selected = $live_rate_carrier ? 'live_rates' : 'flat_rate'; + $selected = 'flat_rate'; $shipping_methods = $this->get_wizard_shipping_methods( $country_code, $currency_code ); ?>
    @@ -853,6 +842,51 @@ class WC_Admin_Setup_Wizard { + + + + + + + + countries->countries[ $country_code ]; $prefixed_country_name = WC()->countries->estimated_for_prefix( $country_code ) . $country_name; $currency_code = get_woocommerce_currency(); - $wcs_carrier = $this->get_wcs_shipping_carrier( $country_code, $currency_code ); $existing_zones = WC_Shipping_Zones::get_zones(); - $dimension_unit = get_option( 'woocommerce_dimension_unit' ); - $weight_unit = get_option( 'woocommerce_weight_unit' ); + $intro_text = ''; - if ( ! empty( $existing_zones ) ) { - $intro_text = __( 'How would you like units on your store displayed?', 'woocommerce' ); - } elseif ( $wcs_carrier ) { - $intro_text = sprintf( - /* translators: %1$s: country name including the 'the' prefix, %2$s: shipping carrier name */ - __( "You're all set up to ship anywhere in %1\$s, and outside of it. We recommend using live rates (which are powered by our WooCommerce Services plugin and Jetpack) to get accurate %2\$s shipping prices to cover the cost of order fulfillment.", 'woocommerce' ), - $prefixed_country_name, - $wcs_carrier - ); - } else { + if ( empty( $existing_zones ) ) { $intro_text = sprintf( /* translators: %s: country name including the 'the' prefix if needed */ - __( "You can choose which countries you'll be shipping to and with which methods. To get started, we've set you up with shipping inside and outside of %s.", 'woocommerce' ), + __( "We've created two Shipping Zones - for %s and for the rest of the world. Below you can set Flat Rate shipping costs for these Zones or offer Free Shipping.", 'woocommerce' ), $prefixed_country_name ); } + $is_wcs_labels_supported = $this->is_wcs_shipping_labels_supported_country( $country_code ); + $is_shipstation_supported = $this->is_shipstation_supported_country( $country_code ); + ?>

    -

    + +

    +
      @@ -925,51 +953,91 @@ class WC_Admin_Setup_Wizard {
    +
  • +

    + live rates from a specific carrier (e.g. UPS) you can find a variety of extensions available for WooCommerce here.', 'woocommerce' ), + array( + 'span' => array( + 'class' => array(), + 'data-tip' => array(), + ), + 'a' => array( + 'href' => array(), + 'target' => array(), + ), + ) + ), + esc_attr__( 'A live rate is the exact cost to ship an order, quoted directly from the shipping carrier.', 'woocommerce' ), + 'https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/shipping-carriers/' + ); + ?> +

    +
  • + + +
    -
    -

    - —used to calculate shipping rates, and more.', 'woocommerce' ), - array( 'strong' => array() ) - ) - ); - ?> - -

    - -
    -
    -

    - —helps for accurate package selection.', 'woocommerce' ), - array( 'strong' => array() ) - ) - ); - ?> - -

    - -
    +

    + get_product_weight_selection(), + $this->get_product_dimension_selection() + ), + array( + 'span' => array( + 'class' => array(), + ), + 'select' => array( + 'id' => array(), + 'name' => array(), + 'class' => array(), + ), + 'option' => array( + 'value' => array(), + 'selected' => array(), + ), + ) + ); + ?> +

    @@ -987,11 +1055,6 @@ class WC_Admin_Setup_Wizard { public function wc_setup_shipping_save() { check_admin_referer( 'wc-setup' ); - // If going through this step again, remove the live rates options. - // in case the user saved different settings this time. - delete_option( 'woocommerce_setup_domestic_live_rates_zone' ); - delete_option( 'woocommerce_setup_intl_live_rates_zone' ); - // @codingStandardsIgnoreStart $setup_domestic = isset( $_POST['shipping_zones']['domestic']['enabled'] ) && ( 'yes' === $_POST['shipping_zones']['domestic']['enabled'] ); $domestic_method = isset( $_POST['shipping_zones']['domestic']['method'] ) ? sanitize_text_field( wp_unslash( $_POST['shipping_zones']['domestic']['method'] ) ) : ''; @@ -1006,20 +1069,32 @@ class WC_Admin_Setup_Wizard { update_option( 'woocommerce_weight_unit', $weight_unit ); update_option( 'woocommerce_dimension_unit', $dimension_unit ); + $setup_wcs_labels = isset( $_POST['setup_woocommerce_services'] ) && 'yes' === $_POST['setup_woocommerce_services']; + $setup_shipstation = isset( $_POST['setup_shipstation'] ) && 'yes' === $_POST['setup_shipstation']; + + update_option( 'woocommerce_setup_shipping_labels', $setup_wcs_labels ); + + if ( $setup_wcs_labels ) { + $this->install_woocommerce_services(); + } + + if ( $setup_shipstation ) { + $this->install_plugin( + 'woocommerce-shipstation-integration', + array( + 'name' => __( 'ShipStation', 'woocommerce' ), + 'repo-slug' => 'woocommerce-shipstation-integration', + 'file' => 'woocommerce-shipstation.php', + ) + ); + } + // For now, limit this setup to the first run. if ( ! empty( $existing_zones ) ) { wp_safe_redirect( esc_url_raw( $this->get_next_step_link() ) ); exit; } - // Install WooCommerce Services if live rates were selected. - if ( - ( $setup_domestic && 'live_rates' === $domestic_method ) || - ( $setup_intl && 'live_rates' === $intl_method ) - ) { - $this->install_woocommerce_services(); - } - /* * If enabled, create a shipping zone containing the country the * store is located in, with the selected method preconfigured. @@ -1030,14 +1105,7 @@ class WC_Admin_Setup_Wizard { $zone = new WC_Shipping_Zone( null ); $zone->set_zone_order( 0 ); $zone->add_location( $country, 'country' ); - - if ( 'live_rates' === $domestic_method ) { - // Signal WooCommerce Services to setup the domestic zone. - update_option( 'woocommerce_setup_domestic_live_rates_zone', true, 'no' ); - } else { - $instance_id = $zone->add_shipping_method( $domestic_method ); - } - + $instance_id = $zone->add_shipping_method( $domestic_method ); $zone->save(); // Save chosen shipping method settings (using REST controller for convenience). @@ -1055,15 +1123,10 @@ class WC_Admin_Setup_Wizard { // If enabled, set the selected method for the "rest of world" zone. if ( $setup_intl ) { - if ( 'live_rates' === $intl_method ) { - // Signal WooCommerce Services to setup the international zone. - update_option( 'woocommerce_setup_intl_live_rates_zone', true, 'no' ); - } else { - $zone = new WC_Shipping_Zone( 0 ); - $instance_id = $zone->add_shipping_method( $intl_method ); + $zone = new WC_Shipping_Zone( 0 ); + $instance_id = $zone->add_shipping_method( $intl_method ); - $zone->save(); - } + $zone->save(); // Save chosen shipping method settings (using REST controller for convenience). if ( isset( $instance_id ) && ! empty( $_POST['shipping_zones']['intl'][ $intl_method ] ) ) { // WPCS: input var ok. @@ -1218,6 +1281,32 @@ class WC_Admin_Setup_Wizard { return in_array( $country_code, $supported_countries, true ); } + /** + * Is ShipStation country supported + * + * @param string $country_code Country code. + */ + protected function is_shipstation_supported_country( $country_code ) { + $supported_countries = array( + 'AU', // Australia. + 'CA', // Canada. + 'GB', // United Kingdom. + ); + return in_array( $country_code, $supported_countries, true ); + } + + /** + * Is WooCommerce Services shipping label country supported + * + * @param string $country_code Country code. + */ + protected function is_wcs_shipping_labels_supported_country( $country_code ) { + $supported_countries = array( + 'US', // United States. + ); + return in_array( $country_code, $supported_countries, true ); + } + /** * Helper method to retrieve the current user's email address. * @@ -1273,9 +1362,10 @@ class WC_Admin_Setup_Wizard { 'repo-slug' => 'woocommerce-gateway-stripe', 'settings' => array( 'create_account' => array( - 'label' => __( 'Create a new Stripe account for me', 'woocommerce' ), + 'label' => __( 'Set up Stripe for me using this email:', 'woocommerce' ), 'type' => 'checkbox', 'value' => 'yes', + 'default' => 'yes', 'placeholder' => '', 'required' => false, 'plugins' => $this->get_wcs_requisite_plugins(), @@ -1285,7 +1375,6 @@ class WC_Admin_Setup_Wizard { 'type' => 'email', 'value' => $user_email, 'placeholder' => __( 'Stripe email address', 'woocommerce' ), - 'description' => __( "Enter your email address and we'll handle account creation. Powered by WooCommerce Services and Jetpack.", 'woocommerce' ), 'required' => true, ), ), @@ -1299,9 +1388,10 @@ class WC_Admin_Setup_Wizard { 'repo-slug' => 'woocommerce-gateway-paypal-express-checkout', 'settings' => array( 'reroute_requests' => array( - 'label' => __( 'Accept payments without linking a PayPal account', 'woocommerce' ), + 'label' => __( 'Set up PayPal for me using this email:', 'woocommerce' ), 'type' => 'checkbox', 'value' => 'yes', + 'default' => 'yes', 'placeholder' => '', 'required' => false, 'plugins' => $this->get_wcs_requisite_plugins(), @@ -1311,7 +1401,6 @@ class WC_Admin_Setup_Wizard { 'type' => 'email', 'value' => $user_email, 'placeholder' => __( 'Email address to receive payments', 'woocommerce' ), - 'description' => __( "Enter your email address and we'll authenticate payments for you. Powered by WooCommerce Services and Jetpack.", 'woocommerce' ), 'required' => true, ), ), @@ -1532,6 +1621,8 @@ class WC_Admin_Setup_Wizard { $checked = false; if ( isset( $previously_saved_settings[ $setting_id ] ) ) { $checked = 'yes' === $previously_saved_settings[ $setting_id ]; + } elseif ( false === $previously_saved_settings && isset( $setting['default'] ) ) { + $checked = 'yes' === $setting['default']; } } if ( 'email' === $setting['type'] ) { @@ -1901,33 +1992,30 @@ class WC_Admin_Setup_Wizard { $ppec_enabled = is_array( $ppec_settings ) && isset( $ppec_settings['reroute_requests'] ) && 'yes' === $ppec_settings['reroute_requests'] && isset( $ppec_settings['enabled'] ) && 'yes' === $ppec_settings['enabled']; + $features['payment'] = $stripe_enabled || $ppec_enabled; - - $features['taxes'] = (bool) get_option( 'woocommerce_setup_automated_taxes', false ); - - $domestic_rates = (bool) get_option( 'woocommerce_setup_domestic_live_rates_zone', false ); - $intl_rates = (bool) get_option( 'woocommerce_setup_intl_live_rates_zone', false ); - $features['rates'] = $domestic_rates || $intl_rates; + $features['taxes'] = (bool) get_option( 'woocommerce_setup_automated_taxes', false ); + $features['labels'] = (bool) get_option( 'woocommerce_setup_shipping_labels', false ); return $features; } protected function wc_setup_activate_get_feature_list_str() { $features = $this->wc_setup_activate_get_feature_list(); - if ( $features['payment'] && $features['taxes'] && $features['rates'] ) { - return __( 'payment setup, automated taxes, live rates and discounted shipping labels', 'woocommerce' ); + if ( $features['payment'] && $features['taxes'] && $features['labels'] ) { + return __( 'payment setup, automated taxes and discounted shipping labels', 'woocommerce' ); } else if ( $features['payment'] && $features['taxes'] ) { return __( 'payment setup and automated taxes', 'woocommerce' ); - } else if ( $features['payment'] && $features['rates'] ) { - return __( 'payment setup, live rates and discounted shipping labels', 'woocommerce' ); + } else if ( $features['payment'] && $features['labels'] ) { + return __( 'payment setup and discounted shipping labels', 'woocommerce' ); } else if ( $features['payment'] ) { return __( 'payment setup', 'woocommerce' ); - } else if ( $features['taxes'] && $features['rates'] ) { - return __( 'automated taxes, live rates and discounted shipping labels', 'woocommerce' ); + } else if ( $features['taxes'] && $features['labels'] ) { + return __( 'automated taxes and discounted shipping labels', 'woocommerce' ); } else if ( $features['taxes'] ) { return __( 'automated taxes', 'woocommerce' ); - } else if ( $features['rates'] ) { - return __( 'live rates and discounted shipping labels', 'woocommerce' ); + } else if ( $features['labels'] ) { + return __( 'discounted shipping labels', 'woocommerce' ); } return false; } diff --git a/includes/admin/class-wc-admin-status.php b/includes/admin/class-wc-admin-status.php index 5be05ea25f9..88dc02ce678 100644 --- a/includes/admin/class-wc-admin-status.php +++ b/includes/admin/class-wc-admin-status.php @@ -39,6 +39,22 @@ class WC_Admin_Status { if ( array_key_exists( $action, $tools ) ) { $response = $tools_controller->execute_tool( $action ); + + $tool = $tools[ $action ]; + $tool = array( + 'id' => $action, + 'name' => $tool['name'], + 'action' => $tool['button'], + 'description' => $tool['desc'], + ); + $tool = array_merge( $tool, $response ); + + /** + * Fires after a WooCommerce system status tool has been executed. + * + * @param array $tool Details about the tool that has been executed. + */ + do_action( 'woocommerce_system_status_tool_executed', $tool ); } else { $response = array( 'success' => false, diff --git a/includes/admin/class-wc-admin-taxonomies.php b/includes/admin/class-wc-admin-taxonomies.php index d8ee5a209eb..8b4e3e8bf41 100644 --- a/includes/admin/class-wc-admin-taxonomies.php +++ b/includes/admin/class-wc-admin-taxonomies.php @@ -18,10 +18,20 @@ if ( ! defined( 'ABSPATH' ) ) { */ class WC_Admin_Taxonomies { + /** + * Default category ID. + * + * @var int + */ + private $default_cat_id = 0; + /** * Constructor. */ public function __construct() { + // Default category ID. + $this->default_cat_id = get_option( 'default_product_cat', 0 ); + // Category/term ordering add_action( 'create_term', array( $this, 'create_term' ), 5, 3 ); add_action( 'delete_term', array( $this, 'delete_term' ), 5 ); @@ -54,6 +64,9 @@ class WC_Admin_Taxonomies { // Maintain hierarchy of terms add_filter( 'wp_terms_checklist_args', array( $this, 'disable_checked_ontop' ) ); + + // Admin footer scripts for this product categories admin screen + add_action( 'admin_footer', array( $this, 'scripts_at_product_cat_screen_footer' ) ); } /** @@ -436,6 +449,26 @@ class WC_Admin_Taxonomies { } return $args; } + + /** + * Admin footer scripts for the product categories admin screen + * + * @return void + */ + public function scripts_at_product_cat_screen_footer() { + if ( ! isset( $_GET['taxonomy'] ) || 'product_cat' !== $_GET['taxonomy'] ) { + return; + } + // Ensure the tooltip is displayed when the image column is disabled on product categories + wc_enqueue_js(" + (function( $ ) { + 'use strict'; + var product_cat = $( 'tr#tag-" . absint( $this->default_cat_id ) . "' ); + product_cat.find( 'th' ).empty(); + product_cat.find( 'td.thumb span' ).detach( 'span' ).appendTo( product_cat.find( 'th' ) ); + })( jQuery ); + "); + } } new WC_Admin_Taxonomies(); diff --git a/includes/admin/class-wc-admin-webhooks.php b/includes/admin/class-wc-admin-webhooks.php index abe82d2df79..c4216044c3e 100644 --- a/includes/admin/class-wc-admin-webhooks.php +++ b/includes/admin/class-wc-admin-webhooks.php @@ -119,7 +119,8 @@ class WC_Admin_Webhooks { } // API version. - $webhook->set_api_version( ! empty( $_POST['webhook_api_version'] ) ? sanitize_text_field( wp_unslash( $_POST['webhook_api_version'] ) ) : 'wp_api_v2' ); // WPCS: input var okay, CSRF ok. + $rest_api_versions = wc_get_webhook_rest_api_versions(); + $webhook->set_api_version( ! empty( $_POST['webhook_api_version'] ) ? sanitize_text_field( wp_unslash( $_POST['webhook_api_version'] ) ) : end( $rest_api_versions ) ); // WPCS: input var okay, CSRF ok. $webhook->save(); diff --git a/includes/admin/class-wc-admin.php b/includes/admin/class-wc-admin.php index 0d95cb3b097..da1bf7ac7f6 100644 --- a/includes/admin/class-wc-admin.php +++ b/includes/admin/class-wc-admin.php @@ -22,6 +22,7 @@ class WC_Admin { * Constructor. */ public function __construct() { + add_action( 'plugins_loaded', array( $this, 'preload_helper' ), 9 ); add_action( 'init', array( $this, 'includes' ) ); add_action( 'current_screen', array( $this, 'conditional_includes' ) ); add_action( 'admin_init', array( $this, 'buffer' ), 1 ); @@ -86,6 +87,13 @@ class WC_Admin { include_once dirname( __FILE__ ) . '/helper/class-wc-helper.php'; } + /** + * Preloads some functionality of the Helper to be loaded on the `plugins_loaded` hook + */ + public function preload_helper() { + include_once dirname( __FILE__ ) . '/helper/class-wc-helper-file-headers.php'; + } + /** * Include admin files conditionally. */ diff --git a/includes/admin/helper/class-wc-helper-file-headers.php b/includes/admin/helper/class-wc-helper-file-headers.php new file mode 100644 index 00000000000..7db9c72b2c1 --- /dev/null +++ b/includes/admin/helper/class-wc-helper-file-headers.php @@ -0,0 +1,44 @@ +plugin_url() . '/assets/images/woocommerce_logo.png' ); ?>" alt="WooCommerce" style="width:180px;"> -

    Sorry to see you go. Feel free to reconnect again using the button below.', 'woocommerce' ); ?>

    +

    ' . esc_html_e( 'Feel free to reconnect again using the button below.', 'woocommerce' ); ?>

    -

    +

    diff --git a/includes/admin/importers/class-wc-product-csv-importer-controller.php b/includes/admin/importers/class-wc-product-csv-importer-controller.php index 4711b5bb29e..f8cef598026 100644 --- a/includes/admin/importers/class-wc-product-csv-importer-controller.php +++ b/includes/admin/importers/class-wc-product-csv-importer-controller.php @@ -83,6 +83,42 @@ class WC_Product_CSV_Importer_Controller { return new $importer_class( $file, $args ); } + /** + * Check whether a file is a valid CSV file. + * + * @param string $file File path. + * @param bool $check_path Whether to also check the file is located in a valid location (Default: true). + * @return bool + */ + public static function is_file_valid_csv( $file, $check_path = true ) { + if ( $check_path && apply_filters( 'woocommerce_product_csv_importer_check_import_file_path', true ) && false !== stripos( $file, '://' ) ) { + return false; + } + + $valid_filetypes = self::get_valid_csv_filetypes(); + $filetype = wp_check_filetype( $file, $valid_filetypes ); + if ( in_array( $filetype['type'], $valid_filetypes, true ) ) { + return true; + } + + return false; + } + + /** + * Get all the valid filetypes for a CSV file. + * + * @return array + */ + protected static function get_valid_csv_filetypes() { + return apply_filters( + 'woocommerce_csv_product_import_valid_filetypes', + array( + 'csv' => 'text/csv', + 'txt' => 'text/plain', + ) + ); + } + /** * Constructor. */ @@ -112,7 +148,7 @@ class WC_Product_CSV_Importer_Controller { $this->steps = apply_filters( 'woocommerce_product_csv_importer_steps', $default_steps ); - // phpcs:disable WordPress.CSRF.NonceVerification.NoNonceVerification + // phpcs:disable WordPress.Security.NonceVerification.NoNonceVerification $this->step = isset( $_REQUEST['step'] ) ? sanitize_key( $_REQUEST['step'] ) : current( array_keys( $this->steps ) ); $this->file = isset( $_REQUEST['file'] ) ? wc_clean( wp_unslash( $_REQUEST['file'] ) ) : ''; $this->update_existing = isset( $_REQUEST['update_existing'] ) ? (bool) $_REQUEST['update_existing'] : false; @@ -223,7 +259,7 @@ class WC_Product_CSV_Importer_Controller { * Dispatch current step and show correct view. */ public function dispatch() { - // phpcs:ignore WordPress.CSRF.NonceVerification.NoNonceVerification + // phpcs:ignore WordPress.Security.NonceVerification.NoNonceVerification if ( ! empty( $_POST['save_step'] ) && ! empty( $this->steps[ $this->step ]['handler'] ) ) { call_user_func( $this->steps[ $this->step ]['handler'], $this ); } @@ -271,14 +307,7 @@ class WC_Product_CSV_Importer_Controller { * @return string|WP_Error */ public function handle_upload() { - $valid_filetypes = apply_filters( - 'woocommerce_csv_product_import_valid_filetypes', array( - 'csv' => 'text/csv', - 'txt' => 'text/plain', - ) - ); - - // phpcs:disable WordPress.CSRF.NonceVerification.NoNonceVerification -- Nonce already verified in WC_Product_CSV_Importer_Controller::upload_form_handler() + // phpcs:disable WordPress.Security.NonceVerification.NoNonceVerification -- Nonce already verified in WC_Product_CSV_Importer_Controller::upload_form_handler() $file_url = isset( $_POST['file_url'] ) ? wc_clean( wp_unslash( $_POST['file_url'] ) ) : ''; if ( empty( $file_url ) ) { @@ -286,14 +315,13 @@ class WC_Product_CSV_Importer_Controller { return new WP_Error( 'woocommerce_product_csv_importer_upload_file_empty', __( 'File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini.', 'woocommerce' ) ); } - $filetype = wp_check_filetype( wc_clean( wp_unslash( $_FILES['import']['name'] ) ), $valid_filetypes ); - if ( ! in_array( $filetype['type'], $valid_filetypes, true ) ) { + if ( ! self::is_file_valid_csv( wc_clean( wp_unslash( $_FILES['import']['name'] ) ), false ) ) { return new WP_Error( 'woocommerce_product_csv_importer_upload_file_invalid', __( 'Invalid file type. The importer supports CSV and TXT file formats.', 'woocommerce' ) ); } $overrides = array( 'test_form' => false, - 'mimes' => $valid_filetypes, + 'mimes' => self::get_valid_csv_filetypes(), ); $import = $_FILES['import']; // WPCS: sanitization ok, input var ok. $upload = wp_handle_upload( $import, $overrides ); @@ -323,8 +351,7 @@ class WC_Product_CSV_Importer_Controller { return $upload['file']; } elseif ( file_exists( ABSPATH . $file_url ) ) { - $filetype = wp_check_filetype( ABSPATH . $file_url, $valid_filetypes ); - if ( ! in_array( $filetype['type'], $valid_filetypes, true ) ) { + if ( ! self::is_file_valid_csv( ABSPATH . $file_url ) ) { return new WP_Error( 'woocommerce_product_csv_importer_upload_file_invalid', __( 'Invalid file type. The importer supports CSV and TXT file formats.', 'woocommerce' ) ); } @@ -372,12 +399,19 @@ class WC_Product_CSV_Importer_Controller { * Import the file if it exists and is valid. */ public function import() { - if ( ! is_file( $this->file ) ) { - $this->add_error( __( 'The file does not exist, please try again.', 'woocommerce' ) ); + if ( ! self::is_file_valid_csv( $this->file ) ) { + $this->add_error( __( 'Invalid file type. The importer supports CSV and TXT file formats.', 'woocommerce' ) ); + $this->output_errors(); return; } - // phpcs:disable WordPress.CSRF.NonceVerification.NoNonceVerification -- Nonce already verified in WC_Admin_Importers::do_ajax_product_import() + if ( ! is_file( $this->file ) ) { + $this->add_error( __( 'The file does not exist, please try again.', 'woocommerce' ) ); + $this->output_errors(); + return; + } + + // phpcs:disable WordPress.Security.NonceVerification.NoNonceVerification -- Nonce already verified in WC_Admin_Importers::do_ajax_product_import() if ( ! empty( $_POST['map_from'] ) && ! empty( $_POST['map_to'] ) ) { $mapping_from = wc_clean( wp_unslash( $_POST['map_from'] ) ); $mapping_to = wc_clean( wp_unslash( $_POST['map_to'] ) ); @@ -391,7 +425,9 @@ class WC_Product_CSV_Importer_Controller { // phpcs:enable wp_localize_script( - 'wc-product-import', 'wc_product_import_params', array( + 'wc-product-import', + 'wc_product_import_params', + array( 'import_nonce' => wp_create_nonce( 'wc-product-import' ), 'mapping' => array( 'from' => $mapping_from, @@ -411,7 +447,7 @@ class WC_Product_CSV_Importer_Controller { * Done step. */ protected function done() { - // phpcs:disable WordPress.CSRF.NonceVerification.NoNonceVerification + // phpcs:disable WordPress.Security.NonceVerification.NoNonceVerification $imported = isset( $_GET['products-imported'] ) ? absint( $_GET['products-imported'] ) : 0; $updated = isset( $_GET['products-updated'] ) ? absint( $_GET['products-updated'] ) : 0; $failed = isset( $_GET['products-failed'] ) ? absint( $_GET['products-failed'] ) : 0; @@ -458,7 +494,8 @@ class WC_Product_CSV_Importer_Controller { */ $default_columns = $this->normalize_columns_names( apply_filters( - 'woocommerce_csv_product_import_mapping_default_columns', array( + 'woocommerce_csv_product_import_mapping_default_columns', + array( __( 'ID', 'woocommerce' ) => 'id', __( 'Type', 'woocommerce' ) => 'type', __( 'SKU', 'woocommerce' ) => 'sku', diff --git a/includes/admin/importers/class-wc-tax-rate-importer.php b/includes/admin/importers/class-wc-tax-rate-importer.php index 839a10e8f12..32e49b53943 100644 --- a/includes/admin/importers/class-wc-tax-rate-importer.php +++ b/includes/admin/importers/class-wc-tax-rate-importer.php @@ -101,7 +101,7 @@ class WC_Tax_Rate_Importer extends WP_Importer { */ private function import_start() { if ( function_exists( 'gc_enable' ) ) { - gc_enable(); // phpcs:ignore PHPCompatibility.PHP.NewFunctions.gc_enableFound + gc_enable(); // phpcs:ignore PHPCompatibility.FunctionUse.NewFunctions.gc_enableFound } wc_set_time_limit( 0 ); @ob_flush(); @@ -200,8 +200,8 @@ class WC_Tax_Rate_Importer extends WP_Importer { * @return bool False if error uploading or invalid file, true otherwise */ public function handle_upload() { - // phpcs:disable WordPress.CSRF.NonceVerification.NoNonceVerification -- Nonce already verified in WC_Tax_Rate_Importer::dispatch() - $file_url = isset( $_POST['file_url'] ) ? esc_url_raw( wp_unslash( $_POST['file_url'] ) ) : ''; + // phpcs:disable WordPress.Security.NonceVerification.NoNonceVerification -- Nonce already verified in WC_Tax_Rate_Importer::dispatch() + $file_url = isset( $_POST['file_url'] ) ? wc_clean( wp_unslash( $_POST['file_url'] ) ) : ''; if ( empty( $file_url ) ) { $file = wp_import_handle_upload(); diff --git a/includes/admin/list-tables/class-wc-admin-list-table-orders.php b/includes/admin/list-tables/class-wc-admin-list-table-orders.php index f9babc8825b..4a64388e475 100644 --- a/includes/admin/list-tables/class-wc-admin-list-table-orders.php +++ b/includes/admin/list-tables/class-wc-admin-list-table-orders.php @@ -135,10 +135,13 @@ class WC_Admin_List_Table_Orders extends WC_Admin_List_Table { unset( $actions['edit'] ); } - $actions['mark_processing'] = __( 'Change status to processing', 'woocommerce' ); - $actions['mark_on-hold'] = __( 'Change status to on-hold', 'woocommerce' ); - $actions['mark_completed'] = __( 'Change status to completed', 'woocommerce' ); - $actions['remove_personal_data'] = __( 'Remove personal data', 'woocommerce' ); + $actions['mark_processing'] = __( 'Change status to processing', 'woocommerce' ); + $actions['mark_on-hold'] = __( 'Change status to on-hold', 'woocommerce' ); + $actions['mark_completed'] = __( 'Change status to completed', 'woocommerce' ); + + if ( wc_string_to_bool( get_option( 'woocommerce_allow_bulk_remove_personal_data', 'no' ) ) ) { + $actions['remove_personal_data'] = __( 'Remove personal data', 'woocommerce' ); + } return $actions; } @@ -422,7 +425,8 @@ class WC_Admin_List_Table_Orders extends WC_Admin_List_Table { */ public static function get_order_preview_item_html( $order ) { $hidden_order_itemmeta = apply_filters( - 'woocommerce_hidden_order_itemmeta', array( + 'woocommerce_hidden_order_itemmeta', + array( '_qty', '_tax_class', '_product_id', @@ -439,12 +443,14 @@ class WC_Admin_List_Table_Orders extends WC_Admin_List_Table { $line_items = apply_filters( 'woocommerce_admin_order_preview_line_items', $order->get_items(), $order ); $columns = apply_filters( - 'woocommerce_admin_order_preview_line_item_columns', array( + 'woocommerce_admin_order_preview_line_item_columns', + array( 'product' => __( 'Product', 'woocommerce' ), 'quantity' => __( 'Quantity', 'woocommerce' ), 'tax' => __( 'Tax', 'woocommerce' ), 'total' => __( 'Total', 'woocommerce' ), - ), $order + ), + $order ); if ( ! wc_tax_enabled() ) { @@ -602,11 +608,12 @@ class WC_Admin_List_Table_Orders extends WC_Admin_List_Table { $shipping_address = $order->get_formatted_shipping_address(); return apply_filters( - 'woocommerce_admin_order_preview_get_order_details', array( + 'woocommerce_admin_order_preview_get_order_details', + array( 'data' => $order->get_data(), 'order_number' => $order->get_order_number(), - 'item_html' => WC_Admin_List_Table_Orders::get_order_preview_item_html( $order ), - 'actions_html' => WC_Admin_List_Table_Orders::get_order_preview_actions_html( $order ), + 'item_html' => self::get_order_preview_item_html( $order ), + 'actions_html' => self::get_order_preview_actions_html( $order ), 'ship_to_billing' => wc_ship_to_billing_address_only(), 'needs_shipping' => $order->needs_shipping_address(), 'formatted_billing_address' => $billing_address ? $billing_address : __( 'N/A', 'woocommerce' ), @@ -616,7 +623,8 @@ class WC_Admin_List_Table_Orders extends WC_Admin_List_Table { 'shipping_via' => $order->get_shipping_method(), 'status' => $order->get_status(), 'status_name' => wc_get_order_status_name( $order->get_status() ), - ), $order + ), + $order ); } @@ -651,7 +659,7 @@ class WC_Admin_List_Table_Orders extends WC_Admin_List_Table { // Sanity check: bail out if this is actually not a status, or is not a registered status. if ( isset( $order_statuses[ 'wc-' . $new_status ] ) ) { // Initialize payment gateways in case order has hooked status transition actions. - wc()->payment_gateways(); + WC()->payment_gateways(); foreach ( $ids as $id ) { $order = wc_get_order( $id ); @@ -669,7 +677,8 @@ class WC_Admin_List_Table_Orders extends WC_Admin_List_Table { 'bulk_action' => $report_action, 'changed' => $changed, 'ids' => join( ',', $ids ), - ), $redirect_to + ), + $redirect_to ); } @@ -726,7 +735,7 @@ class WC_Admin_List_Table_Orders extends WC_Admin_List_Table { $user_string = ''; $user_id = ''; - if ( ! empty( $_GET['_customer_user'] ) ) { // WPCS: input var ok. + if ( ! empty( $_GET['_customer_user'] ) ) { // phpcs:disable WordPress.Security.NonceVerification.NoNonceVerification $user_id = absint( $_GET['_customer_user'] ); // WPCS: input var ok, sanitization ok. $user = get_user_by( 'id', $user_id ); @@ -772,22 +781,15 @@ class WC_Admin_List_Table_Orders extends WC_Admin_List_Table { // Filter the orders by the posted customer. if ( ! empty( $_GET['_customer_user'] ) ) { // WPCS: input var ok. - $customer_id = (int) $_GET['_customer_user']; // WPCS: input var ok, sanitization ok. - - // On WC 3.5.0 the ID of the user that placed the order was moved from the post meta _customer_user to the post_author field in the wp_posts table. - if ( version_compare( get_option( 'woocommerce_db_version' ), '3.5.0', '>=' ) ) { - $query_vars['author'] = $customer_id; - } else { - // @codingStandardsIgnoreStart - $query_vars['meta_query'] = array( - array( - 'key' => '_customer_user', - 'value' => $customer_id, - 'compare' => '=', - ), - ); - // @codingStandardsIgnoreEnd - } + // @codingStandardsIgnoreStart. + $query_vars['meta_query'] = array( + array( + 'key' => '_customer_user', + 'value' => (int) $_GET['_customer_user'], // WPCS: input var ok, sanitization ok. + 'compare' => '=', + ), + ); + // @codingStandardsIgnoreEnd } // Sorting. @@ -803,7 +805,7 @@ class WC_Admin_List_Table_Orders extends WC_Admin_List_Table { } // Status. - if ( ! isset( $query_vars['post_status'] ) ) { + if ( empty( $query_vars['post_status'] ) ) { $post_statuses = wc_get_order_statuses(); foreach ( $post_statuses as $status => $value ) { @@ -826,7 +828,7 @@ class WC_Admin_List_Table_Orders extends WC_Admin_List_Table { public function search_label( $query ) { global $pagenow, $typenow; - if ( 'edit.php' !== $pagenow || 'shop_order' !== $typenow || ! get_query_var( 'shop_order_search' ) || ! isset( $_GET['s'] ) ) { // WPCS: input var ok. + if ( 'edit.php' !== $pagenow || 'shop_order' !== $typenow || ! get_query_var( 'shop_order_search' ) || ! isset( $_GET['s'] ) ) { // phpcs:disable WordPress.Security.NonceVerification.NoNonceVerification return $query; } @@ -852,7 +854,7 @@ class WC_Admin_List_Table_Orders extends WC_Admin_List_Table { public function search_custom_fields( $wp ) { global $pagenow; - if ( 'edit.php' !== $pagenow || empty( $wp->query_vars['s'] ) || 'shop_order' !== $wp->query_vars['post_type'] || ! isset( $_GET['s'] ) ) { // WPCS: input var ok. + if ( 'edit.php' !== $pagenow || empty( $wp->query_vars['s'] ) || 'shop_order' !== $wp->query_vars['post_type'] || ! isset( $_GET['s'] ) ) { // phpcs:disable WordPress.Security.NonceVerification.NoNonceVerification return; } diff --git a/includes/admin/list-tables/class-wc-admin-list-table-products.php b/includes/admin/list-tables/class-wc-admin-list-table-products.php index 646d91e868d..b87f8277a93 100644 --- a/includes/admin/list-tables/class-wc-admin-list-table-products.php +++ b/includes/admin/list-tables/class-wc-admin-list-table-products.php @@ -39,6 +39,7 @@ class WC_Admin_List_Table_Products extends WC_Admin_List_Table { add_filter( 'query_vars', array( $this, 'add_custom_query_var' ) ); add_filter( 'views_edit-product', array( $this, 'product_views' ) ); add_filter( 'get_search_query', array( $this, 'search_label' ) ); + add_filter( 'posts_clauses', array( $this, 'add_variation_parents_for_shipping_class' ), 10, 2 ); } /** @@ -160,7 +161,7 @@ class WC_Admin_List_Table_Products extends WC_Admin_List_Table { echo '
    '; if ( $this->object->get_parent_id() > 0 ) { - echo '  ← ' . get_the_title( $this->object->get_parent_id() ) . ''; + echo '  ← ' . get_the_title( $this->object->get_parent_id() ) . ''; // @codingStandardsIgnoreLine. } get_inline_data( $post ); @@ -168,7 +169,7 @@ class WC_Admin_List_Table_Products extends WC_Admin_List_Table { /* Custom inline data for woocommerce. */ echo '