Added login request
2
backend/wordpress/wp-content/themes/index.php
Normal file
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
// Silence is golden.
|
||||
76
backend/wordpress/wp-content/themes/storefront/404.php
Normal file
@@ -0,0 +1,76 @@
|
||||
<?php
|
||||
/**
|
||||
* The template for displaying 404 pages (not found).
|
||||
*
|
||||
* @package storefront
|
||||
*/
|
||||
|
||||
get_header(); ?>
|
||||
|
||||
<div id="primary" class="content-area">
|
||||
|
||||
<main id="main" class="site-main" role="main">
|
||||
|
||||
<div class="error-404 not-found">
|
||||
|
||||
<div class="page-content">
|
||||
|
||||
<header class="page-header">
|
||||
<h1 class="page-title"><?php esc_html_e( 'Oops! That page can’t be found.', 'storefront' ); ?></h1>
|
||||
</header><!-- .page-header -->
|
||||
|
||||
<p><?php esc_html_e( 'Nothing was found at this location. Try searching, or check out the links below.', 'storefront' ); ?></p>
|
||||
|
||||
<?php
|
||||
echo '<section aria-label="' . esc_html__( 'Search', 'storefront' ) . '">';
|
||||
|
||||
if ( storefront_is_woocommerce_activated() ) {
|
||||
the_widget( 'WC_Widget_Product_Search' );
|
||||
} else {
|
||||
get_search_form();
|
||||
}
|
||||
|
||||
echo '</section>';
|
||||
|
||||
if ( storefront_is_woocommerce_activated() ) {
|
||||
|
||||
echo '<div class="fourohfour-columns-2">';
|
||||
|
||||
echo '<section class="col-1" aria-label="' . esc_html__( 'Promoted Products', 'storefront' ) . '">';
|
||||
|
||||
storefront_promoted_products();
|
||||
|
||||
echo '</section>';
|
||||
|
||||
echo '<nav class="col-2" aria-label="' . esc_html__( 'Product Categories', 'storefront' ) . '">';
|
||||
|
||||
echo '<h2>' . esc_html__( 'Product Categories', 'storefront' ) . '</h2>';
|
||||
|
||||
the_widget( 'WC_Widget_Product_Categories', array(
|
||||
'count' => 1,
|
||||
) );
|
||||
|
||||
echo '</nav>';
|
||||
|
||||
echo '</div>';
|
||||
|
||||
echo '<section aria-label="' . esc_html__( 'Popular Products', 'storefront' ) . '">';
|
||||
|
||||
echo '<h2>' . esc_html__( 'Popular Products', 'storefront' ) . '</h2>';
|
||||
|
||||
echo storefront_do_shortcode( 'best_selling_products', array(
|
||||
'per_page' => 4,
|
||||
'columns' => 4,
|
||||
) );
|
||||
|
||||
echo '</section>';
|
||||
}
|
||||
?>
|
||||
|
||||
</div><!-- .page-content -->
|
||||
</div><!-- .error-404 -->
|
||||
|
||||
</main><!-- #main -->
|
||||
</div><!-- #primary -->
|
||||
|
||||
<?php get_footer();
|
||||
618
backend/wordpress/wp-content/themes/storefront/README.txt
Normal file
@@ -0,0 +1,618 @@
|
||||
=== Storefront ===
|
||||
Contributors: automattic, tiagonoronha, jameskoster
|
||||
Requires at least: 4.7
|
||||
Tested up to: 4.9
|
||||
Stable tag: 2.3.2
|
||||
Version: 2.3.2
|
||||
License: GPLv2 or later
|
||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options
|
||||
|
||||
Storefront is the perfect theme for your next WooCommerce project.
|
||||
|
||||
== Description ==
|
||||
|
||||
Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout & color options to personalize your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
|
||||
|
||||
For more information about Storefront please go to https://woocommerce.com/storefront/.
|
||||
|
||||
For even more customization, check out Storefront extensions https://woocommerce.com/product-category/storefront-extensions/ and Storefront child themes https://woocommerce.com/product-category/themes/storefront-child-theme-themes/.
|
||||
|
||||
== Installation ==
|
||||
|
||||
1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
|
||||
2. Type in Storefront in the search form and press the 'Enter' key on your keyboard.
|
||||
3. Click on the 'Activate' button to use your new theme right away.
|
||||
4. Go to https://docs.woocommerce.com/documentation/themes/storefront/ guides on how to customize this theme.
|
||||
5. Navigate to Appearance > Customize in your admin panel and customize to taste.
|
||||
|
||||
== Copyright ==
|
||||
|
||||
This theme, like WordPress, is licensed under the GPL.
|
||||
Use it to make something cool, have fun, and share what you've learned with others.
|
||||
|
||||
Storefront is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
|
||||
|
||||
Resetting and rebuilding styles have been helped along thanks to the fine work of
|
||||
Eric Meyer https://meyerweb.com/eric/tools/css/reset/
|
||||
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
|
||||
|
||||
All sizing (typography, layout, padding/margins etc) are inspired by a modular scale that uses 1em as a base size with a 1.618 ratio.
|
||||
You can read more about the calculator we use in our sass here: https://github.com/modularscale/modularscale-sass
|
||||
|
||||
FontAwesome License: SIL Open Font License - http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
|
||||
Images License: GNU General Public License v2 or later
|
||||
|
||||
Storefront serves fonts via the hosted Google Fonts service. Storefront does not share any data with Google directly.
|
||||
To the best of our knowledge, Google doesn’t track nor share end user data.
|
||||
Privacy Policy for the Google Fonts API: https://developers.google.com/fonts/faq#what_does_using_the_google_fonts_api_mean_for_the_privacy_of_my_users
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 2.3.2 - 2018-05-30 =
|
||||
* Tweak - Replaced `wp_kses_data()` with `wp_kses_post()` on price outputs in the Mini-Cart and Sticky Add-To-Cart.
|
||||
* Tweak - Added support for `tel` type fields in forms.
|
||||
* Tweak - Replaced legacy homepage shortcodes with the new `[products]` shortcode.
|
||||
* Fix - WooCommerce Memberships mobile table styling.
|
||||
* Fix - Moved margin from `.woocommerce-breadcrumb` to the new `.storefront-breadcrumb` wrapper.
|
||||
* Fix - Fixed alignment of mobile menu toggle.
|
||||
* Fix - Removed H1 from logo when the Homepage is not the Blog page.
|
||||
* Dev - Removed legacy Sass mixins.
|
||||
|
||||
= 2.3.1 - 2018-05-10 =
|
||||
* Feature - Add support for GDPR features soon to be introduced in WordPress 4.9.6.
|
||||
* Tweak - Removed inline CSS cache; WordPress autoloads options by default, there's no advantage to caching the CSS.
|
||||
* Fix - Made changes to `icons.scss` to address an issue where Font Awesome icons were not being displayed correctly on some sites.
|
||||
* Fix - Apply clearfix to `.col-full` globally.
|
||||
|
||||
= 2.3.0 - 2018-05-08 =
|
||||
* Feature - Sticky Add-To-Cart.
|
||||
* Feature - Product Pagination.
|
||||
* Feature - WooCommerce Brands integration.
|
||||
* Tweak - Increased size of branding section if secondary navigation not used.
|
||||
* Tweak - Added a screen reader label to post navigation links.
|
||||
* Tweak - Removed RGBaster and added Customizer controls to change the color of text in the homepage Hero section.
|
||||
* Tweak - Removed NUX notice if coming from the WooCommerce wizard.
|
||||
* Tweak - Updated My Account layout.
|
||||
* Tweak - Removed column wrappers, unnecessary as of WooCommerce 3.3.
|
||||
* Tweak - Removed Jetpack Infinite Scroll hacks; they are no longer needed as of the latest version of Jetpack / WooCommerce.
|
||||
* Tweak - Removed "Free Extensions" column from Welcome page.
|
||||
* Fix - Reduce padding on cart table to prevent sidebar from overflowing container.
|
||||
* Fix - Hide handheld footer bar when an input is focused.
|
||||
* Fix - Prevent entry meta author styles from being applied to the author archives.
|
||||
* Fix - All included JavaScript is now compatible with Internet Explorer 11.
|
||||
* Fix - Added styling for other buttons in the header mini cart added by extensions.
|
||||
* Fix - Improved semantic HTML for pages and single posts.
|
||||
* Fix - Removed negative margins in the primary navigation and breadcrumb containers to fix an overflow issue in the Linux version of Chrome.
|
||||
* Fix - Removed 1px pixel margin on the product images gallery.
|
||||
* Fix - Added missing styles to Composite Products integration.
|
||||
* Dev - Upgrade to Font Awesome 5.
|
||||
* Dev - Remove `composer.json` from production version.
|
||||
* Dev - Added CSS style linting.
|
||||
* Dev - Renamed the `sass` folder to `css`. All `.scss` files are now excluded from the production version.
|
||||
|
||||
= 2.2.8 - 2018-02-13 =
|
||||
* Fix - Image bleed from next image in the gallery.
|
||||
* Fix - H1 site title tag on Front page instead of Posts page.
|
||||
* Fix - Number of columns and rows can now be changed in the Customizer.
|
||||
* Fix - Logo image size in Internet Explorer.
|
||||
* Fix - Prevent sidebar from overflowing the content at small sizes on cart page.
|
||||
* Fix - 404 page responsive layout.
|
||||
* Tweak - Updated development blog links.
|
||||
* Feature - WooCommerce Memberships integration.
|
||||
|
||||
= 2.2.7 - 2018-01-23 =
|
||||
* Fix - Reverted Chromium overflow fix introduced in 2.2.6 due to incompatibility with other Storefront products.
|
||||
* Fix - Jetpack Google Translate widget styling.
|
||||
* Tweak - Improved Grouped products table styling.
|
||||
* Dev - Added filters; `storefront_custom_logo_args`, `storefront_register_nav_menus`, `storefront_html5_args`, and `storefront_site_logo_args`.
|
||||
|
||||
= 2.2.6 - 2018-01-16 =
|
||||
* Fix - Price slider widget styling.
|
||||
* Fix - Apply styles to `a.woocommerce-store-notice__dismiss-link` instead of all links in the store notice.
|
||||
* Fix - Fix hidden content when there are no reviews.
|
||||
* Fix - Fixed typo in the `Storefront_WooCommerce` class, `thumbnail_columns` method description. Kudos [@cryptexvinci](https://github.com/cryptexvinci).
|
||||
* Tweak - Added vcard markup to template.
|
||||
* Tweak - Improved My Account Payment Methods styles.
|
||||
* Tweak - Improved the Bookings calendar styles.
|
||||
* Tweak - Removed jQuery dependency. Kudos [@valdrinkoshi](https://github.com/valdrinkoshi).
|
||||
* Tweak - Added "Navigation menus" step to Guided tour.
|
||||
* Tweak - Guided tour in the Customizer is now shown to all sites.
|
||||
* Dev - Removed non-standard outdated CSS. Kudos [@ElectricFeet](https://github.com/ElectricFeet).
|
||||
* Dev - Removed sticky cart. See [this issue](https://github.com/woocommerce/storefront/issues/637) for more information.
|
||||
* Dev - [WooCommerce 3.3] - Support for new columns & rows option in the customizer.
|
||||
* Dev - [WooCommerce 3.3] - Declare image sizes.
|
||||
* Dev - [WooCommerce 3.3] - Hide search button.
|
||||
* Dev - `composer.json` file. Kudos [@pmgarman](https://github.com/pmgarman).
|
||||
|
||||
= 2.2.5 - 2017-08-21 =
|
||||
* Feature - Add access to submenus from touchscreen devices. Kudos [@mikeyarce](https://github.com/mikeyarce).
|
||||
* Feature - Add styles for keyboard navigation on focus items. Kudos [@mikeyarce](https://github.com/mikeyarce).
|
||||
* Fix - Fix hero image positioning when page has RTL direction.
|
||||
* Tweak - Remove non-minified vendor script: `rgbaster.js`.
|
||||
* Tweak - Enqueue non-minified versions of scripts when `SCRIPT_DEBUG` is defined.
|
||||
* Dev - New hook to filter sidebar regions: `storefront_sidebar_args`.
|
||||
* Dev - Adds `grunt-contrib-compress` to the build process.
|
||||
* Fix - Remove 4th parameter being passed to `remove_action`, it only accepts 3. Kudos [@ashfame](https://github.com/ashfame).
|
||||
* Fix - Limit product name cell to `300px` in the order review table.
|
||||
* Fix - Check header cart contents length on `mouseover` to dynamically check if the height needs to be limited.
|
||||
* Tweak - Removed Structured Data. See [this comment](https://github.com/woocommerce/storefront/issues/620#issuecomment-313629032).
|
||||
* Fix - Header cart dropdown padding.
|
||||
* Fix - Updated demo store notice `z-index` value to `9999` to prevent conflicts with other elements. Kudos [@iamdharmesh](https://github.com/iamdharmesh).
|
||||
* Tweak - Replace WooThemes with WooCommerce.
|
||||
|
||||
= 2.2.4 - 2017-06-27 =
|
||||
* Fix - Notice styling in the payment section of the checkout.
|
||||
* Fix - Fix several typos in the theme description and customizer controls.
|
||||
* Fix - Remove `:hover` and `:active` states on `.screen-reader-text`.
|
||||
* Fix - Hide logo section from structured data if there's no image.
|
||||
* Dev - New hook after body tag: `storefront_before_site`.
|
||||
* Fix - Fix modular scale negative values not being compiled correctly.
|
||||
* Tweak - Open documentation links in a new window.
|
||||
* Fix - Translatable labels in the 404 template.
|
||||
* Fix - Localize all aria labels.
|
||||
* Dev - Remove `wp_kses_post()` from shortcodes output.
|
||||
* Fix - Amend support link in admin header to link to the WordPress.org support forum.
|
||||
|
||||
= 2.2.3 - 2017-05-24 =
|
||||
* Fix - Further improvements to prevent widgets from clearing after the update from 2.1.x.
|
||||
|
||||
= 2.2.2 - 2017-05-23 =
|
||||
* Fix - Prevent starter content widgets, nav menus and pages from being added to existing sites unwontedly.
|
||||
* Fix - Only set pages full width if fresh site.
|
||||
|
||||
= 2.2.1 - 2017-05-22 =
|
||||
* Fix - Compatibility with PHP versions lower than 5.5.
|
||||
|
||||
= 2.2.0 - 2017-05-22 =
|
||||
* Feature - Adding a featured image to the homepage template will now create a 'hero' component.
|
||||
* Feature - Improved new user experience; WooCommerce installation prompted and added starter content to set up the homepage template, menus, widgets and add some demo products.
|
||||
* Feature - Guided tour in the Customizer.
|
||||
* Fix - Remove unnecessary button styling in WooCommerce Quick View extension.
|
||||
* Fix - Only make the order review on checkout sticky of the address column is tall enough to make it worthwhile.
|
||||
* Tweak - Improved the Bookings calendar styles.
|
||||
* Tweak - :focus borders now dotted.
|
||||
* Tweak - Default header background color is now white and header text color defaults updated accordingly.
|
||||
* Tweak - Various typographical adjustments to match updated header design.
|
||||
* Dev - Added actions; `storefront_jetpack_infinite_scroll_before`, `storefront_jetpack_infinite_scroll_after`, `storefront_jetpack_product_infinite_scroll_before` and `storefront_jetpack_product_infinite_scroll_after`.
|
||||
* Dev - Added filters; `storefront_footer_widget_rows` and `storefront_footer_widget_columns` to easily control the number of widget rows / columns in the footer.
|
||||
* Dev - FontAwesome and icon styles are now enqueued separately to make removing FontAwesome trivial.
|
||||
* Dev - Updated FontAwesome to 4.7.0
|
||||
* Dev - Upsells columns filterable via `storefront_upsells_columns`.
|
||||
* Dev - Added a column wrapper to product loops. To adjust the layout you now only need to filter `storefront_loop_columns`.
|
||||
* Dev - Homepage product sections only display if products are returned.
|
||||
* Tweak - Escape background content color before output. Kudos [@pdewouters](https://github.com/pdewouters).
|
||||
* Dev - Updated package versions. You'll need to `npm install` next time you try to build.
|
||||
* Dev - Adds `grunt-postcss` + `autoprefixer` to the build process to reduce reliance on [Bourbon](https://www.bourbon.io/).
|
||||
* Tweak - Doctype in lowercase. Kudos [@B-07](https://github.com/B-07).
|
||||
* Fix - Only output `background-image` styles for the header and homepage content sections if an image exists.
|
||||
* Fix - Translatable aria labels in the homepage sections. Kudos [@andreaskian](https://github.com/andreaskian).
|
||||
|
||||
= 2.1.8 - 2017-02-17 =
|
||||
* Tweak - [WooCommerce 2.7] - Declare support for the new gallery.
|
||||
|
||||
= 2.1.7 - 2017-01-17 =
|
||||
* Tweak - [WooCommerce 2.7] - Ensure all checkboxes function correctly with new markup.
|
||||
* Tweak - [WooCommerce 2.7] - Order item meta styling.
|
||||
* Tweak - [WooCommerce 2.7] - Don't display the stock icon when `.stock` is empty.
|
||||
* Fix - Cross-sells layout
|
||||
|
||||
= 2.1.6 - 2016-11-15 =
|
||||
* Fix - Close dropdowns in the nav when you tap away on touch devices.
|
||||
* Fix - Ensure the header cart dropdown works properly on touch devices.
|
||||
* Fix - 404 layout.
|
||||
* Fix - Javascript error when `.site-header-cart` isn't present in the DOM.
|
||||
* Fix - Consistent spacing in site title.
|
||||
* Dev - Refactored `storefront_get_content_background_color()` to account for and give priority (over Storefront Designer) to Storefront Powerpack.
|
||||
* Dev - Deprecated `is_woocommerce_activated()` and made it pluggable.
|
||||
* Dev - Added `storefront_is_woocommerce_activated()`.
|
||||
|
||||
= 2.1.5 - 2016-10-24 =
|
||||
* Tweak - Jetpack infinite scroll now works on product archives as well as posts.
|
||||
* Tweak - Add styles for WooCommerce 2.7's new gallery.
|
||||
* Tweak - Style the 'dismiss' link in WooCommerce 2.7's 'demo notice' feature.
|
||||
|
||||
= 2.1.4 - 2016-10-11 =
|
||||
* Fix - Product/category title size in loops (WooCommerce 2.7 compatibility).
|
||||
* Fix - Star rating selector when WooCommerce lightbox is disabled.
|
||||
* Fix - Dropdowns can now be closed on iOS.
|
||||
* Fix - PHP 5.2 compatibility.
|
||||
* Tweak - Structured data sanitization and other minor adjustments.
|
||||
* Tweak - Header cart dropdown now only scrolls if it renders beyond the current window height.
|
||||
* Tweak - Star rating selector styling.
|
||||
* Tweak - Widget region order. Addresses the issue of widgets being added to an unexpected region on default installs.
|
||||
* Dev - `storefront_post_thumbnail()` is now hooked in to `storefront_post_content_before`.
|
||||
* Dev - Added `storefront_post_content_before` and `storefront_post_content_after` actions.
|
||||
* Dev - `storefront_post_thumbnail()` now provides a default size.
|
||||
* Dev - Updated FontAwesome to 4.6.3.
|
||||
|
||||
= 2.1.3 - 2016-09-26 =
|
||||
* Fix - Dropdowns in the main navigation when tabbing through links.
|
||||
* Fix - Hide empty labels when using the Advanced Product Labels extension.
|
||||
* Tweak - Updated MasterCard logo. Kudos [@nishitlangaliya](https://github.com/nishitlangaliya).
|
||||
|
||||
= 2.1.2 - 2016-09-08 =
|
||||
* Fix - Fatal errors in the Customizer when using older versions of WordPress.
|
||||
* Tweak - blockUI styling on checkout.
|
||||
* Dev - Tweaked how Customizer defaults are set so that checkboxes will work.
|
||||
|
||||
= 2.1.1 - 2016-09-02 =
|
||||
* Fix - Changed some customizer settings transport from postMessage to refresh for live preview of changes.
|
||||
* Fix - Secondary navigation dropdown styling.
|
||||
* Dev - Restructured the way objects are initiated. Objects are now initiated into an accessible global $storefront for access to hooks. Kudos [@jtsternberg](https://github.com/jtsternberg).
|
||||
|
||||
= 2.1.0 - 2016-08-24 =
|
||||
* Feature - Lots of SEO enhancements. Kudos [@opportus](https://github.com/opportus).
|
||||
* Feature - Selective refresh on site title, tag line, logo and widgets.
|
||||
* Feature - Integration with [Advanced Product Labels](https://woocommerce.com/products/woocommerce-advanced-product-labels/) extension.
|
||||
* Feature - Integration with [WooCommerce Mix and Match](https://woocommerce.com/products/woocommerce-mix-and-match-products/) extension.
|
||||
* Feature - Integration with [WooCommerce Quick View](https://woocommerce.com/products/woocommerce-quick-view/) extension.
|
||||
* Fix - Product thumbnail size on cart page.
|
||||
* Fix - Sticky order review position on RTL stores. Kudos [@farookibrahim](https://github.com/farookibrahim)
|
||||
* Dev - Restructured scss; removed components/typography and added main styles to `assets/sass/base/_base.scss`. Layout styles then added to `assets/sass/base/_layout.scss`. Moved WooCommerce extension integration styles to `assets/sass/woocommerce/extensions/`.
|
||||
|
||||
= 2.0.7 - 2016-07-26 =
|
||||
* Fix - Compatibility with PHP 5.2.
|
||||
* Fix - Further structured data sanitization.
|
||||
* Dev - Added .editorconfig.
|
||||
|
||||
= 2.0.6 - 2016-07-22 =
|
||||
* Fix - Added missing laser card icon.
|
||||
* Fix - Additional menu displayed on handheld when a menu isn't assigned to the 'primary' location.
|
||||
* Fix - Structured data sanitization.
|
||||
* Fix - Photography extension layout on handheld devices.
|
||||
* Tweak - Product Bundles integration tweaks.
|
||||
* Tweak - Updated all docs links to point to docs.woocommerce.com.
|
||||
* Dev - Made `storefront_primary_navigation_wrapper()` and `storefront_primary_navigation_wrapper_close()` pluggable.
|
||||
|
||||
= 2.0.5 - 2016-07-05 =
|
||||
* Fix - Saved payment method styling.
|
||||
* Fix - Card expiry date layout in checkout.
|
||||
* Fix - Product loop links in widgets are no longer underlined.
|
||||
* Tweak - Secondary nav wrapper no longer present is no menu is assigned. Kudos [@titanic-fanatic](https://github.com/titanic-fanatic).
|
||||
|
||||
= 2.0.4 - 2016-06-14 =
|
||||
* Fix - Credit card input label styling.
|
||||
* Fix - `$content_width` declaration.
|
||||
* Fix - Mobile menu when using an empty menu in the primary menu location.
|
||||
* Tweak - Minor style fixes / improvements for various WooCommerce extensions.
|
||||
* Tweak - Account / Cart links in the handheld nav bar will only appear if the pages are set in WooCommerce.
|
||||
* Tweak - Footer padding on handheld devices.
|
||||
* Tweak - `pre` background color to ensure legibility when displayed in messages.
|
||||
* Dev - Deprecate `storefront_html_tag_schema()`.
|
||||
|
||||
= 2.0.3 - 2016-06-02 =
|
||||
* Fix - Fatal error when using Storefront without WooCommerce.
|
||||
|
||||
= 2.0.2 - 2016-06-01 =
|
||||
* Fix - Correct CSS property applied to the header if no background image is present.
|
||||
* Fix - Sticky order review + Checkout Add-ons compatibility.
|
||||
* Fix - Active link color when using the Custom Menu widget in the sidebar.
|
||||
* Fix - Store notice no longer hidden by the handheld nav bar.
|
||||
* Fix - Some errors in structured data. Kudos [@opportus](https://github.com/opportus).
|
||||
* Dev - Added `storefront_sticky_order_review` filter.
|
||||
* Dev - Added `storefront_structured_data` filter for structured data customisation.
|
||||
|
||||
= 2.0.1 - 2016-05-12 =
|
||||
* Fix - Horizontal scroll bar on Safari.
|
||||
* Fix - Ensure the menu toggle background color updates correctly in the preview.
|
||||
* Fix - Positioning of cart icon in header cart link.
|
||||
* Fix - Missing Customizer settings after updating to 2.0.0.
|
||||
* Tweak - Blog pagination hover effect.
|
||||
* Tweak - Apply the 'alt' button style to the checkout button in the cart widget.
|
||||
* Dev - Apply Customizer setting defaults on `customize_register` to account for child themes filtering `storefront_setting_default_values`.
|
||||
* Dev - Fix typo in the `storefront_homepage_after_best_selling_products` action name.
|
||||
|
||||
= 2.0.0 - 2016-05-06 =
|
||||
* Feature - Extensive improvements to the responsive design.
|
||||
* Feature - Design refresh including full typography revamp.
|
||||
* Feature - Refactored all underlying code and re-organised / minified assets.
|
||||
* Feature - Added 'Best Sellers' product section to the Homepage.
|
||||
* Feature - oEmbed styling to match Storefront aesthetic.
|
||||
* Feature - The welcome screen now dynamically pulls in new products.
|
||||
* Feature - Added `storefront_header_styles()` for the header image/styles along with the `storefront_header_styles` filter to customise the treatment of header styles.
|
||||
* Feature - Support for the Custom Logo theme feature (requires WordPress 4.5).
|
||||
* Feature - Styled 'Average Rating' widget.
|
||||
* Feature - Styled WooCommerce 2.6 tabbed account section.
|
||||
* Tweak - All template functions are now pluggable.
|
||||
* Tweak - The 'menu' button is now styled automatically based on header settings in the Customizer.
|
||||
* Tweak - Customizer settings are now all assigned to a single theme mod on theme switch and Customizer save to improve performance.
|
||||
* Tweak - Humanised homepage product section titles.
|
||||
* Tweak - Redesigned blog post meta section.
|
||||
* Tweak - Comments / Reviews design.
|
||||
* Fix - Inadequate left/right content margin at certain screen sizes.
|
||||
* Fix - z-index on demo store notice.
|
||||
* Fix - Checkout add-ons integration.
|
||||
* Fix - Display of portrait logos on handheld devices.
|
||||
* Dev - Deprecated `storefront_categorized_blog()`.
|
||||
* Dev - Deprecated `storefront_sanitize_hex_color()`.
|
||||
* Dev - Deprecated `storefront_sanitize_layout()`.
|
||||
|
||||
= 1.6.1 - 2016-01-18 =
|
||||
* Tweak - Jetpack integration updates.
|
||||
* Tweak - Styling for WooCommerce 2.5's terms positioning on the checkout.
|
||||
* Tweak - Styling for WooCommerce 2.5's totals inc tax on the cart.
|
||||
* Tweak - Removed the bottom border on the cart / checkout pages.
|
||||
* Tweak - Renamed 'Header' widget region to 'Below Header'.
|
||||
* Fix - WooCommerce active filters widget now styled.
|
||||
* Fix - Image gallery layouts.
|
||||
* Fix - Sticky order review feature now accounts for any size of payment box to avoid cutting off the Place Order button.
|
||||
|
||||
= 1.6.0 - 2016-01-05 =
|
||||
* Feature - [Storefront Mega Menus](https://woocommerce.com/products/storefront-mega-menus/) integration.
|
||||
* Feature - Integration with [Ship to Multiple Addresses](https://woocommerce.com/products/shipping-multiple-addresses/) extension.
|
||||
* Feature - Sticky order review on checkout.
|
||||
* Feature - Automatic credit card type detection in compatible payment gateways.
|
||||
* Tweak - Styled the in stock/out of stock message. Props @nishitlangaliya.
|
||||
* Tweak - Added new function `storefront_star_rating_script`. Outputs JavaScript for the new star rating input while we wait for WooCommerce 2.5 to be released.
|
||||
* Tweak - Contrast on hovered links in the primary navigation.
|
||||
* Tweak - If no widgets are present in the sidebar a full width layout will be applied to all pages.
|
||||
* Tweak - Updated integration with the Variation Swatches extension.
|
||||
* Tweak - Featured images on posts / pages are now centered.
|
||||
* Fix - Table alignment on desktop.
|
||||
* Dev - Added some new hooks to the homepage template tags; `storefront_homepage_after_product_categories_title`, `storefront_homepage_after_recent_products_title`, `storefront_homepage_after_featured_products_title`, `storefront_homepage_after_popular_products_title`, `storefront_homepage_after_on_sale_products_title`
|
||||
* Dev - Styling for 6 column product layouts.
|
||||
* Dev - Updates FontAwesome to version 4.5.0.
|
||||
|
||||
= 1.5.3 - 2015-11-13 =
|
||||
* Fix - Storefront will now automatically load a child themes stylesheet.
|
||||
* Fix - CSS Syntax error in Customizer output.
|
||||
* Tweak - WooCommerce responsive table styles.
|
||||
|
||||
= 1.5.2 - 2015-10-30 =
|
||||
* Fix - Duplicate menu display when not using a handheld menu and switching between desktop/handheld orientations.
|
||||
* Tweak - Adjusts how CSS is enqueued for child theme compatibility with RTL.
|
||||
* Tweak - Better display of prices in WooCommerce product widgets.
|
||||
* Tweak - Improved caption display.
|
||||
* Tweak - Re-organised welcome screen.
|
||||
* Tweak - Adjusted Product Bundles integration to include support for the WooCommerce Product Bundles - Tabular Layout extension.
|
||||
* Tweak - Styled the variation reset link.
|
||||
* Tweak - Start rating input now more intuitive.
|
||||
* Tweak - Added styles for WooCommerce password strength meter.
|
||||
* Tweak - Arrange the login/registration forms on the account page into two columns.
|
||||
* Tweak - Support for the most recent class applied to the site logo added by Jetpack.
|
||||
* Dev - `storefront_display_comments` is now hooked into `storefront_single_post_after` with priority 20 (was 10).
|
||||
* Localization - All translations are now managed on [WordPress.org](https://translate.wordpress.org/projects/wp-themes/storefront)
|
||||
* Localization - Product names can no longer be translated.
|
||||
|
||||
= 1.5.1 - 2015-09-10 =
|
||||
* Fix - Occasional text wrapping on product sorting dropdown.
|
||||
* Fix - Double taps no longer required to click buttons in iOS browsers.
|
||||
* Fix - Fixed the landing page layout in WordPress 4.3+
|
||||
* Fix - Header cart now compatible with Currency Converter extension.
|
||||
* Tweak - Embedded objects (videos etc) width will no longer exceed the width of their containing element.
|
||||
* Tweak - Improved the ligibility of the active swatch when using the Variation Swatches extension.
|
||||
* Dev - Improved how RTL stylesheets are enqueued.
|
||||
* Dev - The default layout is now filterable via `storefront_default_layout`.
|
||||
|
||||
= 1.5.0 - 2015-08-11 =
|
||||
* Feature - rtl support.
|
||||
* Feature - Integration with WooCommerce Deposits.
|
||||
* Feature - Pages now display featured images above the page title.
|
||||
* Feature - Revamped 404 page helpfulness to include product search, popular products and product ctegories.
|
||||
* Feature - Integration with WooCommerce Bundles extension.
|
||||
* Feature - Scrolling header cart.
|
||||
* Fix - Welcome screen now only visible to admins.
|
||||
* Fix - Horizontal scroll bar in Safari at small sizes.
|
||||
* Fix - Pay for order screen layout when using full width page template on my account.
|
||||
* Fix - Fixed display of disabled `option`s in Firefox.
|
||||
* Dev - Added `storefront_sanitize_checkbox()` sanitization function.
|
||||
* Dev - Added `Storefront_Custom_Radio_Image_Control` class for creating radio image controls in the Customizer.
|
||||
* Dev - Added `storefront_post_thumbnail()`.
|
||||
* Dev - Renamed `do_shortcode_func()` to `storefront_do_shortcode()`.
|
||||
* Dev - Updated Composite Products integration for compatibility with 3.2.
|
||||
* Dev - Updated normalize.css to 3.0.3.
|
||||
* Tweak - Menu button spacing on handheld.
|
||||
* Tweak - Button display in cart widgets.
|
||||
* Tweak - The 'Configure Menus' button in the welcome screen now points to the Customizer.
|
||||
|
||||
= 1.4.6 - 2015-06-10 =
|
||||
* Fix - `font-family` declaration on `select`s.
|
||||
* Tweak - Escaping function used on homepage section titles.
|
||||
* Tweak - Remove all instances of `do_shortcode()` to improve performance.
|
||||
* Tweak - Reduced link focus outline from 2px to 1px.
|
||||
* Dev - `$storefront_version` global when using a child theme.
|
||||
|
||||
= 1.4.5 - 2015-05-14 =
|
||||
* Fix - Use the correct escaping function in `storefront_product_categories()`.
|
||||
* Fix - Pagination when only showing product categories / subcategories on archives.
|
||||
* Tweak - Logo prompt in Header section in Customizer.
|
||||
* Tweak - Only output description paragraph in header if one is set.
|
||||
* Tweak - Updated header image dimension recommendation.
|
||||
* Tweak - Dismissible notices.
|
||||
* Tweak - Debug notices in WooCommerce message. Props @WPprodigy.
|
||||
* Dev - Bump npm susy to 2.2.3.
|
||||
* Dev - Made `Layout_Picker_Storefront_Control` class pluggable. Props @niravmehta
|
||||
* Dev - Added order and orderby parameters to homepage featured products template tag.
|
||||
* Dev - Added before/after hooks inside homepage product sections.
|
||||
|
||||
= 1.4.4 - 2015-04-23 =
|
||||
* Fix - Post author styles applied to incorrect child comments. Props @ibndawood.
|
||||
* Fix - Third level dropdowns (and beyond) are now revealed in the correct situation.
|
||||
* Fix - Header margin on homepage template when WooCommerce isn't activated.
|
||||
* Fix - Dropdowns on touch devices.
|
||||
* Fix - Pagination hidden correctly when only displaying categories / subcategories.
|
||||
* Tweak - Output WooCommerce messages on all appropriate pages.
|
||||
* Tweak - Revamped 'Enhance' section of welcome screen.
|
||||
* Localization - Translation files are now included.
|
||||
|
||||
= 1.4.3 - 2015-04-08 =
|
||||
* Fix - Star rating display in Safari.
|
||||
* Tweak - Cart dropdown appears on focus.
|
||||
* Tweak - Payment form layout/styling when paying from My Account.
|
||||
* Tweak - Improvements to the product archive sorting / pagination layout and styling.
|
||||
* Tweak - Layered nav list item styling.
|
||||
* Tweak - Product meta styling.
|
||||
* Tweak - Heading and Star Rating size on product loops.
|
||||
* Dev - Updated node-sass and grunt-sass dependency versions.
|
||||
|
||||
= 1.4.2 - 2015-03-24 =
|
||||
* Fix - Navigation not displaying if no menu is assigned to primary location.
|
||||
|
||||
= 1.4.1 - 2015-03-24 =
|
||||
* Fix - Remove unnecessary `!important` declaration on star rating color.
|
||||
* Fix - Star rating display in IE11.
|
||||
* Fix - Site header margin when using shop page as homepage.
|
||||
* Fix - Navigation on handheld devices when no menu is set.
|
||||
* Tweak - Layout selector graphics.
|
||||
* Tweak - Accessibility improvements in post meta.
|
||||
* Tweak - Products widget styling.
|
||||
* Tweak - Widget headings are now `h3`s.
|
||||
* Tweak - Skip links are now a function (`storefront_skip_links()`) hooked into `storefront_header`.
|
||||
* Tweak - Header widget region markup only displays when widgets are assigned.
|
||||
* Tweak - `:focus` styles.
|
||||
* Dev - Replaced `paginate_links()` with `the_posts_pagination()`.
|
||||
* Dev - Replaced `previous_post_link()` and `next_post_link()` with `the_post_navigation()`.
|
||||
* Dev - HTML5 widget support.
|
||||
* Dev - Fixed typo in classname: `storefront-feautred-products` is now `storefront-featured-products`.
|
||||
* Dev - Updated node-bourbon
|
||||
* Dev - Replaced instances of `box-sizing` mixin with standard css.
|
||||
|
||||
= 1.4.0 - 2015-03-09 =
|
||||
* Feature - Added a 'Handheld' menu location.
|
||||
* Feature - Many accessibility improvements.
|
||||
* Fix - Header margin when WooCommerce isn't activated.
|
||||
* Fix - Subscription payment form layout.
|
||||
* Tweak - Pagination now clears content.
|
||||
* Tweak - Header cart now displays sub total.
|
||||
* Dev - Removed npm-debug.log.
|
||||
|
||||
= 1.3.1 - 2015-02-20 =
|
||||
* Fix - Header margin when using static page or latest posts for homepage.
|
||||
* Fix - Related products total / columns.
|
||||
* Tweak - Product Reviews Pro submission form.
|
||||
* Tweak - Review form input alignment.
|
||||
* Tweak - Improved integration with WooCommerce Photography extension.
|
||||
* Dev - Added `storefront_related_products_args` filter.
|
||||
|
||||
= 1.3.0 - 2015-02-10 =
|
||||
* Feature - Support for WooCommerce 2.3 features like responsive tables.
|
||||
* Fix - Margin on site title / logo.
|
||||
* Fix - Tweaked some css selectors in the checkout to improve compatiblity with Amazon Payments Advanced gateway.
|
||||
* Fix - Layout selector in Firefox.
|
||||
* Fix - `storefront_menu_toggle_text` filter. Props [jesinwp](https://github.com/jesinwp).
|
||||
* Tweak - Product Reviews Pro integration.
|
||||
* Tweak - Select width in WooCommerce forms.
|
||||
* Tweak - Composite Products integration improvements.
|
||||
* Tweak - Removed header widget region bottom margin.
|
||||
* Tweak - Increased size of photos displayed in the WooCommerce Photography extension.
|
||||
* Tweak - Page / term description width.
|
||||
* Tweak - Hide 'What is WooCommerce' section on welcome screen when it's already installed.
|
||||
* Tweak - Widget region order in dashboard.
|
||||
* Tweak - Add the correct page content hook in the inline docs ( template-homepage.php ).
|
||||
* Tweak - `mark` styling.
|
||||
* Dev - Added `storefront_sanitize_choices()`.
|
||||
* Dev - Tweaked the divider Customizer control to allow text/title.
|
||||
* Dev - Updated FontAwesome to version 4.3.0.
|
||||
* Dev - Libsass / node susy for faster compiling. Please do a fresh `npm install` when working with this version.
|
||||
|
||||
= 1.2.5 - 2015-01-22 =
|
||||
* Fix - Review form input alignment.
|
||||
* Tweak - Widget region order in dashboard.
|
||||
* Tweak - Post archive pagination is now numbered.
|
||||
* Tweak - Styling for current post / product category in widgets.
|
||||
* Tweak - Added an informational section to the Customizer.
|
||||
* Tweak - Link color in the sidebar.
|
||||
* Tweak - Padding in the header.
|
||||
* Tweak - Breadcrumb position.
|
||||
* Dev - `storefront_header_cart()` is now pluggable.
|
||||
* Dev - Make use of WordPress 4.1 functions `the_archive_title()` and `the_archive_description()`.
|
||||
|
||||
= 1.2.4 - 2015-01-15 =
|
||||
* Fix - First level threaded comment layout.
|
||||
* Tweak - Improved font size on handheld devices.
|
||||
* Tweak - Wishlist table design.
|
||||
* Dev - Reorganised sass files.
|
||||
* Dev - Added some handy class names to homepage product sections.
|
||||
* Dev - Added `storefront_menu_toggle_text` filter.
|
||||
* Dev - Updated how WooCommerce styles are dequeued.
|
||||
|
||||
= 1.2.3 - 2015-01-07 =
|
||||
* Fix - Button border in WooCommerce messages when using the Storefront Designer extension.
|
||||
* Tweak - Stock icon.
|
||||
* Dev - Grid system now powered by Susy.
|
||||
|
||||
= 1.2.2 - 2015-01-05 =
|
||||
* Fix - Hidden publish date on single post.
|
||||
* Fix - Order details color.
|
||||
* Tweak - Header widget z-index for when used with Parallax Hero.
|
||||
* Tweak - Nested `ul`s in widgets.
|
||||
* Tweak - Product category widget styling.
|
||||
* Tweak - Make use of WordPress 4.1's `title-tag` theme feature. (Requires WordPress 4.1).
|
||||
* Tweak - Welcome screen tweaks for WordPress 4.1.
|
||||
* Tweak - Slightly reduced button/input size.
|
||||
* Dev - Made `storefront_product_search()` pluggable.
|
||||
|
||||
= 1.2.1 - 2014-12-09 =
|
||||
* Fix - Blog post category and tag link output.
|
||||
* Fix - Cart link in handheld orientation.
|
||||
* Tweak - Improved payment form display when using a dark background colour.
|
||||
* Tweak - Blog author rich snippet.
|
||||
* Dev - Added `storefront_single_post_posted_on_html` filter.
|
||||
* Dev - Replaced reset.css with normalize.css.
|
||||
|
||||
= 1.2.0 - 2014-12-02 =
|
||||
* Feature - Integration with Product Reviews Pro extension.
|
||||
* Feature - Integration with Smart Coupons extension.
|
||||
* Fix - Layout picker images when using a child theme.
|
||||
* Fix - Header link color now properly applied to site title.
|
||||
* Fix - Included styling for `.form-row-wide`.
|
||||
* Dev - Added `storefront_copyright_text` filter.
|
||||
* Dev - Tweaked how Storefront determines whether Customizer logic should be loaded.
|
||||
* Dev - Added `storefront_after_footer` action.
|
||||
* Dev - Customizer CSS now correctly appended to appropriate stylesheets.
|
||||
* Tweak - Improved star rating input display for handheld devices.
|
||||
* Tweak - Several minor code optimisations (thanks https://scrutinizer-ci.com).
|
||||
|
||||
= 1.1.1 - 2014-11-24 =
|
||||
* Fix - Title tag now displays correctly.
|
||||
* Localization - Tweaked how translation files are loaded.
|
||||
|
||||
= 1.1.0 - 2014-11-21 =
|
||||
* Feature - Integration with AJAX Layered Navigation extension.
|
||||
* Feature - Integration with Variation Swatches and Photos extension.
|
||||
* Feature - Integration with Composite Products extension.
|
||||
* Feature - Integration with WooCommerce Photography extension.
|
||||
* Feature - Integration with Jetpacks `site-logo` feature.
|
||||
* Tweak - Create account checkbox styling at checkout.
|
||||
* Tweak - Added support for WordPress 4.1s `title-tag` theme feature.
|
||||
* Tweak - Softened default text color slightly.
|
||||
* Tweak - Styling for valid/invalid inputs.
|
||||
* Tweak - Price filter slider styling.
|
||||
* Tweak - Default settings for display options.
|
||||
* Tweak - Added custom layout picker control.
|
||||
* Tweak - Removed unused animation styles.
|
||||
* Tweak - Default customizer settings added.
|
||||
|
||||
= 1.0.3 - 2014-10-15 =
|
||||
* Fix - Comment date link color.
|
||||
* Fix - Comment reply link color.
|
||||
* Tweak - Sanitize layout setting.
|
||||
* Tweak - No redirect to welcome screen on activation.
|
||||
|
||||
= 1.0.2 - 2014-10-12 =
|
||||
* Fix - Upsell display on cart when using full width template.
|
||||
* Fix - Smiley display.
|
||||
* Fix - Date font size in post meta.
|
||||
* Fix - Remove the breadcrumb separator to resolve markup errors.
|
||||
* Fix - Returning to the welcome screen from the Customizer.
|
||||
* Tweak - Clearfixed product galleries.
|
||||
* Tweak - Adjusted the add to cart form design on product details pages.
|
||||
* Tweak - Set a default border color on buttons for extensions to utilise.
|
||||
* Tweak - Adjusted the max-height of images in the payment method list items.
|
||||
* Tweak - Secondary navigation alignment in header.
|
||||
* Tweak - Sale marker display is more universally friendly and customisable.
|
||||
* Tweak - Moved the header controls in to the header image section.
|
||||
* Tweak - Removed header widget border.
|
||||
* Tweak - `.site-main` margin.
|
||||
* Dev - Added `storefront_product_thumbnail_columns` filter.
|
||||
* Dev - Added `Gruntfile.js` and `package.json`.
|
||||
|
||||
= 1.0.1 - 2014-09-14 =
|
||||
* Tweak - Improved vertical spacing in the site header on mobile sized devices.
|
||||
* Tweak - Updated some links & content in the welcome screen.
|
||||
* Tweak - Improved comment/review respond form layout.
|
||||
* Fix - Header text color live preview in cart dropdown.
|
||||
|
||||
= 1.0.0 - 2014-09-05 =
|
||||
* Initial release
|
||||
37
backend/wordpress/wp-content/themes/storefront/archive.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
/**
|
||||
* The template for displaying archive pages.
|
||||
*
|
||||
* Learn more: https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||
*
|
||||
* @package storefront
|
||||
*/
|
||||
|
||||
get_header(); ?>
|
||||
|
||||
<div id="primary" class="content-area">
|
||||
<main id="main" class="site-main" role="main">
|
||||
|
||||
<?php if ( have_posts() ) : ?>
|
||||
|
||||
<header class="page-header">
|
||||
<?php
|
||||
the_archive_title( '<h1 class="page-title">', '</h1>' );
|
||||
the_archive_description( '<div class="taxonomy-description">', '</div>' );
|
||||
?>
|
||||
</header><!-- .page-header -->
|
||||
|
||||
<?php get_template_part( 'loop' );
|
||||
|
||||
else :
|
||||
|
||||
get_template_part( 'content', 'none' );
|
||||
|
||||
endif; ?>
|
||||
|
||||
</main><!-- #main -->
|
||||
</div><!-- #primary -->
|
||||
|
||||
<?php
|
||||
do_action( 'storefront_sidebar' );
|
||||
get_footer();
|
||||
@@ -0,0 +1 @@
|
||||
.sf-nux .sf-nux-button,a.sf-nux-button{background:#00aadc;border-color:#0087be;border-style:solid;border-width:1px 1px 2px;color:#fff;cursor:pointer;display:inline-block;outline:0;overflow:hidden;font-weight:500;text-overflow:ellipsis;text-decoration:none;text-transform:none;text-shadow:none;box-sizing:border-box;font-size:14px;height:auto;line-height:21px;border-radius:4px;margin:0;padding:7px 14px 9px;-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:baseline}.sf-nux .sf-nux-button:focus,.sf-nux .sf-nux-button:hover,a.sf-nux-button:focus,a.sf-nux-button:hover{border-color:#005082;color:#fff}.sf-nux .sf-nux-button:focus,a.sf-nux-button:focus{box-shadow:0 0 0 2px #78dcfa}.sf-nux .sf-nux-button:active,a.sf-nux-button:active{border-width:2px 1px 1px;box-shadow:none;vertical-align:baseline}.sf-nux .sf-nux-button:disabled,.sf-nux .sf-nux-button[disabled],a.sf-nux-button:disabled,a.sf-nux-button[disabled]{color:#fff;background:tint(#78dcfa,50%);border-color:tint(#0087be,55%);cursor:default}.sf-nux .sf-nux-button:disabled:active,.sf-nux .sf-nux-button[disabled]:active,a.sf-nux-button:disabled:active,a.sf-nux-button[disabled]:active{border-width:1px 1px 2px}.sf-notice-nux{background:#e9eff3;border:10px solid #fff;color:#608299;padding:60px;text-align:center;box-shadow:none}.sf-notice-nux::after,.sf-notice-nux::before{content:'';display:table}.sf-notice-nux::after{clear:both}.sf-notice-nux .notice-content{max-width:420px;margin:0 auto}.sf-notice-nux .sf-icon{position:relative;display:block;width:100px;height:100px;background:#fff;border-radius:100%;margin:0 auto 30px}.sf-notice-nux .sf-icon img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:16px;box-sizing:border-box;max-width:100%}.sf-notice-nux h2{margin:0 0 10px;font-weight:400;color:#2e4453}.sf-notice-nux p{margin:0 0 2em;padding:0;line-height:1.6}.sf-notice-nux label{display:block;margin-bottom:8px;text-align:left}.sf-notice-nux label:last-of-type{margin-bottom:2em}.sf-notice-nux .sf-plugin-card{display:block}.sf-nux-button.updating-message::before{display:inline-block;content:'\f463';font:400 20px/1 dashicons;margin:3px 5px 0 -2px;vertical-align:bottom;-webkit-animation:rotation 2s infinite linear;animation:rotation 2s infinite linear}@media only screen and (max-width:782px){.sf-notice-nux .sf-icon{width:65px;height:65px}.sf-notice-nux .sf-icon img{padding:10px}.sf-notice-nux form{margin-top:30px}.sf-notice-nux label:last-of-type{margin-top:20px}}
|
||||
@@ -0,0 +1 @@
|
||||
.sf-nux .sf-nux-button,a.sf-nux-button{background:#00aadc;border-color:#0087be;border-style:solid;border-width:1px 1px 2px;color:#fff;cursor:pointer;display:inline-block;outline:0;overflow:hidden;font-weight:500;text-overflow:ellipsis;text-decoration:none;text-transform:none;text-shadow:none;box-sizing:border-box;font-size:14px;height:auto;line-height:21px;border-radius:4px;margin:0;padding:7px 14px 9px;-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:baseline}.sf-nux .sf-nux-button:focus,.sf-nux .sf-nux-button:hover,a.sf-nux-button:focus,a.sf-nux-button:hover{border-color:#005082;color:#fff}.sf-nux .sf-nux-button:focus,a.sf-nux-button:focus{box-shadow:0 0 0 2px #78dcfa}.sf-nux .sf-nux-button:active,a.sf-nux-button:active{border-width:2px 1px 1px;box-shadow:none;vertical-align:baseline}.sf-nux .sf-nux-button:disabled,.sf-nux .sf-nux-button[disabled],a.sf-nux-button:disabled,a.sf-nux-button[disabled]{color:#fff;background:tint(#78dcfa,50%);border-color:tint(#0087be,55%);cursor:default}.sf-nux .sf-nux-button:disabled:active,.sf-nux .sf-nux-button[disabled]:active,a.sf-nux-button:disabled:active,a.sf-nux-button[disabled]:active{border-width:1px 1px 2px}.sf-guided-tour{display:block;background-color:rgba(35,40,45,.95);border-radius:5px;box-shadow:3px 1px 5px -2px rgba(0,0,0,.145);color:#a4a4a4;font-size:1.1em;z-index:999999998;text-align:left;box-sizing:border-box;position:fixed;left:5px;width:360px;-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;opacity:0}.sf-guided-tour::before{content:'';position:absolute;top:30px;left:-14px;width:0;height:0;border-style:solid;border-width:14px 14px 14px 0;border-color:transparent #23282d transparent transparent;border-right-color:rgba(35,40,45,.95)}.sf-guided-tour .sf-guided-tour-step{padding:30px;overflow:hidden}.sf-guided-tour .sf-guided-tour-step p{font-size:1em;line-height:1.7}.sf-guided-tour .sf-guided-tour-step h2{margin-top:0;font-size:1.1em;font-weight:500;color:#fff}.sf-guided-tour .sf-guided-tour-step .sf-guided-tour-skip{margin-left:10px;color:#00aadc}.sf-guided-tour .sf-guided-tour-step .sf-guided-tour-skip:hover{opacity:.75}.sf-guided-tour:not(.sf-first-step) .sf-guided-tour-step a.sf-nux-button{display:none}.sf-guided-tour:not(.sf-first-step) .sf-guided-tour-step .sf-guided-tour-skip{display:block;float:right}.sf-guided-tour.sf-inside-section .sf-guided-tour-step a.sf-nux-button{display:inline-block}.sf-guided-tour.sf-inside-section .sf-guided-tour-step .sf-guided-tour-skip{display:none}.sf-guided-tour.sf-last-step .sf-guided-tour-step a.sf-nux-button{display:inline-block}a.sf-nux-button{vertical-align:middle}a.sf-nux-button:active{vertical-align:middle}.sf-loaded{opacity:1}.sf-moving{-webkit-transition-duration:250ms;transition-duration:250ms;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(.84,.45,.68,1.44);transition-timing-function:cubic-bezier(.84,.45,.68,1.44)}.sf-entering .sf-guided-tour,.sf-exiting .sf-guided-tour{animation-duration:.3s;animation-timing-function:ease-in-out;-webkit-animation-duration:.3s;-webkit-animation-timing-function:ease-in-out}.sf-entering .sf-guided-tour{animation-name:bounceInLeft;-webkit-animation-name:bounceInLeft}.sf-exiting .sf-guided-tour{animation-name:bounceOutRight;-webkit-animation-name:bounceOutRight}@-webkit-keyframes bounceInLeft{from{opacity:0;-webkit-transform:translateX(100%)}to{opacity:1;-webkit-transform:translateX(0)}}@keyframes bounceInLeft{from{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes bounceOutRight{to{opacity:0;-webkit-transform:translateX(100%)}}@keyframes bounceOutRight{to{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}
|
||||
@@ -0,0 +1 @@
|
||||
.sf-install-now.updating-message::before{display:inline-block;content:'\f463';font:400 19px/1 dashicons;margin:0 5px 0 -2px;vertical-align:bottom;-webkit-animation:rotation 2s infinite linear;animation:rotation 2s infinite linear}
|
||||
@@ -0,0 +1 @@
|
||||
.appearance_page_storefront-welcome .storefront-wrap{background:#e9eff3;padding:50px;border:10px solid #fff;margin-top:20px;margin-left:20px;color:#608299}.appearance_page_storefront-welcome .storefront-wrap h1,.appearance_page_storefront-welcome .storefront-wrap h2,.appearance_page_storefront-welcome .storefront-wrap h3,.appearance_page_storefront-welcome .storefront-wrap h4,.appearance_page_storefront-welcome .storefront-wrap h5,.appearance_page_storefront-welcome .storefront-wrap h6{color:#2e4453}.appearance_page_storefront-welcome .storefront-wrap a{color:#00aadc;text-decoration:underline}.appearance_page_storefront-welcome .storefront-welcome-nav{background-color:#0087be;margin:-50px -50px 0 -50px}.appearance_page_storefront-welcome .storefront-welcome-nav a{text-decoration:none;color:#fff;display:inline-block;padding:1em}.appearance_page_storefront-welcome .storefront-welcome-nav .storefront-welcome-nav__version{float:left;color:#a5c9e1;display:inline-block;padding:1em 2em}.appearance_page_storefront-welcome .storefront-welcome-nav li,.appearance_page_storefront-welcome .storefront-welcome-nav ul{list-style:none;padding:0}.appearance_page_storefront-welcome .storefront-welcome-nav ul{margin:0 1em 0 0}.appearance_page_storefront-welcome .storefront-welcome-nav li{display:inline-block;margin:0}.appearance_page_storefront-welcome .storefront-logo{border:0;background:#fff;display:block;margin:0 auto;border-radius:100%;width:150px;height:150px;text-align:center;position:relative;margin-top:-20px}.appearance_page_storefront-welcome .storefront-logo img{position:absolute;top:50%;right:50%;-webkit-transform:translateX(50%) translateY(-50%);-ms-transform:translateX(50%) translateY(-50%);transform:translateX(50%) translateY(-50%);width:90px;height:auto}.appearance_page_storefront-welcome .storefront-intro{max-width:415px;margin:0 auto;text-align:center}.appearance_page_storefront-welcome .storefront-intro h1{line-height:1.5;font-weight:400}.appearance_page_storefront-welcome .storefront-intro h1 span{display:block;font-size:75%}.appearance_page_storefront-welcome .storefront-enhance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin:4em 0}.appearance_page_storefront-welcome .storefront-enhance .storefront-enhance__column{border:1px solid #d8e2e9;width:300px;margin:0 1em;background:#fff}.appearance_page_storefront-welcome .storefront-enhance .storefront-enhance__column h3{font-size:1em;font-weight:400;color:#87a6bc;border-bottom:1px solid #d8e2e9;padding:1em 1.5em;margin:0}.appearance_page_storefront-welcome .storefront-enhance .storefront-enhance__column img{width:100%;height:auto;margin-bottom:1.5em}.appearance_page_storefront-welcome .storefront-enhance .storefront-bundle,.appearance_page_storefront-welcome .storefront-enhance .storefront-child-themes{padding-bottom:.5em}.appearance_page_storefront-welcome .storefront-enhance .storefront-bundle p,.appearance_page_storefront-welcome .storefront-enhance .storefront-child-themes p{padding:0 1.5em;margin:0 0 1em}.appearance_page_storefront-welcome .storefront-enhance .storefront-bundle{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.appearance_page_storefront-welcome .storefront-enhance .storefront-bundle .bundle-image{display:block;background:#f7f7f7;margin-bottom:1.5em}.appearance_page_storefront-welcome .storefront-enhance .storefront-bundle .bundle-image img{display:block;max-width:75%;margin:0 auto}.appearance_page_storefront-welcome .storefront-enhance .storefront-child-themes{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.appearance_page_storefront-welcome a.storefront-button{color:#2e4453;border:1px solid #c8d7e1;padding:.5em 1em;border-radius:3px;font-weight:600;display:inline-block;box-shadow:0 1px 0 #c8d7e1;text-decoration:none;background-color:#fff;text-shadow:none;height:auto;line-height:1.5}.appearance_page_storefront-welcome a.storefront-button:hover{border-color:#a8bece;box-shadow:0 1px 0 #a8bece}.appearance_page_storefront-welcome a.storefront-button.disabled{cursor:default;color:#c8d7e1}.appearance_page_storefront-welcome a.storefront-button.disabled:hover{border-color:#c8d7e1;box-shadow:0 1px 0 #c8d7e1}.appearance_page_storefront-welcome .automattic{text-align:center;clear:both}.appearance_page_storefront-welcome .automattic p{font-size:.75em;letter-spacing:1px;text-transform:uppercase;color:#aaa}.appearance_page_storefront-welcome .automattic img{max-height:9px;margin:0 .5407911001em;margin-top:-3px;opacity:.5}@media all and (max-width:768px){.appearance_page_storefront-welcome .storefront-logo{margin-top:20px}.appearance_page_storefront-welcome .storefront-enhance{display:block;margin:2em 0}.appearance_page_storefront-welcome .storefront-enhance .storefront-enhance__column{margin:1em auto}}
|
||||
@@ -0,0 +1 @@
|
||||
.appearance_page_storefront-welcome .storefront-wrap{background:#e9eff3;padding:50px;border:10px solid #fff;margin-top:20px;margin-right:20px;color:#608299}.appearance_page_storefront-welcome .storefront-wrap h1,.appearance_page_storefront-welcome .storefront-wrap h2,.appearance_page_storefront-welcome .storefront-wrap h3,.appearance_page_storefront-welcome .storefront-wrap h4,.appearance_page_storefront-welcome .storefront-wrap h5,.appearance_page_storefront-welcome .storefront-wrap h6{color:#2e4453}.appearance_page_storefront-welcome .storefront-wrap a{color:#00aadc;text-decoration:underline}.appearance_page_storefront-welcome .storefront-welcome-nav{background-color:#0087be;margin:-50px -50px 0 -50px}.appearance_page_storefront-welcome .storefront-welcome-nav a{text-decoration:none;color:#fff;display:inline-block;padding:1em}.appearance_page_storefront-welcome .storefront-welcome-nav .storefront-welcome-nav__version{float:right;color:#a5c9e1;display:inline-block;padding:1em 2em}.appearance_page_storefront-welcome .storefront-welcome-nav li,.appearance_page_storefront-welcome .storefront-welcome-nav ul{list-style:none;padding:0}.appearance_page_storefront-welcome .storefront-welcome-nav ul{margin:0 0 0 1em}.appearance_page_storefront-welcome .storefront-welcome-nav li{display:inline-block;margin:0}.appearance_page_storefront-welcome .storefront-logo{border:0;background:#fff;display:block;margin:0 auto;border-radius:100%;width:150px;height:150px;text-align:center;position:relative;margin-top:-20px}.appearance_page_storefront-welcome .storefront-logo img{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:90px;height:auto}.appearance_page_storefront-welcome .storefront-intro{max-width:415px;margin:0 auto;text-align:center}.appearance_page_storefront-welcome .storefront-intro h1{line-height:1.5;font-weight:400}.appearance_page_storefront-welcome .storefront-intro h1 span{display:block;font-size:75%}.appearance_page_storefront-welcome .storefront-enhance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin:4em 0}.appearance_page_storefront-welcome .storefront-enhance .storefront-enhance__column{border:1px solid #d8e2e9;width:300px;margin:0 1em;background:#fff}.appearance_page_storefront-welcome .storefront-enhance .storefront-enhance__column h3{font-size:1em;font-weight:400;color:#87a6bc;border-bottom:1px solid #d8e2e9;padding:1em 1.5em;margin:0}.appearance_page_storefront-welcome .storefront-enhance .storefront-enhance__column img{width:100%;height:auto;margin-bottom:1.5em}.appearance_page_storefront-welcome .storefront-enhance .storefront-bundle,.appearance_page_storefront-welcome .storefront-enhance .storefront-child-themes{padding-bottom:.5em}.appearance_page_storefront-welcome .storefront-enhance .storefront-bundle p,.appearance_page_storefront-welcome .storefront-enhance .storefront-child-themes p{padding:0 1.5em;margin:0 0 1em}.appearance_page_storefront-welcome .storefront-enhance .storefront-bundle{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.appearance_page_storefront-welcome .storefront-enhance .storefront-bundle .bundle-image{display:block;background:#f7f7f7;margin-bottom:1.5em}.appearance_page_storefront-welcome .storefront-enhance .storefront-bundle .bundle-image img{display:block;max-width:75%;margin:0 auto}.appearance_page_storefront-welcome .storefront-enhance .storefront-child-themes{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.appearance_page_storefront-welcome a.storefront-button{color:#2e4453;border:1px solid #c8d7e1;padding:.5em 1em;border-radius:3px;font-weight:600;display:inline-block;box-shadow:0 1px 0 #c8d7e1;text-decoration:none;background-color:#fff;text-shadow:none;height:auto;line-height:1.5}.appearance_page_storefront-welcome a.storefront-button:hover{border-color:#a8bece;box-shadow:0 1px 0 #a8bece}.appearance_page_storefront-welcome a.storefront-button.disabled{cursor:default;color:#c8d7e1}.appearance_page_storefront-welcome a.storefront-button.disabled:hover{border-color:#c8d7e1;box-shadow:0 1px 0 #c8d7e1}.appearance_page_storefront-welcome .automattic{text-align:center;clear:both}.appearance_page_storefront-welcome .automattic p{font-size:.75em;letter-spacing:1px;text-transform:uppercase;color:#aaa}.appearance_page_storefront-welcome .automattic img{max-height:9px;margin:0 .5407911001em;margin-top:-3px;opacity:.5}@media all and (max-width:768px){.appearance_page_storefront-welcome .storefront-logo{margin-top:20px}.appearance_page_storefront-welcome .storefront-enhance{display:block;margin:2em 0}.appearance_page_storefront-welcome .storefront-enhance .storefront-enhance__column{margin:1em auto}}
|
||||
@@ -0,0 +1 @@
|
||||
.jetpack_subscription_widget #subscribe-email input{padding:.6180469716em!important;width:100%!important}.widget_google_translate_widget img{display:inline}.widget_google_translate_widget a{text-decoration:none!important}.infinite-scroll .pagination,.infinite-scroll .paging-navigation,.infinite-scroll .storefront-sorting,.infinite-scroll .woocommerce-pagination,.infinite-scroll .woocommerce-result-count,.infinite-scroll ul.products+.storefront-sorting,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}
|
||||
@@ -0,0 +1 @@
|
||||
.jetpack_subscription_widget #subscribe-email input{padding:.6180469716em!important;width:100%!important}.widget_google_translate_widget img{display:inline}.widget_google_translate_widget a{text-decoration:none!important}.infinite-scroll .pagination,.infinite-scroll .paging-navigation,.infinite-scroll .storefront-sorting,.infinite-scroll .woocommerce-pagination,.infinite-scroll .woocommerce-result-count,.infinite-scroll ul.products+.storefront-sorting,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}
|
||||
@@ -0,0 +1,27 @@
|
||||
/**
|
||||
* WooCommerce Advanced Product Labels
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.wapl-flash,
|
||||
.wapl-flash .product-label {
|
||||
font-size: 1em; }
|
||||
|
||||
.wapl-flash,
|
||||
.wapl-flash .product-label {
|
||||
width: 3.706325903em;
|
||||
height: 3.706325903em;
|
||||
line-height: 3.706325903em;
|
||||
border: 0; }
|
||||
|
||||
.wapl-label .product-label {
|
||||
padding: 0.6180469716em 0.875em;
|
||||
display: inline-block;
|
||||
margin: 0 auto;
|
||||
font-size: 0.875em; }
|
||||
.wapl-label .product-label:empty {
|
||||
display: none; }
|
||||
|
||||
.wapl-label {
|
||||
margin-bottom: 0.875em; }
|
||||
@@ -0,0 +1,27 @@
|
||||
/**
|
||||
* WooCommerce Advanced Product Labels
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.wapl-flash,
|
||||
.wapl-flash .product-label {
|
||||
font-size: 1em; }
|
||||
|
||||
.wapl-flash,
|
||||
.wapl-flash .product-label {
|
||||
width: 3.706325903em;
|
||||
height: 3.706325903em;
|
||||
line-height: 3.706325903em;
|
||||
border: 0; }
|
||||
|
||||
.wapl-label .product-label {
|
||||
padding: 0.6180469716em 0.875em;
|
||||
display: inline-block;
|
||||
margin: 0 auto;
|
||||
font-size: 0.875em; }
|
||||
.wapl-label .product-label:empty {
|
||||
display: none; }
|
||||
|
||||
.wapl-label {
|
||||
margin-bottom: 0.875em; }
|
||||
@@ -0,0 +1,63 @@
|
||||
/**
|
||||
* WooCommerce AJAX Layered Nav
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.widget_layered_nav ul.colors li a {
|
||||
display: block; }
|
||||
|
||||
.widget_layered_nav ul.colors li .box {
|
||||
border: 0;
|
||||
display: inline-block;
|
||||
box-sizing: border-box;
|
||||
border-radius: 0.202em;
|
||||
height: 1.618em;
|
||||
width: 1.618em; }
|
||||
|
||||
.widget_layered_nav ul.colors li.chosen a {
|
||||
opacity: 1; }
|
||||
.widget_layered_nav ul.colors li.chosen a:hover {
|
||||
opacity: 0.5; }
|
||||
|
||||
.widget_layered_nav ul.checkboxes li input {
|
||||
margin-left: 0.6180469716em; }
|
||||
|
||||
.widget_layered_nav ul.sizes li a {
|
||||
opacity: 1; }
|
||||
|
||||
.widget_layered_nav ul.sizes li .size-filter {
|
||||
font-size: 1em;
|
||||
height: 1.618em;
|
||||
min-width: 1.618em;
|
||||
text-align: center;
|
||||
line-height: 1.618;
|
||||
background-color: #fff;
|
||||
border: 0;
|
||||
opacity: 0.5;
|
||||
font-weight: 600;
|
||||
border-radius: 0.202em; }
|
||||
.widget_layered_nav ul.sizes li .size-filter:hover {
|
||||
opacity: 1; }
|
||||
|
||||
.widget_layered_nav ul.sizes li.chosen .size-filter {
|
||||
opacity: 1; }
|
||||
.widget_layered_nav ul.sizes li.chosen .size-filter:hover {
|
||||
opacity: 0.5; }
|
||||
|
||||
.widget_layered_nav ul.colors li.chosen::before,
|
||||
.widget_layered_nav ul.checkboxes li.chosen::before,
|
||||
.widget_layered_nav ul.sizes li.chosen::before {
|
||||
display: none; }
|
||||
|
||||
.widget_layered_nav ul.colors li.show-count a,
|
||||
.widget_layered_nav ul.checkboxes li.show-count a,
|
||||
.widget_layered_nav ul.sizes li.show-count a {
|
||||
display: inline-block; }
|
||||
|
||||
.widget_layered_nav ul.colors li.show-count .count,
|
||||
.widget_layered_nav ul.checkboxes li.show-count .count,
|
||||
.widget_layered_nav ul.sizes li.show-count .count {
|
||||
float: left;
|
||||
line-height: 1.618;
|
||||
font-size: 1em; }
|
||||
@@ -0,0 +1,63 @@
|
||||
/**
|
||||
* WooCommerce AJAX Layered Nav
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.widget_layered_nav ul.colors li a {
|
||||
display: block; }
|
||||
|
||||
.widget_layered_nav ul.colors li .box {
|
||||
border: 0;
|
||||
display: inline-block;
|
||||
box-sizing: border-box;
|
||||
border-radius: 0.202em;
|
||||
height: 1.618em;
|
||||
width: 1.618em; }
|
||||
|
||||
.widget_layered_nav ul.colors li.chosen a {
|
||||
opacity: 1; }
|
||||
.widget_layered_nav ul.colors li.chosen a:hover {
|
||||
opacity: 0.5; }
|
||||
|
||||
.widget_layered_nav ul.checkboxes li input {
|
||||
margin-right: 0.6180469716em; }
|
||||
|
||||
.widget_layered_nav ul.sizes li a {
|
||||
opacity: 1; }
|
||||
|
||||
.widget_layered_nav ul.sizes li .size-filter {
|
||||
font-size: 1em;
|
||||
height: 1.618em;
|
||||
min-width: 1.618em;
|
||||
text-align: center;
|
||||
line-height: 1.618;
|
||||
background-color: #fff;
|
||||
border: 0;
|
||||
opacity: 0.5;
|
||||
font-weight: 600;
|
||||
border-radius: 0.202em; }
|
||||
.widget_layered_nav ul.sizes li .size-filter:hover {
|
||||
opacity: 1; }
|
||||
|
||||
.widget_layered_nav ul.sizes li.chosen .size-filter {
|
||||
opacity: 1; }
|
||||
.widget_layered_nav ul.sizes li.chosen .size-filter:hover {
|
||||
opacity: 0.5; }
|
||||
|
||||
.widget_layered_nav ul.colors li.chosen::before,
|
||||
.widget_layered_nav ul.checkboxes li.chosen::before,
|
||||
.widget_layered_nav ul.sizes li.chosen::before {
|
||||
display: none; }
|
||||
|
||||
.widget_layered_nav ul.colors li.show-count a,
|
||||
.widget_layered_nav ul.checkboxes li.show-count a,
|
||||
.widget_layered_nav ul.sizes li.show-count a {
|
||||
display: inline-block; }
|
||||
|
||||
.widget_layered_nav ul.colors li.show-count .count,
|
||||
.widget_layered_nav ul.checkboxes li.show-count .count,
|
||||
.widget_layered_nav ul.sizes li.show-count .count {
|
||||
float: right;
|
||||
line-height: 1.618;
|
||||
font-size: 1em; }
|
||||
@@ -0,0 +1,59 @@
|
||||
/**
|
||||
* WooCommerce Bookings
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
#wc-bookings-booking-form {
|
||||
border: 0;
|
||||
padding: 0; }
|
||||
#wc-bookings-booking-form .wc-bookings-booking-cost {
|
||||
margin: 0;
|
||||
border: 0; }
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker-date-fields input {
|
||||
margin-bottom: 0; }
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker-date-fields label {
|
||||
width: 20%; }
|
||||
#wc-bookings-booking-form .ui-widget {
|
||||
font-family: inherit; }
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-header {
|
||||
border: 0;
|
||||
background-image: none; }
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker .ui-widget-content {
|
||||
box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
background: none; }
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker table {
|
||||
font-size: 1em; }
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker th {
|
||||
border: 0; }
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td {
|
||||
border: 0; }
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a {
|
||||
text-shadow: none; }
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-today a,
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-today span {
|
||||
box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.2); }
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.fully_booked a,
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.fully_booked span {
|
||||
text-decoration: line-through;
|
||||
cursor: not-allowed; }
|
||||
#wc-bookings-booking-form .block-picker {
|
||||
text-align: right; }
|
||||
#wc-bookings-booking-form .block-picker li a {
|
||||
border: 0 !important;
|
||||
padding: 0.236em 0.5407911001em;
|
||||
display: inline-block;
|
||||
text-align: center; }
|
||||
#wc-bookings-booking-form .block-picker li a:hover {
|
||||
text-decoration: none;
|
||||
border: 0; }
|
||||
|
||||
.product-type-booking form.cart {
|
||||
padding-right: 0;
|
||||
padding-left: 0; }
|
||||
|
||||
@media (min-width: 768px) {
|
||||
table.my_account_bookings {
|
||||
font-size: 0.875em; } }
|
||||
@@ -0,0 +1,59 @@
|
||||
/**
|
||||
* WooCommerce Bookings
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
#wc-bookings-booking-form {
|
||||
border: 0;
|
||||
padding: 0; }
|
||||
#wc-bookings-booking-form .wc-bookings-booking-cost {
|
||||
margin: 0;
|
||||
border: 0; }
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker-date-fields input {
|
||||
margin-bottom: 0; }
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker-date-fields label {
|
||||
width: 20%; }
|
||||
#wc-bookings-booking-form .ui-widget {
|
||||
font-family: inherit; }
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker-header {
|
||||
border: 0;
|
||||
background-image: none; }
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker .ui-widget-content {
|
||||
box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
background: none; }
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker table {
|
||||
font-size: 1em; }
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker th {
|
||||
border: 0; }
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td {
|
||||
border: 0; }
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a {
|
||||
text-shadow: none; }
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-today a,
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-today span {
|
||||
box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.2); }
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.fully_booked a,
|
||||
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.fully_booked span {
|
||||
text-decoration: line-through;
|
||||
cursor: not-allowed; }
|
||||
#wc-bookings-booking-form .block-picker {
|
||||
text-align: left; }
|
||||
#wc-bookings-booking-form .block-picker li a {
|
||||
border: 0 !important;
|
||||
padding: 0.236em 0.5407911001em;
|
||||
display: inline-block;
|
||||
text-align: center; }
|
||||
#wc-bookings-booking-form .block-picker li a:hover {
|
||||
text-decoration: none;
|
||||
border: 0; }
|
||||
|
||||
.product-type-booking form.cart {
|
||||
padding-left: 0;
|
||||
padding-right: 0; }
|
||||
|
||||
@media (min-width: 768px) {
|
||||
table.my_account_bookings {
|
||||
font-size: 0.875em; } }
|
||||
@@ -0,0 +1,139 @@
|
||||
/**
|
||||
* WooCommerce Brands
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
/**
|
||||
* Header region
|
||||
*/
|
||||
.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails {
|
||||
text-align: center; }
|
||||
.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::before, .header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::after {
|
||||
content: '';
|
||||
display: table; }
|
||||
.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::after {
|
||||
clear: both; }
|
||||
.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails li {
|
||||
display: inline-block;
|
||||
width: auto !important;
|
||||
float: none !important;
|
||||
margin-bottom: 0 !important; }
|
||||
.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails li img {
|
||||
max-height: 16px;
|
||||
width: auto;
|
||||
display: block; }
|
||||
|
||||
/**
|
||||
* WooCommerce Brand Layered Nav
|
||||
*/
|
||||
.widget_brand_nav ul li .count {
|
||||
float: left; }
|
||||
|
||||
/**
|
||||
* WooCommerce Brand Archive
|
||||
*/
|
||||
.tax-product_brand .woocommerce-products-header {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
margin: 0 0 2.2906835em;
|
||||
text-align: center; }
|
||||
.tax-product_brand .woocommerce-products-header .brand-thumbnail {
|
||||
margin: 0 0 1em;
|
||||
width: auto;
|
||||
max-height: 2.2906835em;
|
||||
-ms-flex-item-align: center;
|
||||
-ms-grid-row-align: center;
|
||||
align-self: center;
|
||||
-webkit-box-ordinal-group: 2;
|
||||
-ms-flex-order: 1;
|
||||
order: 1; }
|
||||
.tax-product_brand .woocommerce-products-header .woocommerce-products-header__title,
|
||||
.tax-product_brand .woocommerce-products-header .term-description {
|
||||
-webkit-box-ordinal-group: 3;
|
||||
-ms-flex-order: 2;
|
||||
order: 2; }
|
||||
|
||||
div#brands_a_z::before, div#brands_a_z::after {
|
||||
content: '';
|
||||
display: table; }
|
||||
|
||||
div#brands_a_z::after {
|
||||
clear: both; }
|
||||
|
||||
div#brands_a_z ul.brands_index {
|
||||
margin-right: 0;
|
||||
padding: 0; }
|
||||
div#brands_a_z ul.brands_index li {
|
||||
float: none;
|
||||
display: inline-block;
|
||||
margin: 0 0 0.2360828548em 0.3342343017em;
|
||||
padding: 0;
|
||||
text-transform: uppercase; }
|
||||
div#brands_a_z ul.brands_index li a,
|
||||
div#brands_a_z ul.brands_index li span {
|
||||
float: none;
|
||||
display: block;
|
||||
border: 0;
|
||||
padding: 0.3819820591em;
|
||||
min-width: 1.618em;
|
||||
text-align: center;
|
||||
background-color: #eeeeee;
|
||||
color: #43454b;
|
||||
line-height: 1; }
|
||||
div#brands_a_z ul.brands_index li span {
|
||||
opacity: 0.3; }
|
||||
|
||||
div#brands_a_z h3 {
|
||||
text-transform: uppercase; }
|
||||
|
||||
div#brands_a_z a.top {
|
||||
padding: 0.6180469716em;
|
||||
background-color: #eeeeee;
|
||||
color: #43454b;
|
||||
border: 0;
|
||||
line-height: 1; }
|
||||
|
||||
div#brands_a_z ul.brands {
|
||||
margin-right: 0;
|
||||
list-style-position: inside; }
|
||||
div#brands_a_z ul.brands li {
|
||||
margin: 0 0 0.3819820591em;
|
||||
padding: 0 0 0.3819820591em;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
|
||||
|
||||
/**
|
||||
* WooCommerce Brand single product
|
||||
*/
|
||||
.storefront-wc-brands-single-product {
|
||||
margin: 0 0 0.5407911001em; }
|
||||
.storefront-wc-brands-single-product img {
|
||||
max-height: 2.2906835em; }
|
||||
|
||||
@media (min-width: 768px) {
|
||||
div#brands_a_z ul.brands_index {
|
||||
width: 21.7391304348%;
|
||||
float: right;
|
||||
margin-left: 4.347826087%;
|
||||
-webkit-transition: all 0.5s ease;
|
||||
transition: all 0.5s ease; }
|
||||
h3 {
|
||||
width: 73.9130434783%;
|
||||
float: left;
|
||||
margin-left: 0;
|
||||
clear: left;
|
||||
text-transform: uppercase; }
|
||||
h3:first-of-type {
|
||||
margin-top: 0; }
|
||||
a.top {
|
||||
clear: left; }
|
||||
ul.brands {
|
||||
width: 73.9130434783%;
|
||||
float: left;
|
||||
margin-left: 0;
|
||||
clear: left; } }
|
||||
@@ -0,0 +1,139 @@
|
||||
/**
|
||||
* WooCommerce Brands
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
/**
|
||||
* Header region
|
||||
*/
|
||||
.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails {
|
||||
text-align: center; }
|
||||
.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::before, .header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::after {
|
||||
content: '';
|
||||
display: table; }
|
||||
.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::after {
|
||||
clear: both; }
|
||||
.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails li {
|
||||
display: inline-block;
|
||||
width: auto !important;
|
||||
float: none !important;
|
||||
margin-bottom: 0 !important; }
|
||||
.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails li img {
|
||||
max-height: 16px;
|
||||
width: auto;
|
||||
display: block; }
|
||||
|
||||
/**
|
||||
* WooCommerce Brand Layered Nav
|
||||
*/
|
||||
.widget_brand_nav ul li .count {
|
||||
float: right; }
|
||||
|
||||
/**
|
||||
* WooCommerce Brand Archive
|
||||
*/
|
||||
.tax-product_brand .woocommerce-products-header {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
margin: 0 0 2.2906835em;
|
||||
text-align: center; }
|
||||
.tax-product_brand .woocommerce-products-header .brand-thumbnail {
|
||||
margin: 0 0 1em;
|
||||
width: auto;
|
||||
max-height: 2.2906835em;
|
||||
-ms-flex-item-align: center;
|
||||
-ms-grid-row-align: center;
|
||||
align-self: center;
|
||||
-webkit-box-ordinal-group: 2;
|
||||
-ms-flex-order: 1;
|
||||
order: 1; }
|
||||
.tax-product_brand .woocommerce-products-header .woocommerce-products-header__title,
|
||||
.tax-product_brand .woocommerce-products-header .term-description {
|
||||
-webkit-box-ordinal-group: 3;
|
||||
-ms-flex-order: 2;
|
||||
order: 2; }
|
||||
|
||||
div#brands_a_z::before, div#brands_a_z::after {
|
||||
content: '';
|
||||
display: table; }
|
||||
|
||||
div#brands_a_z::after {
|
||||
clear: both; }
|
||||
|
||||
div#brands_a_z ul.brands_index {
|
||||
margin-left: 0;
|
||||
padding: 0; }
|
||||
div#brands_a_z ul.brands_index li {
|
||||
float: none;
|
||||
display: inline-block;
|
||||
margin: 0 0.3342343017em 0.2360828548em 0;
|
||||
padding: 0;
|
||||
text-transform: uppercase; }
|
||||
div#brands_a_z ul.brands_index li a,
|
||||
div#brands_a_z ul.brands_index li span {
|
||||
float: none;
|
||||
display: block;
|
||||
border: 0;
|
||||
padding: 0.3819820591em;
|
||||
min-width: 1.618em;
|
||||
text-align: center;
|
||||
background-color: #eeeeee;
|
||||
color: #43454b;
|
||||
line-height: 1; }
|
||||
div#brands_a_z ul.brands_index li span {
|
||||
opacity: 0.3; }
|
||||
|
||||
div#brands_a_z h3 {
|
||||
text-transform: uppercase; }
|
||||
|
||||
div#brands_a_z a.top {
|
||||
padding: 0.6180469716em;
|
||||
background-color: #eeeeee;
|
||||
color: #43454b;
|
||||
border: 0;
|
||||
line-height: 1; }
|
||||
|
||||
div#brands_a_z ul.brands {
|
||||
margin-left: 0;
|
||||
list-style-position: inside; }
|
||||
div#brands_a_z ul.brands li {
|
||||
margin: 0 0 0.3819820591em;
|
||||
padding: 0 0 0.3819820591em;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
|
||||
|
||||
/**
|
||||
* WooCommerce Brand single product
|
||||
*/
|
||||
.storefront-wc-brands-single-product {
|
||||
margin: 0 0 0.5407911001em; }
|
||||
.storefront-wc-brands-single-product img {
|
||||
max-height: 2.2906835em; }
|
||||
|
||||
@media (min-width: 768px) {
|
||||
div#brands_a_z ul.brands_index {
|
||||
width: 21.7391304348%;
|
||||
float: left;
|
||||
margin-right: 4.347826087%;
|
||||
-webkit-transition: all 0.5s ease;
|
||||
transition: all 0.5s ease; }
|
||||
h3 {
|
||||
width: 73.9130434783%;
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
clear: right;
|
||||
text-transform: uppercase; }
|
||||
h3:first-of-type {
|
||||
margin-top: 0; }
|
||||
a.top {
|
||||
clear: right; }
|
||||
ul.brands {
|
||||
width: 73.9130434783%;
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
clear: right; } }
|
||||
@@ -0,0 +1,59 @@
|
||||
/**
|
||||
* WooCommerce AJAX Layered Nav
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.bundle_form div.bundled_product_summary {
|
||||
padding-bottom: 1.618em !important;
|
||||
margin-bottom: 1.618em;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.bundle_form div.bundled_product_summary {
|
||||
padding-right: 0; }
|
||||
.bundle_form div.bundled_product_summary .bundled_product_images {
|
||||
margin-right: 0;
|
||||
width: 15.7894736842%;
|
||||
float: right;
|
||||
margin-left: 5.2631578947%; }
|
||||
.bundle_form div.bundled_product_summary .bundled_product_images a {
|
||||
margin: 0 !important; }
|
||||
.bundle_form div.bundled_product_summary .bundled_product_images img {
|
||||
width: 100% !important; }
|
||||
.bundle_form div.bundled_product_summary .details {
|
||||
width: 78.9473684211%;
|
||||
float: left;
|
||||
margin-left: 0;
|
||||
font-size: 0.875em; }
|
||||
.bundle_form div.bundled_product_summary.thumbnail_hidden {
|
||||
padding-right: 0; }
|
||||
.bundle_form div.bundled_product_summary.thumbnail_hidden .details {
|
||||
width: 100%;
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 0; }
|
||||
.page-template-template-fullwidth-php .bundle_form div.bundled_product_summary,
|
||||
.storefront-full-width-content .bundle_form div.bundled_product_summary {
|
||||
padding-right: 0; }
|
||||
.page-template-template-fullwidth-php .bundle_form div.bundled_product_summary .bundled_product_images,
|
||||
.storefront-full-width-content .bundle_form div.bundled_product_summary .bundled_product_images {
|
||||
margin-right: 0;
|
||||
width: 20%;
|
||||
float: right;
|
||||
margin-left: 6.6666666667%; }
|
||||
.page-template-template-fullwidth-php .bundle_form div.bundled_product_summary .details,
|
||||
.storefront-full-width-content .bundle_form div.bundled_product_summary .details {
|
||||
width: 73.3333333333%;
|
||||
float: left;
|
||||
margin-left: 0;
|
||||
font-size: 1em; }
|
||||
.page-template-template-fullwidth-php .bundle_form div.bundled_product_summary.thumbnail_hidden,
|
||||
.storefront-full-width-content .bundle_form div.bundled_product_summary.thumbnail_hidden {
|
||||
padding-right: 0; }
|
||||
.page-template-template-fullwidth-php .bundle_form div.bundled_product_summary.thumbnail_hidden .details,
|
||||
.storefront-full-width-content .bundle_form div.bundled_product_summary.thumbnail_hidden .details {
|
||||
width: 100%;
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 0; } }
|
||||
@@ -0,0 +1,59 @@
|
||||
/**
|
||||
* WooCommerce AJAX Layered Nav
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.bundle_form div.bundled_product_summary {
|
||||
padding-bottom: 1.618em !important;
|
||||
margin-bottom: 1.618em;
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.bundle_form div.bundled_product_summary {
|
||||
padding-left: 0; }
|
||||
.bundle_form div.bundled_product_summary .bundled_product_images {
|
||||
margin-left: 0;
|
||||
width: 15.7894736842%;
|
||||
float: left;
|
||||
margin-right: 5.2631578947%; }
|
||||
.bundle_form div.bundled_product_summary .bundled_product_images a {
|
||||
margin: 0 !important; }
|
||||
.bundle_form div.bundled_product_summary .bundled_product_images img {
|
||||
width: 100% !important; }
|
||||
.bundle_form div.bundled_product_summary .details {
|
||||
width: 78.9473684211%;
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
font-size: 0.875em; }
|
||||
.bundle_form div.bundled_product_summary.thumbnail_hidden {
|
||||
padding-left: 0; }
|
||||
.bundle_form div.bundled_product_summary.thumbnail_hidden .details {
|
||||
width: 100%;
|
||||
float: left;
|
||||
margin-left: 0;
|
||||
margin-right: 0; }
|
||||
.page-template-template-fullwidth-php .bundle_form div.bundled_product_summary,
|
||||
.storefront-full-width-content .bundle_form div.bundled_product_summary {
|
||||
padding-left: 0; }
|
||||
.page-template-template-fullwidth-php .bundle_form div.bundled_product_summary .bundled_product_images,
|
||||
.storefront-full-width-content .bundle_form div.bundled_product_summary .bundled_product_images {
|
||||
margin-left: 0;
|
||||
width: 20%;
|
||||
float: left;
|
||||
margin-right: 6.6666666667%; }
|
||||
.page-template-template-fullwidth-php .bundle_form div.bundled_product_summary .details,
|
||||
.storefront-full-width-content .bundle_form div.bundled_product_summary .details {
|
||||
width: 73.3333333333%;
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
font-size: 1em; }
|
||||
.page-template-template-fullwidth-php .bundle_form div.bundled_product_summary.thumbnail_hidden,
|
||||
.storefront-full-width-content .bundle_form div.bundled_product_summary.thumbnail_hidden {
|
||||
padding-left: 0; }
|
||||
.page-template-template-fullwidth-php .bundle_form div.bundled_product_summary.thumbnail_hidden .details,
|
||||
.storefront-full-width-content .bundle_form div.bundled_product_summary.thumbnail_hidden .details {
|
||||
width: 100%;
|
||||
float: left;
|
||||
margin-left: 0;
|
||||
margin-right: 0; } }
|
||||
@@ -0,0 +1,206 @@
|
||||
/**
|
||||
* WooCommerce Composite Products
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.composite_summary .summary_element .summary_element_wrapper {
|
||||
box-shadow: 0 0 0 4px transparent; }
|
||||
.composite_summary .summary_element .summary_element_wrapper.selected, .composite_summary .summary_element .summary_element_wrapper.selected:hover {
|
||||
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06); }
|
||||
.composite_summary .summary_element .summary_element_wrapper:hover {
|
||||
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.03); }
|
||||
.composite_summary .summary_element .summary_element_wrapper.disabled, .composite_summary .summary_element .summary_element_wrapper.disabled:hover {
|
||||
box-shadow: 0 0 0 4px transparent; }
|
||||
|
||||
.widget.widget_composite_summary.widget_position_fixed {
|
||||
font-size: 1em; }
|
||||
|
||||
.widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_price {
|
||||
font-size: 1.41575em; }
|
||||
|
||||
.widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content {
|
||||
max-width: 1064px;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
padding: 0 2.617924em;
|
||||
box-sizing: content-box; }
|
||||
.widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content::before, .widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content::after {
|
||||
content: '';
|
||||
display: table; }
|
||||
.widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content::after {
|
||||
clear: both; }
|
||||
|
||||
@media (max-width: 66.4989378333em) {
|
||||
.widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content {
|
||||
margin-right: 2.617924em;
|
||||
margin-left: 2.617924em;
|
||||
padding: 0; } }
|
||||
|
||||
@media (max-width: 568px) {
|
||||
.widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content {
|
||||
margin-right: 1.41575em;
|
||||
margin-left: 1.41575em;
|
||||
padding: 0; } }
|
||||
|
||||
.widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_ui_wrapper > div {
|
||||
margin-right: 0; }
|
||||
|
||||
.widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_details_wrapper {
|
||||
width: 73.9130434783%;
|
||||
float: right;
|
||||
margin-left: 4.347826087%; }
|
||||
|
||||
.widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_ui_wrapper {
|
||||
width: 21.7391304348%;
|
||||
float: left;
|
||||
margin-left: 0; }
|
||||
|
||||
.right-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_details_wrapper {
|
||||
width: 73.9130434783%;
|
||||
float: right;
|
||||
margin-left: 4.347826087%; }
|
||||
|
||||
.right-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_ui_wrapper {
|
||||
width: 21.7391304348%;
|
||||
float: left;
|
||||
margin-left: 0; }
|
||||
|
||||
.left-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_details_wrapper {
|
||||
width: 73.9130434783%;
|
||||
float: left;
|
||||
margin-left: 0; }
|
||||
|
||||
.left-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_ui_wrapper {
|
||||
width: 21.7391304348%;
|
||||
float: right;
|
||||
margin-left: 4.347826087%; }
|
||||
|
||||
.left-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .composite_button {
|
||||
float: right; }
|
||||
|
||||
.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data {
|
||||
width: 100%;
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 0; }
|
||||
|
||||
.single-product div.product .component_selections .component_summary {
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
|
||||
.single-product div.product .component_selections .component_summary .content {
|
||||
margin-bottom: 1.618em; }
|
||||
.single-product div.product .component_selections .component_summary .composited_product_details_wrapper {
|
||||
padding-right: 0; }
|
||||
.single-product div.product .component_selections .component_summary .composited_product_images {
|
||||
margin-right: 0; }
|
||||
.single-product div.product .component_selections .component_summary .composited_product_images,
|
||||
.single-product div.product .component_selections .component_summary .images {
|
||||
width: 21.7391304348%;
|
||||
float: right;
|
||||
margin-left: 4.347826087%; }
|
||||
.single-product div.product .component_selections .component_summary .composited_product_images a,
|
||||
.single-product div.product .component_selections .component_summary .images a {
|
||||
padding-left: 0; }
|
||||
.single-product div.product .component_selections .component_summary .composited_product_images img,
|
||||
.single-product div.product .component_selections .component_summary .images img {
|
||||
width: 100%;
|
||||
height: auto; }
|
||||
.single-product div.product .component_selections .component_summary .component_data {
|
||||
width: 73.9130434783%;
|
||||
float: left;
|
||||
margin-left: 0;
|
||||
margin-right: 0; }
|
||||
|
||||
.single-product div.product .component_selections > div {
|
||||
padding-right: 0; }
|
||||
|
||||
.single-product div.product .component_selections .select_label {
|
||||
display: block;
|
||||
margin-bottom: 1em; }
|
||||
|
||||
.single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail {
|
||||
margin-right: 5px;
|
||||
/* v2.5.5 compat */
|
||||
box-shadow: 0 0 0 4px transparent; }
|
||||
.single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail.selected, .single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail.selected:hover {
|
||||
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06); }
|
||||
.single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail:hover {
|
||||
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.03); }
|
||||
.single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail.disabled, .single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail.disabled:hover {
|
||||
box-shadow: 0 0 0 4px transparent; }
|
||||
|
||||
.single-product div.product .component.progressive .component_summary {
|
||||
border-bottom: none; }
|
||||
|
||||
.storefront-full-width-content.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data {
|
||||
width: 100%;
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 0; }
|
||||
|
||||
.storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images,
|
||||
.storefront-full-width-content.single-product div.product .component_selections .component_summary .images {
|
||||
width: 21.7391304348%;
|
||||
float: right;
|
||||
margin-left: 4.347826087%; }
|
||||
.storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images a,
|
||||
.storefront-full-width-content.single-product div.product .component_selections .component_summary .images a {
|
||||
padding-left: 0; }
|
||||
|
||||
.storefront-full-width-content.single-product div.product .component_selections .component_summary .component_data {
|
||||
width: 73.9130434783%;
|
||||
float: left;
|
||||
margin-left: 0;
|
||||
margin-right: 0; }
|
||||
|
||||
.swc-product-gallery-stacked.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data,
|
||||
.swc-product-gallery-hidden.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data {
|
||||
width: 100%;
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 0; }
|
||||
|
||||
.swc-product-gallery-stacked.single-product div.product .component_selections .component_summary .composited_product_images,
|
||||
.swc-product-gallery-stacked.single-product div.product .component_selections .component_summary .images,
|
||||
.swc-product-gallery-hidden.single-product div.product .component_selections .component_summary .composited_product_images,
|
||||
.swc-product-gallery-hidden.single-product div.product .component_selections .component_summary .images {
|
||||
width: 21.7391304348%;
|
||||
float: right;
|
||||
margin-left: 4.347826087%; }
|
||||
.swc-product-gallery-stacked.single-product div.product .component_selections .component_summary .composited_product_images a,
|
||||
.swc-product-gallery-stacked.single-product div.product .component_selections .component_summary .images a,
|
||||
.swc-product-gallery-hidden.single-product div.product .component_selections .component_summary .composited_product_images a,
|
||||
.swc-product-gallery-hidden.single-product div.product .component_selections .component_summary .images a {
|
||||
padding-left: 0; }
|
||||
|
||||
.swc-product-gallery-stacked.single-product div.product .component_selections .component_summary .component_data,
|
||||
.swc-product-gallery-hidden.single-product div.product .component_selections .component_summary .component_data {
|
||||
width: 73.9130434783%;
|
||||
float: left;
|
||||
margin-left: 0; }
|
||||
|
||||
.swc-product-gallery-stacked.storefront-full-width-content.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data,
|
||||
.swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data {
|
||||
width: 100%;
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 0; }
|
||||
|
||||
.swc-product-gallery-stacked.storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images,
|
||||
.swc-product-gallery-stacked.storefront-full-width-content.single-product div.product .component_selections .component_summary .images,
|
||||
.swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images,
|
||||
.swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .component_selections .component_summary .images {
|
||||
width: 21.7391304348%;
|
||||
float: right;
|
||||
margin-left: 4.347826087%; }
|
||||
.swc-product-gallery-stacked.storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images a,
|
||||
.swc-product-gallery-stacked.storefront-full-width-content.single-product div.product .component_selections .component_summary .images a,
|
||||
.swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images a,
|
||||
.swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .component_selections .component_summary .images a {
|
||||
padding-left: 0; }
|
||||
|
||||
.swc-product-gallery-stacked.storefront-full-width-content.single-product div.product .component_selections .component_summary .component_data,
|
||||
.swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .component_selections .component_summary .component_data {
|
||||
width: 73.9130434783%;
|
||||
float: left;
|
||||
margin-left: 0; }
|
||||
@@ -0,0 +1,206 @@
|
||||
/**
|
||||
* WooCommerce Composite Products
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.composite_summary .summary_element .summary_element_wrapper {
|
||||
box-shadow: 0 0 0 4px transparent; }
|
||||
.composite_summary .summary_element .summary_element_wrapper.selected, .composite_summary .summary_element .summary_element_wrapper.selected:hover {
|
||||
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06); }
|
||||
.composite_summary .summary_element .summary_element_wrapper:hover {
|
||||
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.03); }
|
||||
.composite_summary .summary_element .summary_element_wrapper.disabled, .composite_summary .summary_element .summary_element_wrapper.disabled:hover {
|
||||
box-shadow: 0 0 0 4px transparent; }
|
||||
|
||||
.widget.widget_composite_summary.widget_position_fixed {
|
||||
font-size: 1em; }
|
||||
|
||||
.widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_price {
|
||||
font-size: 1.41575em; }
|
||||
|
||||
.widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content {
|
||||
max-width: 1064px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 0 2.617924em;
|
||||
box-sizing: content-box; }
|
||||
.widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content::before, .widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content::after {
|
||||
content: '';
|
||||
display: table; }
|
||||
.widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content::after {
|
||||
clear: both; }
|
||||
|
||||
@media (max-width: 66.4989378333em) {
|
||||
.widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content {
|
||||
margin-left: 2.617924em;
|
||||
margin-right: 2.617924em;
|
||||
padding: 0; } }
|
||||
|
||||
@media (max-width: 568px) {
|
||||
.widget.widget_composite_summary.widget_position_fixed .widget_composite_summary_content {
|
||||
margin-left: 1.41575em;
|
||||
margin-right: 1.41575em;
|
||||
padding: 0; } }
|
||||
|
||||
.widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_ui_wrapper > div {
|
||||
margin-left: 0; }
|
||||
|
||||
.widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_details_wrapper {
|
||||
width: 73.9130434783%;
|
||||
float: left;
|
||||
margin-right: 4.347826087%; }
|
||||
|
||||
.widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_ui_wrapper {
|
||||
width: 21.7391304348%;
|
||||
float: right;
|
||||
margin-right: 0; }
|
||||
|
||||
.right-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_details_wrapper {
|
||||
width: 73.9130434783%;
|
||||
float: left;
|
||||
margin-right: 4.347826087%; }
|
||||
|
||||
.right-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_ui_wrapper {
|
||||
width: 21.7391304348%;
|
||||
float: right;
|
||||
margin-right: 0; }
|
||||
|
||||
.left-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_details_wrapper {
|
||||
width: 73.9130434783%;
|
||||
float: right;
|
||||
margin-right: 0; }
|
||||
|
||||
.left-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .widget_composite_summary_ui_wrapper {
|
||||
width: 21.7391304348%;
|
||||
float: left;
|
||||
margin-right: 4.347826087%; }
|
||||
|
||||
.left-sidebar .widget_composite_summary.widget_position_fixed .widget_composite_summary_content .composite_button {
|
||||
float: left; }
|
||||
|
||||
.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data {
|
||||
width: 100%;
|
||||
float: left;
|
||||
margin-left: 0;
|
||||
margin-right: 0; }
|
||||
|
||||
.single-product div.product .component_selections .component_summary {
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
|
||||
.single-product div.product .component_selections .component_summary .content {
|
||||
margin-bottom: 1.618em; }
|
||||
.single-product div.product .component_selections .component_summary .composited_product_details_wrapper {
|
||||
padding-left: 0; }
|
||||
.single-product div.product .component_selections .component_summary .composited_product_images {
|
||||
margin-left: 0; }
|
||||
.single-product div.product .component_selections .component_summary .composited_product_images,
|
||||
.single-product div.product .component_selections .component_summary .images {
|
||||
width: 21.7391304348%;
|
||||
float: left;
|
||||
margin-right: 4.347826087%; }
|
||||
.single-product div.product .component_selections .component_summary .composited_product_images a,
|
||||
.single-product div.product .component_selections .component_summary .images a {
|
||||
padding-right: 0; }
|
||||
.single-product div.product .component_selections .component_summary .composited_product_images img,
|
||||
.single-product div.product .component_selections .component_summary .images img {
|
||||
width: 100%;
|
||||
height: auto; }
|
||||
.single-product div.product .component_selections .component_summary .component_data {
|
||||
width: 73.9130434783%;
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 0; }
|
||||
|
||||
.single-product div.product .component_selections > div {
|
||||
padding-left: 0; }
|
||||
|
||||
.single-product div.product .component_selections .select_label {
|
||||
display: block;
|
||||
margin-bottom: 1em; }
|
||||
|
||||
.single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail {
|
||||
margin-left: 5px;
|
||||
/* v2.5.5 compat */
|
||||
box-shadow: 0 0 0 4px transparent; }
|
||||
.single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail.selected, .single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail.selected:hover {
|
||||
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06); }
|
||||
.single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail:hover {
|
||||
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.03); }
|
||||
.single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail.disabled, .single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail.disabled:hover {
|
||||
box-shadow: 0 0 0 4px transparent; }
|
||||
|
||||
.single-product div.product .component.progressive .component_summary {
|
||||
border-bottom: none; }
|
||||
|
||||
.storefront-full-width-content.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data {
|
||||
width: 100%;
|
||||
float: left;
|
||||
margin-left: 0;
|
||||
margin-right: 0; }
|
||||
|
||||
.storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images,
|
||||
.storefront-full-width-content.single-product div.product .component_selections .component_summary .images {
|
||||
width: 21.7391304348%;
|
||||
float: left;
|
||||
margin-right: 4.347826087%; }
|
||||
.storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images a,
|
||||
.storefront-full-width-content.single-product div.product .component_selections .component_summary .images a {
|
||||
padding-right: 0; }
|
||||
|
||||
.storefront-full-width-content.single-product div.product .component_selections .component_summary .component_data {
|
||||
width: 73.9130434783%;
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 0; }
|
||||
|
||||
.swc-product-gallery-stacked.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data,
|
||||
.swc-product-gallery-hidden.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data {
|
||||
width: 100%;
|
||||
float: left;
|
||||
margin-left: 0;
|
||||
margin-right: 0; }
|
||||
|
||||
.swc-product-gallery-stacked.single-product div.product .component_selections .component_summary .composited_product_images,
|
||||
.swc-product-gallery-stacked.single-product div.product .component_selections .component_summary .images,
|
||||
.swc-product-gallery-hidden.single-product div.product .component_selections .component_summary .composited_product_images,
|
||||
.swc-product-gallery-hidden.single-product div.product .component_selections .component_summary .images {
|
||||
width: 21.7391304348%;
|
||||
float: left;
|
||||
margin-right: 4.347826087%; }
|
||||
.swc-product-gallery-stacked.single-product div.product .component_selections .component_summary .composited_product_images a,
|
||||
.swc-product-gallery-stacked.single-product div.product .component_selections .component_summary .images a,
|
||||
.swc-product-gallery-hidden.single-product div.product .component_selections .component_summary .composited_product_images a,
|
||||
.swc-product-gallery-hidden.single-product div.product .component_selections .component_summary .images a {
|
||||
padding-right: 0; }
|
||||
|
||||
.swc-product-gallery-stacked.single-product div.product .component_selections .component_summary .component_data,
|
||||
.swc-product-gallery-hidden.single-product div.product .component_selections .component_summary .component_data {
|
||||
width: 73.9130434783%;
|
||||
float: right;
|
||||
margin-right: 0; }
|
||||
|
||||
.swc-product-gallery-stacked.storefront-full-width-content.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data,
|
||||
.swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data {
|
||||
width: 100%;
|
||||
float: left;
|
||||
margin-left: 0;
|
||||
margin-right: 0; }
|
||||
|
||||
.swc-product-gallery-stacked.storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images,
|
||||
.swc-product-gallery-stacked.storefront-full-width-content.single-product div.product .component_selections .component_summary .images,
|
||||
.swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images,
|
||||
.swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .component_selections .component_summary .images {
|
||||
width: 21.7391304348%;
|
||||
float: left;
|
||||
margin-right: 4.347826087%; }
|
||||
.swc-product-gallery-stacked.storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images a,
|
||||
.swc-product-gallery-stacked.storefront-full-width-content.single-product div.product .component_selections .component_summary .images a,
|
||||
.swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .component_selections .component_summary .composited_product_images a,
|
||||
.swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .component_selections .component_summary .images a {
|
||||
padding-right: 0; }
|
||||
|
||||
.swc-product-gallery-stacked.storefront-full-width-content.single-product div.product .component_selections .component_summary .component_data,
|
||||
.swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .component_selections .component_summary .component_data {
|
||||
width: 73.9130434783%;
|
||||
float: right;
|
||||
margin-right: 0; }
|
||||
@@ -0,0 +1,53 @@
|
||||
/**
|
||||
* WooCommerce Deposits
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
/**
|
||||
* Style
|
||||
*/
|
||||
.wc-deposits-wrapper .wc-deposits-option li {
|
||||
padding: 0.6180469716em 1em;
|
||||
border: none;
|
||||
background: rgba(0, 0, 0, 0.0125);
|
||||
box-shadow: none;
|
||||
border-radius: 0; }
|
||||
.wc-deposits-wrapper .wc-deposits-option li:hover {
|
||||
background: rgba(0, 0, 0, 0.02); }
|
||||
.wc-deposits-wrapper .wc-deposits-option li input {
|
||||
margin-left: 0.6180469716em; }
|
||||
|
||||
.wc-deposits-wrapper .wc-deposits-payment-description {
|
||||
color: inherit; }
|
||||
|
||||
.wc-deposits-wrapper .wc-deposits-payment-plans {
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
box-shadow: none; }
|
||||
.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan {
|
||||
border: 1em solid rgba(0, 0, 0, 0.0125);
|
||||
padding: 1.618em;
|
||||
margin-bottom: 1em; }
|
||||
.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan input {
|
||||
margin-left: 0; }
|
||||
.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan:hover {
|
||||
background: rgba(0, 0, 0, 0.0125); }
|
||||
.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan:last-child {
|
||||
border-bottom: 1em solid rgba(0, 0, 0, 0.0125); }
|
||||
.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan .wc-deposits-payment-plan-description {
|
||||
color: inherit;
|
||||
display: block;
|
||||
font-weight: 400;
|
||||
opacity: 0.5; }
|
||||
.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan label {
|
||||
max-width: none; }
|
||||
|
||||
.wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans {
|
||||
margin-bottom: 1.618em; }
|
||||
.wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans::after {
|
||||
display: none; }
|
||||
.wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans::before {
|
||||
border-bottom-color: rgba(0, 0, 0, 0.025);
|
||||
top: -1px; }
|
||||
@@ -0,0 +1,53 @@
|
||||
/**
|
||||
* WooCommerce Deposits
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
/**
|
||||
* Style
|
||||
*/
|
||||
.wc-deposits-wrapper .wc-deposits-option li {
|
||||
padding: 0.6180469716em 1em;
|
||||
border: none;
|
||||
background: rgba(0, 0, 0, 0.0125);
|
||||
box-shadow: none;
|
||||
border-radius: 0; }
|
||||
.wc-deposits-wrapper .wc-deposits-option li:hover {
|
||||
background: rgba(0, 0, 0, 0.02); }
|
||||
.wc-deposits-wrapper .wc-deposits-option li input {
|
||||
margin-right: 0.6180469716em; }
|
||||
|
||||
.wc-deposits-wrapper .wc-deposits-payment-description {
|
||||
color: inherit; }
|
||||
|
||||
.wc-deposits-wrapper .wc-deposits-payment-plans {
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
box-shadow: none; }
|
||||
.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan {
|
||||
border: 1em solid rgba(0, 0, 0, 0.0125);
|
||||
padding: 1.618em;
|
||||
margin-bottom: 1em; }
|
||||
.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan input {
|
||||
margin-right: 0; }
|
||||
.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan:hover {
|
||||
background: rgba(0, 0, 0, 0.0125); }
|
||||
.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan:last-child {
|
||||
border-bottom: 1em solid rgba(0, 0, 0, 0.0125); }
|
||||
.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan .wc-deposits-payment-plan-description {
|
||||
color: inherit;
|
||||
display: block;
|
||||
font-weight: 400;
|
||||
opacity: 0.5; }
|
||||
.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan label {
|
||||
max-width: none; }
|
||||
|
||||
.wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans {
|
||||
margin-bottom: 1.618em; }
|
||||
.wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans::after {
|
||||
display: none; }
|
||||
.wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans::before {
|
||||
border-bottom-color: rgba(0, 0, 0, 0.025);
|
||||
top: -1px; }
|
||||
@@ -0,0 +1,37 @@
|
||||
/**
|
||||
* WooCommerce Memberships
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--members-area a::before,
|
||||
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--members-area a::before {
|
||||
content: "\f023"; }
|
||||
|
||||
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--back-to-memberships a::before,
|
||||
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--back-to-memberships a::before {
|
||||
content: "\f0a9"; }
|
||||
|
||||
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-content a::before,
|
||||
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-content a::before {
|
||||
content: "\f023"; }
|
||||
|
||||
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-products a::before,
|
||||
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-products a::before {
|
||||
content: "\f07a"; }
|
||||
|
||||
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-discounts a::before,
|
||||
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-discounts a::before {
|
||||
content: "\f02c"; }
|
||||
|
||||
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-notes a::before,
|
||||
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-notes a::before {
|
||||
content: "\f075"; }
|
||||
|
||||
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-details a::before,
|
||||
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-details a::before {
|
||||
content: "\f013"; }
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.woocommerce-account table.my_account_memberships {
|
||||
table-layout: auto; } }
|
||||
@@ -0,0 +1,37 @@
|
||||
/**
|
||||
* WooCommerce Memberships
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--members-area a::before,
|
||||
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--members-area a::before {
|
||||
content: "\f023"; }
|
||||
|
||||
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--back-to-memberships a::before,
|
||||
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--back-to-memberships a::before {
|
||||
content: "\f0a8"; }
|
||||
|
||||
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-content a::before,
|
||||
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-content a::before {
|
||||
content: "\f023"; }
|
||||
|
||||
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-products a::before,
|
||||
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-products a::before {
|
||||
content: "\f07a"; }
|
||||
|
||||
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-discounts a::before,
|
||||
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-discounts a::before {
|
||||
content: "\f02c"; }
|
||||
|
||||
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-notes a::before,
|
||||
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-notes a::before {
|
||||
content: "\f075"; }
|
||||
|
||||
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-details a::before,
|
||||
.woocommerce-page .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--my-membership-details a::before {
|
||||
content: "\f013"; }
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.woocommerce-account table.my_account_memberships {
|
||||
table-layout: auto; } }
|
||||
@@ -0,0 +1,36 @@
|
||||
/**
|
||||
* WooCommerce Mix and Match
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.mnm_table .product-thumbnail,
|
||||
.mnm_table .product-name,
|
||||
.mnm_table .product-quantity,
|
||||
.mnm_table .container-quantity {
|
||||
padding: 0.6180469716em 0.875em !important; }
|
||||
|
||||
.mnm_table .mnm_item img {
|
||||
max-width: 100%; }
|
||||
|
||||
.mnm_table .product-name {
|
||||
vertical-align: middle; }
|
||||
|
||||
.cart .mnm_table_item .product-thumbnail img,
|
||||
.shop_table .mnm_table_item .product-thumbnail img {
|
||||
max-width: 2.617924em !important; }
|
||||
|
||||
.cart .mnm_table_item .mnm_table_item_indent,
|
||||
.shop_table .mnm_table_item .mnm_table_item_indent {
|
||||
padding-right: 0; }
|
||||
|
||||
.cart .mnm_table_item .product-name,
|
||||
.cart .mnm_table_item .product-price,
|
||||
.cart .mnm_table_item .product-quantity,
|
||||
.shop_table .mnm_table_item .product-name,
|
||||
.shop_table .mnm_table_item .product-price,
|
||||
.shop_table .mnm_table_item .product-quantity {
|
||||
font-size: 1em; }
|
||||
|
||||
.mnm_image {
|
||||
max-width: 3.706325903em; }
|
||||
@@ -0,0 +1,36 @@
|
||||
/**
|
||||
* WooCommerce Mix and Match
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.mnm_table .product-thumbnail,
|
||||
.mnm_table .product-name,
|
||||
.mnm_table .product-quantity,
|
||||
.mnm_table .container-quantity {
|
||||
padding: 0.6180469716em 0.875em !important; }
|
||||
|
||||
.mnm_table .mnm_item img {
|
||||
max-width: 100%; }
|
||||
|
||||
.mnm_table .product-name {
|
||||
vertical-align: middle; }
|
||||
|
||||
.cart .mnm_table_item .product-thumbnail img,
|
||||
.shop_table .mnm_table_item .product-thumbnail img {
|
||||
max-width: 2.617924em !important; }
|
||||
|
||||
.cart .mnm_table_item .mnm_table_item_indent,
|
||||
.shop_table .mnm_table_item .mnm_table_item_indent {
|
||||
padding-left: 0; }
|
||||
|
||||
.cart .mnm_table_item .product-name,
|
||||
.cart .mnm_table_item .product-price,
|
||||
.cart .mnm_table_item .product-quantity,
|
||||
.shop_table .mnm_table_item .product-name,
|
||||
.shop_table .mnm_table_item .product-price,
|
||||
.shop_table .mnm_table_item .product-quantity {
|
||||
font-size: 1em; }
|
||||
|
||||
.mnm_image {
|
||||
max-width: 3.706325903em; }
|
||||
@@ -0,0 +1,39 @@
|
||||
/**
|
||||
* WooCommerce Photography
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.woocommerce ul.products li.product-type-photography,
|
||||
.woocommerce-page ul.products li.product-type-photography {
|
||||
text-align: right; }
|
||||
.woocommerce ul.products li.product-type-photography::before, .woocommerce ul.products li.product-type-photography::after,
|
||||
.woocommerce-page ul.products li.product-type-photography::before,
|
||||
.woocommerce-page ul.products li.product-type-photography::after {
|
||||
content: '';
|
||||
display: table; }
|
||||
.woocommerce ul.products li.product-type-photography::after,
|
||||
.woocommerce-page ul.products li.product-type-photography::after {
|
||||
clear: both; }
|
||||
.woocommerce ul.products li.product-type-photography .photography-image,
|
||||
.woocommerce ul.products li.product-type-photography .photography-content,
|
||||
.woocommerce-page ul.products li.product-type-photography .photography-image,
|
||||
.woocommerce-page ul.products li.product-type-photography .photography-content {
|
||||
float: none;
|
||||
width: 100%; }
|
||||
.woocommerce ul.products li.product-type-photography .photography-image img,
|
||||
.woocommerce-page ul.products li.product-type-photography .photography-image img {
|
||||
width: 100%; }
|
||||
.woocommerce ul.products li.product-type-photography .photography-sku,
|
||||
.woocommerce-page ul.products li.product-type-photography .photography-sku {
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
|
||||
.woocommerce ul.products li.product-type-photography .sku,
|
||||
.woocommerce-page ul.products li.product-type-photography .sku {
|
||||
font-weight: 600; }
|
||||
|
||||
.woocommerce .photography-products .tools,
|
||||
.woocommerce-page .photography-products .tools {
|
||||
margin-bottom: 2.617924em;
|
||||
background-color: rgba(0, 0, 0, 0.025);
|
||||
padding: 1em 1.618em 1em 1em;
|
||||
border: 0; }
|
||||
@@ -0,0 +1,39 @@
|
||||
/**
|
||||
* WooCommerce Photography
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.woocommerce ul.products li.product-type-photography,
|
||||
.woocommerce-page ul.products li.product-type-photography {
|
||||
text-align: left; }
|
||||
.woocommerce ul.products li.product-type-photography::before, .woocommerce ul.products li.product-type-photography::after,
|
||||
.woocommerce-page ul.products li.product-type-photography::before,
|
||||
.woocommerce-page ul.products li.product-type-photography::after {
|
||||
content: '';
|
||||
display: table; }
|
||||
.woocommerce ul.products li.product-type-photography::after,
|
||||
.woocommerce-page ul.products li.product-type-photography::after {
|
||||
clear: both; }
|
||||
.woocommerce ul.products li.product-type-photography .photography-image,
|
||||
.woocommerce ul.products li.product-type-photography .photography-content,
|
||||
.woocommerce-page ul.products li.product-type-photography .photography-image,
|
||||
.woocommerce-page ul.products li.product-type-photography .photography-content {
|
||||
float: none;
|
||||
width: 100%; }
|
||||
.woocommerce ul.products li.product-type-photography .photography-image img,
|
||||
.woocommerce-page ul.products li.product-type-photography .photography-image img {
|
||||
width: 100%; }
|
||||
.woocommerce ul.products li.product-type-photography .photography-sku,
|
||||
.woocommerce-page ul.products li.product-type-photography .photography-sku {
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
|
||||
.woocommerce ul.products li.product-type-photography .sku,
|
||||
.woocommerce-page ul.products li.product-type-photography .sku {
|
||||
font-weight: 600; }
|
||||
|
||||
.woocommerce .photography-products .tools,
|
||||
.woocommerce-page .photography-products .tools {
|
||||
margin-bottom: 2.617924em;
|
||||
background-color: rgba(0, 0, 0, 0.025);
|
||||
padding: 1em 1em 1em 1.618em;
|
||||
border: 0; }
|
||||
@@ -0,0 +1,152 @@
|
||||
/**
|
||||
* WooCommerce Product Reviews Pro
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.woocommerce #reviews .product-rating .product-rating-summary,
|
||||
.woocommerce #reviews .product-rating .product-rating-details,
|
||||
.woocommerce-page #reviews .product-rating .product-rating-summary,
|
||||
.woocommerce-page #reviews .product-rating .product-rating-details {
|
||||
display: block;
|
||||
width: 100%; }
|
||||
|
||||
.woocommerce #reviews .product-rating .product-rating-summary,
|
||||
.woocommerce-page #reviews .product-rating .product-rating-summary {
|
||||
text-align: right; }
|
||||
|
||||
.woocommerce #reviews .product-rating .product-rating-details table td,
|
||||
.woocommerce-page #reviews .product-rating .product-rating-details table td {
|
||||
padding: 0.202em 0.5407911001em; }
|
||||
.woocommerce #reviews .product-rating .product-rating-details table td.rating-graph .bar,
|
||||
.woocommerce-page #reviews .product-rating .product-rating-details table td.rating-graph .bar {
|
||||
background-color: #43454b; }
|
||||
.woocommerce #reviews .product-rating .product-rating-details table td.rating-count a,
|
||||
.woocommerce-page #reviews .product-rating .product-rating-details table td.rating-count a {
|
||||
text-decoration: none; }
|
||||
|
||||
.woocommerce #reviews .form-contribution,
|
||||
.woocommerce-page #reviews .form-contribution {
|
||||
border-color: rgba(0, 0, 0, 0.05);
|
||||
padding: 1em; }
|
||||
.woocommerce #reviews .form-contribution #review_rating_field fieldset,
|
||||
.woocommerce-page #reviews .form-contribution #review_rating_field fieldset {
|
||||
float: right; }
|
||||
.woocommerce #reviews .form-contribution #review_rating_field fieldset label,
|
||||
.woocommerce-page #reviews .form-contribution #review_rating_field fieldset label {
|
||||
display: inline-block;
|
||||
float: left; }
|
||||
.woocommerce #reviews .form-contribution #review_rating_field fieldset label.checkbox::before,
|
||||
.woocommerce-page #reviews .form-contribution #review_rating_field fieldset label.checkbox::before {
|
||||
font-size: 0.875em; }
|
||||
.woocommerce #reviews .form-contribution #review_rating_field fieldset .star-label,
|
||||
.woocommerce-page #reviews .form-contribution #review_rating_field fieldset .star-label {
|
||||
float: none;
|
||||
margin-right: 0.6180469716em; }
|
||||
.woocommerce #reviews .form-contribution .form-row,
|
||||
.woocommerce-page #reviews .form-contribution .form-row {
|
||||
clear: both; }
|
||||
|
||||
.woocommerce #reviews .contribution-karma,
|
||||
.woocommerce-page #reviews .contribution-karma {
|
||||
margin-right: 0; }
|
||||
|
||||
.woocommerce #reviews #comments ol.commentlist li,
|
||||
.woocommerce-page #reviews #comments ol.commentlist li {
|
||||
padding-top: 0; }
|
||||
.woocommerce #reviews #comments ol.commentlist li img.avatar,
|
||||
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
|
||||
width: 2.617924em;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
float: left; }
|
||||
.woocommerce #reviews #comments ol.commentlist li .description,
|
||||
.woocommerce-page #reviews #comments ol.commentlist li .description {
|
||||
padding-bottom: 0; }
|
||||
.woocommerce #reviews #comments ol.commentlist li .comment-text,
|
||||
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
|
||||
margin-right: 0; }
|
||||
.woocommerce #reviews #comments ol.commentlist li .comment-text img,
|
||||
.woocommerce #reviews #comments ol.commentlist li .comment-text iframe,
|
||||
.woocommerce-page #reviews #comments ol.commentlist li .comment-text img,
|
||||
.woocommerce-page #reviews #comments ol.commentlist li .comment-text iframe {
|
||||
margin-bottom: 1.618em; }
|
||||
.woocommerce #reviews #comments ol.commentlist li h3.contribution-title,
|
||||
.woocommerce-page #reviews #comments ol.commentlist li h3.contribution-title {
|
||||
margin: 0;
|
||||
font-size: 1em; }
|
||||
.woocommerce #reviews #comments ol.commentlist li .contribution-actions a,
|
||||
.woocommerce-page #reviews #comments ol.commentlist li .contribution-actions a {
|
||||
color: #2c2d33; }
|
||||
.woocommerce #reviews #comments ol.commentlist li .contribution-actions a.done,
|
||||
.woocommerce-page #reviews #comments ol.commentlist li .contribution-actions a.done {
|
||||
opacity: 0.5; }
|
||||
.woocommerce #reviews #comments ol.commentlist li ul.children li,
|
||||
.woocommerce-page #reviews #comments ol.commentlist li ul.children li {
|
||||
margin-bottom: 1.618em; }
|
||||
|
||||
.woocommerce #reviews #comments .form-contribution_comment,
|
||||
.woocommerce-page #reviews #comments .form-contribution_comment {
|
||||
width: 81.8181818182%;
|
||||
float: left;
|
||||
margin-left: 0;
|
||||
margin-bottom: 3.706325903em;
|
||||
padding-top: 1.618em; }
|
||||
|
||||
.woocommerce #reviews #comments ul.children + .form-contribution_comment,
|
||||
.woocommerce-page #reviews #comments ul.children + .form-contribution_comment {
|
||||
border-top: 0;
|
||||
padding-top: 0; }
|
||||
|
||||
.woocommerce #reviews .contribution-flag-form,
|
||||
.woocommerce-page #reviews .contribution-flag-form {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
padding: 1.618em;
|
||||
margin-bottom: 1.618em; }
|
||||
|
||||
.woocommerce .form-photo #photo_attachment_file,
|
||||
.woocommerce-page .form-photo #photo_attachment_file {
|
||||
color: inherit;
|
||||
margin: 1em 0; }
|
||||
|
||||
.woocommerce .contribution-type-selector,
|
||||
.woocommerce-page .contribution-type-selector {
|
||||
margin: 0; }
|
||||
.woocommerce .contribution-type-selector > a,
|
||||
.woocommerce-page .contribution-type-selector > a {
|
||||
display: inline-block;
|
||||
margin-left: 1em;
|
||||
padding: 0.5407911001em 0;
|
||||
border-bottom: 0.202em solid rgba(0, 0, 0, 0.05); }
|
||||
.woocommerce .contribution-type-selector > a.active,
|
||||
.woocommerce-page .contribution-type-selector > a.active {
|
||||
border-bottom-color: rgba(0, 0, 0, 0.05); }
|
||||
|
||||
.woocommerce .star-rating-selector fieldset,
|
||||
.woocommerce-page .star-rating-selector fieldset {
|
||||
float: none;
|
||||
clear: both; }
|
||||
|
||||
.woocommerce .star-rating-selector > label:first-child,
|
||||
.woocommerce-page .star-rating-selector > label:first-child {
|
||||
display: block !important; }
|
||||
|
||||
.woocommerce .star-rating-selector:not(:checked) label.checkbox,
|
||||
.woocommerce-page .star-rating-selector:not(:checked) label.checkbox {
|
||||
float: none; }
|
||||
|
||||
.woocommerce #wc-product-reviews-pro-modal #customer_login .col-1,
|
||||
.woocommerce #wc-product-reviews-pro-modal #customer_login .col-2,
|
||||
.woocommerce-page #wc-product-reviews-pro-modal #customer_login .col-1,
|
||||
.woocommerce-page #wc-product-reviews-pro-modal #customer_login .col-2 {
|
||||
width: 100%; }
|
||||
|
||||
#tiptip_content,
|
||||
.chart-tooltip {
|
||||
font-size: 0.875em;
|
||||
padding: 0.6180469716em 1em;
|
||||
background-color: rgba(0, 0, 0, 0.8); }
|
||||
|
||||
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
|
||||
border-bottom-color: rgba(0, 0, 0, 0.8);
|
||||
margin-top: -6px; }
|
||||
@@ -0,0 +1,152 @@
|
||||
/**
|
||||
* WooCommerce Product Reviews Pro
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.woocommerce #reviews .product-rating .product-rating-summary,
|
||||
.woocommerce #reviews .product-rating .product-rating-details,
|
||||
.woocommerce-page #reviews .product-rating .product-rating-summary,
|
||||
.woocommerce-page #reviews .product-rating .product-rating-details {
|
||||
display: block;
|
||||
width: 100%; }
|
||||
|
||||
.woocommerce #reviews .product-rating .product-rating-summary,
|
||||
.woocommerce-page #reviews .product-rating .product-rating-summary {
|
||||
text-align: left; }
|
||||
|
||||
.woocommerce #reviews .product-rating .product-rating-details table td,
|
||||
.woocommerce-page #reviews .product-rating .product-rating-details table td {
|
||||
padding: 0.202em 0.5407911001em; }
|
||||
.woocommerce #reviews .product-rating .product-rating-details table td.rating-graph .bar,
|
||||
.woocommerce-page #reviews .product-rating .product-rating-details table td.rating-graph .bar {
|
||||
background-color: #43454b; }
|
||||
.woocommerce #reviews .product-rating .product-rating-details table td.rating-count a,
|
||||
.woocommerce-page #reviews .product-rating .product-rating-details table td.rating-count a {
|
||||
text-decoration: none; }
|
||||
|
||||
.woocommerce #reviews .form-contribution,
|
||||
.woocommerce-page #reviews .form-contribution {
|
||||
border-color: rgba(0, 0, 0, 0.05);
|
||||
padding: 1em; }
|
||||
.woocommerce #reviews .form-contribution #review_rating_field fieldset,
|
||||
.woocommerce-page #reviews .form-contribution #review_rating_field fieldset {
|
||||
float: left; }
|
||||
.woocommerce #reviews .form-contribution #review_rating_field fieldset label,
|
||||
.woocommerce-page #reviews .form-contribution #review_rating_field fieldset label {
|
||||
display: inline-block;
|
||||
float: right; }
|
||||
.woocommerce #reviews .form-contribution #review_rating_field fieldset label.checkbox::before,
|
||||
.woocommerce-page #reviews .form-contribution #review_rating_field fieldset label.checkbox::before {
|
||||
font-size: 0.875em; }
|
||||
.woocommerce #reviews .form-contribution #review_rating_field fieldset .star-label,
|
||||
.woocommerce-page #reviews .form-contribution #review_rating_field fieldset .star-label {
|
||||
float: none;
|
||||
margin-left: 0.6180469716em; }
|
||||
.woocommerce #reviews .form-contribution .form-row,
|
||||
.woocommerce-page #reviews .form-contribution .form-row {
|
||||
clear: both; }
|
||||
|
||||
.woocommerce #reviews .contribution-karma,
|
||||
.woocommerce-page #reviews .contribution-karma {
|
||||
margin-left: 0; }
|
||||
|
||||
.woocommerce #reviews #comments ol.commentlist li,
|
||||
.woocommerce-page #reviews #comments ol.commentlist li {
|
||||
padding-top: 0; }
|
||||
.woocommerce #reviews #comments ol.commentlist li img.avatar,
|
||||
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
|
||||
width: 2.617924em;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
float: right; }
|
||||
.woocommerce #reviews #comments ol.commentlist li .description,
|
||||
.woocommerce-page #reviews #comments ol.commentlist li .description {
|
||||
padding-bottom: 0; }
|
||||
.woocommerce #reviews #comments ol.commentlist li .comment-text,
|
||||
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
|
||||
margin-left: 0; }
|
||||
.woocommerce #reviews #comments ol.commentlist li .comment-text img,
|
||||
.woocommerce #reviews #comments ol.commentlist li .comment-text iframe,
|
||||
.woocommerce-page #reviews #comments ol.commentlist li .comment-text img,
|
||||
.woocommerce-page #reviews #comments ol.commentlist li .comment-text iframe {
|
||||
margin-bottom: 1.618em; }
|
||||
.woocommerce #reviews #comments ol.commentlist li h3.contribution-title,
|
||||
.woocommerce-page #reviews #comments ol.commentlist li h3.contribution-title {
|
||||
margin: 0;
|
||||
font-size: 1em; }
|
||||
.woocommerce #reviews #comments ol.commentlist li .contribution-actions a,
|
||||
.woocommerce-page #reviews #comments ol.commentlist li .contribution-actions a {
|
||||
color: #2c2d33; }
|
||||
.woocommerce #reviews #comments ol.commentlist li .contribution-actions a.done,
|
||||
.woocommerce-page #reviews #comments ol.commentlist li .contribution-actions a.done {
|
||||
opacity: 0.5; }
|
||||
.woocommerce #reviews #comments ol.commentlist li ul.children li,
|
||||
.woocommerce-page #reviews #comments ol.commentlist li ul.children li {
|
||||
margin-bottom: 1.618em; }
|
||||
|
||||
.woocommerce #reviews #comments .form-contribution_comment,
|
||||
.woocommerce-page #reviews #comments .form-contribution_comment {
|
||||
width: 81.8181818182%;
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-bottom: 3.706325903em;
|
||||
padding-top: 1.618em; }
|
||||
|
||||
.woocommerce #reviews #comments ul.children + .form-contribution_comment,
|
||||
.woocommerce-page #reviews #comments ul.children + .form-contribution_comment {
|
||||
border-top: 0;
|
||||
padding-top: 0; }
|
||||
|
||||
.woocommerce #reviews .contribution-flag-form,
|
||||
.woocommerce-page #reviews .contribution-flag-form {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
padding: 1.618em;
|
||||
margin-bottom: 1.618em; }
|
||||
|
||||
.woocommerce .form-photo #photo_attachment_file,
|
||||
.woocommerce-page .form-photo #photo_attachment_file {
|
||||
color: inherit;
|
||||
margin: 1em 0; }
|
||||
|
||||
.woocommerce .contribution-type-selector,
|
||||
.woocommerce-page .contribution-type-selector {
|
||||
margin: 0; }
|
||||
.woocommerce .contribution-type-selector > a,
|
||||
.woocommerce-page .contribution-type-selector > a {
|
||||
display: inline-block;
|
||||
margin-right: 1em;
|
||||
padding: 0.5407911001em 0;
|
||||
border-bottom: 0.202em solid rgba(0, 0, 0, 0.05); }
|
||||
.woocommerce .contribution-type-selector > a.active,
|
||||
.woocommerce-page .contribution-type-selector > a.active {
|
||||
border-bottom-color: rgba(0, 0, 0, 0.05); }
|
||||
|
||||
.woocommerce .star-rating-selector fieldset,
|
||||
.woocommerce-page .star-rating-selector fieldset {
|
||||
float: none;
|
||||
clear: both; }
|
||||
|
||||
.woocommerce .star-rating-selector > label:first-child,
|
||||
.woocommerce-page .star-rating-selector > label:first-child {
|
||||
display: block !important; }
|
||||
|
||||
.woocommerce .star-rating-selector:not(:checked) label.checkbox,
|
||||
.woocommerce-page .star-rating-selector:not(:checked) label.checkbox {
|
||||
float: none; }
|
||||
|
||||
.woocommerce #wc-product-reviews-pro-modal #customer_login .col-1,
|
||||
.woocommerce #wc-product-reviews-pro-modal #customer_login .col-2,
|
||||
.woocommerce-page #wc-product-reviews-pro-modal #customer_login .col-1,
|
||||
.woocommerce-page #wc-product-reviews-pro-modal #customer_login .col-2 {
|
||||
width: 100%; }
|
||||
|
||||
#tiptip_content,
|
||||
.chart-tooltip {
|
||||
font-size: 0.875em;
|
||||
padding: 0.6180469716em 1em;
|
||||
background-color: rgba(0, 0, 0, 0.8); }
|
||||
|
||||
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
|
||||
border-bottom-color: rgba(0, 0, 0, 0.8);
|
||||
margin-top: -6px; }
|
||||
@@ -0,0 +1,28 @@
|
||||
/**
|
||||
* WooCommerce Mix and Match
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.quick-view-button span {
|
||||
display: none; }
|
||||
|
||||
div.quick-view div.quick-view-image a.button {
|
||||
border: 0;
|
||||
background: none;
|
||||
background-color: #43454b;
|
||||
border-color: #43454b;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
/* Improves usability and consistency of cursor style between image-type 'input' and others */
|
||||
padding: 0.6180469716em 1.41575em;
|
||||
text-decoration: none;
|
||||
font-weight: 600;
|
||||
text-shadow: none;
|
||||
display: inline-block;
|
||||
outline: none;
|
||||
-webkit-appearance: none;
|
||||
border-radius: 0;
|
||||
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
|
||||
line-height: inherit;
|
||||
display: block; }
|
||||
@@ -0,0 +1,28 @@
|
||||
/**
|
||||
* WooCommerce Mix and Match
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.quick-view-button span {
|
||||
display: none; }
|
||||
|
||||
div.quick-view div.quick-view-image a.button {
|
||||
border: 0;
|
||||
background: none;
|
||||
background-color: #43454b;
|
||||
border-color: #43454b;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
/* Improves usability and consistency of cursor style between image-type 'input' and others */
|
||||
padding: 0.6180469716em 1.41575em;
|
||||
text-decoration: none;
|
||||
font-weight: 600;
|
||||
text-shadow: none;
|
||||
display: inline-block;
|
||||
outline: none;
|
||||
-webkit-appearance: none;
|
||||
border-radius: 0;
|
||||
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
|
||||
line-height: inherit;
|
||||
display: block; }
|
||||
@@ -0,0 +1,69 @@
|
||||
/**
|
||||
* WooCommerce Product Reviews Pro
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.woocommerce-page .woocommerce-checkout-review-order-table th.product-name {
|
||||
width: 70%; }
|
||||
|
||||
.woocommerce-page #shipping_addresses {
|
||||
padding-top: 1.618em; }
|
||||
|
||||
.woocommerce-page .ship_address,
|
||||
.woocommerce-page .no_shipping_address {
|
||||
float: none;
|
||||
width: auto;
|
||||
margin: 0 0 1.618em;
|
||||
background-color: rgba(0, 0, 0, 0.025);
|
||||
border: 0;
|
||||
padding: 1em;
|
||||
line-height: inherit;
|
||||
border-radius: 0;
|
||||
font-size: 0.875em; }
|
||||
.woocommerce-page .ship_address dl,
|
||||
.woocommerce-page .no_shipping_address dl {
|
||||
margin-top: 0; }
|
||||
.woocommerce-page .ship_address dl dd,
|
||||
.woocommerce-page .no_shipping_address dl dd {
|
||||
margin-bottom: 1em; }
|
||||
.woocommerce-page .ship_address address,
|
||||
.woocommerce-page .no_shipping_address address {
|
||||
margin: 0; }
|
||||
.woocommerce-page .ship_address .note-form,
|
||||
.woocommerce-page .no_shipping_address .note-form {
|
||||
margin-bottom: 1.618em;
|
||||
padding-top: 1em; }
|
||||
.woocommerce-page .ship_address .modify-address-button,
|
||||
.woocommerce-page .no_shipping_address .modify-address-button {
|
||||
display: block;
|
||||
margin-top: 1em; }
|
||||
|
||||
.woocommerce-page .addresses {
|
||||
clear: both; }
|
||||
.woocommerce-page .addresses::before, .woocommerce-page .addresses::after {
|
||||
content: '';
|
||||
display: table; }
|
||||
.woocommerce-page .addresses::after {
|
||||
clear: both; }
|
||||
.woocommerce-page .addresses .address-block {
|
||||
margin: 0 0 1.618em;
|
||||
width: 47.0588235294%;
|
||||
float: right;
|
||||
margin-left: 5.8823529412%; }
|
||||
.woocommerce-page .addresses .address-block:nth-child(3), .woocommerce-page .addresses .address-block:nth-child(5), .woocommerce-page .addresses .address-block:nth-child(7) {
|
||||
margin-left: 0 !important; }
|
||||
.woocommerce-page .addresses .address-block .buttons {
|
||||
text-align: inherit;
|
||||
position: static; }
|
||||
.woocommerce-page .addresses .address-block .buttons .button {
|
||||
width: auto; }
|
||||
|
||||
.woocommerce-page.page-template-template-fullwidth-php .ship_address,
|
||||
.woocommerce-page.page-template-template-fullwidth-php .no_shipping_address {
|
||||
font-size: 1em; }
|
||||
|
||||
.woocommerce-page.page-template-template-fullwidth-php .address-block {
|
||||
width: 47.8260869565%;
|
||||
float: right;
|
||||
margin-left: 4.347826087%; }
|
||||
@@ -0,0 +1,69 @@
|
||||
/**
|
||||
* WooCommerce Product Reviews Pro
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.woocommerce-page .woocommerce-checkout-review-order-table th.product-name {
|
||||
width: 70%; }
|
||||
|
||||
.woocommerce-page #shipping_addresses {
|
||||
padding-top: 1.618em; }
|
||||
|
||||
.woocommerce-page .ship_address,
|
||||
.woocommerce-page .no_shipping_address {
|
||||
float: none;
|
||||
width: auto;
|
||||
margin: 0 0 1.618em;
|
||||
background-color: rgba(0, 0, 0, 0.025);
|
||||
border: 0;
|
||||
padding: 1em;
|
||||
line-height: inherit;
|
||||
border-radius: 0;
|
||||
font-size: 0.875em; }
|
||||
.woocommerce-page .ship_address dl,
|
||||
.woocommerce-page .no_shipping_address dl {
|
||||
margin-top: 0; }
|
||||
.woocommerce-page .ship_address dl dd,
|
||||
.woocommerce-page .no_shipping_address dl dd {
|
||||
margin-bottom: 1em; }
|
||||
.woocommerce-page .ship_address address,
|
||||
.woocommerce-page .no_shipping_address address {
|
||||
margin: 0; }
|
||||
.woocommerce-page .ship_address .note-form,
|
||||
.woocommerce-page .no_shipping_address .note-form {
|
||||
margin-bottom: 1.618em;
|
||||
padding-top: 1em; }
|
||||
.woocommerce-page .ship_address .modify-address-button,
|
||||
.woocommerce-page .no_shipping_address .modify-address-button {
|
||||
display: block;
|
||||
margin-top: 1em; }
|
||||
|
||||
.woocommerce-page .addresses {
|
||||
clear: both; }
|
||||
.woocommerce-page .addresses::before, .woocommerce-page .addresses::after {
|
||||
content: '';
|
||||
display: table; }
|
||||
.woocommerce-page .addresses::after {
|
||||
clear: both; }
|
||||
.woocommerce-page .addresses .address-block {
|
||||
margin: 0 0 1.618em;
|
||||
width: 47.0588235294%;
|
||||
float: left;
|
||||
margin-right: 5.8823529412%; }
|
||||
.woocommerce-page .addresses .address-block:nth-child(3), .woocommerce-page .addresses .address-block:nth-child(5), .woocommerce-page .addresses .address-block:nth-child(7) {
|
||||
margin-right: 0 !important; }
|
||||
.woocommerce-page .addresses .address-block .buttons {
|
||||
text-align: inherit;
|
||||
position: static; }
|
||||
.woocommerce-page .addresses .address-block .buttons .button {
|
||||
width: auto; }
|
||||
|
||||
.woocommerce-page.page-template-template-fullwidth-php .ship_address,
|
||||
.woocommerce-page.page-template-template-fullwidth-php .no_shipping_address {
|
||||
font-size: 1em; }
|
||||
|
||||
.woocommerce-page.page-template-template-fullwidth-php .address-block {
|
||||
width: 47.8260869565%;
|
||||
float: left;
|
||||
margin-right: 4.347826087%; }
|
||||
@@ -0,0 +1,49 @@
|
||||
/**
|
||||
* WooCommerce Smart Coupons
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.woocommerce .coupon-container,
|
||||
.woocommerce-page .coupon-container {
|
||||
margin: 0;
|
||||
box-shadow: none; }
|
||||
.woocommerce .coupon-container.medium,
|
||||
.woocommerce-page .coupon-container.medium {
|
||||
line-height: inherit;
|
||||
padding: 0.6180469716em; }
|
||||
|
||||
.woocommerce .generated_coupon_summary,
|
||||
.woocommerce-page .generated_coupon_summary {
|
||||
margin: 0; }
|
||||
|
||||
.woocommerce .coupon-content.small,
|
||||
.woocommerce-page .coupon-content.small {
|
||||
padding: 0.6180469716em 1.41575em; }
|
||||
|
||||
.woocommerce .coupon-content .coupon-expire,
|
||||
.woocommerce .coupon-content .discount-info,
|
||||
.woocommerce-page .coupon-content .coupon-expire,
|
||||
.woocommerce-page .coupon-content .discount-info {
|
||||
font-family: inherit; }
|
||||
|
||||
.woocommerce #coupons_list,
|
||||
.woocommerce-page #coupons_list {
|
||||
margin-bottom: 1.618em; }
|
||||
|
||||
.sd-buttons-transparent.woocommerce .coupon-container, .sd-buttons-transparent.woocommerce-page .coupon-container {
|
||||
background: transparent !important;
|
||||
padding: 0; }
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.sc_info_box {
|
||||
width: 41.1764705882%;
|
||||
float: left;
|
||||
margin-left: 0;
|
||||
padding-right: 2.0833333333%;
|
||||
padding-left: 2.0833333333%; }
|
||||
.page-template-template-fullwidth-php .sc_info_box {
|
||||
width: 39.1304347826%;
|
||||
float: left;
|
||||
margin-left: 0;
|
||||
margin-right: 0; } }
|
||||
@@ -0,0 +1,49 @@
|
||||
/**
|
||||
* WooCommerce Smart Coupons
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.woocommerce .coupon-container,
|
||||
.woocommerce-page .coupon-container {
|
||||
margin: 0;
|
||||
box-shadow: none; }
|
||||
.woocommerce .coupon-container.medium,
|
||||
.woocommerce-page .coupon-container.medium {
|
||||
line-height: inherit;
|
||||
padding: 0.6180469716em; }
|
||||
|
||||
.woocommerce .generated_coupon_summary,
|
||||
.woocommerce-page .generated_coupon_summary {
|
||||
margin: 0; }
|
||||
|
||||
.woocommerce .coupon-content.small,
|
||||
.woocommerce-page .coupon-content.small {
|
||||
padding: 0.6180469716em 1.41575em; }
|
||||
|
||||
.woocommerce .coupon-content .coupon-expire,
|
||||
.woocommerce .coupon-content .discount-info,
|
||||
.woocommerce-page .coupon-content .coupon-expire,
|
||||
.woocommerce-page .coupon-content .discount-info {
|
||||
font-family: inherit; }
|
||||
|
||||
.woocommerce #coupons_list,
|
||||
.woocommerce-page #coupons_list {
|
||||
margin-bottom: 1.618em; }
|
||||
|
||||
.sd-buttons-transparent.woocommerce .coupon-container, .sd-buttons-transparent.woocommerce-page .coupon-container {
|
||||
background: transparent !important;
|
||||
padding: 0; }
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.sc_info_box {
|
||||
width: 41.1764705882%;
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
padding-left: 2.0833333333%;
|
||||
padding-right: 2.0833333333%; }
|
||||
.page-template-template-fullwidth-php .sc_info_box {
|
||||
width: 39.1304347826%;
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 0; } }
|
||||
@@ -0,0 +1,38 @@
|
||||
/**
|
||||
* WooCommerce Variation Swatches
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.variations-table {
|
||||
margin: 0; }
|
||||
.variations-table th,
|
||||
.variations-table td {
|
||||
display: block;
|
||||
padding: 0;
|
||||
background-color: transparent; }
|
||||
.variations-table td.label {
|
||||
margin-bottom: 1em; }
|
||||
.variations-table .swatch-wrapper {
|
||||
padding: 0.6180469716em;
|
||||
background-color: transparent;
|
||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||
float: right;
|
||||
display: inline-block;
|
||||
margin: 0 0 1em 0.327em; }
|
||||
.variations-table .swatch-wrapper img {
|
||||
opacity: 0.5; }
|
||||
.variations-table .swatch-wrapper .swatch-anchor:focus {
|
||||
outline: none; }
|
||||
.variations-table .swatch-wrapper.selected, .variations-table .swatch-wrapper:hover {
|
||||
padding: 0.6180469716em;
|
||||
background-color: #fff; }
|
||||
.variations-table .swatch-wrapper.selected img, .variations-table .swatch-wrapper:hover img {
|
||||
opacity: 1; }
|
||||
.variations-table .swatch-wrapper.selected {
|
||||
border-width: 1px;
|
||||
border-color: rgba(0, 0, 0, 0.1); }
|
||||
|
||||
a#variations_clear {
|
||||
display: block;
|
||||
margin: 1em 0 1.618em; }
|
||||
@@ -0,0 +1,38 @@
|
||||
/**
|
||||
* WooCommerce Variation Swatches
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
.variations-table {
|
||||
margin: 0; }
|
||||
.variations-table th,
|
||||
.variations-table td {
|
||||
display: block;
|
||||
padding: 0;
|
||||
background-color: transparent; }
|
||||
.variations-table td.label {
|
||||
margin-bottom: 1em; }
|
||||
.variations-table .swatch-wrapper {
|
||||
padding: 0.6180469716em;
|
||||
background-color: transparent;
|
||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||
float: left;
|
||||
display: inline-block;
|
||||
margin: 0 0.327em 1em 0; }
|
||||
.variations-table .swatch-wrapper img {
|
||||
opacity: 0.5; }
|
||||
.variations-table .swatch-wrapper .swatch-anchor:focus {
|
||||
outline: none; }
|
||||
.variations-table .swatch-wrapper.selected, .variations-table .swatch-wrapper:hover {
|
||||
padding: 0.6180469716em;
|
||||
background-color: #fff; }
|
||||
.variations-table .swatch-wrapper.selected img, .variations-table .swatch-wrapper:hover img {
|
||||
opacity: 1; }
|
||||
.variations-table .swatch-wrapper.selected {
|
||||
border-width: 1px;
|
||||
border-color: rgba(0, 0, 0, 0.1); }
|
||||
|
||||
a#variations_clear {
|
||||
display: block;
|
||||
margin: 1em 0 1.618em; }
|
||||
@@ -0,0 +1,52 @@
|
||||
/**
|
||||
* WooCommerce Wishlists
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
#wl-wrapper.wl-button-wrap {
|
||||
padding: 1.618em 0 0 0; }
|
||||
|
||||
.wl-add-link {
|
||||
padding-right: 0 !important;
|
||||
background: none !important; }
|
||||
|
||||
#wl-wrapper .wl-tabs {
|
||||
border-bottom: 0 !important; }
|
||||
#wl-wrapper .wl-tabs > li {
|
||||
float: none !important; }
|
||||
#wl-wrapper .wl-tabs > li > a {
|
||||
padding: 1em 1.41575em;
|
||||
border: 0 !important;
|
||||
margin: 0 !important;
|
||||
border-top-right-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
background-color: transparent !important; }
|
||||
#wl-wrapper .wl-tabs > li.active a {
|
||||
box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1); }
|
||||
|
||||
#wl-wrapper .wl-table td {
|
||||
padding: 0.875em 1.41575em !important; }
|
||||
#wl-wrapper .wl-table td:first-child {
|
||||
padding-right: 1.41575em !important; }
|
||||
|
||||
#wl-wrapper .wl-table.manage td {
|
||||
padding: 0.5407911001em !important; }
|
||||
|
||||
#wl-wrapper .wl-meta-share,
|
||||
#wl-wrapper .wl-share-url {
|
||||
border-bottom-color: rgba(0, 0, 0, 0.05); }
|
||||
|
||||
.wl-tab-wrap ul.tabs,
|
||||
.wl-tab-wrap .panel {
|
||||
width: 100%;
|
||||
margin: 0; }
|
||||
|
||||
.wl-tab-wrap ul.tabs li::after {
|
||||
display: none !important; }
|
||||
|
||||
@media (min-width: 768px) {
|
||||
#wl-wrapper .wl-tabs > li a {
|
||||
padding-right: 0; }
|
||||
#wl-wrapper .wl-tabs > li.active a {
|
||||
box-shadow: none; } }
|
||||
@@ -0,0 +1,52 @@
|
||||
/**
|
||||
* WooCommerce Wishlists
|
||||
*/
|
||||
/**
|
||||
* Imports
|
||||
*/
|
||||
#wl-wrapper.wl-button-wrap {
|
||||
padding: 1.618em 0 0 0; }
|
||||
|
||||
.wl-add-link {
|
||||
padding-left: 0 !important;
|
||||
background: none !important; }
|
||||
|
||||
#wl-wrapper .wl-tabs {
|
||||
border-bottom: 0 !important; }
|
||||
#wl-wrapper .wl-tabs > li {
|
||||
float: none !important; }
|
||||
#wl-wrapper .wl-tabs > li > a {
|
||||
padding: 1em 1.41575em;
|
||||
border: 0 !important;
|
||||
margin: 0 !important;
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
background-color: transparent !important; }
|
||||
#wl-wrapper .wl-tabs > li.active a {
|
||||
box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1); }
|
||||
|
||||
#wl-wrapper .wl-table td {
|
||||
padding: 0.875em 1.41575em !important; }
|
||||
#wl-wrapper .wl-table td:first-child {
|
||||
padding-left: 1.41575em !important; }
|
||||
|
||||
#wl-wrapper .wl-table.manage td {
|
||||
padding: 0.5407911001em !important; }
|
||||
|
||||
#wl-wrapper .wl-meta-share,
|
||||
#wl-wrapper .wl-share-url {
|
||||
border-bottom-color: rgba(0, 0, 0, 0.05); }
|
||||
|
||||
.wl-tab-wrap ul.tabs,
|
||||
.wl-tab-wrap .panel {
|
||||
width: 100%;
|
||||
margin: 0; }
|
||||
|
||||
.wl-tab-wrap ul.tabs li::after {
|
||||
display: none !important; }
|
||||
|
||||
@media (min-width: 768px) {
|
||||
#wl-wrapper .wl-tabs > li a {
|
||||
padding-left: 0; }
|
||||
#wl-wrapper .wl-tabs > li.active a {
|
||||
box-shadow: none; } }
|
||||
@@ -0,0 +1 @@
|
||||
@media (min-width:768px){.page-template-template-fullwidth-php .site-main .columns-1 ul.products li.product,.page-template-template-homepage-php .site-main .columns-1 ul.products li.product,.storefront-full-width-content .site-main .columns-1 ul.products li.product{width:100%;margin-left:0;float:none}.page-template-template-fullwidth-php .site-main .columns-2 ul.products li.product,.page-template-template-homepage-php .site-main .columns-2 ul.products li.product,.storefront-full-width-content .site-main .columns-2 ul.products li.product{width:47.8260869565%;float:right;margin-left:4.347826087%}.page-template-template-fullwidth-php .site-main .columns-3 ul.products li.product,.page-template-template-homepage-php .site-main .columns-3 ul.products li.product,.storefront-full-width-content .site-main .columns-3 ul.products li.product{width:30.4347826087%;float:right;margin-left:4.347826087%}.page-template-template-fullwidth-php .site-main .columns-4 ul.products li.product,.page-template-template-homepage-php .site-main .columns-4 ul.products li.product,.storefront-full-width-content .site-main .columns-4 ul.products li.product{width:21.7391304348%;float:right;margin-left:4.347826087%}.page-template-template-fullwidth-php .site-main .columns-5 ul.products li.product,.page-template-template-homepage-php .site-main .columns-5 ul.products li.product,.storefront-full-width-content .site-main .columns-5 ul.products li.product{width:16.9%;margin-left:3.8%}.page-template-template-fullwidth-php .site-main .columns-6 ul.products li.product,.page-template-template-homepage-php .site-main .columns-6 ul.products li.product,.storefront-full-width-content .site-main .columns-6 ul.products li.product{width:13.0434782609%;float:right;margin-left:4.347826087%}.site-main .columns-1 ul.products li.product{width:100%;margin-left:0;float:none}.site-main .columns-2 ul.products li.product{width:48%;margin-left:3.8%}.site-main .columns-3 ul.products li.product{width:29.4117647059%;float:right;margin-left:5.8823529412%}.site-main .columns-4 ul.products li.product{width:22.05%;margin-left:3.8%}.site-main .columns-5 ul.products li.product{width:16.9%;margin-left:3.8%}.site-main .columns-6 ul.products li.product{width:11.7647058824%;float:right;margin-left:5.8823529412%}.site-main ul.products li.product{width:29.4117647059%;float:right;margin-left:5.8823529412%}}
|
||||
@@ -0,0 +1 @@
|
||||
@media (min-width:768px){.page-template-template-fullwidth-php .site-main .columns-1 ul.products li.product,.page-template-template-homepage-php .site-main .columns-1 ul.products li.product,.storefront-full-width-content .site-main .columns-1 ul.products li.product{width:100%;margin-right:0;float:none}.page-template-template-fullwidth-php .site-main .columns-2 ul.products li.product,.page-template-template-homepage-php .site-main .columns-2 ul.products li.product,.storefront-full-width-content .site-main .columns-2 ul.products li.product{width:47.8260869565%;float:left;margin-right:4.347826087%}.page-template-template-fullwidth-php .site-main .columns-3 ul.products li.product,.page-template-template-homepage-php .site-main .columns-3 ul.products li.product,.storefront-full-width-content .site-main .columns-3 ul.products li.product{width:30.4347826087%;float:left;margin-right:4.347826087%}.page-template-template-fullwidth-php .site-main .columns-4 ul.products li.product,.page-template-template-homepage-php .site-main .columns-4 ul.products li.product,.storefront-full-width-content .site-main .columns-4 ul.products li.product{width:21.7391304348%;float:left;margin-right:4.347826087%}.page-template-template-fullwidth-php .site-main .columns-5 ul.products li.product,.page-template-template-homepage-php .site-main .columns-5 ul.products li.product,.storefront-full-width-content .site-main .columns-5 ul.products li.product{width:16.9%;margin-right:3.8%}.page-template-template-fullwidth-php .site-main .columns-6 ul.products li.product,.page-template-template-homepage-php .site-main .columns-6 ul.products li.product,.storefront-full-width-content .site-main .columns-6 ul.products li.product{width:13.0434782609%;float:left;margin-right:4.347826087%}.site-main .columns-1 ul.products li.product{width:100%;margin-right:0;float:none}.site-main .columns-2 ul.products li.product{width:48%;margin-right:3.8%}.site-main .columns-3 ul.products li.product{width:29.4117647059%;float:left;margin-right:5.8823529412%}.site-main .columns-4 ul.products li.product{width:22.05%;margin-right:3.8%}.site-main .columns-5 ul.products li.product{width:16.9%;margin-right:3.8%}.site-main .columns-6 ul.products li.product{width:11.7647058824%;float:left;margin-right:5.8823529412%}.site-main ul.products li.product{width:29.4117647059%;float:left;margin-right:5.8823529412%}}
|
||||
|
After Width: | Height: | Size: 410 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 243 165"><style>.a{fill:#F6A02A;}.b{fill:#FFF;}</style><path d="M215 79.8c-8.6 0-16.6-2.9-23-7.8 -6.4 4.9-14.4 7.8-23 7.8 -8.9 0-17-3.1-23.5-8.1 -6.5 5.1-14.6 8.1-23.5 8.1 -8.9 0-17.1-3.1-23.6-8.2 -6.5 5.1-14.7 8.2-23.6 8.2 -8.9 0-17-3.1-23.5-8.1 -6.5 5.1-14.6 8.1-23.5 8.1 -2 0-4-0.2-6-0.5V96h0v56.8c0 6.3 5.7 12 12 12H88.8c6.3 0 10.9-5.7 10.9-12v-20.6 -10.1c6.9 2.2 14.1 3.5 22.8 3.5s17.1-1.3 22.8-3.5v10.1 20.6c0 6.3 5.7 12 12 12H212.2c6.3 0 10.9-5.7 10.9-12V79C220.5 79.5 217.8 79.8 215 79.8z" class="a"/><path d="M76.5 107.8c0-5-4.1-9.1-9.1-9.1H53.2c-5 0-9.1 4.1-9.1 9.1v14.1c0 5 4.1 9.1 9.1 9.1h14.1c5 0 9.1-4.1 9.1-9.1V107.8z" class="b"/><path d="M199.8 107.8c0-5-4.1-9.1-9.1-9.1h-14.1c-5 0-9.1 4.1-9.1 9.1v14.1c0 5 4.1 9.1 9.1 9.1h14.1c5 0 9.1-4.1 9.1-9.1V107.8z" class="b"/><path d="M235.9 36.9C235.9 36.9 235.9 36.9 235.9 36.9L205.8 6.8c-3.9-3.9-11.6-7.1-17.1-7.1H54.3c-5.5 0-13.2 3.2-17.1 7.1L7.1 36.9c0 0 0 0 0 0l-7 7C1 56.4 10.1 66.6 22 69.2v0c0 0 0 0 0.1 0 0.4 0.1 0.9 0.2 1.3 0.3 0 0 0.1 0 0.1 0 0.4 0.1 0.8 0.1 1.3 0.2 0.1 0 0.2 0 0.2 0 0.4 0 0.8 0.1 1.2 0.1 0.1 0 0.2 0 0.3 0 0.5 0 1 0 1.5 0 0.7 0 1.4 0 2-0.1 0.2 0 0.4 0 0.6-0.1 0.5 0 0.9-0.1 1.4-0.2 0.2 0 0.5-0.1 0.7-0.1 0.4-0.1 0.8-0.1 1.2-0.2 0.2-0.1 0.5-0.1 0.7-0.2 0.4-0.1 0.8-0.2 1.2-0.3 0.2-0.1 0.4-0.1 0.6-0.2 0.5-0.2 1-0.3 1.5-0.5 0.1 0 0.2-0.1 0.4-0.1 0.6-0.2 1.2-0.5 1.7-0.8 0.2-0.1 0.4-0.2 0.5-0.3 0.4-0.2 0.8-0.4 1.1-0.6 0.2-0.1 0.4-0.3 0.7-0.4 0.3-0.2 0.6-0.4 0.9-0.6 0.1-0.1 0.2-0.1 0.3-0.2h0c3.1-2.1 5.7-4.8 7.7-7.9 5 7.7 13.6 12.7 23.5 12.7 9.9 0 18.6-5.1 23.6-12.9 2 3.2 4.7 5.9 7.8 8.1h0c0.5 0.4 1.1 0.7 1.6 1 0.1 0.1 0.2 0.1 0.3 0.2 1.1 0.6 2.2 1.2 3.4 1.6 0.1 0 0.2 0.1 0.3 0.1 0.6 0.2 1.2 0.4 1.8 0.6 0 0 0 0 0 0 0.6 0.2 1.2 0.3 1.8 0.5 0.1 0 0.3 0.1 0.4 0.1 0.6 0.1 1.2 0.3 1.8 0.4 0 0 0 0 0 0 0.6 0.1 1.3 0.2 1.9 0.2 0.2 0 0.3 0 0.5 0 0.6 0 1.3 0.1 1.9 0.1s1.3 0 1.9-0.1c0.2 0 0.3 0 0.5 0 0.6-0.1 1.3-0.1 1.9-0.2 0 0 0 0 0 0 0.6-0.1 1.2-0.2 1.8-0.4 0.1 0 0.3-0.1 0.4-0.1 0.6-0.1 1.2-0.3 1.8-0.5 0 0 0 0 0 0 0.6-0.2 1.2-0.4 1.8-0.6 0.1 0 0.2-0.1 0.3-0.1 1.2-0.5 2.3-1 3.4-1.6 0.1-0.1 0.2-0.1 0.3-0.2 0.5-0.3 1.1-0.7 1.6-1h0c3.1-2.1 5.7-4.8 7.7-7.9 5 7.7 13.6 12.7 23.5 12.7 9.5 0 18-4.8 23-12.1 2 2.8 4.4 5.3 7.3 7.2h0c0.5 0.4 1.1 0.7 1.6 1 0.1 0.1 0.2 0.1 0.3 0.2 1.1 0.6 2.2 1.2 3.4 1.6 0.1 0 0.2 0.1 0.3 0.1 0.6 0.2 1.2 0.4 1.8 0.6 0 0 0 0 0 0 0.6 0.2 1.2 0.3 1.8 0.5 0.1 0 0.3 0.1 0.4 0.1 0.6 0.1 1.2 0.3 1.8 0.4 0 0 0 0 0 0 0.6 0.1 1.3 0.2 1.9 0.2 0.2 0 0.3 0 0.5 0 0.6 0 1.3 0.1 1.9 0.1 0.6 0 1.2 0 1.9-0.1 0.1 0 0.3 0 0.4 0 0.6 0 1.2-0.1 1.7-0.2 0 0 0 0 0.1 0 0.6-0.1 1.3-0.2 1.9-0.4 0 0 0.1 0 0.1 0 11.9-2.7 20.9-12.8 21.8-25.3L235.9 36.9z" class="a"/><path d="M73.8 7l-15 37c0.1 8.8 7.2 15.9 16.1 15.9 8.8 0 16-7.1 16.1-15.9H91l7.8-37H73.8z" class="b"/><path d="M169.8 7l15 37c-0.1 8.8-7.2 15.9-16.1 15.9 -8.8 0-16-7.1-16.1-15.9h0l-7.8-37H169.8z" class="b"/></svg>
|
||||
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 101 KiB |
|
After Width: | Height: | Size: 10 KiB |
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="750px" height="471px" viewBox="0 0 750 471" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.2 (12043) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>diners</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="diners" sketch:type="MSLayerGroup">
|
||||
<rect id="rectangle" fill="#0079BE" sketch:type="MSShapeGroup" x="0" y="0" width="750" height="471" rx="40"></rect>
|
||||
<path d="M584.933911,237.947339 C584.933911,138.53154 501.952976,69.8140806 411.038924,69.8471464 L332.79674,69.8471464 C240.793699,69.8140806 165.066089,138.552041 165.066089,237.947339 C165.066089,328.877778 240.793699,403.587432 332.79674,403.150963 L411.038924,403.150963 C501.952976,403.586771 584.933911,328.857939 584.933911,237.947339 L584.933911,237.947339 Z" id="Shape-path" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M333.280302,83.9308394 C249.210378,83.9572921 181.085889,152.238282 181.066089,236.510581 C181.085889,320.768331 249.209719,389.042708 333.280302,389.069161 C417.370025,389.042708 485.508375,320.768331 485.520254,236.510581 C485.507715,152.238282 417.370025,83.9572921 333.280302,83.9308394 L333.280302,83.9308394 Z" id="Shape-path" fill="#0079BE" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M237.066089,236.09774 C237.145288,194.917524 262.812421,159.801587 299.006443,145.847134 L299.006443,326.327183 C262.812421,312.380667 237.144628,277.283907 237.066089,236.09774 Z M368.066089,326.372814 L368.066089,145.847134 C404.273312,159.767859 429.980043,194.903637 430.046043,236.103692 C429.980043,277.316312 404.273312,312.425636 368.066089,326.372814 Z" id="Path" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.0 KiB |
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="780px" height="501px" viewBox="0 0 780 501" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.2 (12043) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>discover</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="discover" sketch:type="MSLayerGroup">
|
||||
<path d="M54.992188,0 C24.626565,0 -4.7369516e-15,24.629374 0,55.003906 L0,445.99609 C0,476.37636 24.618673,501 54.992188,501 L725.00781,501 C755.37344,501 780,476.37062 780,445.99609 L780,268.55664 L780,55.003906 C780,24.623637 755.38133,-4.7369516e-15 725.00781,0 L54.992188,0 L54.992188,0 Z" id="rectangle" fill="#4D4D4D" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M415.13086,161.21289 C446.07103,161.21289 471.15234,184.79287 471.15234,213.92188 L471.15234,213.95508 C471.15234,243.08408 446.07103,266.69727 415.13086,266.69727 C384.19069,266.69727 359.10938,243.08408 359.10938,213.95508 L359.10938,213.92188 C359.10938,184.79287 384.19069,161.21289 415.13086,161.21289 L415.13086,161.21289 Z M327.15234,161.89258 C335.9889,161.89258 343.40028,163.67723 352.41992,167.98242 L352.41992,190.73438 C343.87628,182.87089 336.46483,179.58008 326.66406,179.58008 C307.4002,179.58008 292.25,194.59455 292.25,213.63086 C292.25,233.70517 306.93133,247.82617 327.61914,247.82617 C336.93171,247.82617 344.20582,244.70584 352.41992,236.96875 L352.41992,259.73242 C343.07888,263.87291 335.50876,265.50781 326.66406,265.50781 C295.38621,265.50781 271.08203,242.91198 271.08203,213.77148 C271.08203,184.94507 296.03316,161.89258 327.15234,161.89258 L327.15234,161.89258 Z M230.03906,162.51953 C241.58477,162.51953 252.14952,166.24004 260.98242,173.51367 L250.23438,186.76172 C244.88362,181.11594 239.82337,178.73438 233.66992,178.73438 C224.81668,178.73437 218.36914,183.47936 218.36914,189.72266 C218.36914,195.07734 221.98883,197.91138 234.31445,202.20508 C257.67927,210.24859 264.60352,217.3809 264.60352,233.13086 C264.60352,252.32421 249.62806,265.68359 228.2832,265.68359 C212.65323,265.68359 201.29008,259.88895 191.82617,246.8125 L205.09375,234.78125 C209.82489,243.39164 217.71615,248.00391 227.51367,248.00391 C236.67693,248.00391 243.46094,242.05155 243.46094,234.01953 C243.46094,229.85606 241.40612,226.28585 237.30273,223.76172 C235.2368,222.56668 231.1447,220.78491 223.10352,218.11523 C203.81198,211.57701 197.19336,204.58834 197.19336,190.92969 C197.19336,174.70478 211.40702,162.51953 230.03906,162.51953 L230.03906,162.51953 Z M464.76172,164.24805 L487.19922,164.24805 L515.2832,230.83984 L543.72852,164.24805 L565.99609,164.24805 L520.50195,265.93359 L509.44922,265.93359 L464.76172,164.24805 L464.76172,164.24805 Z M67.414062,164.40039 L97.564453,164.40039 C130.87609,164.40039 154.09766,184.78179 154.09766,214.04102 C154.09766,228.63041 146.99364,242.73654 134.98047,252.09766 C124.87172,259.99945 113.35396,263.54297 97.40625,263.54297 L67.414062,263.54297 L67.414062,164.40039 L67.414062,164.40039 Z M163.54883,164.40039 L184.08984,164.40039 L184.08984,263.54297 L163.54883,263.54297 L163.54883,164.40039 L163.54883,164.40039 Z M575.2832,164.40039 L633.53516,164.40039 L633.53516,181.19922 L595.80859,181.19922 L595.80859,203.20508 L632.14453,203.20508 L632.14453,219.99609 L595.80859,219.99609 L595.80859,246.75781 L633.53516,246.75781 L633.53516,263.54297 L575.2832,263.54297 L575.2832,164.40039 L575.2832,164.40039 Z M647.14062,164.40039 L677.5957,164.40039 C701.28599,164.40039 714.86133,175.11052 714.86133,193.67188 C714.86133,208.85113 706.34712,218.81273 690.875,221.77734 L724.02344,263.54297 L698.76367,263.54297 L670.33398,223.71484 L667.65625,223.71484 L667.65625,263.54297 L647.14062,263.54297 L647.14062,164.40039 L647.14062,164.40039 Z M667.65625,180.01562 L667.65625,210.04102 L673.6582,210.04102 C686.77472,210.04102 693.72656,204.67918 693.72656,194.71289 C693.72656,185.06451 686.77347,180.01562 673.98242,180.01562 L667.65625,180.01562 L667.65625,180.01562 Z M87.939453,181.19922 L87.939453,246.75781 L93.451172,246.75781 C106.72432,246.75781 115.10685,244.36382 121.56055,238.87891 C128.66438,232.92288 132.9375,223.41276 132.9375,213.89844 C132.9375,204.39943 128.66438,195.17283 121.56055,189.2168 C114.77608,183.43696 106.72432,181.19922 93.451172,181.19922 L87.939453,181.19922 L87.939453,181.19922 Z" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M779.981917,288.361069 C753.932037,306.691919 558.904907,437.700579 221.228007,500.98412 L724.989727,500.98412 C755.355357,500.98412 779.981917,476.35474 779.981917,445.980209 L779.981917,288.361069 L779.981917,288.361069 Z" id="Shape-9" fill="#F47216" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.8 KiB |
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="750px" height="471px" viewBox="0 0 750 471" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.1 (12005) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>Slice 1</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs>
|
||||
<linearGradient x1="0.031607858%" y1="49.9998574%" x2="99.9743153%" y2="49.9998574%" id="linearGradient-1">
|
||||
<stop stop-color="#007B40" offset="0%"></stop>
|
||||
<stop stop-color="#55B330" offset="100%"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient x1="0.471693172%" y1="49.999826%" x2="99.9860086%" y2="49.999826%" id="linearGradient-2">
|
||||
<stop stop-color="#1D2970" offset="0%"></stop>
|
||||
<stop stop-color="#006DBA" offset="100%"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient x1="0.113880772%" y1="50.0008964%" x2="99.9860003%" y2="50.0008964%" id="linearGradient-3">
|
||||
<stop stop-color="#6E2B2F" offset="0%"></stop>
|
||||
<stop stop-color="#E30138" offset="100%"></stop>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="jcb" sketch:type="MSLayerGroup">
|
||||
<rect id="Rectangle-1" fill="#0E4C96" sketch:type="MSShapeGroup" x="0" y="0" width="750" height="471" rx="40"></rect>
|
||||
<path d="M617.243183,346.766281 C617.243183,388.380887 583.514892,422.125974 541.88349,422.125974 L132.756823,422.125974 L132.756823,124.244916 C132.756823,82.6186826 166.489851,48.8744567 208.121683,48.8744567 L617.242752,48.874026 L617.242752,346.766281 L617.243183,346.766281 L617.243183,346.766281 Z" id="path3494" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M483.858874,242.044797 C495.542699,242.298285 507.296188,241.528806 518.936004,242.444883 C530.723244,244.645678 533.563915,262.487874 523.09234,268.332511 C515.950746,272.182115 507.459496,269.764696 499.713328,270.446208 L483.858874,270.446208 L483.858874,242.044797 L483.858874,242.044797 Z M525.691826,209.900487 C528.288491,219.064679 519.453903,227.292118 510.625917,226.030566 L483.858874,226.030566 C484.043758,217.388441 483.491345,208.008973 484.131053,199.821663 C494.854942,200.123386 505.679576,199.205849 516.340394,200.301853 C520.921799,201.451558 524.753935,205.217712 525.691826,209.900487 L525.691826,209.900487 Z M590.120412,73.9972254 C590.617872,91.498454 590.191471,109.92365 590.33359,127.780192 C590.299137,200.376358 590.405942,272.974174 590.278896,345.569303 C589.81042,372.776592 565.696524,396.413678 538.678749,396.956694 C511.63292,397.068451 484.584297,396.972628 457.537396,397.004497 L457.537396,287.253291 C487.007,287.099803 516.49604,287.561 545.953521,287.021594 C559.62072,286.162769 574.586027,277.145695 575.22328,262.107374 C576.833661,247.005483 562.592128,236.557185 549.071096,234.905684 C543.872773,234.770542 544.027132,233.390846 549.071096,232.788972 C561.96307,230.002483 572.090675,216.655787 568.296786,203.290229 C565.06052,189.232374 549.523839,183.79142 536.600366,183.817768 C510.248548,183.638612 483.891299,183.792359 457.537396,183.74111 C457.708585,163.252408 457.182916,142.740653 457.82271,122.267364 C459.910361,95.5513766 484.628603,73.5195319 511.269759,73.997656 C537.553166,73.9973692 563.837737,73.9982301 590.120412,73.9972254 L590.120412,73.9972254 Z" id="path3496" fill="url(#linearGradient-1)" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M159.740429,125.040498 C160.413689,97.8766592 184.628619,74.4290299 211.614797,74.0325398 C238.559493,73.9499686 265.506204,74.0209119 292.451671,73.9972254 C292.37764,164.882488 292.599905,255.773672 292.340301,346.655222 C291.302298,373.488802 267.350548,396.488661 240.661356,396.962292 C213.665015,397.060957 186.666275,396.976074 159.669012,397.004497 L159.669012,283.550875 C185.891623,289.745491 213.391138,292.382518 240.142406,288.272242 C256.134509,285.697368 273.629935,277.848026 279.044261,261.257567 C283.030122,247.066267 280.785723,232.131602 281.378027,217.566465 L281.378027,183.741541 L235.081246,183.741541 C234.873106,206.112145 235.507258,228.522447 234.746146,250.867107 C233.49785,264.601214 219.900147,273.326996 206.946428,272.861801 C190.879747,273.030535 159.04755,261.221796 159.04755,261.221796 C158.967492,219.3048 159.514314,166.814385 159.740429,125.040498 L159.740429,125.040498 Z" id="path3498" fill="url(#linearGradient-2)" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M309.719995,197.390136 C307.285788,197.90738 309.229141,189.089459 308.606298,185.743964 C308.772233,164.593637 308.260045,143.420951 308.889718,122.285827 C310.972541,95.4570827 335.881262,73.3701105 362.628748,73.997656 L441.39456,73.997656 C441.320658,164.882346 441.542493,255.77294 441.283406,346.653934 C440.244412,373.488027 416.291344,396.487102 389.602087,396.962292 C362.604605,397.061991 335.604707,396.976504 308.606298,397.004928 L308.606298,272.707624 C327.04641,287.835846 352.105738,290.192248 375.077953,290.233484 C392.39501,290.227455 409.611861,287.557865 426.428143,283.562934 L426.428143,260.790297 C407.474658,270.236609 385.194808,276.235815 364.184745,270.807966 C349.529051,267.157367 338.89089,252.996683 339.128513,237.872204 C337.43001,222.143684 346.652631,205.536885 362.110237,200.860855 C381.300923,194.852545 402.217787,199.448454 420.206344,207.258795 C424.060526,209.27695 427.97066,211.780342 426.428143,205.338044 L426.428143,187.438358 C396.343581,180.280951 364.326644,177.646405 334.099438,185.433619 C325.351193,187.901774 316.82819,191.644647 309.719995,197.390136 L309.719995,197.390136 Z" id="path3500" fill="url(#linearGradient-3)" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.7 KiB |
@@ -0,0 +1,71 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-45 62.3 750 471"
|
||||
style="enable-background:new -45 62.3 750 471;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#283A97;}
|
||||
.st1{fill:#EE4799;}
|
||||
.st2{fill:none;stroke:#EE4799;stroke-width:1.0006;stroke-miterlimit:2.6131;}
|
||||
.st3{fill:#FFFFFF;}
|
||||
</style>
|
||||
<title>Slice 1</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<path id="Rectangle-1" sketch:type="MSShapeGroup" class="st0" d="M-5,62.3h670c22.1,0,40,17.9,40,40v391c0,22.1-17.9,40-40,40H-5
|
||||
c-22.1,0-40-17.9-40-40v-391C-45,80.2-27.1,62.3-5,62.3z"/>
|
||||
<g>
|
||||
<polygon class="st0" points="160.2,477.3 500.2,477.3 500.2,118.3 160.2,118.3 "/>
|
||||
<polygon class="st1" points="500.3,127.6 490.2,144.7 159.7,137.1 159.7,135.4 "/>
|
||||
<polygon class="st1" points="489.1,146.9 478.7,163.9 165.5,156 164.7,154.8 "/>
|
||||
<polygon class="st1" points="477.4,166.3 467.2,183.2 177,175.3 176.3,174.2 "/>
|
||||
<polygon class="st1" points="465.7,185.6 455.8,202.6 189.2,194.7 188.4,193.5 "/>
|
||||
<polygon class="st1" points="454.5,204.8 444.4,221.9 200.7,214 199.9,212.7 "/>
|
||||
<polygon class="st1" points="442.8,224.3 432.7,241.2 212.7,233.3 212,232.2 "/>
|
||||
<polygon class="st1" points="431.3,243.5 421.2,260.6 225.1,252.7 224.3,251.4 "/>
|
||||
<polygon class="st1" points="419.9,262.8 409.7,279.9 236.6,272 235.8,270.7 "/>
|
||||
<polygon class="st1" points="408.6,282.1 398.1,299.1 248.1,291.2 247.3,290.1 "/>
|
||||
<polygon class="st1" points="397,301.5 386.8,318.5 260.3,310.5 259.5,309.4 "/>
|
||||
<polygon class="st1" points="385.5,320.8 375.2,337.8 272.3,329.9 271.5,328.7 "/>
|
||||
<polygon class="st1" points="374,340 363.7,357.1 284.3,349.2 283.5,347.9 "/>
|
||||
<polygon class="st1" points="362.5,359.5 352.3,376.3 296,368.5 295.2,367.3 "/>
|
||||
<polygon class="st1" points="351.1,378.7 340.7,395.8 307.5,387.9 306.7,386.6 "/>
|
||||
<polygon class="st1" points="339.1,398.6 328.7,416.3 317.6,407.1 317.3,405.9 "/>
|
||||
<path class="st1" d="M159.7,406.5h340.6H159.7z"/>
|
||||
<line class="st2" x1="159.7" y1="406.5" x2="500.3" y2="406.5"/>
|
||||
<path class="st1" d="M159.7,387.2h340.6H159.7z"/>
|
||||
<line class="st2" x1="159.7" y1="387.2" x2="500.3" y2="387.2"/>
|
||||
<path class="st1" d="M159.7,368h340.6H159.7z"/>
|
||||
<line class="st2" x1="159.7" y1="368" x2="500.3" y2="368"/>
|
||||
<path class="st1" d="M159.7,348.6h340.6H159.7z"/>
|
||||
<line class="st2" x1="159.7" y1="348.6" x2="500.3" y2="348.6"/>
|
||||
<path class="st1" d="M159.7,329.3h340.6H159.7z"/>
|
||||
<line class="st2" x1="159.7" y1="329.3" x2="500.3" y2="329.3"/>
|
||||
<path class="st1" d="M159.7,310h340.6H159.7z"/>
|
||||
<line class="st2" x1="159.7" y1="310" x2="500.3" y2="310"/>
|
||||
<path class="st1" d="M159.7,290.8h340.6H159.7z"/>
|
||||
<line class="st2" x1="159.7" y1="290.8" x2="500.3" y2="290.8"/>
|
||||
<path class="st1" d="M159.7,271.3h340.6H159.7z"/>
|
||||
<line class="st2" x1="159.7" y1="271.3" x2="500.3" y2="271.3"/>
|
||||
<path class="st1" d="M159.7,252.1h340.6H159.7z"/>
|
||||
<line class="st2" x1="159.7" y1="252.1" x2="500.3" y2="252.1"/>
|
||||
<path class="st1" d="M159.7,232.8h340.6H159.7z"/>
|
||||
<line class="st2" x1="159.7" y1="232.8" x2="500.3" y2="232.8"/>
|
||||
<path class="st1" d="M159.7,213.5h340.6H159.7z"/>
|
||||
<line class="st2" x1="159.7" y1="213.5" x2="500.3" y2="213.5"/>
|
||||
<path class="st1" d="M159.7,194.1h340.6H159.7z"/>
|
||||
<line class="st2" x1="159.7" y1="194.1" x2="500.3" y2="194.1"/>
|
||||
<path class="st1" d="M159.7,174.8h340.6H159.7z"/>
|
||||
<line class="st2" x1="159.7" y1="174.8" x2="500.3" y2="174.8"/>
|
||||
<path class="st1" d="M159.7,155.6h340.6H159.7z"/>
|
||||
<line class="st2" x1="159.7" y1="155.6" x2="500.3" y2="155.6"/>
|
||||
<path class="st3" d="M364.5,427.4v37.4h25.4l3.2-7.1c-4.6,0.2-7.9,0.3-12.6,0.3c-1.4,0-2.7,0-5.4,0v-9.3h0.6c2.7,0,5.7,0.2,8.8,0.3
|
||||
l3.2-7.3c-1.6,0.2-1.9,0.2-4.1,0.2c-3.9,0.2-4.9,0.2-8.5,0.2v-7.7h1.3c3.2,0,7.3,0.2,12.8,0.3l3-7.3L364.5,427.4L364.5,427.4z
|
||||
M267.4,427.4l2.7,4l-14.4,33.5h10.4l2.4-5.7h14.8l2.4,5.7h10.9l-16.4-37.4L267.4,427.4L267.4,427.4z M280.3,452.3h-9l4.4-10.7
|
||||
L280.3,452.3L280.3,452.3z M221.4,425h-10.6v39.8h25.6l3-7.1c-3.3,0.2-7.6,0.3-12.2,0.3c-1.6,0-2.8,0-5.8,0L221.4,425L221.4,425z
|
||||
M339.9,429.3c-4.1-1.9-7.7-2.7-11.4-2.7c-8.1,0-13.6,4.4-13.6,10.7c0,4,1.7,6.6,6.3,9.6l5.4,3.6c2.5,1.7,3.5,3,3.5,4.9
|
||||
c0,2.4-2.2,3.8-5.5,3.8c-2.8,0-4.6-0.8-7.7-3.3l-2.8,6.6c4.7,2.5,7.1,3.2,11.2,3.2c9.3,0,15.2-4.6,15.2-11.7
|
||||
c0-4.1-1.9-6.8-6.6-10.1l-5.5-4c-2.4-1.6-3-2.4-3-3.6c0-2.1,1.6-3.3,4.3-3.3c2.4,0,4.4,0.8,7.6,2.8L339.9,429.3L339.9,429.3z
|
||||
M415.5,427.4v37.4h10.6v-30.5h2.1h0.2c4.7,0,7.3,1.9,7.3,5.4c0,3.6-3,6-7.7,6c-0.5,0-0.8,0-1.6-0.2l12.8,19.3h11.7l-10.6-15.5
|
||||
c4.6-2.7,6.5-5.7,6.5-10.3c0-7.9-5.5-11.7-16.7-11.7L415.5,427.4L415.5,427.4z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.8 KiB |
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="750px" height="471px" viewBox="0 0 750 471" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.1 (12005) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>Slice 1</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="maestro" sketch:type="MSLayerGroup">
|
||||
<rect id="Rectangle-1" fill="#000000" sketch:type="MSShapeGroup" x="0" y="0" width="750" height="471" rx="40"></rect>
|
||||
<path d="M675.000003,235.50625 C675.000003,334.639584 594.650002,415.002085 495.516668,415.002085 C396.395834,415.002085 316.0375,334.639584 316.0375,235.50625 C316.0375,136.364582 396.395834,55.997915 495.516668,55.997915 C594.650002,55.997915 675.000003,136.364582 675.000003,235.50625" id="Fill-1" fill="#D9222A" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M356.870834,349.489584 C351.9125,343.477084 347.345834,337.131251 343.195834,330.481251 L406.808334,330.481251 C410.625001,324.385417 414.070834,318.039584 417.150001,311.46875 L332.858333,311.46875 C329.9875,305.31875 327.433333,298.977084 325.2625,292.46875 L424.737501,292.46875 C430.725001,274.564583 433.966668,255.41875 433.966668,235.50625 C433.966668,222.460416 432.575001,209.74375 429.937501,197.493749 L320.075,197.493749 C321.466667,191.014583 323.216667,184.677083 325.283333,178.485416 L424.725001,178.485416 C422.541667,171.977083 420.004167,165.635416 417.133334,159.481249 L332.879167,159.481249 C335.954167,152.918749 339.408333,146.577082 343.216667,140.472916 L406.787501,140.472916 C402.641667,133.843749 398.062501,127.497916 393.116667,121.481249 L356.891667,121.481249 C362.4625,114.714582 368.520834,108.364582 375.004167,102.481249 C343.15,73.5979152 300.866667,55.997915 254.487499,55.997915 C155.358332,55.997915 74.999998,136.364582 74.999998,235.50625 C74.999998,334.639584 155.358332,415.002085 254.487499,415.002085 C300.875,415.002085 343.154167,397.406251 375.004167,368.527084 C381.5,362.635417 387.562501,356.268751 393.137501,349.489584 L356.870834,349.489584" id="Fill-2" fill="#0097D0" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M651.075003,335.543751 C651.075003,332.343751 653.670836,329.747917 656.875003,329.747917 C660.075003,329.747917 662.666669,332.343751 662.666669,335.543751 C662.666669,338.747917 660.075003,341.343751 656.875003,341.343751 C653.670836,341.343751 651.075003,338.747917 651.075003,335.543751 L651.075003,335.543751 L651.075003,335.543751 Z M656.875003,339.952084 C659.308336,339.952084 661.279169,337.985417 661.279169,335.543751 C661.279169,333.110417 659.308336,331.147917 656.875003,331.147917 C654.441669,331.147917 652.466669,333.110417 652.466669,335.543751 C652.466669,337.985417 654.441669,339.952084 656.875003,339.952084 L656.875003,339.952084 L656.875003,339.952084 Z M656.087503,338.089584 L654.904169,338.089584 L654.904169,332.997917 L657.054169,332.997917 C657.500003,332.997917 657.958336,333.002084 658.354169,333.256251 C658.770836,333.539584 659.000003,334.031251 659.000003,334.527084 C659.000003,335.110417 658.662503,335.639584 658.120836,335.843751 L659.054169,338.089584 L657.737503,338.089584 L656.962503,336.081251 L656.087503,336.081251 L656.087503,338.089584 L656.087503,338.089584 Z M656.087503,335.210417 L656.745836,335.210417 C656.991669,335.210417 657.250003,335.227084 657.470836,335.110417 C657.666669,334.981251 657.770836,334.743751 657.770836,334.518751 C657.770836,334.331251 657.645836,334.102084 657.483336,334.006251 C657.270836,333.881251 656.941669,333.906251 656.720836,333.906251 L656.087503,333.906251 L656.087503,335.210417 L656.087503,335.210417 Z" id="Fill-3" fill="#000000" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M372.445834,284.00625 C364.775,286.039584 357.358334,287.03125 349.516667,287.014584 C324.5,286.989584 311.470833,275.597917 311.470833,253.814583 C311.470833,228.35625 328.058333,209.63125 350.570834,209.63125 C368.9875,209.63125 380.745834,220.13125 380.745834,236.577083 C380.745834,242.035417 379.95,247.347917 378,254.872917 L333.5125,254.872917 C331.929167,265.50625 339.7,270.177083 352.925,270.177083 C360.85,270.177083 368.016667,268.752083 375.95,265.564583 L372.445834,284.00625 L372.445834,284.00625 Z M360.483334,239.85625 C360.483334,238.247916 362.958334,226.822916 350.083334,226.572916 C342.975,226.572916 337.875,231.297916 335.8125,239.85625 L360.483334,239.85625 L360.483334,239.85625 Z" id="Fill-4" fill="#000000" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M387.516667,234.864583 C387.516667,244.26875 392.812501,250.764583 404.845834,255.602083 C414.045834,259.372917 415.495834,260.460417 415.495834,263.822917 C415.495834,268.485417 411.429167,270.627083 402.404167,270.56875 C395.625001,270.51875 389.441667,269.697917 382.141667,267.672917 L378.9125,284.827084 C385.400001,286.33125 394.500001,286.827084 402.562501,287.014584 C426.587501,287.014584 437.679168,279.147917 437.679168,262.147917 C437.679168,251.93125 433.054168,245.914583 421.645834,241.435417 C412.108334,237.627083 410.987501,236.797916 410.987501,233.352083 C410.987501,229.302083 414.766667,227.252083 422.137501,227.252083 C426.600001,227.252083 432.716668,227.664583 438.516668,228.360416 L441.775001,211.11875 C435.862501,210.29375 426.891668,209.635416 421.700001,209.635416 C396.250001,209.635416 387.441667,221.09375 387.516667,234.864583" id="Fill-5" fill="#000000" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M299.275,285.785417 L280.6125,285.785417 L281.058333,277.964583 C275.366666,284.135417 267.7875,287.00625 257.499999,287.00625 C245.324999,287.00625 236.983333,278.68125 236.983333,266.710417 C236.983333,248.514583 251.483333,238.01875 276.4125,238.01875 C278.975,238.01875 282.233333,238.210416 285.579166,238.58125 C286.270833,236.147916 286.458333,235.102083 286.458333,233.772916 C286.458333,228.79375 282.5375,226.960416 272.045833,226.960416 C261.704166,227.002083 254.724999,228.53125 248.249999,230.272916 L251.437499,213.572916 C262.633333,210.727083 269.966666,209.63125 278.2625,209.63125 C297.566666,209.63125 307.7625,217.197916 307.7625,231.427083 C307.929167,235.222916 306.604167,242.839583 305.941667,246.172917 C305.183333,251.027083 299.833333,279.147917 299.275,285.785417 L299.275,285.785417 L299.275,285.785417 Z M282.895833,252.59375 C280.529166,252.352083 279.5,252.28125 277.883333,252.28125 C265.154166,252.28125 258.7,256.06875 258.7,263.547917 C258.7,268.239583 261.85,271.18125 266.758333,271.18125 C275.904166,271.18125 282.508333,263.53125 282.895833,252.59375 L282.895833,252.59375 L282.895833,252.59375 Z" id="Fill-6" fill="#000000" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M477.004168,284.60625 C470.879168,286.285417 466.108334,287.014584 460.945834,287.014584 C449.512501,287.014584 443.270834,281.172917 443.270834,270.764583 C442.912501,267.90625 445.704168,254.70625 446.337501,251.027083 C446.970834,247.335417 456.875001,193.535416 456.875001,193.535416 L479.087501,193.535416 L475.725001,211.335416 L487.116668,211.335416 L484.020835,229.50625 L472.579168,229.50625 C472.579168,229.50625 466.300001,261.035417 466.300001,263.439583 C466.300001,267.264583 468.616668,268.927083 473.933335,268.927083 C476.479168,268.927083 478.441668,268.689583 479.962501,268.235417 L477.004168,284.60625" id="Fill-7" fill="#000000" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M576.250002,209.63125 C559.970835,209.63125 547.250002,216.33125 539.862502,227.522916 L546.275002,210.927083 C534.458335,206.589583 526.841668,212.777083 519.950002,221.577083 C519.950002,221.577083 518.795835,223.039583 517.650002,224.377083 L517.650002,211.327083 L496.791668,211.327083 C493.966668,234.35625 488.970835,257.70625 485.062501,280.772917 L484.120835,285.79375 L506.558335,285.79375 C508.683335,274.085417 510.433335,264.58125 512.175002,257.00625 C516.941668,236.21875 524.962502,229.864583 537.004168,232.672916 C534.225002,238.652083 532.700002,245.564583 532.700002,253.227083 C532.700002,271.80625 542.791668,287.014584 567.850002,287.014584 C593.137502,287.014584 611.445836,273.50625 611.445836,242.70625 C611.445836,224.127083 599.245836,209.63125 576.250002,209.63125 L576.250002,209.63125 L576.250002,209.63125 Z M569.720835,268.947917 C561.795835,269.072917 556.991669,262.422917 556.991669,252.477083 C556.991669,240.685417 564.004169,227.364583 575.266669,227.364583 C584.354169,227.364583 587.466669,234.56875 587.466669,242.24375 C587.466669,259.022917 580.591669,268.947917 569.720835,268.947917 L569.720835,268.947917 L569.720835,268.947917 Z" id="Fill-8" fill="#000000" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M226.529166,285.79375 L204.187499,285.79375 L217.466666,215.839583 L186.895832,285.79375 L166.529165,285.79375 L162.804165,216.24375 L149.483332,285.79375 L129.212498,285.79375 L146.479165,194.797916 L181.391666,194.797916 L184.304166,245.522917 L206.420832,194.797916 L244.141666,194.797916 L226.529166,285.79375" id="Fill-9" fill="#000000" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M613.150002,274.385417 C613.150002,271.189583 615.745836,268.589583 618.945836,268.589583 C622.150002,268.589583 624.741669,271.189583 624.741669,274.385417 C624.741669,277.59375 622.150002,280.189583 618.945836,280.189583 C615.745836,280.189583 613.150002,277.59375 613.150002,274.385417 L613.150002,274.385417 L613.150002,274.385417 Z M618.945836,278.797917 C621.379169,278.797917 623.354169,276.81875 623.354169,274.385417 C623.354169,271.952083 621.379169,269.98125 618.945836,269.98125 C616.512502,269.98125 614.537502,271.952083 614.537502,274.385417 C614.537502,276.81875 616.512502,278.797917 618.945836,278.797917 L618.945836,278.797917 L618.945836,278.797917 Z M618.162502,276.93125 L616.975002,276.93125 L616.975002,271.847917 L619.125002,271.847917 C619.575002,271.847917 620.033336,271.847917 620.429169,272.097917 C620.837502,272.377083 621.075002,272.864583 621.075002,273.36875 C621.075002,273.947917 620.737502,274.485417 620.191669,274.685417 L621.125002,276.93125 L619.808336,276.93125 L619.037502,274.922917 L618.162502,274.922917 L618.162502,276.93125 L618.162502,276.93125 Z M618.162502,274.04375 L618.820836,274.04375 C619.062502,274.04375 619.325002,274.060417 619.545836,273.947917 C619.741669,273.814583 619.841669,273.589583 619.841669,273.360417 C619.841669,273.164583 619.720836,272.94375 619.558336,272.847917 C619.345836,272.71875 619.016669,272.752083 618.795836,272.752083 L618.162502,272.752083 L618.162502,274.04375 L618.162502,274.04375 Z" id="Fill-10" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M378.054167,278.397917 C370.3875,280.43125 362.966667,281.427084 355.129167,281.410417 C330.1125,281.385417 317.083333,269.989583 317.083333,248.202083 C317.083333,222.752083 333.6625,204.022916 356.179167,204.022916 C374.6,204.022916 386.354167,214.51875 386.354167,230.964583 C386.354167,236.43125 385.554167,241.735417 383.612501,249.264583 L339.125,249.264583 C337.541667,259.89375 345.304167,264.572917 358.533334,264.572917 C366.458334,264.572917 373.620834,263.147917 381.5625,259.95625 L378.054167,278.397917 L378.054167,278.397917 Z M366.091667,234.247916 C366.091667,232.64375 368.5625,221.214583 355.691667,220.96875 C348.583334,220.96875 343.4875,225.697916 341.420833,234.247916 L366.091667,234.247916 L366.091667,234.247916 Z" id="Fill-11" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M393.129167,229.252083 C393.129167,238.660416 398.416667,245.152083 410.454167,249.997917 C419.658334,253.764583 421.104167,254.85625 421.104167,258.210417 C421.104167,262.877083 417.037501,265.01875 408.016667,264.960417 C401.233334,264.914583 395.050001,264.089583 387.754167,262.064583 L384.516667,279.210417 C391.008334,280.727083 400.112501,281.222917 408.170834,281.410417 C432.195834,281.410417 443.291668,273.539583 443.291668,256.539583 C443.291668,246.322917 438.662501,240.302083 427.250001,235.827083 C417.712501,232.01875 416.595834,231.189583 416.595834,227.74375 C416.595834,223.69375 420.379167,221.64375 427.741668,221.64375 C432.212501,221.64375 438.325001,222.060416 444.129168,222.75625 L447.379168,205.510416 C441.466668,204.685416 432.500001,204.027083 427.312501,204.027083 C401.854167,204.027083 393.050001,215.48125 393.129167,229.252083" id="Fill-12" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M304.8875,280.18125 L286.220833,280.18125 L286.670833,272.360417 C280.975,278.51875 273.395833,281.39375 263.1125,281.39375 C250.937499,281.39375 242.591666,273.06875 242.591666,261.10625 C242.591666,242.902083 257.087499,232.410416 282.020833,232.410416 C284.583333,232.410416 287.8375,232.602083 291.191666,232.972916 C291.883333,230.539583 292.066666,229.497916 292.066666,228.164583 C292.066666,223.18125 288.15,221.352083 277.658333,221.352083 C267.316666,221.39375 260.3375,222.927083 253.862499,224.664583 L257.045833,207.96875 C268.245833,205.11875 275.575,204.022916 283.875,204.022916 C303.179167,204.022916 313.370833,211.589583 313.370833,225.814583 C313.5375,229.614583 312.2125,237.227083 311.554167,240.56875 C310.791667,245.41875 305.441667,273.539583 304.8875,280.18125 L304.8875,280.18125 L304.8875,280.18125 Z M288.5,246.985417 C286.141666,246.739583 285.108333,246.672917 283.4875,246.672917 C270.766666,246.672917 264.308333,250.460417 264.308333,257.939583 C264.308333,262.635417 267.4625,265.572917 272.3625,265.572917 C281.516666,265.572917 288.120833,257.91875 288.5,246.985417 L288.5,246.985417 L288.5,246.985417 Z" id="Fill-13" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M482.608335,279.002083 C476.487501,280.677083 471.712501,281.410417 466.554168,281.410417 C455.120834,281.410417 448.883334,275.564583 448.883334,265.15625 C448.520834,262.302083 451.316668,249.097917 451.945834,245.41875 C452.579168,241.727083 462.483334,187.927083 462.483334,187.927083 L484.691668,187.927083 L481.337501,205.727083 L492.729168,205.727083 L489.633335,223.897916 L478.191668,223.897916 C478.191668,223.897916 471.908335,255.427083 471.908335,257.83125 C471.908335,261.65625 474.229168,263.310417 479.541668,263.310417 C482.083335,263.310417 484.050001,263.08125 485.570835,262.61875 L482.608335,279.002083" id="Fill-14" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M593.079169,236.635416 C593.079169,253.410417 586.200002,263.34375 575.325002,263.34375 C567.404169,263.45625 562.600002,256.81875 562.600002,246.86875 C562.600002,235.077083 569.608335,221.75625 580.870835,221.75625 C589.962502,221.75625 593.079169,228.96875 593.079169,236.635416 L593.079169,236.635416 L593.079169,236.635416 Z M617.058336,237.102083 C617.058336,218.522916 604.850002,204.022916 581.862502,204.022916 C555.412502,204.022916 538.312502,221.647916 538.312502,247.61875 C538.312502,266.197917 548.395835,281.410417 573.462502,281.410417 C598.750002,281.410417 617.058336,267.897917 617.058336,237.102083 L617.058336,237.102083 L617.058336,237.102083 Z" id="Fill-15" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M502.395835,205.71875 C499.575001,228.747916 494.579168,252.09375 490.675001,275.16875 L489.729168,280.189583 L512.162502,280.189583 C520.250002,235.63125 522.962502,222.935416 539.904168,227.40625 L548.054168,206.31875 C536.237502,201.98125 528.629168,208.172916 521.745835,216.977083 C522.366668,213.014583 523.537502,209.19375 523.254168,205.71875 L502.395835,205.71875" id="Fill-16" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M232.137499,280.189583 L209.799999,280.189583 L223.074999,210.23125 L192.499999,280.189583 L172.137499,280.189583 L168.412499,210.635416 L155.091665,280.189583 L134.820832,280.189583 L152.083332,189.189583 L187.004166,189.189583 L188.849999,245.522917 L213.424999,189.189583 L249.749999,189.189583 L232.137499,280.189583" id="Fill-17" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 16 KiB |
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="750px" height="471px" viewBox="0 0 750 471" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 39.1 (31720) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>Slice 1</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="mastercard">
|
||||
<rect id="Rectangle-1" fill="#F4F4F4" x="0" y="0" width="750" height="471" rx="40"></rect>
|
||||
<g id="mark" transform="translate(125.719997, 41.850862)">
|
||||
<g id="text" transform="translate(25.142679, 328.360022)" fill="#000000">
|
||||
<path d="M467.715561,51.9326899 C466.502604,51.9623585 465.503405,52.3648948 464.717962,53.1403001 C463.932516,53.9157321 463.526027,54.8861098 463.498494,56.0514362 C463.526027,57.2079497 463.932516,58.1758036 464.717963,58.9550005 C465.503406,59.7342125 466.502604,60.1392726 467.715561,60.1701825 C468.900764,60.1392726 469.887352,59.7342123 470.675326,58.9550002 C471.463285,58.175803 471.872297,57.2079493 471.902362,56.0514362 C471.872927,54.8861098 471.465177,53.915732 470.679109,53.1402998 C469.893026,52.3648943 468.905178,51.9623581 467.715561,51.9326899 L467.715561,51.9326899 L467.715561,51.9326899 Z M467.715561,59.2616355 C466.791392,59.2389292 466.029277,58.9259854 465.429214,58.3228033 C464.829145,57.7196374 464.518499,56.9625159 464.497273,56.0514362 C464.518499,55.1363804 464.829146,54.379679 465.429214,53.78133 C466.029277,53.1830062 466.791392,52.8730071 467.715561,52.8513318 C468.620383,52.8730076 469.370728,53.1830066 469.966597,53.7813302 C470.562452,54.379679 470.871417,55.1363804 470.893494,56.0514362 C470.871417,56.9625161 470.562452,57.7196378 469.966597,58.3228033 C469.370728,58.925985 468.620384,59.2389287 467.715561,59.2616355 L467.715561,59.2616355 L467.715561,59.2616355 Z M467.957689,54.1232975 L466.19217,54.1232975 L466.19217,57.9492899 L467.009353,57.9492899 L467.009353,56.5158046 L467.382634,56.5158046 L468.542832,57.9492899 L469.521434,57.9492899 L468.270438,56.5057097 C468.661158,56.4567169 468.961716,56.330109 469.172113,56.1258861 C469.382498,55.9216836 469.488849,55.6613181 469.491168,55.3447885 C469.488429,54.9670796 469.355174,54.6701195 469.091404,54.4539073 C468.827621,54.237719 468.449717,54.1275158 467.957689,54.1232975 L467.957689,54.1232975 L467.957689,54.1232975 Z M467.9476,54.8400402 C468.166813,54.840262 468.338741,54.8827453 468.463383,54.9674885 C468.588015,55.0522552 468.651489,55.1780218 468.653808,55.3447882 C468.651483,55.5164129 468.588015,55.6451235 468.463383,55.73092 C468.338741,55.8167385 468.166813,55.8596412 467.9476,55.859631 L467.009353,55.859631 L467.009353,54.8400393 L467.9476,54.8400402 L467.9476,54.8400402 Z" id="path3078"></path>
|
||||
<path d="M9.34331724,57.5428029 L0.588175916,57.5428029 L0.588175916,16.6600045 L9.17164757,16.6600045 L9.17164757,21.6415186 C9.17164757,21.6415186 16.7107355,15.5532485 21.1885083,15.6293508 C29.8949298,15.7773317 35.093729,23.1875098 35.093729,23.1875098 C35.093729,23.1875098 39.3109893,15.6293508 48.8272918,15.6293508 C62.8997988,15.6293508 64.9642149,28.5125858 64.9642149,28.5125858 L64.9642149,57.3710273 L56.5524108,57.3710273 L56.5524108,31.9481087 C56.5524108,31.9481087 56.5825922,24.2181741 47.4539323,24.2181741 C38.0139747,24.2181741 37.1537629,31.9481087 37.1537629,31.9481087 L37.1537629,57.3710273 L28.3986215,57.3710273 L28.3986215,31.7763331 C28.3986215,31.7763331 27.5575496,23.7028366 19.6434834,23.7028366 C9.3650113,23.7028366 9.17164757,31.9481087 9.17164757,31.9481087 L9.34331724,57.5428029 L9.34331724,57.5428029 Z" id="path3006"></path>
|
||||
<path d="M275.596898,15.623773 C271.119122,15.5476814 263.580741,21.6355967 263.580741,21.6355967 L263.580741,16.6649268 L254.988182,16.6649268 L254.988182,57.5386115 L263.748565,57.5386115 L263.580741,31.9463783 C263.580741,31.9463783 263.77445,23.7179044 274.052923,23.7179044 C275.961824,23.7179044 277.444363,24.180569 278.61772,24.8934007 L278.61772,24.8598688 L281.470718,16.9000798 C279.749092,16.1750176 277.791223,15.6610664 275.596898,15.623773 L275.596898,15.623773 L275.596898,15.623773 Z" id="path3008"></path>
|
||||
<path d="M398.92774,15.623773 C394.449964,15.5476814 386.911582,21.6355967 386.911582,21.6355967 L386.911582,16.6649268 L378.319023,16.6649268 L378.319023,57.5386115 L387.079406,57.5386115 L386.911582,31.9463783 C386.911582,31.9463783 387.105291,23.7179044 397.383764,23.7179044 C399.292666,23.7179044 400.775204,24.180569 401.948561,24.8934007 L401.948561,24.8598688 L404.801559,16.9000798 C403.079933,16.1750713 401.122064,15.6611201 398.92774,15.6238267 L398.92774,15.623773 L398.92774,15.623773 Z" id="path3013"></path>
|
||||
<path d="M93.2735295,15.4558449 C80.1708646,15.4558449 73.2368626,27.2396859 73.2018479,37.0849763 C73.1658666,47.1762746 81.0955959,58.8148646 93.6427411,58.8148646 C100.962678,58.8148646 106.976041,53.4075817 106.976041,53.4075817 L106.960145,57.5721971 L115.577998,57.5721971 L115.577998,16.6488272 L106.929792,16.6488272 L106.929792,21.8035248 C106.929792,21.8035248 101.282654,15.4558449 93.2735725,15.4558449 L93.2735295,15.4558449 L93.2735295,15.4558449 Z M94.9517638,23.7850756 C101.991433,23.7850756 107.706344,29.9122942 107.706344,37.454418 C107.706344,44.9965418 101.991433,51.0901748 94.9517638,51.0901748 C87.9120947,51.0901748 82.2307482,44.9965418 82.2307482,37.454418 C82.2307482,29.9122942 87.9120947,23.7850756 94.9517638,23.7850756 L94.9517638,23.7850756 L94.9517638,23.7850756 Z" id="path3015"></path>
|
||||
<path d="M344.597578,15.4558449 C331.494913,15.4558449 324.560911,27.2396859 324.525896,37.0849763 C324.489915,47.1762746 332.419644,58.8148646 344.966789,58.8148646 C352.286726,58.8148646 358.300089,53.4075817 358.300089,53.4075817 L358.284193,57.5721971 L366.902046,57.5721971 L366.902046,16.6488272 L358.25384,16.6488272 L358.25384,21.8035248 C358.25384,21.8035248 352.606702,15.4558449 344.59762,15.4558449 L344.597578,15.4558449 L344.597578,15.4558449 Z M346.275812,23.7850756 C353.315481,23.7850756 359.030392,29.9122942 359.030392,37.454418 C359.030392,44.9965418 353.315481,51.0901748 346.275812,51.0901748 C339.236143,51.0901748 333.554796,44.9965418 333.554796,37.454418 C333.554796,29.9122942 339.236143,23.7850756 346.275812,23.7850756 L346.275812,23.7850756 L346.275812,23.7850756 Z" id="path3020"></path>
|
||||
<path d="M427.342249,15.4558449 C414.239584,15.4558449 407.305582,27.2396859 407.270567,37.0849763 C407.234586,47.1762746 415.164315,58.8148646 427.71146,58.8148646 C435.031397,58.8148646 441.04476,53.4075817 441.04476,53.4075817 L441.028864,57.5721971 L449.646718,57.5721971 L449.646718,0.49407462 L440.998511,0.49407462 L440.998511,21.8035248 C440.998511,21.8035248 435.351373,15.4558449 427.342292,15.4558449 L427.342249,15.4558449 L427.342249,15.4558449 Z M429.020483,23.7850756 C436.060152,23.7850756 441.775063,29.9122942 441.775063,37.454418 C441.775063,44.9965418 436.060152,51.0901748 429.020483,51.0901748 C421.980814,51.0901748 416.299467,44.9965418 416.299467,37.454418 C416.299467,29.9122942 421.980814,23.7850756 429.020483,23.7850756 L429.020483,23.7850756 L429.020483,23.7850756 Z" id="path3022"></path>
|
||||
<path d="M141.872122,58.9170078 C132.94558,58.9170078 124.705176,53.4201669 124.705176,53.4201669 L128.481907,47.5797641 C128.481907,47.5797641 136.278978,51.1870733 141.872122,51.1870733 C145.50613,51.1870733 151.583937,50.0128667 151.657274,46.3773348 C151.734822,42.5349478 141.442945,41.39581 141.442945,41.39581 C141.442945,41.39581 126.078536,41.1860853 126.078536,28.5125858 C126.078536,20.5421246 133.751938,15.4575752 143.588818,15.4575752 C149.272667,15.4575752 159.89741,20.4390893 159.89741,20.4390893 L155.605674,27.1383702 C155.605674,27.1383702 147.402218,23.858921 143.073802,23.7028366 C139.418806,23.5710413 135.005346,25.3221465 135.005346,28.5125858 C135.005346,37.1806926 160.584084,27.837198 160.584084,45.3466704 C160.584084,56.8338188 150.166691,58.9170078 141.872122,58.9170078 L141.872122,58.9170078 L141.872122,58.9170078 Z" id="path3024"></path>
|
||||
<path d="M174.802149,4.80920724 L174.802149,16.6985124 L167.182966,16.6985124 L167.182966,25.296428 L174.802149,25.296428 L174.802149,45.85082 C174.802149,45.85082 174.127827,59.7552616 189.067141,59.7552616 C193.19753,59.7552616 201.284686,56.6989713 201.284686,56.6989713 L197.827523,47.7651996 C197.827523,47.7651996 194.611468,50.5102454 190.980328,50.4184626 C184.076195,50.2440217 184.267391,45.8172343 184.267391,45.8172343 L184.267391,25.296428 L198.498817,25.296428 L198.498817,16.6985124 L184.267391,16.6985124 L184.267391,4.80920724 L174.802149,4.80920724 L174.802149,4.80920724 L174.802149,4.80920724 Z" id="path3026"></path>
|
||||
<path d="M226.659588,15.959629 C212.610087,15.959629 205.590417,27.5389793 205.648095,37.5887604 C205.707384,47.9238419 212.040304,59.5537479 227.498705,59.5537479 C234.115072,59.5537479 243.408366,53.7434378 243.408366,53.7434378 L239.414168,46.791217 C239.414168,46.791217 233.072548,51.2916884 227.498705,51.2916884 C216.339172,51.2916884 215.616806,40.3763659 215.616806,40.3763659 L245.489376,40.3763659 C245.489376,40.3763659 247.717985,15.959629 226.659588,15.959629 L226.659588,15.959629 L226.659588,15.959629 Z M225.38413,23.9865893 C225.715416,23.9677813 226.070568,23.9865893 226.424635,23.9865893 C236.937954,23.9865893 236.863252,33.9279292 236.863252,33.9279292 L215.616806,33.9279292 C215.616806,33.9279292 215.114206,24.5707962 225.38413,23.9865893 L225.38413,23.9865893 L225.38413,23.9865893 Z" id="path3034"></path>
|
||||
<path d="M315.5162,46.686 L319.52203,54.7026427 C319.52203,54.7026427 313.17302,58.8324258 306.047898,58.8324258 C291.296557,58.8324258 283.105442,47.7234997 283.105442,37.2117848 C283.105442,20.6912339 296.140698,15.8340672 304.955397,15.8340672 C312.956369,15.8340672 319.886193,20.4497077 319.886193,20.4497077 L315.394819,28.4663505 C315.394819,28.4663505 312.671859,24.2151004 304.712614,24.2151004 C296.766655,24.2151004 292.573755,31.0702185 292.573755,37.5761752 C292.573755,44.8669927 297.454114,51.0587064 304.834005,51.0587064 C310.623393,51.0587064 315.5162,46.686 315.5162,46.686 L315.5162,46.686 L315.5162,46.686 Z" id="path3037"></path>
|
||||
</g>
|
||||
<path d="M498.787985,236.781279 L498.787985,231.260623 L497.347484,231.260623 L495.690436,235.057252 L494.033388,231.260623 L492.592886,231.260623 L492.592886,236.781279 L493.609711,236.781279 L493.609711,232.617235 L495.163193,236.206603 L496.217678,236.206603 L497.771161,232.607814 L497.771161,236.781279 L498.787985,236.781279 L498.787985,236.781279 Z M489.664807,236.781279 L489.664807,232.202715 L491.510156,232.202715 L491.510156,231.270044 L486.812049,231.270044 L486.812049,232.202715 L488.657397,232.202715 L488.657397,236.781279 L489.664807,236.781279 L489.664807,236.781279 Z" id="path3057" fill="#F79F1A"></path>
|
||||
<path d="M499.076678,154.709802 C499.076678,240.135159 429.999707,309.386105 344.788929,309.386105 C259.578151,309.386105 190.501159,240.135159 190.501159,154.709802 C190.501159,69.2844326 259.578151,0.0334920174 344.788929,0.0334920174 C429.999707,0.0334920174 499.076678,69.2844326 499.076678,154.709802 L499.076678,154.709802 L499.076678,154.709802 Z" id="path2997" fill="#F79F1A"></path>
|
||||
<path d="M308.73932,154.709802 C308.73932,240.135159 239.662349,309.386105 154.451571,309.386105 C69.2407931,309.386105 0.163801275,240.135159 0.163801275,154.709802 C0.163801275,69.2844326 69.2407931,0.0334920174 154.451571,0.0334920174 C239.662349,0.0334920174 308.73932,69.2844326 308.73932,154.709802 L308.73932,154.709802 L308.73932,154.709802 Z" id="path2995" fill="#EA001B"></path>
|
||||
<path d="M249.620562,32.9474812 C213.621326,61.2636823 190.513152,105.265345 190.513152,154.695309 C190.513152,204.125274 213.621326,248.16052 249.620562,276.476723 C285.619799,248.16052 308.727973,204.125274 308.727973,154.695309 C308.727973,105.265345 285.619799,61.2636823 249.620562,32.9474812 L249.620562,32.9474812 L249.620562,32.9474812 Z" id="path2999" fill="#FF5F01"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="780px" height="501px"
|
||||
viewBox="0 0 780 501" enable-background="new 0 0 780 501" xml:space="preserve">
|
||||
<title>amex-outline</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<path fill="#FFFFFF" d="M725,0H55C24.673,0,0,24.673,0,55v391c0,30.327,24.673,55,55,55h670c30.325,0,55-24.673,55-55V55
|
||||
C780,24.673,755.325,0,725,0z"/>
|
||||
<path fill="#003087" d="M168.379,169.853c-8.399-5.774-19.359-8.668-32.88-8.668H83.153c-4.145,0-6.435,2.073-6.87,6.214
|
||||
L55.018,300.883c-0.221,1.311,0.107,2.51,0.981,3.6c0.869,1.092,1.962,1.635,3.271,1.635h24.864c4.361,0,6.758-2.068,7.198-6.215
|
||||
l5.888-35.986c0.215-1.744,0.982-3.162,2.291-4.254c1.308-1.09,2.944-1.803,4.907-2.13c1.963-0.324,3.814-0.487,5.562-0.487
|
||||
c1.743,0,3.814,0.11,6.217,0.327c2.397,0.218,3.925,0.324,4.58,0.324c18.756,0,33.478-5.285,44.167-15.866
|
||||
c10.684-10.577,16.032-25.244,16.032-44.004C180.976,184.96,176.774,175.636,168.379,169.853z M141.389,209.933
|
||||
c-1.094,7.635-3.926,12.649-8.506,15.049c-4.581,2.403-11.124,3.597-19.629,3.597l-10.797,0.328l5.563-35.007
|
||||
c0.434-2.397,1.851-3.597,4.252-3.597h6.218c8.72,0,15.049,1.257,18.975,3.761C141.389,196.574,142.698,201.866,141.389,209.933z"/>
|
||||
<path fill="#009CDE" d="M720.794,161.185h-24.208c-2.405,0-3.821,1.2-4.253,3.599l-21.267,136.099l-0.328,0.654
|
||||
c0,1.096,0.437,2.127,1.311,3.109c0.868,0.98,1.963,1.471,3.27,1.471h21.595c4.138,0,6.429-2.068,6.871-6.215l21.265-133.812v-0.325
|
||||
C725.049,162.712,723.627,161.185,720.794,161.185z"/>
|
||||
<path fill="#003087" d="M428.31,213.857c0-1.088-0.439-2.126-1.306-3.106c-0.875-0.981-1.858-1.474-2.945-1.474h-25.192
|
||||
c-2.404,0-4.366,1.096-5.889,3.271l-34.679,51.04l-14.394-49.075c-1.095-3.488-3.493-5.236-7.198-5.236h-24.54
|
||||
c-1.093,0-2.075,0.492-2.942,1.474c-0.875,0.98-1.309,2.019-1.309,3.106c0,0.44,2.127,6.871,6.379,19.303
|
||||
c4.252,12.434,8.833,25.848,13.741,40.245c4.908,14.393,7.468,22.031,7.688,22.898c-17.886,24.43-26.827,37.517-26.827,39.259
|
||||
c0,2.838,1.417,4.254,4.253,4.254h25.192c2.399,0,4.361-1.088,5.889-3.27l83.427-120.399
|
||||
C428.092,215.713,428.31,214.953,428.31,213.857z"/>
|
||||
<path fill="#009CDE" d="M662.887,209.277h-24.866c-3.055,0-4.904,3.599-5.558,10.797c-5.677-8.72-16.031-13.088-31.083-13.088
|
||||
c-15.704,0-29.066,5.89-40.077,17.668c-11.016,11.779-16.521,25.631-16.521,41.551c0,12.871,3.761,23.121,11.285,30.752
|
||||
c7.525,7.639,17.612,11.451,30.266,11.451c6.323,0,12.757-1.311,19.3-3.926c6.544-2.617,11.665-6.105,15.379-10.469
|
||||
c0,0.219-0.222,1.199-0.655,2.943c-0.44,1.748-0.655,3.059-0.655,3.926c0,3.494,1.414,5.234,4.254,5.234h22.576
|
||||
c4.138,0,6.541-2.068,7.194-6.215l13.415-85.389c0.215-1.309-0.112-2.507-0.982-3.599
|
||||
C665.284,209.824,664.196,209.277,662.887,209.277z M620.193,273.729c-5.562,5.453-12.268,8.178-20.12,8.178
|
||||
c-6.328,0-11.449-1.742-15.377-5.234c-3.927-3.484-5.89-8.283-5.89-14.395c0-8.065,2.726-14.885,8.18-20.447
|
||||
c5.447-5.562,12.214-8.343,20.285-8.343c6.101,0,11.173,1.8,15.212,5.398c4.032,3.599,6.054,8.563,6.054,14.888
|
||||
C628.536,261.625,625.754,268.279,620.193,273.729z"/>
|
||||
<path fill="#003087" d="M291.23,209.277h-24.864c-3.058,0-4.908,3.599-5.563,10.797c-5.889-8.72-16.25-13.088-31.081-13.088
|
||||
c-15.704,0-29.065,5.89-40.078,17.668c-11.016,11.779-16.521,25.631-16.521,41.551c0,12.871,3.763,23.121,11.288,30.752
|
||||
c7.525,7.639,17.61,11.451,30.262,11.451c6.104,0,12.433-1.311,18.975-3.926c6.543-2.617,11.778-6.105,15.704-10.469
|
||||
c-0.875,2.617-1.309,4.908-1.309,6.869c0,3.494,1.417,5.234,4.253,5.234h22.574c4.141,0,6.543-2.068,7.198-6.215l13.413-85.389
|
||||
c0.215-1.309-0.112-2.507-0.981-3.599C293.627,209.824,292.538,209.277,291.23,209.277z M248.535,273.891
|
||||
c-5.563,5.35-12.382,8.016-20.447,8.016c-6.329,0-11.4-1.742-15.214-5.234c-3.819-3.484-5.726-8.283-5.726-14.395
|
||||
c0-8.065,2.725-14.885,8.18-20.447c5.449-5.562,12.211-8.343,20.284-8.343c6.104,0,11.175,1.8,15.214,5.398
|
||||
c4.032,3.599,6.052,8.563,6.052,14.888C256.878,261.844,254.097,268.553,248.535,273.891z"/>
|
||||
<path fill="#009CDE" d="M540.036,169.853c-8.398-5.774-19.356-8.668-32.879-8.668h-52.019c-4.365,0-6.765,2.073-7.198,6.214
|
||||
l-21.265,133.483c-0.221,1.311,0.106,2.51,0.981,3.6c0.866,1.092,1.962,1.635,3.271,1.635h26.826c2.617,0,4.361-1.416,5.235-4.252
|
||||
l5.89-37.949c0.216-1.744,0.98-3.162,2.29-4.254c1.309-1.09,2.943-1.803,4.908-2.13c1.962-0.324,3.813-0.487,5.562-0.487
|
||||
c1.743,0,3.814,0.11,6.214,0.327c2.399,0.218,3.93,0.324,4.58,0.324c18.759,0,33.479-5.285,44.168-15.866
|
||||
c10.687-10.577,16.031-25.244,16.031-44.004C552.632,184.96,548.431,175.636,540.036,169.853z M506.502,223.673
|
||||
c-4.799,3.271-11.997,4.906-21.592,4.906l-10.47,0.328l5.563-35.007c0.432-2.397,1.849-3.597,4.252-3.597h5.887
|
||||
c4.797,0,8.614,0.218,11.454,0.653c2.831,0.44,5.561,1.799,8.178,4.089c2.619,2.291,3.926,5.618,3.926,9.98
|
||||
C513.7,214.185,511.298,220.4,506.502,223.673z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.0 KiB |
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-45 62.3 750 471"
|
||||
style="enable-background:new -45 62.3 750 471;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{opacity:0.2;}
|
||||
</style>
|
||||
<title>Slice 1</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<path id="Rectangle-1" sketch:type="MSShapeGroup" class="st0" d="M-5,62.3h670c22.1,0,40,17.9,40,40v391c0,22.1-17.9,40-40,40H-5
|
||||
c-22.1,0-40-17.9-40-40v-391C-45,80.2-27.1,62.3-5,62.3z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 732 B |
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="750px" height="471px" viewBox="0 0 750 471" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.3.1 (12005) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>Slice 1</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="visa" sketch:type="MSLayerGroup">
|
||||
<rect id="Rectangle-1" fill="#0E4595" sketch:type="MSShapeGroup" x="0" y="0" width="750" height="471" rx="40"></rect>
|
||||
<path d="M278.1975,334.2275 L311.5585,138.4655 L364.9175,138.4655 L331.5335,334.2275 L278.1975,334.2275 L278.1975,334.2275 Z" id="Shape" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M524.3075,142.6875 C513.7355,138.7215 497.1715,134.4655 476.4845,134.4655 C423.7605,134.4655 386.6205,161.0165 386.3045,199.0695 C386.0075,227.1985 412.8185,242.8905 433.0585,252.2545 C453.8275,261.8495 460.8105,267.9695 460.7115,276.5375 C460.5795,289.6595 444.1255,295.6545 428.7885,295.6545 C407.4315,295.6545 396.0855,292.6875 378.5625,285.3785 L371.6865,282.2665 L364.1975,326.0905 C376.6605,331.5545 399.7065,336.2895 423.6355,336.5345 C479.7245,336.5345 516.1365,310.2875 516.5505,269.6525 C516.7515,247.3835 502.5355,230.4355 471.7515,216.4645 C453.1005,207.4085 441.6785,201.3655 441.7995,192.1955 C441.7995,184.0585 451.4675,175.3575 472.3565,175.3575 C489.8055,175.0865 502.4445,178.8915 512.2925,182.8575 L517.0745,185.1165 L524.3075,142.6875" id="path13" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M661.6145,138.4655 L620.3835,138.4655 C607.6105,138.4655 598.0525,141.9515 592.4425,154.6995 L513.1975,334.1025 L569.2285,334.1025 C569.2285,334.1025 578.3905,309.9805 580.4625,304.6845 C586.5855,304.6845 641.0165,304.7685 648.7985,304.7685 C650.3945,311.6215 655.2905,334.1025 655.2905,334.1025 L704.8025,334.1025 L661.6145,138.4655 L661.6145,138.4655 Z M596.1975,264.8725 C600.6105,253.5935 617.4565,210.1495 617.4565,210.1495 C617.1415,210.6705 621.8365,198.8155 624.5315,191.4655 L628.1385,208.3435 C628.1385,208.3435 638.3555,255.0725 640.4905,264.8715 L596.1975,264.8715 L596.1975,264.8725 L596.1975,264.8725 Z" id="Path" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M232.9025,138.4655 L180.6625,271.9605 L175.0965,244.8315 C165.3715,213.5575 135.0715,179.6755 101.1975,162.7125 L148.9645,333.9155 L205.4195,333.8505 L289.4235,138.4655 L232.9025,138.4655" id="path16" fill="#FFFFFF" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M131.9195,138.4655 L45.8785,138.4655 L45.1975,142.5385 C112.1365,158.7425 156.4295,197.9015 174.8155,244.9525 L156.1065,154.9925 C152.8765,142.5965 143.5085,138.8975 131.9195,138.4655" id="path18" fill="#F2AE14" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 596 B |
|
After Width: | Height: | Size: 594 B |
|
After Width: | Height: | Size: 67 KiB |
|
After Width: | Height: | Size: 126 KiB |
|
After Width: | Height: | Size: 110 KiB |
|
After Width: | Height: | Size: 421 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 43 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 48 KiB |
@@ -0,0 +1,20 @@
|
||||
/* global ajaxurl, storefrontNUX */
|
||||
( function( wp, $ ) {
|
||||
'use strict';
|
||||
|
||||
if ( ! wp ) {
|
||||
return;
|
||||
}
|
||||
|
||||
$( function() {
|
||||
// Dismiss notice
|
||||
$( document ).on( 'click', '.sf-notice-nux .notice-dismiss', function() {
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
url: ajaxurl,
|
||||
data: { nonce: storefrontNUX.nonce, action: 'storefront_dismiss_notice' },
|
||||
dataType: 'json'
|
||||
});
|
||||
});
|
||||
});
|
||||
})( window.wp, jQuery );
|
||||
1
backend/wordpress/wp-content/themes/storefront/assets/js/admin/admin.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(a,b){"use strict";a&&b(function(){b(document).on("click",".sf-notice-nux .notice-dismiss",function(){b.ajax({type:"POST",url:ajaxurl,data:{nonce:storefrontNUX.nonce,action:"storefront_dismiss_notice"},dataType:"json"})})})}(window.wp,jQuery);
|
||||
@@ -0,0 +1,243 @@
|
||||
/* global _wpCustomizeSFGuidedTourSteps */
|
||||
( function( wp, $ ) {
|
||||
'use strict';
|
||||
|
||||
if ( ! wp || ! wp.customize ) { return; }
|
||||
|
||||
// Set up our namespace.
|
||||
var api = wp.customize;
|
||||
|
||||
api.SFGuidedTourSteps = [];
|
||||
|
||||
if ( 'undefined' !== typeof _wpCustomizeSFGuidedTourSteps ) {
|
||||
$.extend( api.SFGuidedTourSteps, _wpCustomizeSFGuidedTourSteps );
|
||||
}
|
||||
|
||||
/**
|
||||
* wp.customize.SFGuidedTour
|
||||
*
|
||||
*/
|
||||
api.SFGuidedTour = {
|
||||
$container: null,
|
||||
currentStep: -1,
|
||||
|
||||
init: function() {
|
||||
this._setupUI();
|
||||
},
|
||||
|
||||
_setupUI: function() {
|
||||
var self = this,
|
||||
$wpCustomize = $( 'body.wp-customizer .wp-full-overlay' );
|
||||
|
||||
this.$container = $( '<div/>' ).addClass( 'sf-guided-tour' );
|
||||
|
||||
// Add guided tour div
|
||||
$wpCustomize.prepend( this.$container );
|
||||
|
||||
// Add listeners
|
||||
this._addListeners();
|
||||
|
||||
// Initial position
|
||||
this.$container.css( 'left', ( $( '#customize-controls' ).width() + 10 ) + 'px' ).on( 'transitionend', function() {
|
||||
self.$container.addClass( 'sf-loaded' );
|
||||
});
|
||||
|
||||
// Show first step
|
||||
this._showNextStep();
|
||||
|
||||
$( document ).on( 'click', '.sf-guided-tour-step .sf-nux-button', function() {
|
||||
self._showNextStep();
|
||||
return false;
|
||||
});
|
||||
|
||||
$( document ).on( 'click', '.sf-guided-tour-step .sf-guided-tour-skip', function() {
|
||||
if ( 0 === self.currentStep ) {
|
||||
self._hideTour( true );
|
||||
} else {
|
||||
self._showNextStep();
|
||||
}
|
||||
|
||||
return false;
|
||||
});
|
||||
},
|
||||
|
||||
_addListeners: function() {
|
||||
var self = this;
|
||||
|
||||
api.state( 'expandedSection' ).bind( function() {
|
||||
self._adjustPosition();
|
||||
});
|
||||
|
||||
api.state( 'expandedPanel' ).bind( function() {
|
||||
self._adjustPosition();
|
||||
});
|
||||
},
|
||||
|
||||
_adjustPosition: function() {
|
||||
var step = this._getCurrentStep(),
|
||||
expandedSection = api.state( 'expandedSection' ).get(),
|
||||
expandedPanel = api.state( 'expandedPanel' ).get();
|
||||
|
||||
if ( ! step ) {
|
||||
return;
|
||||
}
|
||||
|
||||
this.$container.removeClass( 'sf-inside-section' );
|
||||
|
||||
if ( expandedSection && step.section === expandedSection.id ) {
|
||||
this._moveContainer( $( expandedSection.container[1] ).find( '.customize-section-title' ) );
|
||||
this.$container.addClass( 'sf-inside-section' );
|
||||
} else if ( false === expandedSection && false === expandedPanel ) {
|
||||
if ( this._isTourHidden() ) {
|
||||
this._revealTour();
|
||||
} else {
|
||||
var selector = this._getSelector( step.section );
|
||||
this._moveContainer( selector );
|
||||
}
|
||||
} else {
|
||||
this._hideTour();
|
||||
}
|
||||
},
|
||||
|
||||
_hideTour: function( remove ) {
|
||||
var self = this;
|
||||
|
||||
// Already hidden?
|
||||
if ( this._isTourHidden() ) {
|
||||
return;
|
||||
}
|
||||
|
||||
this.$container.css({
|
||||
transform: '',
|
||||
top: this.$container.offset().top
|
||||
});
|
||||
|
||||
$( 'body' ).addClass( 'sf-exiting' ).on( 'animationend.storefront webkitAnimationEnd.storefront', function() {
|
||||
$( this ).removeClass( 'sf-exiting' ).off( 'animationend.storefront webkitAnimationEnd.storefront' ).addClass( 'sf-hidden' );
|
||||
self.$container.hide();
|
||||
|
||||
if ( ! _.isUndefined( remove ) && true === remove ) {
|
||||
self._removeTour();
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
_revealTour: function() {
|
||||
var self = this;
|
||||
|
||||
$( 'body' ).removeClass( 'sf-hidden' );
|
||||
|
||||
self.$container.show();
|
||||
|
||||
$( 'body' ).addClass( 'sf-entering' ).on( 'animationend.storefront webkitAnimationEnd.storefront', function() {
|
||||
$( this ).removeClass( 'sf-entering' ).off( 'animationend.storefront webkitAnimationEnd.storefront' );
|
||||
|
||||
self.$container.css({
|
||||
top: 'auto',
|
||||
transform: 'translateY(' + parseInt( self.$container.offset().top, 10 ) + 'px)'
|
||||
});
|
||||
});
|
||||
},
|
||||
|
||||
_removeTour: function() {
|
||||
this.$container.remove();
|
||||
},
|
||||
|
||||
_closeAllSections: function() {
|
||||
api.section.each( function ( section ) {
|
||||
section.collapse( { duration: 0 } );
|
||||
});
|
||||
|
||||
api.panel.each( function ( panel ) {
|
||||
panel.collapse( { duration: 0 } );
|
||||
});
|
||||
},
|
||||
|
||||
_showNextStep: function() {
|
||||
var step, template;
|
||||
|
||||
if ( this._isLastStep() ) {
|
||||
this._hideTour( true );
|
||||
return;
|
||||
}
|
||||
|
||||
this._closeAllSections();
|
||||
|
||||
// Get next step
|
||||
step = this._getNextStep();
|
||||
|
||||
// Convert line breaks to paragraphs
|
||||
step.message = this._lineBreaksToParagraphs( step.message );
|
||||
|
||||
// Load template
|
||||
template = wp.template( 'sf-guided-tour-step' );
|
||||
|
||||
this.$container.removeClass( 'sf-first-step' );
|
||||
|
||||
if ( 0 === this.currentStep ) {
|
||||
step.first_step = true;
|
||||
this.$container.addClass( 'sf-first-step' );
|
||||
}
|
||||
|
||||
if ( this._isLastStep() ) {
|
||||
step.last_step = true;
|
||||
this.$container.addClass( 'sf-last-step' );
|
||||
}
|
||||
|
||||
this._moveContainer( this._getSelector( step.section ) );
|
||||
|
||||
this.$container.html( template( step ) );
|
||||
},
|
||||
|
||||
_moveContainer: function( $selector ) {
|
||||
var self = this, position;
|
||||
|
||||
if ( ! $selector ) {
|
||||
return;
|
||||
}
|
||||
|
||||
position = parseInt( $selector.offset().top, 10 ) + ( $selector.height() / 2 ) - 44;
|
||||
|
||||
this.$container.addClass( 'sf-moving' ).css({ 'transform': 'translateY(' + parseInt( position, 10 ) + 'px)' }).on( 'transitionend.storefront', function() {
|
||||
self.$container.removeClass( 'sf-moving' );
|
||||
self.$container.off( 'transitionend.storefront' );
|
||||
} );
|
||||
},
|
||||
|
||||
_getSelector: function( pointTo ) {
|
||||
var sectionOrPanel = api.section( pointTo ) ? api.section( pointTo ) : api.panel( pointTo );
|
||||
|
||||
// Check whether this is a section, panel, or a regular selector
|
||||
if ( ! _.isUndefined( sectionOrPanel ) ) {
|
||||
return $( sectionOrPanel.container[0] );
|
||||
}
|
||||
|
||||
return $( pointTo );
|
||||
},
|
||||
|
||||
_getCurrentStep: function() {
|
||||
return api.SFGuidedTourSteps[ this.currentStep ];
|
||||
},
|
||||
|
||||
_getNextStep: function() {
|
||||
this.currentStep = this.currentStep + 1;
|
||||
return api.SFGuidedTourSteps[ this.currentStep ];
|
||||
},
|
||||
|
||||
_isTourHidden: function() {
|
||||
return ( ( $( 'body' ).hasClass( 'sf-hidden' ) ) ? true : false );
|
||||
},
|
||||
|
||||
_isLastStep: function() {
|
||||
return ( ( ( this.currentStep + 1 ) < api.SFGuidedTourSteps.length ) ? false : true );
|
||||
},
|
||||
|
||||
_lineBreaksToParagraphs: function( message ) {
|
||||
return '<p>' + message.replace( '\n\n', '</p><p>' ) + '</p>';
|
||||
}
|
||||
};
|
||||
|
||||
$( document ).ready( function() {
|
||||
api.SFGuidedTour.init();
|
||||
});
|
||||
} )( window.wp, jQuery );
|
||||
1
backend/wordpress/wp-content/themes/storefront/assets/js/admin/customizer.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(a,b){"use strict";if(a&&a.customize){var c=a.customize;c.SFGuidedTourSteps=[],"undefined"!=typeof _wpCustomizeSFGuidedTourSteps&&b.extend(c.SFGuidedTourSteps,_wpCustomizeSFGuidedTourSteps),c.SFGuidedTour={$container:null,currentStep:-1,init:function(){this._setupUI()},_setupUI:function(){var a=this,c=b("body.wp-customizer .wp-full-overlay");this.$container=b("<div/>").addClass("sf-guided-tour"),c.prepend(this.$container),this._addListeners(),this.$container.css("left",b("#customize-controls").width()+10+"px").on("transitionend",function(){a.$container.addClass("sf-loaded")}),this._showNextStep(),b(document).on("click",".sf-guided-tour-step .sf-nux-button",function(){return a._showNextStep(),!1}),b(document).on("click",".sf-guided-tour-step .sf-guided-tour-skip",function(){return 0===a.currentStep?a._hideTour(!0):a._showNextStep(),!1})},_addListeners:function(){var a=this;c.state("expandedSection").bind(function(){a._adjustPosition()}),c.state("expandedPanel").bind(function(){a._adjustPosition()})},_adjustPosition:function(){var a=this._getCurrentStep(),d=c.state("expandedSection").get(),e=c.state("expandedPanel").get();if(a)if(this.$container.removeClass("sf-inside-section"),d&&a.section===d.id)this._moveContainer(b(d.container[1]).find(".customize-section-title")),this.$container.addClass("sf-inside-section");else if(!1===d&&!1===e)if(this._isTourHidden())this._revealTour();else{var f=this._getSelector(a.section);this._moveContainer(f)}else this._hideTour()},_hideTour:function(a){var c=this;this._isTourHidden()||(this.$container.css({transform:"",top:this.$container.offset().top}),b("body").addClass("sf-exiting").on("animationend.storefront webkitAnimationEnd.storefront",function(){b(this).removeClass("sf-exiting").off("animationend.storefront webkitAnimationEnd.storefront").addClass("sf-hidden"),c.$container.hide(),_.isUndefined(a)||!0!==a||c._removeTour()}))},_revealTour:function(){var a=this;b("body").removeClass("sf-hidden"),a.$container.show(),b("body").addClass("sf-entering").on("animationend.storefront webkitAnimationEnd.storefront",function(){b(this).removeClass("sf-entering").off("animationend.storefront webkitAnimationEnd.storefront"),a.$container.css({top:"auto",transform:"translateY("+parseInt(a.$container.offset().top,10)+"px)"})})},_removeTour:function(){this.$container.remove()},_closeAllSections:function(){c.section.each(function(a){a.collapse({duration:0})}),c.panel.each(function(a){a.collapse({duration:0})})},_showNextStep:function(){var b,c;if(this._isLastStep())return void this._hideTour(!0);this._closeAllSections(),b=this._getNextStep(),b.message=this._lineBreaksToParagraphs(b.message),c=a.template("sf-guided-tour-step"),this.$container.removeClass("sf-first-step"),0===this.currentStep&&(b.first_step=!0,this.$container.addClass("sf-first-step")),this._isLastStep()&&(b.last_step=!0,this.$container.addClass("sf-last-step")),this._moveContainer(this._getSelector(b.section)),this.$container.html(c(b))},_moveContainer:function(a){var b,c=this;a&&(b=parseInt(a.offset().top,10)+a.height()/2-44,this.$container.addClass("sf-moving").css({transform:"translateY("+parseInt(b,10)+"px)"}).on("transitionend.storefront",function(){c.$container.removeClass("sf-moving"),c.$container.off("transitionend.storefront")}))},_getSelector:function(a){var d=c.section(a)?c.section(a):c.panel(a);return b(_.isUndefined(d)?a:d.container[0])},_getCurrentStep:function(){return c.SFGuidedTourSteps[this.currentStep]},_getNextStep:function(){return this.currentStep=this.currentStep+1,c.SFGuidedTourSteps[this.currentStep]},_isTourHidden:function(){return!!b("body").hasClass("sf-hidden")},_isLastStep:function(){return!(this.currentStep+1<c.SFGuidedTourSteps.length)},_lineBreaksToParagraphs:function(a){return"<p>"+a.replace("\n\n","</p><p>")+"</p>"}},b(document).ready(function(){c.SFGuidedTour.init()})}}(window.wp,jQuery);
|
||||
@@ -0,0 +1,41 @@
|
||||
( function( wp, $ ) {
|
||||
'use strict';
|
||||
|
||||
if ( ! wp ) {
|
||||
return;
|
||||
}
|
||||
|
||||
$( function() {
|
||||
$( document ).on( 'click', '.sf-install-now', function( event ) {
|
||||
var $button = $( event.target );
|
||||
|
||||
if ( $button.hasClass( 'activate-now' ) ) {
|
||||
return true;
|
||||
}
|
||||
|
||||
event.preventDefault();
|
||||
|
||||
if ( $button.hasClass( 'updating-message' ) || $button.hasClass( 'button-disabled' ) ) {
|
||||
return;
|
||||
}
|
||||
|
||||
if ( wp.updates.shouldRequestFilesystemCredentials && ! wp.updates.ajaxLocked ) {
|
||||
wp.updates.requestFilesystemCredentials( event );
|
||||
|
||||
$( document ).on( 'credential-modal-cancel', function() {
|
||||
var $message = $( '.sf-install-now.updating-message' );
|
||||
|
||||
$message
|
||||
.removeClass( 'updating-message' )
|
||||
.text( wp.updates.l10n.installNow );
|
||||
|
||||
wp.a11y.speak( wp.updates.l10n.updateCancel, 'polite' );
|
||||
} );
|
||||
}
|
||||
|
||||
wp.updates.installPlugin( {
|
||||
slug: $button.data( 'slug' )
|
||||
} );
|
||||
});
|
||||
});
|
||||
})( window.wp, jQuery );
|
||||
1
backend/wordpress/wp-content/themes/storefront/assets/js/admin/plugin-install.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(a,b){"use strict";a&&b(function(){b(document).on("click",".sf-install-now",function(c){var d=b(c.target);if(d.hasClass("activate-now"))return!0;c.preventDefault(),d.hasClass("updating-message")||d.hasClass("button-disabled")||(a.updates.shouldRequestFilesystemCredentials&&!a.updates.ajaxLocked&&(a.updates.requestFilesystemCredentials(c),b(document).on("credential-modal-cancel",function(){b(".sf-install-now.updating-message").removeClass("updating-message").text(a.updates.l10n.installNow),a.a11y.speak(a.updates.l10n.updateCancel,"polite")})),a.updates.installPlugin({slug:d.data("slug")}))})})}(window.wp,jQuery);
|
||||
@@ -0,0 +1,51 @@
|
||||
/**
|
||||
* homepage.js
|
||||
*
|
||||
* Handles behaviour of the homepage featured image
|
||||
*/
|
||||
( function() {
|
||||
|
||||
/**
|
||||
* Set hero content dimensions / layout
|
||||
* Run adaptive backgrounds and set colors
|
||||
*/
|
||||
document.addEventListener( 'DOMContentLoaded', function() {
|
||||
var homepageContent = document.querySelector( '.page-template-template-homepage .type-page.has-post-thumbnail' );
|
||||
|
||||
if ( ! homepageContent ) {
|
||||
|
||||
// Only apply layout to the homepage content component if it exists on the page
|
||||
return;
|
||||
}
|
||||
|
||||
for ( var i = 0; i < homepageContent.querySelectorAll( '.entry-title, .entry-content' ).length; i++ ) {
|
||||
homepageContent.querySelectorAll( '.entry-title, .entry-content' )[ i ].classList.add( 'loaded' );
|
||||
}
|
||||
|
||||
var siteMain = document.querySelector( '.site-main' );
|
||||
var htmlDirValue = document.documentElement.getAttribute( 'dir' );
|
||||
var updateDimensions = function() {
|
||||
if ( updateDimensions._tick ) {
|
||||
cancelAnimationFrame( updateDimensions._tick );
|
||||
}
|
||||
|
||||
updateDimensions._tick = requestAnimationFrame( function() {
|
||||
updateDimensions._tick = null;
|
||||
|
||||
// Make the homepage content full width and centrally aligned.
|
||||
homepageContent.style.width = window.innerWidth + 'px';
|
||||
|
||||
if ( htmlDirValue !== 'rtl' ) {
|
||||
homepageContent.style.marginLeft = -siteMain.getBoundingClientRect().left + 'px';
|
||||
} else {
|
||||
homepageContent.style.marginRight = -siteMain.getBoundingClientRect().left + 'px';
|
||||
}
|
||||
} );
|
||||
};
|
||||
|
||||
// On window resize, set hero content dimensions / layout.
|
||||
window.addEventListener( 'resize', updateDimensions );
|
||||
updateDimensions();
|
||||
} );
|
||||
|
||||
} )();
|
||||
1
backend/wordpress/wp-content/themes/storefront/assets/js/homepage.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(){document.addEventListener("DOMContentLoaded",function(){var a=document.querySelector(".page-template-template-homepage .type-page.has-post-thumbnail");if(a){for(var b=0;b<a.querySelectorAll(".entry-title, .entry-content").length;b++)a.querySelectorAll(".entry-title, .entry-content")[b].classList.add("loaded");var c=document.querySelector(".site-main"),d=document.documentElement.getAttribute("dir"),e=function(){e._tick&&cancelAnimationFrame(e._tick),e._tick=requestAnimationFrame(function(){e._tick=null,a.style.width=window.innerWidth+"px","rtl"!==d?a.style.marginLeft=-c.getBoundingClientRect().left+"px":a.style.marginRight=-c.getBoundingClientRect().left+"px"})};window.addEventListener("resize",e),e()}})}();
|
||||
@@ -0,0 +1,140 @@
|
||||
/* global storefrontScreenReaderText */
|
||||
|
||||
/**
|
||||
* navigation.js
|
||||
*
|
||||
* Handles toggling the navigation menu for small screens.
|
||||
* Also adds a focus class to parent li's for accessibility.
|
||||
* Finally adds a class required to reveal the search in the handheld footer bar.
|
||||
*/
|
||||
( function() {
|
||||
|
||||
// Wait for DOM to be ready.
|
||||
document.addEventListener( 'DOMContentLoaded', function() {
|
||||
var container = document.getElementById( 'site-navigation' );
|
||||
if ( ! container ) {
|
||||
return;
|
||||
}
|
||||
|
||||
var button = container.querySelector( 'button' );
|
||||
|
||||
if ( ! button ) {
|
||||
return;
|
||||
}
|
||||
|
||||
var menu = container.querySelector( 'ul' );
|
||||
|
||||
// Hide menu toggle button if menu is empty and return early.
|
||||
if ( ! menu ) {
|
||||
button.style.display = 'none';
|
||||
return;
|
||||
}
|
||||
|
||||
button.setAttribute( 'aria-expanded', 'false' );
|
||||
menu.setAttribute( 'aria-expanded', 'false' );
|
||||
menu.classList.add( 'nav-menu' );
|
||||
|
||||
button.addEventListener( 'click', function() {
|
||||
container.classList.toggle( 'toggled' );
|
||||
var expanded = container.classList.contains( 'toggled' ) ? 'true' : 'false';
|
||||
button.setAttribute( 'aria-expanded', expanded );
|
||||
menu.setAttribute( 'aria-expanded', expanded );
|
||||
} );
|
||||
|
||||
// Add dropdown toggle that displays child menu items.
|
||||
var handheld = document.getElementsByClassName( 'handheld-navigation' );
|
||||
|
||||
if ( handheld.length > 0 ) {
|
||||
[].forEach.call( handheld[0].querySelectorAll( '.menu-item-has-children > a, .page_item_has_children > a' ), function( anchor ) {
|
||||
|
||||
// Add dropdown toggle that displays child menu items
|
||||
var btn = document.createElement( 'button' );
|
||||
btn.setAttribute( 'aria-expanded', 'false' );
|
||||
btn.classList.add( 'dropdown-toggle' );
|
||||
|
||||
var btnSpan = document.createElement( 'span' );
|
||||
btnSpan.classList.add( 'screen-reader-text' );
|
||||
btnSpan.appendChild( document.createTextNode( storefrontScreenReaderText.expand ) );
|
||||
|
||||
btn.appendChild( btnSpan );
|
||||
|
||||
anchor.parentNode.insertBefore( btn, anchor.nextSibling );
|
||||
|
||||
// Set the active submenu dropdown toggle button initial state
|
||||
if ( anchor.parentNode.classList.contains( 'current-menu-ancestor' ) ) {
|
||||
btn.setAttribute( 'aria-expanded', 'true' );
|
||||
btn.classList.add( 'toggled-on' );
|
||||
btn.nextElementSibling.classList.add( 'toggled-on' );
|
||||
}
|
||||
|
||||
// Add event listener
|
||||
btn.addEventListener( 'click', function() {
|
||||
btn.classList.toggle( 'toggled-on' );
|
||||
|
||||
// Remove text inside span
|
||||
while ( btnSpan.firstChild ) {
|
||||
btnSpan.removeChild( btnSpan.firstChild );
|
||||
}
|
||||
|
||||
var expanded = btn.classList.contains( 'toggled-on' );
|
||||
|
||||
btn.setAttribute( 'aria-expanded', expanded );
|
||||
btnSpan.appendChild( document.createTextNode( expanded ? storefrontScreenReaderText.collapse : storefrontScreenReaderText.expand ) );
|
||||
btn.nextElementSibling.classList.toggle( 'toggled-on' );
|
||||
} );
|
||||
} );
|
||||
}
|
||||
|
||||
// Add class to footer search when clicked.
|
||||
[].forEach.call( document.querySelectorAll( '.storefront-handheld-footer-bar .search > a' ), function( anchor ) {
|
||||
anchor.addEventListener( 'click', function( event ) {
|
||||
anchor.parentElement.classList.toggle( 'active' );
|
||||
event.preventDefault();
|
||||
} );
|
||||
} );
|
||||
|
||||
// Add focus class to body when an input field is focused.
|
||||
// This is used to hide the Handheld Footer Bar when an input is focused.
|
||||
var footer_bar = document.getElementsByClassName( 'storefront-handheld-footer-bar' );
|
||||
var forms = document.forms;
|
||||
var isFocused = function( focused ) {
|
||||
return function() {
|
||||
if ( !! focused ) {
|
||||
document.body.classList.add( 'sf-input-focused' );
|
||||
} else {
|
||||
document.body.classList.remove( 'sf-input-focused' );
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
if ( footer_bar.length && forms.length ) {
|
||||
for ( var i = 0; i < forms.length; i++ ) {
|
||||
if ( footer_bar[0].contains( forms[ i ] ) ) {
|
||||
continue;
|
||||
}
|
||||
|
||||
forms[ i ].addEventListener( 'focus', isFocused( true ), true );
|
||||
forms[ i ].addEventListener( 'blur', isFocused( false ), true );
|
||||
}
|
||||
}
|
||||
|
||||
// Add focus class to parents of sub-menu anchors.
|
||||
[].forEach.call( document.querySelectorAll( '.site-header .menu-item > a, .site-header .page_item > a, .site-header-cart a' ), function( anchor ) {
|
||||
var li = anchor.parentNode;
|
||||
anchor.addEventListener( 'focus', function() {
|
||||
li.classList.add( 'focus' );
|
||||
} );
|
||||
anchor.addEventListener( 'blur', function() {
|
||||
li.classList.remove( 'focus' );
|
||||
} );
|
||||
} );
|
||||
|
||||
// Add an identifying class to dropdowns when on a touch device
|
||||
// This is required to switch the dropdown hiding method from a negative `left` value to `display: none`.
|
||||
if ( ( 'ontouchstart' in window || navigator.maxTouchPoints ) && window.innerWidth > 767 ) {
|
||||
[].forEach.call( document.querySelectorAll( '.site-header ul ul, .site-header-cart .widget_shopping_cart' ), function( element ) {
|
||||
element.classList.add( 'sub-menu--is-touch-device' );
|
||||
} );
|
||||
}
|
||||
} );
|
||||
} )();
|
||||
1
backend/wordpress/wp-content/themes/storefront/assets/js/navigation.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(){document.addEventListener("DOMContentLoaded",function(){var a=document.getElementById("site-navigation");if(a){var b=a.querySelector("button");if(b){var c=a.querySelector("ul");if(!c)return void(b.style.display="none");b.setAttribute("aria-expanded","false"),c.setAttribute("aria-expanded","false"),c.classList.add("nav-menu"),b.addEventListener("click",function(){a.classList.toggle("toggled");var d=a.classList.contains("toggled")?"true":"false";b.setAttribute("aria-expanded",d),c.setAttribute("aria-expanded",d)});var d=document.getElementsByClassName("handheld-navigation");d.length>0&&[].forEach.call(d[0].querySelectorAll(".menu-item-has-children > a, .page_item_has_children > a"),function(a){var b=document.createElement("button");b.setAttribute("aria-expanded","false"),b.classList.add("dropdown-toggle");var c=document.createElement("span");c.classList.add("screen-reader-text"),c.appendChild(document.createTextNode(storefrontScreenReaderText.expand)),b.appendChild(c),a.parentNode.insertBefore(b,a.nextSibling),a.parentNode.classList.contains("current-menu-ancestor")&&(b.setAttribute("aria-expanded","true"),b.classList.add("toggled-on"),b.nextElementSibling.classList.add("toggled-on")),b.addEventListener("click",function(){for(b.classList.toggle("toggled-on");c.firstChild;)c.removeChild(c.firstChild);var a=b.classList.contains("toggled-on");b.setAttribute("aria-expanded",a),c.appendChild(document.createTextNode(a?storefrontScreenReaderText.collapse:storefrontScreenReaderText.expand)),b.nextElementSibling.classList.toggle("toggled-on")})}),[].forEach.call(document.querySelectorAll(".storefront-handheld-footer-bar .search > a"),function(a){a.addEventListener("click",function(b){a.parentElement.classList.toggle("active"),b.preventDefault()})});var e=document.getElementsByClassName("storefront-handheld-footer-bar"),f=document.forms,g=function(a){return function(){a?document.body.classList.add("sf-input-focused"):document.body.classList.remove("sf-input-focused")}};if(e.length&&f.length)for(var h=0;h<f.length;h++)e[0].contains(f[h])||(f[h].addEventListener("focus",g(!0),!0),f[h].addEventListener("blur",g(!1),!0));[].forEach.call(document.querySelectorAll(".site-header .menu-item > a, .site-header .page_item > a, .site-header-cart a"),function(a){var b=a.parentNode;a.addEventListener("focus",function(){b.classList.add("focus")}),a.addEventListener("blur",function(){b.classList.remove("focus")})}),("ontouchstart"in window||navigator.maxTouchPoints)&&window.innerWidth>767&&[].forEach.call(document.querySelectorAll(".site-header ul ul, .site-header-cart .widget_shopping_cart"),function(a){a.classList.add("sub-menu--is-touch-device")})}}})}();
|
||||
@@ -0,0 +1,19 @@
|
||||
( function() {
|
||||
var is_webkit = navigator.userAgent.toLowerCase().indexOf( 'webkit' ) > -1,
|
||||
is_opera = navigator.userAgent.toLowerCase().indexOf( 'opera' ) > -1,
|
||||
is_ie = navigator.userAgent.toLowerCase().indexOf( 'msie' ) > -1;
|
||||
|
||||
if ( ( is_webkit || is_opera || is_ie ) && document.getElementById && window.addEventListener ) {
|
||||
window.addEventListener( 'hashchange', function() {
|
||||
var element = document.getElementById( location.hash.substring( 1 ) );
|
||||
|
||||
if ( element ) {
|
||||
if ( ! /^(?:a|select|input|button|textarea)$/i.test( element.tagName ) ) {
|
||||
element.tabIndex = -1;
|
||||
}
|
||||
|
||||
element.focus();
|
||||
}
|
||||
}, false );
|
||||
}
|
||||
})();
|
||||
1
backend/wordpress/wp-content/themes/storefront/assets/js/skip-link-focus-fix.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(){var a=navigator.userAgent.toLowerCase().indexOf("webkit")>-1,b=navigator.userAgent.toLowerCase().indexOf("opera")>-1,c=navigator.userAgent.toLowerCase().indexOf("msie")>-1;(a||b||c)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var a=document.getElementById(location.hash.substring(1));a&&(/^(?:a|select|input|button|textarea)$/i.test(a.tagName)||(a.tabIndex=-1),a.focus())},!1)}();
|
||||
@@ -0,0 +1,58 @@
|
||||
/*global storefront_sticky_add_to_cart_params */
|
||||
( function() {
|
||||
document.addEventListener( 'DOMContentLoaded', function() {
|
||||
var stickyAddToCart = document.getElementsByClassName( 'storefront-sticky-add-to-cart' );
|
||||
|
||||
if ( ! stickyAddToCart.length ) {
|
||||
return;
|
||||
}
|
||||
|
||||
if ( typeof storefront_sticky_add_to_cart_params === 'undefined' ) {
|
||||
return;
|
||||
}
|
||||
|
||||
var trigger = document.getElementsByClassName( storefront_sticky_add_to_cart_params.trigger_class );
|
||||
|
||||
if ( trigger.length > 0 ) {
|
||||
var stickyAddToCartToggle = function() {
|
||||
if ( ( trigger[0].getBoundingClientRect().top + trigger[0].scrollHeight ) < 0 ) {
|
||||
stickyAddToCart[0].classList.add( 'storefront-sticky-add-to-cart--slideInDown' );
|
||||
stickyAddToCart[0].classList.remove( 'storefront-sticky-add-to-cart--slideOutUp' );
|
||||
} else if ( stickyAddToCart[0].classList.contains( 'storefront-sticky-add-to-cart--slideInDown' ) ) {
|
||||
stickyAddToCart[0].classList.add( 'storefront-sticky-add-to-cart--slideOutUp' );
|
||||
stickyAddToCart[0].classList.remove( 'storefront-sticky-add-to-cart--slideInDown' );
|
||||
}
|
||||
};
|
||||
|
||||
stickyAddToCartToggle();
|
||||
|
||||
window.addEventListener( 'scroll', function() {
|
||||
stickyAddToCartToggle();
|
||||
} );
|
||||
|
||||
// Get product id
|
||||
var product_id = null;
|
||||
|
||||
document.body.classList.forEach( function( item ){
|
||||
if ( 'postid-' === item.substring( 0, 7 ) ) {
|
||||
product_id = item.replace( /[^0-9]/g, '' );
|
||||
}
|
||||
} );
|
||||
|
||||
if ( product_id ) {
|
||||
var product = document.getElementById( 'product-' + product_id );
|
||||
|
||||
if ( product ) {
|
||||
if ( ! product.classList.contains( 'product-type-simple' ) && ! product.classList.contains( 'product-type-external' ) ) {
|
||||
var selectOptions = document.getElementsByClassName( 'storefront-sticky-add-to-cart__content-button' );
|
||||
|
||||
selectOptions[0].addEventListener( 'click', function( event ) {
|
||||
event.preventDefault();
|
||||
document.getElementById( 'product-' + product_id ).scrollIntoView();
|
||||
} );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
} );
|
||||
} )();
|
||||
1
backend/wordpress/wp-content/themes/storefront/assets/js/sticky-add-to-cart.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(){document.addEventListener("DOMContentLoaded",function(){var a=document.getElementsByClassName("storefront-sticky-add-to-cart");if(a.length&&"undefined"!=typeof storefront_sticky_add_to_cart_params){var b=document.getElementsByClassName(storefront_sticky_add_to_cart_params.trigger_class);if(b.length>0){var c=function(){b[0].getBoundingClientRect().top+b[0].scrollHeight<0?(a[0].classList.add("storefront-sticky-add-to-cart--slideInDown"),a[0].classList.remove("storefront-sticky-add-to-cart--slideOutUp")):a[0].classList.contains("storefront-sticky-add-to-cart--slideInDown")&&(a[0].classList.add("storefront-sticky-add-to-cart--slideOutUp"),a[0].classList.remove("storefront-sticky-add-to-cart--slideInDown"))};c(),window.addEventListener("scroll",function(){c()});var d=null;if(document.body.classList.forEach(function(a){"postid-"===a.substring(0,7)&&(d=a.replace(/[^0-9]/g,""))}),d){var e=document.getElementById("product-"+d);if(e&&!e.classList.contains("product-type-simple")&&!e.classList.contains("product-type-external")){document.getElementsByClassName("storefront-sticky-add-to-cart__content-button")[0].addEventListener("click",function(a){a.preventDefault(),document.getElementById("product-"+d).scrollIntoView()})}}}}})}();
|
||||