From b7f2a8028c3fdc847056373dae6b2dc2c1805f35 Mon Sep 17 00:00:00 2001 From: James Koster Date: Fri, 22 Jan 2016 12:32:26 +0000 Subject: [PATCH] remove compiled css and update gitignore --- .gitignore | 5 +- assets/css/admin/welcome-screen/welcome.css | 156 ------------------ assets/css/jetpack/jetpack-rtl.css | 6 - assets/css/jetpack/jetpack.css | 6 - .../css/woocommerce/ajax-layered-nav-rtl.css | 1 - assets/css/woocommerce/ajax-layered-nav.css | 1 - assets/css/woocommerce/bookings-rtl.css | 1 - assets/css/woocommerce/bookings.css | 1 - assets/css/woocommerce/brands-rtl.css | 1 - assets/css/woocommerce/brands.css | 1 - assets/css/woocommerce/bundles-rtl.css | 1 - assets/css/woocommerce/bundles.css | 1 - .../woocommerce/composite-products-rtl.css | 1 - assets/css/woocommerce/composite-products.css | 1 - assets/css/woocommerce/deposits-rtl.css | 1 - assets/css/woocommerce/deposits.css | 1 - assets/css/woocommerce/photography-rtl.css | 1 - assets/css/woocommerce/photography.css | 1 - .../woocommerce/product-reviews-pro-rtl.css | 1 - .../css/woocommerce/product-reviews-pro.css | 1 - .../ship-multiple-addresses-rtl.css | 1 - .../woocommerce/ship-multiple-addresses.css | 1 - assets/css/woocommerce/smart-coupons-rtl.css | 1 - assets/css/woocommerce/smart-coupons.css | 1 - .../woocommerce/variation-swatches-rtl.css | 1 - assets/css/woocommerce/variation-swatches.css | 1 - assets/css/woocommerce/wishlists-rtl.css | 1 - assets/css/woocommerce/wishlists.css | 1 - assets/css/woocommerce/woocommerce-rtl.css | 1 - assets/css/woocommerce/woocommerce.css | 1 - 30 files changed, 3 insertions(+), 196 deletions(-) delete mode 100644 assets/css/admin/welcome-screen/welcome.css delete mode 100644 assets/css/jetpack/jetpack-rtl.css delete mode 100644 assets/css/jetpack/jetpack.css delete mode 100644 assets/css/woocommerce/ajax-layered-nav-rtl.css delete mode 100644 assets/css/woocommerce/ajax-layered-nav.css delete mode 100644 assets/css/woocommerce/bookings-rtl.css delete mode 100644 assets/css/woocommerce/bookings.css delete mode 100644 assets/css/woocommerce/brands-rtl.css delete mode 100644 assets/css/woocommerce/brands.css delete mode 100644 assets/css/woocommerce/bundles-rtl.css delete mode 100644 assets/css/woocommerce/bundles.css delete mode 100644 assets/css/woocommerce/composite-products-rtl.css delete mode 100644 assets/css/woocommerce/composite-products.css delete mode 100644 assets/css/woocommerce/deposits-rtl.css delete mode 100644 assets/css/woocommerce/deposits.css delete mode 100644 assets/css/woocommerce/photography-rtl.css delete mode 100644 assets/css/woocommerce/photography.css delete mode 100644 assets/css/woocommerce/product-reviews-pro-rtl.css delete mode 100644 assets/css/woocommerce/product-reviews-pro.css delete mode 100644 assets/css/woocommerce/ship-multiple-addresses-rtl.css delete mode 100644 assets/css/woocommerce/ship-multiple-addresses.css delete mode 100644 assets/css/woocommerce/smart-coupons-rtl.css delete mode 100644 assets/css/woocommerce/smart-coupons.css delete mode 100644 assets/css/woocommerce/variation-swatches-rtl.css delete mode 100644 assets/css/woocommerce/variation-swatches.css delete mode 100644 assets/css/woocommerce/wishlists-rtl.css delete mode 100644 assets/css/woocommerce/wishlists.css delete mode 100644 assets/css/woocommerce/woocommerce-rtl.css delete mode 100644 assets/css/woocommerce/woocommerce.css diff --git a/.gitignore b/.gitignore index cc3f3540..fab79d5d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Compiled CSS -/inc/woocommerce/css/*.css -/inc/admin/welcome-screen/css/*.css +/assets/css/woocommerce/*.css +/assets/css/admin/welcome-screen/*.css +/assets/css/jetpack/*.css style.css style-rtl.css diff --git a/assets/css/admin/welcome-screen/welcome.css b/assets/css/admin/welcome-screen/welcome.css deleted file mode 100644 index 3246774f..00000000 --- a/assets/css/admin/welcome-screen/welcome.css +++ /dev/null @@ -1,156 +0,0 @@ -.appearance_page_storefront-welcome .col { - margin-bottom: 0; } - -.appearance_page_storefront-welcome .col2-set::after { - clear: both; - content: ""; - display: table; } - -.appearance_page_storefront-welcome .col2-set .col-1, -.appearance_page_storefront-welcome .col2-set .col-2 { - width: 48%; - float: left; } - -.appearance_page_storefront-welcome .col2-set .col-2 { - float: right; } - -.appearance_page_storefront-welcome .sf-title { - float: left; - margin-bottom: .53em; } - -.appearance_page_storefront-welcome .version { - font-size: 30%; - padding: 0.387em 0.857em; - border-radius: 3px; - background-color: #fff; - font-weight: 700; } - -.appearance_page_storefront-welcome .sf-review { - max-width: 360px; - float: right; - margin-bottom: .53em; } - .appearance_page_storefront-welcome .sf-review p { - font-size: .857em; } - .appearance_page_storefront-welcome .sf-review + .boxed { - clear: both; } - -.appearance_page_storefront-welcome .boxed { - padding: 1.387em 2.244em; - background: #fff; - box-sizing: border-box; - border: 1px solid #ddd; - border-radius: 4px; - position: relative; - margin-bottom: 2.618em; } - .appearance_page_storefront-welcome .boxed > h2:first-child { - font-weight: 700; - font-size: 1.1em; } - .appearance_page_storefront-welcome .boxed .button { - line-height: 16px; - height: 38px; - padding: 10px 20px; } - .appearance_page_storefront-welcome .boxed p, - .appearance_page_storefront-welcome .boxed ul { - font-size: .857em; } - .appearance_page_storefront-welcome .boxed ul.extensions::after { - clear: both; - content: ""; - display: table; } - .appearance_page_storefront-welcome .boxed ul.extensions li { - width: 48%; - float: left; } - .appearance_page_storefront-welcome .boxed ul.extensions li:nth-child(2n) { - float: right; } - .appearance_page_storefront-welcome .boxed:before { - content: "\f127"; - display: block; - position: absolute; - top: 1.387em; - right: 1.387em; - font-size: 1.618em; - font-family: 'Dashicons'; - font-weight: 400; - -webkit-font-smoothing: antialiased; } - .appearance_page_storefront-welcome .boxed.enrich:before { - content: "\f513"; } - .appearance_page_storefront-welcome .boxed.enhance { - border-width: 2px; - border-color: #0073aa; } - .appearance_page_storefront-welcome .boxed.enhance:before { - content: "\f502"; - color: #0073aa; } - .appearance_page_storefront-welcome .boxed.free-plugins:before { - content: "\f106"; } - .appearance_page_storefront-welcome .boxed.contribute:before { - content: "\f487"; } - .appearance_page_storefront-welcome .boxed.suggest:before { - content: "\f488"; } - .appearance_page_storefront-welcome .boxed.child-themes:before { - content: "\f309"; } - .appearance_page_storefront-welcome .boxed.child-themes .child-theme-title { - font-size: .857em; } - .appearance_page_storefront-welcome .boxed.child-themes .child-theme { - width: 48%; - float: left; - clear: both; - margin-bottom: 1.618em; } - .appearance_page_storefront-welcome .boxed.child-themes .child-theme img { - margin-bottom: 1em; - border: 2px solid #ddd; } - .appearance_page_storefront-welcome .boxed.child-themes .child-theme:nth-child(2n) { - float: right; - clear: none; } - .appearance_page_storefront-welcome .boxed.news .col2-set h4 { - font-size: .857em; - text-transform: uppercase; - margin-top: 10px; - margin-bottom: 5px; - color: #999; } - .appearance_page_storefront-welcome .boxed.news .col2-set ul { - margin-top: 0; } - .appearance_page_storefront-welcome .boxed.news h5 { - margin: 0; } - .appearance_page_storefront-welcome .boxed.news .date { - text-transform: uppercase; - color: #999; - font-size: .75em; } - .appearance_page_storefront-welcome .boxed.news:before { - content: "\f319"; } - -.appearance_page_storefront-welcome .free { - text-transform: uppercase; - color: #fff; - background: #45B964; - display: inline-block; - padding: 2px 8px; - float: right; - margin: 0; - font-size: .75em !important; - border-radius: 3px; } - -.appearance_page_storefront-welcome .activated { - background: #45B964; - color: #fff; - font-size: 13px; - line-height: 26px; - height: 26px; - margin: 0; - padding: 9px 20px; - display: inline-block; - border-radius: 3px; } - .appearance_page_storefront-welcome .activated span { - line-height: 26px; } - -.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 0.53em; - margin-top: -3px; - opacity: 0.5; } diff --git a/assets/css/jetpack/jetpack-rtl.css b/assets/css/jetpack/jetpack-rtl.css deleted file mode 100644 index 6080cab8..00000000 --- a/assets/css/jetpack/jetpack-rtl.css +++ /dev/null @@ -1,6 +0,0 @@ -/** - * Jetpack - */ -.jetpack_subscription_widget #subscribe-email input { - padding: .618em !important; - width: 100% !important; } diff --git a/assets/css/jetpack/jetpack.css b/assets/css/jetpack/jetpack.css deleted file mode 100644 index 6080cab8..00000000 --- a/assets/css/jetpack/jetpack.css +++ /dev/null @@ -1,6 +0,0 @@ -/** - * Jetpack - */ -.jetpack_subscription_widget #subscribe-email input { - padding: .618em !important; - width: 100% !important; } diff --git a/assets/css/woocommerce/ajax-layered-nav-rtl.css b/assets/css/woocommerce/ajax-layered-nav-rtl.css deleted file mode 100644 index dea70e09..00000000 --- a/assets/css/woocommerce/ajax-layered-nav-rtl.css +++ /dev/null @@ -1 +0,0 @@ -.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:.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:.5}.widget_layered_nav ul.checkboxes li input{margin-left:.618em}.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:.5;font-weight:700;border-radius:.202em}.widget_layered_nav ul.sizes li .size-filter:hover,.widget_layered_nav ul.sizes li.chosen .size-filter{opacity:1}.widget_layered_nav ul.sizes li.chosen .size-filter:hover{opacity:.5}.widget_layered_nav ul.checkboxes li.chosen:before,.widget_layered_nav ul.colors li.chosen:before,.widget_layered_nav ul.sizes li.chosen:before{display:none}.widget_layered_nav ul.checkboxes li.show-count a,.widget_layered_nav ul.colors li.show-count a,.widget_layered_nav ul.sizes li.show-count a{display:inline-block}.widget_layered_nav ul.checkboxes li.show-count .count,.widget_layered_nav ul.colors li.show-count .count,.widget_layered_nav ul.sizes li.show-count .count{float:left;line-height:1.618;font-size:1em} \ No newline at end of file diff --git a/assets/css/woocommerce/ajax-layered-nav.css b/assets/css/woocommerce/ajax-layered-nav.css deleted file mode 100644 index 9cd5e7b4..00000000 --- a/assets/css/woocommerce/ajax-layered-nav.css +++ /dev/null @@ -1 +0,0 @@ -.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:.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:.5}.widget_layered_nav ul.checkboxes li input{margin-right:.618em}.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:.5;font-weight:700;border-radius:.202em}.widget_layered_nav ul.sizes li .size-filter:hover,.widget_layered_nav ul.sizes li.chosen .size-filter{opacity:1}.widget_layered_nav ul.sizes li.chosen .size-filter:hover{opacity:.5}.widget_layered_nav ul.checkboxes li.chosen:before,.widget_layered_nav ul.colors li.chosen:before,.widget_layered_nav ul.sizes li.chosen:before{display:none}.widget_layered_nav ul.checkboxes li.show-count a,.widget_layered_nav ul.colors li.show-count a,.widget_layered_nav ul.sizes li.show-count a{display:inline-block}.widget_layered_nav ul.checkboxes li.show-count .count,.widget_layered_nav ul.colors li.show-count .count,.widget_layered_nav ul.sizes li.show-count .count{float:right;line-height:1.618;font-size:1em} \ No newline at end of file diff --git a/assets/css/woocommerce/bookings-rtl.css b/assets/css/woocommerce/bookings-rtl.css deleted file mode 100644 index d92cf290..00000000 --- a/assets/css/woocommerce/bookings-rtl.css +++ /dev/null @@ -1 +0,0 @@ -#wc-bookings-booking-form{border:0;padding:0}#wc-bookings-booking-form .wc-bookings-booking-cost{margin:0;border:0;background:rgba(0,0,0,.05)}#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 .wc-bookings-date-picker .ui-datepicker-header{border:0;background-color:#60646c;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:100% 0}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next,#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev{background-color:rgba(0,0,0,.1)!important}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker th{background:rgba(0,0,0,.1);border:0;color:#60646c}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td{border:0}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-state-disabled{background:100% 0}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-state-disabled .ui-state-default{background-color:rgba(0,0,0,.1);color:#60646c}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a{text-shadow:none;background-color:#96588a!important}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a:hover{background-color:#96588a!important}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a.ui-state-active{box-shadow:inset 0 0 0 1.618em rgba(0,0,0,.1)}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day,#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a,#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-today,#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-today a{background-color:rgba(0,0,0,.1)!important}#wc-bookings-booking-form .wc-bookings-date-picker-choose-date{color:#96588a}#wc-bookings-booking-form .block-picker{text-align:right}#wc-bookings-booking-form .block-picker li a{border:0!important;padding:.236em .53em;display:inline-block;text-align:center;color:#fff;background-color:#60646c}#wc-bookings-booking-form .block-picker li a:hover{color:#fff;background-color:#96588a;text-decoration:none;border:0}#wc-bookings-booking-form .block-picker li a.selected{background-color:#96588a;color:#fff}.product-type-booking form.cart{padding-right:0;padding-left:0} \ No newline at end of file diff --git a/assets/css/woocommerce/bookings.css b/assets/css/woocommerce/bookings.css deleted file mode 100644 index fb15e770..00000000 --- a/assets/css/woocommerce/bookings.css +++ /dev/null @@ -1 +0,0 @@ -#wc-bookings-booking-form{border:0;padding:0}#wc-bookings-booking-form .wc-bookings-booking-cost{margin:0;border:0;background:rgba(0,0,0,.05)}#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 .wc-bookings-date-picker .ui-datepicker-header{border:0;background-color:#60646c;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:0 0}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-next,#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker .ui-datepicker-prev{background-color:rgba(0,0,0,.1)!important}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker th{background:rgba(0,0,0,.1);border:0;color:#60646c}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td{border:0}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-state-disabled{background:0 0}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-state-disabled .ui-state-default{background-color:rgba(0,0,0,.1);color:#60646c}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a{text-shadow:none;background-color:#96588a!important}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a:hover{background-color:#96588a!important}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a.ui-state-active{box-shadow:inset 0 0 0 1.618em rgba(0,0,0,.1)}#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day,#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a,#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-today,#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-today a{background-color:rgba(0,0,0,.1)!important}#wc-bookings-booking-form .wc-bookings-date-picker-choose-date{color:#96588a}#wc-bookings-booking-form .block-picker{text-align:left}#wc-bookings-booking-form .block-picker li a{border:0!important;padding:.236em .53em;display:inline-block;text-align:center;color:#fff;background-color:#60646c}#wc-bookings-booking-form .block-picker li a:hover{color:#fff;background-color:#96588a;text-decoration:none;border:0}#wc-bookings-booking-form .block-picker li a.selected{background-color:#96588a;color:#fff}.product-type-booking form.cart{padding-left:0;padding-right:0} \ No newline at end of file diff --git a/assets/css/woocommerce/brands-rtl.css b/assets/css/woocommerce/brands-rtl.css deleted file mode 100644 index cf8b958c..00000000 --- a/assets/css/woocommerce/brands-rtl.css +++ /dev/null @@ -1 +0,0 @@ -.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails{text-align:center}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::after{clear:both;content:"";display:table}.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} \ No newline at end of file diff --git a/assets/css/woocommerce/brands.css b/assets/css/woocommerce/brands.css deleted file mode 100644 index cf8b958c..00000000 --- a/assets/css/woocommerce/brands.css +++ /dev/null @@ -1 +0,0 @@ -.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails{text-align:center}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::after{clear:both;content:"";display:table}.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} \ No newline at end of file diff --git a/assets/css/woocommerce/bundles-rtl.css b/assets/css/woocommerce/bundles-rtl.css deleted file mode 100644 index 4ca216b7..00000000 --- a/assets/css/woocommerce/bundles-rtl.css +++ /dev/null @@ -1 +0,0 @@ -.bundle_form div.bundled_product_summary{padding-bottom:1.618em!important;margin-bottom:1.618em;border-bottom:1px solid rgba(0,0,0,.1)}.bundle_form div.bundled_product_summary .price,.bundle_form div.bundled_product_summary p.stock{margin-bottom:0!important;margin-top:0!important}@media (min-width:768px){.bundle_form div.bundled_product_summary,.bundle_form div.bundled_product_summary.thumbnail_hidden,.page-template-template-fullwidth-php .bundle_form div.bundled_product_summary,.page-template-template-fullwidth-php .bundle_form div.bundled_product_summary.thumbnail_hidden,.storefront-full-width-content .bundle_form div.bundled_product_summary,.storefront-full-width-content .bundle_form div.bundled_product_summary.thumbnail_hidden{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:.857em}.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 .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 .details,.storefront-full-width-content .bundle_form div.bundled_product_summary.thumbnail_hidden .details{width:100%;float:right;margin-right:0;margin-left:0}} \ No newline at end of file diff --git a/assets/css/woocommerce/bundles.css b/assets/css/woocommerce/bundles.css deleted file mode 100644 index aa667360..00000000 --- a/assets/css/woocommerce/bundles.css +++ /dev/null @@ -1 +0,0 @@ -.bundle_form div.bundled_product_summary{padding-bottom:1.618em!important;margin-bottom:1.618em;border-bottom:1px solid rgba(0,0,0,.1)}.bundle_form div.bundled_product_summary .price,.bundle_form div.bundled_product_summary p.stock{margin-bottom:0!important;margin-top:0!important}@media (min-width:768px){.bundle_form div.bundled_product_summary,.bundle_form div.bundled_product_summary.thumbnail_hidden,.page-template-template-fullwidth-php .bundle_form div.bundled_product_summary,.page-template-template-fullwidth-php .bundle_form div.bundled_product_summary.thumbnail_hidden,.storefront-full-width-content .bundle_form div.bundled_product_summary,.storefront-full-width-content .bundle_form div.bundled_product_summary.thumbnail_hidden{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:.857em}.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 .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 .details,.storefront-full-width-content .bundle_form div.bundled_product_summary.thumbnail_hidden .details{width:100%;float:left;margin-left:0;margin-right:0}} \ No newline at end of file diff --git a/assets/css/woocommerce/composite-products-rtl.css b/assets/css/woocommerce/composite-products-rtl.css deleted file mode 100644 index 64033db6..00000000 --- a/assets/css/woocommerce/composite-products-rtl.css +++ /dev/null @@ -1 +0,0 @@ -.single-product div.product .component_selections .component_summary .composited_product_details_wrapper,.single-product div.product .component_selections>div{padding-right:0}.single-product div.product .component_selections .component_summary .composited_product_images a,.single-product div.product .component_selections .component_summary .images a,.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,.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,.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,.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-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{padding-left:0}.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,.06)}.composite_summary .summary_element .summary_element_wrapper:hover{box-shadow:0 0 0 4px rgba(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}.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,.1)}.single-product div.product .component_selections .component_summary .content{margin-bottom:1.618em}.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 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 .select_label{display:block;margin-bottom:1em}.single-product div.product .component_selections .clear_component_options:before{content:"\f021";font-weight:400;font-family:FontAwesome;margin-left:.53em}.single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail{margin-right:5px;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,.06)}.single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail:hover{box-shadow:0 0 0 4px rgba(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 .component_data{width:73.9130434783%;float:left;margin-left:0;margin-right:0}.swc-product-gallery-hidden.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data,.swc-product-gallery-stacked.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-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,.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{width:21.7391304348%;float:right;margin-left:4.347826087%}.swc-product-gallery-hidden.single-product div.product .component_selections .component_summary .component_data,.swc-product-gallery-stacked.single-product div.product .component_selections .component_summary .component_data{width:73.9130434783%;float:left;margin-left:0}.swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data,.swc-product-gallery-stacked.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-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,.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{width:21.7391304348%;float:right;margin-left:4.347826087%}.swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .component_selections .component_summary .component_data,.swc-product-gallery-stacked.storefront-full-width-content.single-product div.product .component_selections .component_summary .component_data{width:73.9130434783%;float:left;margin-left:0} \ No newline at end of file diff --git a/assets/css/woocommerce/composite-products.css b/assets/css/woocommerce/composite-products.css deleted file mode 100644 index 113cebbc..00000000 --- a/assets/css/woocommerce/composite-products.css +++ /dev/null @@ -1 +0,0 @@ -.single-product div.product .component_selections .component_summary .composited_product_details_wrapper,.single-product div.product .component_selections>div{padding-left:0}.single-product div.product .component_selections .component_summary .composited_product_images a,.single-product div.product .component_selections .component_summary .images a,.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,.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,.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,.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-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{padding-right:0}.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,.06)}.composite_summary .summary_element .summary_element_wrapper:hover{box-shadow:0 0 0 4px rgba(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}.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,.1)}.single-product div.product .component_selections .component_summary .content{margin-bottom:1.618em}.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 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 .select_label{display:block;margin-bottom:1em}.single-product div.product .component_selections .clear_component_options:before{content:"\f021";font-weight:400;font-family:FontAwesome;margin-right:.53em}.single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail{margin-left:5px;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,.06)}.single-product div.product .component_selections .component_option_thumbnails .component_option_thumbnail:hover{box-shadow:0 0 0 4px rgba(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 .component_data{width:73.9130434783%;float:right;margin-right:0;margin-left:0}.swc-product-gallery-hidden.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data,.swc-product-gallery-stacked.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-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,.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{width:21.7391304348%;float:left;margin-right:4.347826087%}.swc-product-gallery-hidden.single-product div.product .component_selections .component_summary .component_data,.swc-product-gallery-stacked.single-product div.product .component_selections .component_summary .component_data{width:73.9130434783%;float:right;margin-right:0}.swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .selection_thumbnail_hidden .component_selections .component_summary .component_data,.swc-product-gallery-stacked.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-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,.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{width:21.7391304348%;float:left;margin-right:4.347826087%}.swc-product-gallery-hidden.storefront-full-width-content.single-product div.product .component_selections .component_summary .component_data,.swc-product-gallery-stacked.storefront-full-width-content.single-product div.product .component_selections .component_summary .component_data{width:73.9130434783%;float:right;margin-right:0} \ No newline at end of file diff --git a/assets/css/woocommerce/deposits-rtl.css b/assets/css/woocommerce/deposits-rtl.css deleted file mode 100644 index 854adcbc..00000000 --- a/assets/css/woocommerce/deposits-rtl.css +++ /dev/null @@ -1 +0,0 @@ -.wc-deposits-wrapper .wc-deposits-option li{padding:.618em 1em;border:none;background:rgba(0,0,0,.0125);box-shadow:none;border-radius:0}.wc-deposits-wrapper .wc-deposits-option li:hover{background:rgba(0,0,0,.02)}.wc-deposits-wrapper .wc-deposits-option li input{margin-left:.618em}.wc-deposits-wrapper .wc-deposits-payment-description{color:inherit}.wc-deposits-wrapper .wc-deposits-payment-plans{padding:0;background:100% 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,.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,.0125)}.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan:last-child{border-bottom:1em solid rgba(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:.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,.025);top:-1px} \ No newline at end of file diff --git a/assets/css/woocommerce/deposits.css b/assets/css/woocommerce/deposits.css deleted file mode 100644 index 695a8e79..00000000 --- a/assets/css/woocommerce/deposits.css +++ /dev/null @@ -1 +0,0 @@ -.wc-deposits-wrapper .wc-deposits-option li{padding:.618em 1em;border:none;background:rgba(0,0,0,.0125);box-shadow:none;border-radius:0}.wc-deposits-wrapper .wc-deposits-option li:hover{background:rgba(0,0,0,.02)}.wc-deposits-wrapper .wc-deposits-option li input{margin-right:.618em}.wc-deposits-wrapper .wc-deposits-payment-description{color:inherit}.wc-deposits-wrapper .wc-deposits-payment-plans{padding:0;background:0 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,.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,.0125)}.wc-deposits-wrapper .wc-deposits-payment-plans li.wc-deposits-payment-plan:last-child{border-bottom:1em solid rgba(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:.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,.025);top:-1px} \ No newline at end of file diff --git a/assets/css/woocommerce/photography-rtl.css b/assets/css/woocommerce/photography-rtl.css deleted file mode 100644 index ae50fe16..00000000 --- a/assets/css/woocommerce/photography-rtl.css +++ /dev/null @@ -1 +0,0 @@ -@media (min-width:768px){.woocommerce .photography-products .tools,.woocommerce-page .photography-products .tools{margin-bottom:2.618em;background-color:rgba(0,0,0,.025);padding:1em 1.618em 1em 1em;border:0}.woocommerce .site-main ul.products li.product-type-photography,.woocommerce-page .site-main ul.products li.product-type-photography{text-align:right}.woocommerce .site-main ul.products li.product-type-photography::after,.woocommerce-page .site-main ul.products li.product-type-photography::after{clear:both;content:"";display:table}.woocommerce .site-main ul.products li.product-type-photography .photography-content,.woocommerce .site-main ul.products li.product-type-photography .photography-image,.woocommerce-page .site-main ul.products li.product-type-photography .photography-content,.woocommerce-page .site-main ul.products li.product-type-photography .photography-image{float:none;width:100%}.woocommerce .site-main ul.products li.product-type-photography .photography-image img,.woocommerce-page .site-main ul.products li.product-type-photography .photography-image img{width:100%}.woocommerce .site-main ul.products li.product-type-photography .photography-sku,.woocommerce-page .site-main ul.products li.product-type-photography .photography-sku{border-bottom:1px dotted rgba(0,0,0,.1)}.woocommerce .site-main ul.products li.product-type-photography .sku,.woocommerce-page .site-main ul.products li.product-type-photography .sku{font-weight:700}} \ No newline at end of file diff --git a/assets/css/woocommerce/photography.css b/assets/css/woocommerce/photography.css deleted file mode 100644 index 3c9ca6b2..00000000 --- a/assets/css/woocommerce/photography.css +++ /dev/null @@ -1 +0,0 @@ -@media (min-width:768px){.woocommerce .photography-products .tools,.woocommerce-page .photography-products .tools{margin-bottom:2.618em;background-color:rgba(0,0,0,.025);padding:1em 1em 1em 1.618em;border:0}.woocommerce .site-main ul.products li.product-type-photography,.woocommerce-page .site-main ul.products li.product-type-photography{text-align:left}.woocommerce .site-main ul.products li.product-type-photography::after,.woocommerce-page .site-main ul.products li.product-type-photography::after{clear:both;content:"";display:table}.woocommerce .site-main ul.products li.product-type-photography .photography-content,.woocommerce .site-main ul.products li.product-type-photography .photography-image,.woocommerce-page .site-main ul.products li.product-type-photography .photography-content,.woocommerce-page .site-main ul.products li.product-type-photography .photography-image{float:none;width:100%}.woocommerce .site-main ul.products li.product-type-photography .photography-image img,.woocommerce-page .site-main ul.products li.product-type-photography .photography-image img{width:100%}.woocommerce .site-main ul.products li.product-type-photography .photography-sku,.woocommerce-page .site-main ul.products li.product-type-photography .photography-sku{border-bottom:1px dotted rgba(0,0,0,.1)}.woocommerce .site-main ul.products li.product-type-photography .sku,.woocommerce-page .site-main ul.products li.product-type-photography .sku{font-weight:700}} \ No newline at end of file diff --git a/assets/css/woocommerce/product-reviews-pro-rtl.css b/assets/css/woocommerce/product-reviews-pro-rtl.css deleted file mode 100644 index c34c8c62..00000000 --- a/assets/css/woocommerce/product-reviews-pro-rtl.css +++ /dev/null @@ -1 +0,0 @@ -.woocommerce #reviews .product-rating .product-rating-details,.woocommerce #reviews .product-rating .product-rating-summary,.woocommerce-page #reviews .product-rating .product-rating-details,.woocommerce-page #reviews .product-rating .product-rating-summary{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:.202em .53em}.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:#60646c}.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,.1);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:.857em}.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:.618em}.woocommerce #reviews #comments ol.commentlist li .comment-text,.woocommerce #reviews .contribution-karma,.woocommerce-page #reviews #comments ol.commentlist li .comment-text,.woocommerce-page #reviews .contribution-karma{margin-right:0}.woocommerce #reviews .form-contribution .form-row,.woocommerce-page #reviews .form-contribution .form-row{clear:both}.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.618em;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 iframe,.woocommerce #reviews #comments ol.commentlist li .comment-text img,.woocommerce-page #reviews #comments ol.commentlist li .comment-text iframe,.woocommerce-page #reviews #comments ol.commentlist li .comment-text img{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:#96588a}.woocommerce #reviews #comments ol.commentlist li .contribution-actions a.done,.woocommerce-page #reviews #comments ol.commentlist li .contribution-actions a.done{opacity:.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.631em;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,.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:.53em 0;border-bottom:.202em solid rgba(0,0,0,.05)}.woocommerce .contribution-type-selector>a.active,.woocommerce-page .contribution-type-selector>a.active{border-bottom-color:rgba(0,0,0,.1)}.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}#tiptip_content,.chart-tooltip{font-size:.857em;padding:.618em 1em;background-color:rgba(0,0,0,.8)}#tiptip_holder.tip_bottom #tiptip_arrow_inner{border-bottom-color:rgba(0,0,0,.8);margin-top:-6px} \ No newline at end of file diff --git a/assets/css/woocommerce/product-reviews-pro.css b/assets/css/woocommerce/product-reviews-pro.css deleted file mode 100644 index b45e83a9..00000000 --- a/assets/css/woocommerce/product-reviews-pro.css +++ /dev/null @@ -1 +0,0 @@ -.woocommerce #reviews .product-rating .product-rating-details,.woocommerce #reviews .product-rating .product-rating-summary,.woocommerce-page #reviews .product-rating .product-rating-details,.woocommerce-page #reviews .product-rating .product-rating-summary{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:.202em .53em}.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:#60646c}.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,.1);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:.857em}.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:.618em}.woocommerce #reviews #comments ol.commentlist li .comment-text,.woocommerce #reviews .contribution-karma,.woocommerce-page #reviews #comments ol.commentlist li .comment-text,.woocommerce-page #reviews .contribution-karma{margin-left:0}.woocommerce #reviews .form-contribution .form-row,.woocommerce-page #reviews .form-contribution .form-row{clear:both}.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.618em;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 iframe,.woocommerce #reviews #comments ol.commentlist li .comment-text img,.woocommerce-page #reviews #comments ol.commentlist li .comment-text iframe,.woocommerce-page #reviews #comments ol.commentlist li .comment-text img{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:#96588a}.woocommerce #reviews #comments ol.commentlist li .contribution-actions a.done,.woocommerce-page #reviews #comments ol.commentlist li .contribution-actions a.done{opacity:.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.631em;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,.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:.53em 0;border-bottom:.202em solid rgba(0,0,0,.05)}.woocommerce .contribution-type-selector>a.active,.woocommerce-page .contribution-type-selector>a.active{border-bottom-color:rgba(0,0,0,.1)}.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}#tiptip_content,.chart-tooltip{font-size:.857em;padding:.618em 1em;background-color:rgba(0,0,0,.8)}#tiptip_holder.tip_bottom #tiptip_arrow_inner{border-bottom-color:rgba(0,0,0,.8);margin-top:-6px} \ No newline at end of file diff --git a/assets/css/woocommerce/ship-multiple-addresses-rtl.css b/assets/css/woocommerce/ship-multiple-addresses-rtl.css deleted file mode 100644 index 97889250..00000000 --- a/assets/css/woocommerce/ship-multiple-addresses-rtl.css +++ /dev/null @@ -1 +0,0 @@ -.woocommerce-page .woocommerce-checkout-review-order-table th.product-name{width:70%}.woocommerce-page #shipping_addresses{padding-top:1.618em}.woocommerce-page .no_shipping_address,.woocommerce-page .ship_address{float:none;width:auto;margin:0 0 1.618em;background-color:rgba(0,0,0,.025);border:0;padding:1em;line-height:inherit;border-radius:0;font-size:.857em}.woocommerce-page .no_shipping_address dl,.woocommerce-page .ship_address dl{margin-top:0}.woocommerce-page .no_shipping_address dl dd,.woocommerce-page .ship_address dl dd{margin-bottom:1em}.woocommerce-page .no_shipping_address address,.woocommerce-page .ship_address address{margin:0}.woocommerce-page .no_shipping_address .note-form,.woocommerce-page .ship_address .note-form{margin-bottom:1.618em;padding-top:1em}.woocommerce-page .no_shipping_address .gift-form label:after,.woocommerce-page .ship_address .gift-form label:after{content:"\f06b";font-family:FontAwesome;display:inline-block;margin-right:.236em;font-weight:400}.woocommerce-page .no_shipping_address .modify-address-button,.woocommerce-page .ship_address .modify-address-button{display:block;margin-top:1em}.woocommerce-page .no_shipping_address .modify-address-button:before,.woocommerce-page .ship_address .modify-address-button:before{content:"\f044";font-family:FontAwesome;display:inline-block;margin-left:.387em;font-weight:400}.woocommerce-page .addresses{clear:both}.woocommerce-page .addresses::after{clear:both;content:"";display:table}.woocommerce-page .addresses .address-block{margin:0 0 1.618em 5.8823529412%;width:47.0588235294%;float:right}.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 .addresses+.addresses header.title a:before{content:"\f067"}.woocommerce-page.page-template-template-fullwidth-php .no_shipping_address,.woocommerce-page.page-template-template-fullwidth-php .ship_address{font-size:1em}.woocommerce-page.page-template-template-fullwidth-php .address-block{width:47.8260869565%;float:right;margin-left:4.347826087%} \ No newline at end of file diff --git a/assets/css/woocommerce/ship-multiple-addresses.css b/assets/css/woocommerce/ship-multiple-addresses.css deleted file mode 100644 index 7f3dc48f..00000000 --- a/assets/css/woocommerce/ship-multiple-addresses.css +++ /dev/null @@ -1 +0,0 @@ -.woocommerce-page .woocommerce-checkout-review-order-table th.product-name{width:70%}.woocommerce-page #shipping_addresses{padding-top:1.618em}.woocommerce-page .no_shipping_address,.woocommerce-page .ship_address{float:none;width:auto;margin:0 0 1.618em;background-color:rgba(0,0,0,.025);border:0;padding:1em;line-height:inherit;border-radius:0;font-size:.857em}.woocommerce-page .no_shipping_address dl,.woocommerce-page .ship_address dl{margin-top:0}.woocommerce-page .no_shipping_address dl dd,.woocommerce-page .ship_address dl dd{margin-bottom:1em}.woocommerce-page .no_shipping_address address,.woocommerce-page .ship_address address{margin:0}.woocommerce-page .no_shipping_address .note-form,.woocommerce-page .ship_address .note-form{margin-bottom:1.618em;padding-top:1em}.woocommerce-page .no_shipping_address .gift-form label:after,.woocommerce-page .ship_address .gift-form label:after{content:"\f06b";font-family:FontAwesome;display:inline-block;margin-left:.236em;font-weight:400}.woocommerce-page .no_shipping_address .modify-address-button,.woocommerce-page .ship_address .modify-address-button{display:block;margin-top:1em}.woocommerce-page .no_shipping_address .modify-address-button:before,.woocommerce-page .ship_address .modify-address-button:before{content:"\f044";font-family:FontAwesome;display:inline-block;margin-right:.387em;font-weight:400}.woocommerce-page .addresses{clear:both}.woocommerce-page .addresses::after{clear:both;content:"";display:table}.woocommerce-page .addresses .address-block{margin:0 5.8823529412% 1.618em 0;width:47.0588235294%;float:left}.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 .addresses+.addresses header.title a:before{content:"\f067"}.woocommerce-page.page-template-template-fullwidth-php .no_shipping_address,.woocommerce-page.page-template-template-fullwidth-php .ship_address{font-size:1em}.woocommerce-page.page-template-template-fullwidth-php .address-block{width:47.8260869565%;float:left;margin-right:4.347826087%} \ No newline at end of file diff --git a/assets/css/woocommerce/smart-coupons-rtl.css b/assets/css/woocommerce/smart-coupons-rtl.css deleted file mode 100644 index e61db0a9..00000000 --- a/assets/css/woocommerce/smart-coupons-rtl.css +++ /dev/null @@ -1 +0,0 @@ -.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:.618em}.woocommerce .generated_coupon_summary,.woocommerce-page .generated_coupon_summary{margin:0}.woocommerce .coupon-content.small,.woocommerce-page .coupon-content.small{padding:.618em 1.387em}.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:100% 0!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}} \ No newline at end of file diff --git a/assets/css/woocommerce/smart-coupons.css b/assets/css/woocommerce/smart-coupons.css deleted file mode 100644 index 75e6e63a..00000000 --- a/assets/css/woocommerce/smart-coupons.css +++ /dev/null @@ -1 +0,0 @@ -.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:.618em}.woocommerce .generated_coupon_summary,.woocommerce-page .generated_coupon_summary{margin:0}.woocommerce .coupon-content.small,.woocommerce-page .coupon-content.small{padding:.618em 1.387em}.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:0 0!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}} \ No newline at end of file diff --git a/assets/css/woocommerce/variation-swatches-rtl.css b/assets/css/woocommerce/variation-swatches-rtl.css deleted file mode 100644 index ca7f186d..00000000 --- a/assets/css/woocommerce/variation-swatches-rtl.css +++ /dev/null @@ -1 +0,0 @@ -.variations-table{margin:0}.variations-table td,.variations-table th{display:block;padding:0;background-color:transparent}.variations-table td.label{margin-bottom:1em}.variations-table .swatch-wrapper{padding:.618em;border:0;background-color:transparent;border:1px solid rgba(0,0,0,.1);float:right;display:inline-block;margin:0 0 1em .327em}.variations-table .swatch-wrapper img{opacity:.5}.variations-table .swatch-wrapper .swatch-anchor:focus{outline:0}.variations-table .swatch-wrapper.selected,.variations-table .swatch-wrapper:hover{padding:.618em;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,.1)}a#variations_clear{display:block;margin:1em 0 1.618em}a#variations_clear:before{font-family:FontAwesome;content:"\f021";font-weight:400;margin-left:.53em} \ No newline at end of file diff --git a/assets/css/woocommerce/variation-swatches.css b/assets/css/woocommerce/variation-swatches.css deleted file mode 100644 index 36514685..00000000 --- a/assets/css/woocommerce/variation-swatches.css +++ /dev/null @@ -1 +0,0 @@ -.variations-table{margin:0}.variations-table td,.variations-table th{display:block;padding:0;background-color:transparent}.variations-table td.label{margin-bottom:1em}.variations-table .swatch-wrapper{padding:.618em;border:0;background-color:transparent;border:1px solid rgba(0,0,0,.1);float:left;display:inline-block;margin:0 .327em 1em 0}.variations-table .swatch-wrapper img{opacity:.5}.variations-table .swatch-wrapper .swatch-anchor:focus{outline:0}.variations-table .swatch-wrapper.selected,.variations-table .swatch-wrapper:hover{padding:.618em;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,.1)}a#variations_clear{display:block;margin:1em 0 1.618em}a#variations_clear:before{font-family:FontAwesome;content:"\f021";font-weight:400;margin-right:.53em} \ No newline at end of file diff --git a/assets/css/woocommerce/wishlists-rtl.css b/assets/css/woocommerce/wishlists-rtl.css deleted file mode 100644 index 8ef1f6ee..00000000 --- a/assets/css/woocommerce/wishlists-rtl.css +++ /dev/null @@ -1 +0,0 @@ -.button.wl-create-new:before,.wl-add-link:before{font-family:FontAwesome;font-weight:400}#wl-wrapper.wl-button-wrap{padding:1.618em 0 0}.wl-add-link{padding-right:0!important;background:100% 0!important}.wl-add-link:before{content:"\f004";margin-left:.53em}#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.387em;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,.1)}#wl-wrapper .wl-table td{padding:.857em 1.387em!important}#wl-wrapper .wl-table td:first-child{padding-right:1.387em!important}#wl-wrapper .wl-table.manage td{padding:.53em!important}#wl-wrapper .wl-meta-share,#wl-wrapper .wl-share-url{border-bottom-color:rgba(0,0,0,.1)}.wl-tab-wrap .panel,.wl-tab-wrap ul.tabs{width:100%;margin:0}.wl-tab-wrap ul.tabs li:after{display:none!important}.button.wl-create-new:before{content:"\f067";margin-left:.53em}@media (min-width:768px){#wl-wrapper .wl-tabs>li a{padding-right:0}#wl-wrapper .wl-tabs>li.active a{box-shadow:none}#wl-wrapper .wl-tabs>li.active:after{content:"\f104";font-family:FontAwesome;display:block!important;position:absolute;top:50%;height:1em;width:1em;line-height:1;margin-top:-.5em}} \ No newline at end of file diff --git a/assets/css/woocommerce/wishlists.css b/assets/css/woocommerce/wishlists.css deleted file mode 100644 index ad6b4713..00000000 --- a/assets/css/woocommerce/wishlists.css +++ /dev/null @@ -1 +0,0 @@ -.button.wl-create-new:before,.wl-add-link:before{font-family:FontAwesome;font-weight:400}#wl-wrapper.wl-button-wrap{padding:1.618em 0 0}.wl-add-link{padding-left:0!important;background:0 0!important}.wl-add-link:before{content:"\f004";margin-right:.53em}#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.387em;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,.1)}#wl-wrapper .wl-table td{padding:.857em 1.387em!important}#wl-wrapper .wl-table td:first-child{padding-left:1.387em!important}#wl-wrapper .wl-table.manage td{padding:.53em!important}#wl-wrapper .wl-meta-share,#wl-wrapper .wl-share-url{border-bottom-color:rgba(0,0,0,.1)}.wl-tab-wrap .panel,.wl-tab-wrap ul.tabs{width:100%;margin:0}.wl-tab-wrap ul.tabs li:after{display:none!important}.button.wl-create-new:before{content:"\f067";margin-right:.53em}@media (min-width:768px){#wl-wrapper .wl-tabs>li a{padding-left:0}#wl-wrapper .wl-tabs>li.active a{box-shadow:none}#wl-wrapper .wl-tabs>li.active:after{content:"\f105";font-family:FontAwesome;display:block!important;position:absolute;top:50%;height:1em;width:1em;line-height:1;margin-top:-.5em}} \ No newline at end of file diff --git a/assets/css/woocommerce/woocommerce-rtl.css b/assets/css/woocommerce/woocommerce-rtl.css deleted file mode 100644 index 0df12fd8..00000000 --- a/assets/css/woocommerce/woocommerce-rtl.css +++ /dev/null @@ -1 +0,0 @@ -@font-face{font-family:star;src:url(../../../../../plugins/woocommerce/assets/fonts/star.eot);src:url(../../../../../plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"),url(../../../../../plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(../../../../../plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url(../../../../../plugins/woocommerce/assets/fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}.woocommerce-active .site-header .col-full{position:relative}.woocommerce-active .site-branding,.woocommerce-active .site-logo-anchor,.woocommerce-active .site-logo-link{float:right}.site-header-cart{list-style-type:none;margin-right:0;padding:0}.site-header-cart .cart-contents{display:block;height:2.244em;width:2.244em;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.05);text-indent:-9999px}.site-header-cart .cart-contents span,table.shop_table_responsive tbody th,table.shop_table_responsive thead{display:none}.site-header-cart .cart-contents:after{content:"\f07a";font-family:FontAwesome;position:absolute;top:0;left:0;line-height:2.244;width:100%;text-align:center;text-indent:0}.site-header-cart .widget_shopping_cart{display:none;background-color:#2c2d33}.site-header-cart .widget_shopping_cart .product_list_widget{max-height:15em;overflow-y:auto}.site-search{font-size:.857em;clear:both}.site-search .widget_product_search input[type=search],.site-search .widget_product_search input[type=text]{padding:1.387em 3.631em 1.387em 1.618em;line-height:1}.site-search .widget_product_search form:before{top:1.387em;right:1.618em}.site-search .widget_product_search #searchsubmit{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);position:absolute!important}table.shop_table_responsive tr td{display:block;text-align:left}table.shop_table_responsive tr td.actions:before,table.shop_table_responsive tr td.product-remove:before,table.shop_table_responsive.my_account_orders .order-actions:before{display:none}table.shop_table_responsive tr td.product-remove a,table.shop_table_responsive.my_account_orders .order-actions{text-align:right}table.shop_table_responsive tr td:before{content:attr(data-title) ": ";font-weight:700;float:right}.single-product div.product form.cart::after,.single-product div.product::after,ul.products::after{clear:both;content:""}ul.products{margin-right:0;clear:both}ul.products::after{display:table}ul.products li.product{list-style:none;margin-right:0;margin-bottom:4.236em;text-align:center;position:relative}ul.products li.product .price,ul.products li.product .star-rating{margin:0 auto 1em}ul.products li.product .price{display:block;color:#60646c;font-weight:400}ul.products li.product .price ins{font-weight:700;margin-right:.618em;background-color:transparent}ul.products li.product h3{font-size:1.1em}.single-product div.product .product_meta,.single-product div.product .woocommerce-product-rating a,ul.products li.product .star-rating{font-size:.857em}ul.products li.product img{display:block;margin:0 auto 1.618em}ul.products li.product.product-category img{margin-bottom:1.618em}ul.products li.product .button{margin-bottom:.236em}.single-product div.product{position:relative;overflow:hidden}.single-product div.product::after{display:table}.single-product div.product .images,.single-product div.product .summary{margin-bottom:2.618em;margin-top:0}.single-product div.product .images .woocommerce-main-image{margin-bottom:1.618em;display:block}.single-product div.product .images .thumbnails a.zoom{display:block;width:22.05%;margin-left:3.8%;float:right;margin-bottom:1em}.single-product div.product .images .thumbnails a.zoom.last{margin-left:0}.single-product div.product .images .thumbnails a.zoom.first{clear:both}.single-product div.product form.cart{margin-bottom:1.618em;padding:1.618em 0;border-top:3px solid rgba(0,0,0,.025);border-bottom:3px solid rgba(0,0,0,.025)}.single-product div.product form.cart::after{display:table}.single-product div.product form.cart .quantity{float:right}.single-product div.product form.cart .button{float:left}.single-product div.product .price{font-weight:700}.single-product div.product table.variations{margin:0}.stock:before,a.reset_variations:before{margin-left:.53em;font-family:FontAwesome}.single-product div.product table.variations td,.single-product div.product table.variations th{display:list-item;padding:0;list-style:none;background-color:transparent}.single-product div.product table.variations .value{margin-bottom:1em}.single-product div.product .single_variation .price{margin-bottom:1em;display:block}.single-product div.product .variations_button::after,.single-product div.product .woocommerce-product-rating::after{content:"";display:table;clear:both}.single-product div.product .variations_button{padding-top:1em;border-top:1px solid rgba(0,0,0,.1)}.single-product div.product .woocommerce-product-rating{margin-bottom:2.618em;line-height:1;border-bottom:1px solid rgba(0,0,0,.1);padding:0 0 1.618em;margin-top:-.618em}.single-product div.product .woocommerce-product-rating .star-rating{float:left}.single-product div.product .product_meta .posted_in,.single-product div.product .product_meta .sku_wrapper,.single-product div.product .product_meta .tagged_as{border-bottom:1px dotted rgba(0,0,0,.1);display:block;padding:.53em 0}.single-product div.product .product_meta .posted_in:last-child,.single-product div.product .product_meta .sku_wrapper:last-child,.single-product div.product .product_meta .tagged_as:last-child{border-bottom:0}.stock.in-stock{color:#0f834d}.stock.in-stock:before{content:"\f118"}.stock.out-of-stock{color:#e2401c}.stock.out-of-stock:before{content:"\f119"}a.reset_variations{display:inline-block;margin-right:1em}#reviews .commentlist,.product_list_widget{margin-right:0;list-style:none}a.reset_variations:before{content:"\f021";font-weight:400}#reviews #comments{padding-top:0}#reviews .commentlist li{border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:3.631em;list-style:none;clear:both}#reviews .commentlist li time{opacity:.8}#reviews .commentlist li .avatar{float:left;width:2.618em;height:auto}#reviews .commentlist li p.meta{margin-bottom:1em}#reviews .commentlist li .description{padding-bottom:1.618em}#reviews .commentlist li ul.children{border-top:1px solid rgba(0,0,0,.1);width:81.8181818182%;float:left;margin-left:0;padding-top:2.618em}#reviews .comment-form-rating{clear:both}#reviews .comment-form-rating label{display:block}.woocommerce-breadcrumb{margin-bottom:4.236em;font-size:.857em;padding:1em 0;border-bottom:1px solid rgba(0,0,0,.05)}.woocommerce-breadcrumb a.home:before{content:"\f015";font-family:FontAwesome;font-weight:400;margin-left:.53em}.product_list_widget li{padding:1em 0;border-bottom:1px dotted rgba(0,0,0,.1)}.product_list_widget li::after{clear:both;content:"";display:table}.product_list_widget li>a,.widget_products a,.widget_shopping_cart .buttons .button{display:block}.product_list_widget li img{max-width:2.618em;float:left}.product_list_widget a:hover{color:#96588a}.widget_shopping_cart .product_list_widget{margin-bottom:0}.widget_shopping_cart .product_list_widget li{padding-right:2em;position:relative}.widget_shopping_cart .product_list_widget li a.remove{position:absolute;top:1em;right:0;opacity:1}.widget_shopping_cart p.buttons,.widget_shopping_cart p.total{padding:1em 0;margin:0;text-align:center}.widget_shopping_cart p.total{border-bottom:1px solid rgba(0,0,0,.1)}.widget_shopping_cart .buttons .button:nth-child(odd){margin-bottom:.618em}.widget_product_categories ul{margin:0}.widget_layered_nav li:before,.widget_layered_nav_filters ul li.chosen a:before,.widget_product_categories ul li:before{font-family:FontAwesome;margin-left:.53em}.widget_product_categories ul li{list-style:none;margin-bottom:.618em}.widget_product_categories ul li:before{display:inline-block;opacity:.25;content:"\f114"}.widget_product_categories ul li.current-cat:before{content:"\f115"}.widget_product_categories .children{margin-top:.618em;margin-right:1.618em}.site-header .widget_shopping_cart li,.site-header .widget_shopping_cart p.buttons,.site-header .widget_shopping_cart p.total{padding-right:1.387em;padding-left:1.387em;background-color:rgba(0,0,0,.025)}.widget_layered_nav li{margin-bottom:.618em}.widget_layered_nav li:before{display:inline-block;opacity:.35;content:"\f0c8"}.widget_layered_nav .chosen:before{content:"\f14a"}.widget_layered_nav_filters ul li.chosen a:before{content:"\f00d";color:#e2401c}.widget.woocommerce li .count{font-size:1em;float:left}.widget_price_filter .price_slider{margin-bottom:1em}.widget_price_filter .price_slider_amount{text-align:left;line-height:2.4em}a.remove,a.remove:before{line-height:1.618;font-weight:400}.widget_price_filter .price_slider_amount .button{float:right}.widget_price_filter .ui-slider{position:relative;text-align:right}.widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;cursor:we-resize;outline:0;background:#96588a;box-sizing:border-box;margin-top:-.25em;opacity:1;border-radius:1em}.widget_price_filter .ui-slider .ui-slider-handle:last-child{margin-right:-1em}.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active,.widget_price_filter .ui-slider .ui-slider-handle:hover{box-shadow:0 0 0 .236em rgba(0,0,0,.1)}.widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background:#96588a;border-radius:1em}table.cart .product-quantity .minus,table.cart .product-quantity .plus,table.cart .product-thumbnail,table.cart td.actions label{display:none}.widget_price_filter .price_slider_wrapper .ui-widget-content{background:rgba(0,0,0,.1);border-radius:1em}.widget_price_filter .ui-slider-horizontal{height:.5em}.widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.widget_price_filter .ui-slider-horizontal .ui-slider-range-min{right:-1px}.widget_price_filter .ui-slider-horizontal .ui-slider-range-max{left:-1px}table.cart{margin-bottom:3.631em}table.cart thead{text-indent:-999em}table.cart thead th{padding:0}table.cart td,table.cart th{padding:.53em}table.cart .qty{padding:.236em;max-width:1.618em}table.cart td.actions .coupon{padding-bottom:1em;margin-bottom:1em;border-bottom:1px dotted rgba(0,0,0,.1)}table.cart td.actions input{display:block;width:100%;margin:.236em 0}.wc-proceed-to-checkout{margin-bottom:1.618em}.wc-proceed-to-checkout::after{clear:both;content:"";display:table}.wc-proceed-to-checkout .button{display:block;text-align:center;margin-bottom:1em}.wc-proceed-to-checkout .button.checkout-button{font-size:1.387em}ul#shipping_method{margin:0;list-style:none}a.remove{display:block;width:1.618em;height:1.618em;text-indent:-9999px;position:relative}a.remove:before{content:"\f057";font-family:FontAwesome;position:absolute;top:0;right:0;left:0;bottom:0;color:#e2401c;text-indent:0;text-align:center}#payment::after,form.checkout::after{content:"";display:table;clear:both}.checkout_coupon{margin-bottom:2.618em}#payment{border-top:3px solid rgba(0,0,0,.1)}#payment .create-account{clear:both}#payment .payment_methods{margin:0!important;border-bottom:1px dotted rgba(0,0,0,.1);padding:0!important}#payment .payment_methods li{list-style:none!important;padding:1.387em!important;border-bottom:1px dotted rgba(0,0,0,.1);margin-right:0}#payment .payment_methods li img{float:left;border:0;padding:0;max-height:1.618em}#payment .payment_methods li:last-child{padding-bottom:0;border-bottom:0}#payment .payment_methods li label{width:92%;padding-top:0!important;margin-right:.618em;font-weight:700}#payment .payment_methods li p{margin:0}#payment .payment_methods li .payment_box{padding:1.387em;margin:1.387em -1.387em -1.387em;background:rgba(0,0,0,.035);border-top:1px dotted rgba(0,0,0,.1)}#payment .payment_methods li .payment_box fieldset{border:0;margin:0;padding:1em 0 0;font-size:.857em}#payment .payment_methods li .payment_box fieldset .form-row,#payment .terms{margin-bottom:1em}#payment .payment_methods li .payment_box fieldset label{width:auto;margin-right:0}#payment .payment_methods li .payment_box fieldset .form-row-first select{width:48%}#payment .payment_methods li .payment_box fieldset .form-row-first select:nth-child(2n){float:left}#payment .payment_methods li .payment_box fieldset #cvv{width:22%!important}#payment .payment_methods li .payment_box fieldset .help{width:75%;float:left}#payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc,#payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,#payment .payment_methods li .payment_box .wc-credit-card-form-card-number{font-size:1.387em}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number{background-repeat:no-repeat;background-position:left .618em center;background-size:31px 20px;background-image:url(../../../assets/images/credit-cards/unknown.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa{background-image:url(../../../assets/images/credit-cards/visa.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(../../../assets/images/credit-cards/mastercard.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser{background-image:url(../../../assets/images/credit-cards/laser.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(../../../assets/images/credit-cards/diners.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro{background-image:url(../../../assets/images/credit-cards/maestro.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb{background-image:url(../../../assets/images/credit-cards/jcb.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex{background-image:url(../../../assets/images/credit-cards/amex.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover{background-image:url(../../../assets/images/credit-cards/discover.svg)}#payment .terms{width:100%;clear:both;float:none}#payment .terms label{display:inline-block;margin-right:.618em}#payment .terms input{display:inline-block;width:auto;float:right;margin:.327em 0 0 .53em}#payment .place-order{padding:1.387em;margin-bottom:0;float:none;width:100%}#payment .place-order .button{font-size:1.387em;width:100%;white-space:pre-wrap}.woocommerce-checkout .payment-fixed{position:fixed;top:0;z-index:9}.admin-bar .woocommerce-checkout .payment-fixed{top:32px}.woocommerce-password-strength{font-weight:600;padding:.53em 0;text-align:left;font-size:.857em}.quantity .qty,.storefront-product-section .section-title,.woocommerce-tabs ul.tabs{text-align:center}.woocommerce-password-strength:after{content:"\f119";font-family:FontAwesome;display:inline-block;font-weight:400;margin-right:.53em}.woocommerce-tabs ul.tabs,ul.digital-downloads,ul.order_details{margin-right:0;list-style:none}.woocommerce-password-strength.strong{color:#0f834d}.woocommerce-password-strength.strong:after{content:"\f118"}.woocommerce-password-strength.bad,.woocommerce-password-strength.short{color:#e2401c}.woocommerce-password-strength.good{color:#3D9CD2}.woocommerce-password-strength.good:after{content:"\f11a"}ul.order_details{border:1px solid rgba(0,0,0,.1);position:relative}ul.order_details::after{clear:both;content:"";display:table}ul.order_details li{float:right;padding:1em 1.618em;border-left:1px solid rgba(0,0,0,.1);font-size:.8em;text-transform:uppercase}ul.order_details li:last-child{border-left:0}ul.order_details li strong{display:block;font-size:1.387em;text-transform:none}ul.digital-downloads li{padding-bottom:1em;margin-bottom:1em;border-bottom:1px dotted rgba(0,0,0,.1)}ul.digital-downloads li:before{font-family:FontAwesome;content:"\f019";margin-left:.53em}.my_account_orders .button{padding:.53em 1em;font-size:.857em;margin-left:.236em}.form-row label{display:block}.form-row.create-account label,p.stars,p.stars a{display:inline-block}.form-row input,.form-row select,.form-row textarea{width:100%}.form-row .button,.form-row input[type=checkbox],.form-row input[type=radio]{width:auto}.form-row.woocommerce-validated input.input-text{box-shadow:inset -2px 0 0 #0f834d}.form-row.woocommerce-invalid input.input-text{box-shadow:inset -2px 0 0 #e2401c}.form-row-last{margin-left:0!important}.form-row-wide{clear:both;width:100%}.required{border-bottom:0!important;color:red}.demo_store{position:fixed;right:0;bottom:0;left:0;margin:0;padding:1em 1.387em;background-color:#3D9CD2;color:#fff}.demo_store:before{font-family:FontAwesome;margin-left:.53em;content:"\f05a"}.star-rating{overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.5em;font-family:star}.onsale,dl.variation{font-size:.857em}.star-rating:before{content:"\73\73\73\73\73";color:rgba(0,0,0,.2);float:right;top:0;right:0;position:absolute}.star-rating span{overflow:hidden;float:right;top:0;right:0;position:absolute;padding-top:1.5em}.star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;right:0;color:#96588a}p.stars a:before,p.stars a:hover~a:before{content:"\e021"}.onsale,.woocommerce-tabs ul.tabs li.active a{color:#60646c}p.stars{margin:0}p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;text-decoration:none;margin-left:1px}p.stars a:before{display:block;position:absolute;top:0;right:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;text-indent:0}p.stars.selected a.active:before,p.stars:hover a:before{content:"\e020"}p.stars.selected a.active~a:before{content:"\e021"}p.stars.selected a:not(.active):before{content:"\e020"}.onsale{border:2px solid #60646c;padding:.202em .618em;text-transform:uppercase;font-weight:700;display:inline-block;margin-bottom:1em}.quantity .qty{max-width:3.631em}.storefront-sorting{font-size:.857em;margin-bottom:2.618em}.woocommerce-tabs{border:1px solid rgba(0,0,0,.1);border-width:1px 0;padding:1em 0}.woocommerce-tabs ul.tabs li{display:inline-block;margin-left:1em;position:relative}.woocommerce-tabs ul.tabs li.active:after{content:"\f107";font-family:FontAwesome;position:absolute;top:100%;right:50%;height:1em;width:1em;line-height:1;margin-right:-.5em}.woocommerce-error,.woocommerce-info,.woocommerce-message,.woocommerce-noreviews,p.no-comments{padding:1em 1.618em;margin-bottom:2.618em;background-color:#0f834d;margin-right:0;color:#fff;clear:both;border-right:.618em solid rgba(0,0,0,.15)}.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after,.woocommerce-noreviews::after,p.no-comments::after{clear:both;content:"";display:table}.woocommerce-error a,.woocommerce-info a,.woocommerce-message a,.woocommerce-noreviews a,p.no-comments a{color:#fff}.woocommerce-error a:hover,.woocommerce-info a:hover,.woocommerce-message a:hover,.woocommerce-noreviews a:hover,p.no-comments a:hover{color:#fff;opacity:.7}.woocommerce-error a.button:hover,.woocommerce-info a.button:hover,.woocommerce-message a.button:hover,.woocommerce-noreviews a.button:hover,p.no-comments a.button:hover{opacity:1}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button,.woocommerce-noreviews .button,p.no-comments .button{float:left;padding:0 1em 0 0;background:100% 0;color:#fff;box-shadow:none;line-height:1.618;border-width:0 1px 0 0;border-right-style:solid;border-right-color:rgba(255,255,255,.25)!important;border-radius:0}.woocommerce-error .button:hover,.woocommerce-info .button:hover,.woocommerce-message .button:hover,.woocommerce-noreviews .button:hover,p.no-comments .button:hover{background:100% 0;color:#fff;opacity:.7}.woocommerce-error pre,.woocommerce-info pre,.woocommerce-message pre,.woocommerce-noreviews pre,p.no-comments pre{background-color:rgba(0,0,0,.1)}.site-content>.col-full>.woocommerce>.woocommerce-error:first-child,.site-content>.col-full>.woocommerce>.woocommerce-info:first-child,.site-content>.col-full>.woocommerce>.woocommerce-message:first-child{margin-top:2.618em}.wc-forward:after{content:"\f177";font-family:FontAwesome;margin-right:.53em;font-weight:400}.woocommerce-info,.woocommerce-noreviews,p.no-comments{background-color:#3D9CD2}.woocommerce-error{list-style:none;background-color:#e2401c}dl.variation dd{margin:0 0 1em}.storefront-product-section{border-bottom:3px solid rgba(0,0,0,.025);margin-bottom:4.236em}.storefront-product-section:last-child{border-bottom:0}@media (min-width:768px){table.shop_table_responsive thead{display:table-header-group}table.shop_table_responsive tbody th,table.shop_table_responsive tr td{display:table-cell}table.shop_table_responsive tr td:before{display:none}.site-header-cart{position:relative}.site-header-cart .cart-contents{padding:0 1em 2.244em;display:block;position:relative;background-color:transparent;height:auto;width:auto;text-indent:0}.site-header-cart .cart-contents:after{left:1.618em;line-height:1;height:1em;width:1em;top:.3em}.site-header-cart .cart-contents .amount{margin-left:.327em}.site-header-cart .cart-contents .count{font-weight:400;opacity:.5;font-size:.857em}.site-header-cart .cart-contents span{display:inline}.site-header-cart .widget_shopping_cart{position:absolute;top:100%;width:100%;z-index:999999;font-size:.857em;right:-999em;display:block}.site-header-cart .widget_shopping_cart h2.widgettitle{display:none}.site-header-cart .widget_shopping_cart .product_list_widget li a.remove{position:relative;float:right;top:auto}.site-header-cart .widget_shopping_cart .product_list_widget li a.remove:before{text-align:right}.site-header-cart.focus .widget_shopping_cart,.site-header-cart:hover .widget_shopping_cart{right:0}ul.products li.product{clear:none;width:100%;float:right;font-size:.857em}ul.products li.product.first{clear:both!important}ul.products li.product.last{margin-left:0!important}.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%}.single-product div.product .images{width:41.1764705882%;float:right;margin-left:5.8823529412%;margin-bottom:3.631em}.single-product div.product .images .thumbnails::after{clear:both;content:"";display:table}.single-product div.product .images .thumbnails a.zoom{width:14.2857142857%;float:right;margin-left:14.2857142857%}.single-product div.product .images .thumbnails a.zoom.last{float:left;margin-left:0}.single-product div.product .summary{width:52.9411764706%;float:left;margin-left:0;margin-bottom:3.631em}.single-product div.product .woocommerce-tabs{clear:both}#reviews .comment-form-author,#reviews .comment-form-email{width:47%}#reviews .comment-form-email{margin-left:0}.storefront-full-width-content.single-product div.product .images{width:30.4347826087%;float:right;margin-left:4.347826087%;margin-bottom:3.631em}.storefront-full-width-content.single-product div.product .images .thumbnails a.zoom{width:14.2857142857%;float:right;margin-left:14.2857142857%}.storefront-full-width-content.single-product div.product .images .thumbnails a.zoom.last{margin-left:0}.storefront-full-width-content.single-product div.product .summary{width:65.2173913043%;float:left;margin-left:0;margin-bottom:3.631em}.storefront-full-width-content.single-product div.product .woocommerce-tabs{clear:both}.storefront-full-width-content.single-product .related ul.products li.product,.storefront-full-width-content.single-product .upsells ul.products li.product{width:30.4347826087%;float:right;margin-left:4.347826087%}.woocommerce .page-description{margin-bottom:1.618em}.storefront-sorting{margin-bottom:2.618em}.storefront-sorting::after{clear:both;content:"";display:table}.page-template-template-fullwidth-php table.cart .product-thumbnail,table.cart .product-remove{display:table-cell}.storefront-sorting select{width:auto}.woocommerce-result-count{float:right;position:relative;margin-bottom:0;padding:.327em 0}.woocommerce-ordering{float:right;margin-left:1em;margin-bottom:0;padding:.327em 0}.woocommerce-pagination{float:left;border:0;clear:none;padding:0;margin-bottom:0}.woocommerce-cart .hentry,.woocommerce-checkout .hentry{border-bottom:0;padding-bottom:0}.page-template-template-fullwidth-php table.cart .product-thumbnail img{max-width:3.631em;height:auto;border:.327em solid #fff}.page-template-template-fullwidth-php table.cart thead{font-size:1em;text-indent:0}.page-template-template-fullwidth-php table.cart thead th,table.cart td,table.cart th{padding:.857em 1.387em}table.cart .qty{padding:.857em;max-width:3.632em}table.cart .product-quantity .minus,table.cart .product-quantity .plus{display:inline-block}table.cart .quantity .qty{padding:.618em}table.cart td.actions{text-align:left}table.cart td.actions label{display:none}table.cart td.actions .coupon{padding-bottom:0;margin-bottom:0;border-bottom:none;display:inline-block;float:right}table.cart td.actions input{display:inline-block;width:auto;margin:0}.cart-collaterals::after{clear:both;content:"";display:table}.cart-collaterals .cross-sells{width:41.1764705882%;float:right;margin-left:5.8823529412%}.cart-collaterals .cross-sells ul.products li.product{width:42.8571428571%;float:right;margin-left:14.2857142857%}.cart-collaterals .cart_totals,.cart-collaterals .shipping_calculator{width:52.9411764706%;float:left;margin:0;clear:left}.cart-collaterals .cart_totals small.includes_tax{display:block}.cart-collaterals .shipping_calculator{clear:left}.page-template-template-fullwidth-php .cart-collaterals .cross-sells{width:47.8260869565%;float:right;margin-left:4.347826087%}.page-template-template-fullwidth-php .cart-collaterals .cross-sells ul.products li.product{width:45.4545454545%;float:right;margin-left:9.0909090909%}.page-template-template-fullwidth-php .cart-collaterals .cart_totals,.page-template-template-fullwidth-php .cart-collaterals .shipping_calculator{width:47.8260869565%;float:left;margin-left:0}.col2-set{width:52.9411764706%;float:right;margin-left:5.8823529412%}.col2-set .form-row-first{width:33.3333333333%;float:right;margin-left:11.1111111111%}.col2-set .form-row-last{width:55.5555555556%;float:left;margin-left:0}.col2-set .col-1,.col2-set .col-2{margin-bottom:1.618em}.col2-set+#customer_details{display:none}.col2-set.addresses{width:100%;float:right;margin-right:0;margin-left:0}.col2-set.addresses .col-1{width:47.0588235294%;float:right;margin-left:5.8823529412%}.col2-set.addresses .col-2{width:47.0588235294%;float:left;margin-left:0}#order_review,#order_review_heading{width:41.1764705882%;float:left;margin-left:0;border:3px solid #96588a;clear:left}#order_review_heading{margin-bottom:0;padding-bottom:.618em;padding-top:.618em;border-width:3px 3px 0;padding-right:2.0833333333%;padding-left:2.0833333333%}#order_review{border-width:0 3px 3px}.page-template-template-fullwidth-php.woocommerce-order-pay #order_review,.woocommerce-order-pay #order_review{border-width:3px;width:100%;float:none}.page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3,.woocommerce-order-pay #order_review #payment h3{padding-right:1em;padding-top:1em}.page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row,.page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods+.form-row,.woocommerce-order-pay #order_review #payment .form-row,.woocommerce-order-pay #order_review .payment_methods+.form-row{padding:1em}.page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order,.woocommerce-order-pay #order_review .button#place_order{display:block;width:100%;font-size:1.387em}#wc_checkout_add_ons{width:41.1764705882%;float:right;margin-left:5.8823529412%}.page-template-template-fullwidth-php .col2-set{width:47.8260869565%;float:right;margin-left:4.347826087%}.page-template-template-fullwidth-php .col2-set .form-row-first{width:45.4545454545%;float:right;margin-left:9.0909090909%}.page-template-template-fullwidth-php .col2-set .form-row-last{width:45.4545454545%;float:left;margin-left:0}.page-template-template-fullwidth-php .col2-set.addresses .col-1{width:47.8260869565%;float:right;margin-left:4.347826087%}.page-template-template-fullwidth-php #order_review,.page-template-template-fullwidth-php #order_review_heading,.page-template-template-fullwidth-php #wc_checkout_add_ons,.page-template-template-fullwidth-php .col2-set.addresses .col-2{width:47.8260869565%;float:left;margin-left:0}.page-template-template-fullwidth-php #order_review{font-size:.857em}#order_review .shop_table{margin-bottom:2.618em}.col2-set#customer_login{width:100%;float:right;margin-right:0;margin-left:0}.col2-set#customer_login .col-1{width:41.1764705882%;float:right;margin-left:5.8823529412%}.col2-set#customer_login .col-2{width:52.9411764706%;float:left;margin-left:0}.page-template-template-fullwidth-php .col2-set#customer_login .col-1{width:47.8260869565%;float:right;margin-left:4.347826087%}.page-template-template-fullwidth-php .col2-set#customer_login .col-2{width:47.8260869565%;float:left;margin-left:0}.addresses header.title::after{clear:both;content:"";display:table}.addresses header.title h3{float:right}.addresses header.title a{float:left;display:block;width:1em;height:1em;text-indent:-9999px;position:relative;padding:.857em;margin-top:.4em}.addresses header.title a:before{font-family:FontAwesome;content:"\f044";position:absolute;top:0;right:0;height:100%;width:100%;text-align:center;text-indent:0;font-weight:400}.form-row-first{width:47.0588235294%;float:right;margin-left:5.8823529412%;clear:both}.form-row-last{width:47.0588235294%;float:left;margin-left:0}.page-template-template-fullwidth-php .form-row-first{width:47.8260869565%;float:right;margin-left:4.347826087%}.page-template-template-fullwidth-php .form-row-last{width:47.8260869565%;float:left;margin-left:0}.storefront-full-width-content .woocommerce-tabs ul.tabs{width:30.4347826087%;float:right;margin-left:4.347826087%}.storefront-full-width-content .woocommerce-tabs .panel{width:65.2173913043%;float:left;margin-left:0;margin-bottom:3.631em}.woocommerce-tabs{margin-bottom:2.618em;padding-top:2.618em;padding-bottom:2.618em}.woocommerce-tabs::after{clear:both;content:"";display:table}.woocommerce-tabs ul.tabs{width:29.4117647059%;float:right;margin-left:5.8823529412%;text-align:right}.woocommerce-tabs ul.tabs li{display:block;margin:0;border-bottom:1px dotted rgba(0,0,0,.1)}.woocommerce-tabs ul.tabs li a{padding:1em 0;display:block}.woocommerce-tabs ul.tabs li.active:after{margin:-.5em 0 0;left:0;right:auto;top:50%;content:"\f104"}.woocommerce-tabs .panel{width:64.7058823529%;float:left;margin-left:0;margin-top:0}} \ No newline at end of file diff --git a/assets/css/woocommerce/woocommerce.css b/assets/css/woocommerce/woocommerce.css deleted file mode 100644 index 28bf1742..00000000 --- a/assets/css/woocommerce/woocommerce.css +++ /dev/null @@ -1 +0,0 @@ -@font-face{font-family:star;src:url(../../../../../plugins/woocommerce/assets/fonts/star.eot);src:url(../../../../../plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"),url(../../../../../plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(../../../../../plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url(../../../../../plugins/woocommerce/assets/fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}.woocommerce-active .site-header .col-full{position:relative}.woocommerce-active .site-branding,.woocommerce-active .site-logo-anchor,.woocommerce-active .site-logo-link{float:left}.site-header-cart{list-style-type:none;margin-left:0;padding:0}.site-header-cart .cart-contents{display:block;height:2.244em;width:2.244em;position:absolute;top:0;right:0;background-color:rgba(0,0,0,.05);text-indent:-9999px}.site-header-cart .cart-contents span,table.shop_table_responsive tbody th,table.shop_table_responsive thead{display:none}.site-header-cart .cart-contents:after{content:"\f07a";font-family:FontAwesome;position:absolute;top:0;right:0;line-height:2.244;width:100%;text-align:center;text-indent:0}.site-header-cart .widget_shopping_cart{display:none;background-color:#2c2d33}.site-header-cart .widget_shopping_cart .product_list_widget{max-height:15em;overflow-y:auto}.site-search{font-size:.857em;clear:both}.site-search .widget_product_search input[type=search],.site-search .widget_product_search input[type=text]{padding:1.387em 1.618em 1.387em 3.631em;line-height:1}.site-search .widget_product_search form:before{top:1.387em;left:1.618em}.site-search .widget_product_search #searchsubmit{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);position:absolute!important}table.shop_table_responsive tr td{display:block;text-align:right}table.shop_table_responsive tr td.actions:before,table.shop_table_responsive tr td.product-remove:before,table.shop_table_responsive.my_account_orders .order-actions:before{display:none}table.shop_table_responsive tr td.product-remove a,table.shop_table_responsive.my_account_orders .order-actions{text-align:left}table.shop_table_responsive tr td:before{content:attr(data-title) ": ";font-weight:700;float:left}.single-product div.product form.cart::after,.single-product div.product::after,ul.products::after{clear:both;content:""}ul.products{margin-left:0;clear:both}ul.products::after{display:table}ul.products li.product{list-style:none;margin-left:0;margin-bottom:4.236em;text-align:center;position:relative}ul.products li.product .price,ul.products li.product .star-rating{margin:0 auto 1em}ul.products li.product .price{display:block;color:#60646c;font-weight:400}ul.products li.product .price ins{font-weight:700;margin-left:.618em;background-color:transparent}ul.products li.product h3{font-size:1.1em}.single-product div.product .product_meta,.single-product div.product .woocommerce-product-rating a,ul.products li.product .star-rating{font-size:.857em}ul.products li.product img{display:block;margin:0 auto 1.618em}ul.products li.product.product-category img{margin-bottom:1.618em}ul.products li.product .button{margin-bottom:.236em}.single-product div.product{position:relative;overflow:hidden}.single-product div.product::after{display:table}.single-product div.product .images,.single-product div.product .summary{margin-bottom:2.618em;margin-top:0}.single-product div.product .images .woocommerce-main-image{margin-bottom:1.618em;display:block}.single-product div.product .images .thumbnails a.zoom{display:block;width:22.05%;margin-right:3.8%;float:left;margin-bottom:1em}.single-product div.product .images .thumbnails a.zoom.last{margin-right:0}.single-product div.product .images .thumbnails a.zoom.first{clear:both}.single-product div.product form.cart{margin-bottom:1.618em;padding:1.618em 0;border-top:3px solid rgba(0,0,0,.025);border-bottom:3px solid rgba(0,0,0,.025)}.single-product div.product form.cart::after{display:table}.single-product div.product form.cart .quantity{float:left}.single-product div.product form.cart .button{float:right}.single-product div.product .price{font-weight:700}.single-product div.product table.variations{margin:0}.stock:before,a.reset_variations:before{margin-right:.53em;font-family:FontAwesome}.single-product div.product table.variations td,.single-product div.product table.variations th{display:list-item;padding:0;list-style:none;background-color:transparent}.single-product div.product table.variations .value{margin-bottom:1em}.single-product div.product .single_variation .price{margin-bottom:1em;display:block}.single-product div.product .variations_button::after,.single-product div.product .woocommerce-product-rating::after{content:"";display:table;clear:both}.single-product div.product .variations_button{padding-top:1em;border-top:1px solid rgba(0,0,0,.1)}.single-product div.product .woocommerce-product-rating{margin-bottom:2.618em;line-height:1;border-bottom:1px solid rgba(0,0,0,.1);padding:0 0 1.618em;margin-top:-.618em}.single-product div.product .woocommerce-product-rating .star-rating{float:right}.single-product div.product .product_meta .posted_in,.single-product div.product .product_meta .sku_wrapper,.single-product div.product .product_meta .tagged_as{border-bottom:1px dotted rgba(0,0,0,.1);display:block;padding:.53em 0}.single-product div.product .product_meta .posted_in:last-child,.single-product div.product .product_meta .sku_wrapper:last-child,.single-product div.product .product_meta .tagged_as:last-child{border-bottom:0}.stock.in-stock{color:#0f834d}.stock.in-stock:before{content:"\f118"}.stock.out-of-stock{color:#e2401c}.stock.out-of-stock:before{content:"\f119"}a.reset_variations{display:inline-block;margin-left:1em}#reviews .commentlist,.product_list_widget{margin-left:0;list-style:none}a.reset_variations:before{content:"\f021";font-weight:400}#reviews #comments{padding-top:0}#reviews .commentlist li{border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:3.631em;list-style:none;clear:both}#reviews .commentlist li time{opacity:.8}#reviews .commentlist li .avatar{float:right;width:2.618em;height:auto}#reviews .commentlist li p.meta{margin-bottom:1em}#reviews .commentlist li .description{padding-bottom:1.618em}#reviews .commentlist li ul.children{border-top:1px solid rgba(0,0,0,.1);width:81.8181818182%;float:right;margin-right:0;padding-top:2.618em}#reviews .comment-form-rating{clear:both}#reviews .comment-form-rating label{display:block}.woocommerce-breadcrumb{margin-bottom:4.236em;font-size:.857em;padding:1em 0;border-bottom:1px solid rgba(0,0,0,.05)}.woocommerce-breadcrumb a.home:before{content:"\f015";font-family:FontAwesome;font-weight:400;margin-right:.53em}.product_list_widget li{padding:1em 0;border-bottom:1px dotted rgba(0,0,0,.1)}.product_list_widget li::after{clear:both;content:"";display:table}.product_list_widget li>a,.widget_products a,.widget_shopping_cart .buttons .button{display:block}.product_list_widget li img{max-width:2.618em;float:right}.product_list_widget a:hover{color:#96588a}.widget_shopping_cart .product_list_widget{margin-bottom:0}.widget_shopping_cart .product_list_widget li{padding-left:2em;position:relative}.widget_shopping_cart .product_list_widget li a.remove{position:absolute;top:1em;left:0;opacity:1}.widget_shopping_cart p.buttons,.widget_shopping_cart p.total{padding:1em 0;margin:0;text-align:center}.widget_shopping_cart p.total{border-bottom:1px solid rgba(0,0,0,.1)}.widget_shopping_cart .buttons .button:nth-child(odd){margin-bottom:.618em}.widget_product_categories ul{margin:0}.widget_layered_nav li:before,.widget_layered_nav_filters ul li.chosen a:before,.widget_product_categories ul li:before{font-family:FontAwesome;margin-right:.53em}.widget_product_categories ul li{list-style:none;margin-bottom:.618em}.widget_product_categories ul li:before{display:inline-block;opacity:.25;content:"\f114"}.widget_product_categories ul li.current-cat:before{content:"\f115"}.widget_product_categories .children{margin-top:.618em;margin-left:1.618em}.site-header .widget_shopping_cart li,.site-header .widget_shopping_cart p.buttons,.site-header .widget_shopping_cart p.total{padding-left:1.387em;padding-right:1.387em;background-color:rgba(0,0,0,.025)}.widget_layered_nav li{margin-bottom:.618em}.widget_layered_nav li:before{display:inline-block;opacity:.35;content:"\f0c8"}.widget_layered_nav .chosen:before{content:"\f14a"}.widget_layered_nav_filters ul li.chosen a:before{content:"\f00d";color:#e2401c}.widget.woocommerce li .count{font-size:1em;float:right}.widget_price_filter .price_slider{margin-bottom:1em}.widget_price_filter .price_slider_amount{text-align:right;line-height:2.4em}a.remove,a.remove:before{line-height:1.618;font-weight:400}.widget_price_filter .price_slider_amount .button{float:left}.widget_price_filter .ui-slider{position:relative;text-align:left}.widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;cursor:ew-resize;outline:0;background:#96588a;box-sizing:border-box;margin-top:-.25em;opacity:1;border-radius:1em}.widget_price_filter .ui-slider .ui-slider-handle:last-child{margin-left:-1em}.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active,.widget_price_filter .ui-slider .ui-slider-handle:hover{box-shadow:0 0 0 .236em rgba(0,0,0,.1)}.widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background:#96588a;border-radius:1em}table.cart .product-quantity .minus,table.cart .product-quantity .plus,table.cart .product-thumbnail,table.cart td.actions label{display:none}.widget_price_filter .price_slider_wrapper .ui-widget-content{background:rgba(0,0,0,.1);border-radius:1em}.widget_price_filter .ui-slider-horizontal{height:.5em}.widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}table.cart{margin-bottom:3.631em}table.cart thead{text-indent:-999em}table.cart thead th{padding:0}table.cart td,table.cart th{padding:.53em}table.cart .qty{padding:.236em;max-width:1.618em}table.cart td.actions .coupon{padding-bottom:1em;margin-bottom:1em;border-bottom:1px dotted rgba(0,0,0,.1)}table.cart td.actions input{display:block;width:100%;margin:.236em 0}.wc-proceed-to-checkout{margin-bottom:1.618em}.wc-proceed-to-checkout::after{clear:both;content:"";display:table}.wc-proceed-to-checkout .button{display:block;text-align:center;margin-bottom:1em}.wc-proceed-to-checkout .button.checkout-button{font-size:1.387em}ul#shipping_method{margin:0;list-style:none}a.remove{display:block;width:1.618em;height:1.618em;text-indent:-9999px;position:relative}a.remove:before{content:"\f057";font-family:FontAwesome;position:absolute;top:0;left:0;right:0;bottom:0;color:#e2401c;text-indent:0;text-align:center}#payment::after,form.checkout::after{content:"";display:table;clear:both}.checkout_coupon{margin-bottom:2.618em}#payment{border-top:3px solid rgba(0,0,0,.1)}#payment .create-account{clear:both}#payment .payment_methods{margin:0!important;border-bottom:1px dotted rgba(0,0,0,.1);padding:0!important}#payment .payment_methods li{list-style:none!important;padding:1.387em!important;border-bottom:1px dotted rgba(0,0,0,.1);margin-left:0}#payment .payment_methods li img{float:right;border:0;padding:0;max-height:1.618em}#payment .payment_methods li:last-child{padding-bottom:0;border-bottom:0}#payment .payment_methods li label{width:92%;padding-top:0!important;margin-left:.618em;font-weight:700}#payment .payment_methods li p{margin:0}#payment .payment_methods li .payment_box{padding:1.387em;margin:1.387em -1.387em -1.387em;background:rgba(0,0,0,.035);border-top:1px dotted rgba(0,0,0,.1)}#payment .payment_methods li .payment_box fieldset{border:0;margin:0;padding:1em 0 0;font-size:.857em}#payment .payment_methods li .payment_box fieldset .form-row,#payment .terms{margin-bottom:1em}#payment .payment_methods li .payment_box fieldset label{width:auto;margin-left:0}#payment .payment_methods li .payment_box fieldset .form-row-first select{width:48%}#payment .payment_methods li .payment_box fieldset .form-row-first select:nth-child(2n){float:right}#payment .payment_methods li .payment_box fieldset #cvv{width:22%!important}#payment .payment_methods li .payment_box fieldset .help{width:75%;float:right}#payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc,#payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,#payment .payment_methods li .payment_box .wc-credit-card-form-card-number{font-size:1.387em}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number{background-repeat:no-repeat;background-position:right .618em center;background-size:31px 20px;background-image:url(../../../assets/images/credit-cards/unknown.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa{background-image:url(../../../assets/images/credit-cards/visa.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(../../../assets/images/credit-cards/mastercard.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser{background-image:url(../../../assets/images/credit-cards/laser.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(../../../assets/images/credit-cards/diners.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro{background-image:url(../../../assets/images/credit-cards/maestro.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb{background-image:url(../../../assets/images/credit-cards/jcb.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex{background-image:url(../../../assets/images/credit-cards/amex.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover{background-image:url(../../../assets/images/credit-cards/discover.svg)}#payment .terms{width:100%;clear:both;float:none}#payment .terms label{display:inline-block;margin-left:.618em}#payment .terms input{display:inline-block;width:auto;float:left;margin:.327em .53em 0 0}#payment .place-order{padding:1.387em;margin-bottom:0;float:none;width:100%}#payment .place-order .button{font-size:1.387em;width:100%;white-space:pre-wrap}.woocommerce-checkout .payment-fixed{position:fixed;top:0;z-index:9}.admin-bar .woocommerce-checkout .payment-fixed{top:32px}.woocommerce-password-strength{font-weight:600;padding:.53em 0;text-align:right;font-size:.857em}.quantity .qty,.storefront-product-section .section-title,.woocommerce-tabs ul.tabs{text-align:center}.woocommerce-password-strength:after{content:"\f119";font-family:FontAwesome;display:inline-block;font-weight:400;margin-left:.53em}.woocommerce-tabs ul.tabs,ul.digital-downloads,ul.order_details{margin-left:0;list-style:none}.woocommerce-password-strength.strong{color:#0f834d}.woocommerce-password-strength.strong:after{content:"\f118"}.woocommerce-password-strength.bad,.woocommerce-password-strength.short{color:#e2401c}.woocommerce-password-strength.good{color:#3D9CD2}.woocommerce-password-strength.good:after{content:"\f11a"}ul.order_details{border:1px solid rgba(0,0,0,.1);position:relative}ul.order_details::after{clear:both;content:"";display:table}ul.order_details li{float:left;padding:1em 1.618em;border-right:1px solid rgba(0,0,0,.1);font-size:.8em;text-transform:uppercase}ul.order_details li:last-child{border-right:0}ul.order_details li strong{display:block;font-size:1.387em;text-transform:none}ul.digital-downloads li{padding-bottom:1em;margin-bottom:1em;border-bottom:1px dotted rgba(0,0,0,.1)}ul.digital-downloads li:before{font-family:FontAwesome;content:"\f019";margin-right:.53em}.my_account_orders .button{padding:.53em 1em;font-size:.857em;margin-right:.236em}.form-row label{display:block}.form-row.create-account label,p.stars,p.stars a{display:inline-block}.form-row input,.form-row select,.form-row textarea{width:100%}.form-row .button,.form-row input[type=checkbox],.form-row input[type=radio]{width:auto}.form-row.woocommerce-validated input.input-text{box-shadow:inset 2px 0 0 #0f834d}.form-row.woocommerce-invalid input.input-text{box-shadow:inset 2px 0 0 #e2401c}.form-row-last{margin-right:0!important}.form-row-wide{clear:both;width:100%}.required{border-bottom:0!important;color:red}.demo_store{position:fixed;left:0;bottom:0;right:0;margin:0;padding:1em 1.387em;background-color:#3D9CD2;color:#fff}.demo_store:before{font-family:FontAwesome;margin-right:.53em;content:"\f05a"}.star-rating{overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.5em;font-family:star}.onsale,dl.variation{font-size:.857em}.star-rating:before{content:"\73\73\73\73\73";color:rgba(0,0,0,.2);float:left;top:0;left:0;position:absolute}.star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0;color:#96588a}p.stars a:before,p.stars a:hover~a:before{content:"\e021"}.onsale,.woocommerce-tabs ul.tabs li.active a{color:#60646c}p.stars{margin:0}p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;text-decoration:none;margin-right:1px}p.stars a:before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;text-indent:0}p.stars.selected a.active:before,p.stars:hover a:before{content:"\e020"}p.stars.selected a.active~a:before{content:"\e021"}p.stars.selected a:not(.active):before{content:"\e020"}.onsale{border:2px solid #60646c;padding:.202em .618em;text-transform:uppercase;font-weight:700;display:inline-block;margin-bottom:1em}.quantity .qty{max-width:3.631em}.storefront-sorting{font-size:.857em;margin-bottom:2.618em}.woocommerce-tabs{border:1px solid rgba(0,0,0,.1);border-width:1px 0;padding:1em 0}.woocommerce-tabs ul.tabs li{display:inline-block;margin-right:1em;position:relative}.woocommerce-tabs ul.tabs li.active:after{content:"\f107";font-family:FontAwesome;position:absolute;top:100%;left:50%;height:1em;width:1em;line-height:1;margin-left:-.5em}.woocommerce-error,.woocommerce-info,.woocommerce-message,.woocommerce-noreviews,p.no-comments{padding:1em 1.618em;margin-bottom:2.618em;background-color:#0f834d;margin-left:0;color:#fff;clear:both;border-left:.618em solid rgba(0,0,0,.15)}.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after,.woocommerce-noreviews::after,p.no-comments::after{clear:both;content:"";display:table}.woocommerce-error a,.woocommerce-info a,.woocommerce-message a,.woocommerce-noreviews a,p.no-comments a{color:#fff}.woocommerce-error a:hover,.woocommerce-info a:hover,.woocommerce-message a:hover,.woocommerce-noreviews a:hover,p.no-comments a:hover{color:#fff;opacity:.7}.woocommerce-error a.button:hover,.woocommerce-info a.button:hover,.woocommerce-message a.button:hover,.woocommerce-noreviews a.button:hover,p.no-comments a.button:hover{opacity:1}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button,.woocommerce-noreviews .button,p.no-comments .button{float:right;padding:0 0 0 1em;background:0 0;color:#fff;box-shadow:none;line-height:1.618;border-width:0 0 0 1px;border-left-style:solid;border-left-color:rgba(255,255,255,.25)!important;border-radius:0}.woocommerce-error .button:hover,.woocommerce-info .button:hover,.woocommerce-message .button:hover,.woocommerce-noreviews .button:hover,p.no-comments .button:hover{background:0 0;color:#fff;opacity:.7}.woocommerce-error pre,.woocommerce-info pre,.woocommerce-message pre,.woocommerce-noreviews pre,p.no-comments pre{background-color:rgba(0,0,0,.1)}.site-content>.col-full>.woocommerce>.woocommerce-error:first-child,.site-content>.col-full>.woocommerce>.woocommerce-info:first-child,.site-content>.col-full>.woocommerce>.woocommerce-message:first-child{margin-top:2.618em}.wc-forward:after{content:"\f178";font-family:FontAwesome;margin-left:.53em;font-weight:400}.woocommerce-info,.woocommerce-noreviews,p.no-comments{background-color:#3D9CD2}.woocommerce-error{list-style:none;background-color:#e2401c}dl.variation dd{margin:0 0 1em}.storefront-product-section{border-bottom:3px solid rgba(0,0,0,.025);margin-bottom:4.236em}.storefront-product-section:last-child{border-bottom:0}@media (min-width:768px){table.shop_table_responsive thead{display:table-header-group}table.shop_table_responsive tbody th,table.shop_table_responsive tr td{display:table-cell}table.shop_table_responsive tr td:before{display:none}.site-header-cart{position:relative}.site-header-cart .cart-contents{padding:0 1em 2.244em;display:block;position:relative;background-color:transparent;height:auto;width:auto;text-indent:0}.site-header-cart .cart-contents:after{right:1.618em;line-height:1;height:1em;width:1em;top:.3em}.site-header-cart .cart-contents .amount{margin-right:.327em}.site-header-cart .cart-contents .count{font-weight:400;opacity:.5;font-size:.857em}.site-header-cart .cart-contents span{display:inline}.site-header-cart .widget_shopping_cart{position:absolute;top:100%;width:100%;z-index:999999;font-size:.857em;left:-999em;display:block}.site-header-cart .widget_shopping_cart h2.widgettitle{display:none}.site-header-cart .widget_shopping_cart .product_list_widget li a.remove{position:relative;float:left;top:auto}.site-header-cart .widget_shopping_cart .product_list_widget li a.remove:before{text-align:left}.site-header-cart.focus .widget_shopping_cart,.site-header-cart:hover .widget_shopping_cart{left:0}ul.products li.product{clear:none;width:100%;float:left;font-size:.857em}ul.products li.product.first{clear:both!important}ul.products li.product.last{margin-right:0!important}.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%}.single-product div.product .images{width:41.1764705882%;float:left;margin-right:5.8823529412%;margin-bottom:3.631em}.single-product div.product .images .thumbnails::after{clear:both;content:"";display:table}.single-product div.product .images .thumbnails a.zoom{width:14.2857142857%;float:left;margin-right:14.2857142857%}.single-product div.product .images .thumbnails a.zoom.last{float:right;margin-right:0}.single-product div.product .summary{width:52.9411764706%;float:right;margin-right:0;margin-bottom:3.631em}.single-product div.product .woocommerce-tabs{clear:both}#reviews .comment-form-author,#reviews .comment-form-email{width:47%}#reviews .comment-form-email{margin-right:0}.storefront-full-width-content.single-product div.product .images{width:30.4347826087%;float:left;margin-right:4.347826087%;margin-bottom:3.631em}.storefront-full-width-content.single-product div.product .images .thumbnails a.zoom{width:14.2857142857%;float:left;margin-right:14.2857142857%}.storefront-full-width-content.single-product div.product .images .thumbnails a.zoom.last{margin-right:0}.storefront-full-width-content.single-product div.product .summary{width:65.2173913043%;float:right;margin-right:0;margin-bottom:3.631em}.storefront-full-width-content.single-product div.product .woocommerce-tabs{clear:both}.storefront-full-width-content.single-product .related ul.products li.product,.storefront-full-width-content.single-product .upsells ul.products li.product{width:30.4347826087%;float:left;margin-right:4.347826087%}.woocommerce .page-description{margin-bottom:1.618em}.storefront-sorting{margin-bottom:2.618em}.storefront-sorting::after{clear:both;content:"";display:table}.page-template-template-fullwidth-php table.cart .product-thumbnail,table.cart .product-remove{display:table-cell}.storefront-sorting select{width:auto}.woocommerce-result-count{float:left;position:relative;margin-bottom:0;padding:.327em 0}.woocommerce-ordering{float:left;margin-right:1em;margin-bottom:0;padding:.327em 0}.woocommerce-pagination{float:right;border:0;clear:none;padding:0;margin-bottom:0}.woocommerce-cart .hentry,.woocommerce-checkout .hentry{border-bottom:0;padding-bottom:0}.page-template-template-fullwidth-php table.cart .product-thumbnail img{max-width:3.631em;height:auto;border:.327em solid #fff}.page-template-template-fullwidth-php table.cart thead{font-size:1em;text-indent:0}.page-template-template-fullwidth-php table.cart thead th,table.cart td,table.cart th{padding:.857em 1.387em}table.cart .qty{padding:.857em;max-width:3.632em}table.cart .product-quantity .minus,table.cart .product-quantity .plus{display:inline-block}table.cart .quantity .qty{padding:.618em}table.cart td.actions{text-align:right}table.cart td.actions label{display:none}table.cart td.actions .coupon{padding-bottom:0;margin-bottom:0;border-bottom:none;display:inline-block;float:left}table.cart td.actions input{display:inline-block;width:auto;margin:0}.cart-collaterals::after{clear:both;content:"";display:table}.cart-collaterals .cross-sells{width:41.1764705882%;float:left;margin-right:5.8823529412%}.cart-collaterals .cross-sells ul.products li.product{width:42.8571428571%;float:left;margin-right:14.2857142857%}.cart-collaterals .cart_totals,.cart-collaterals .shipping_calculator{width:52.9411764706%;float:right;margin:0;clear:right}.cart-collaterals .cart_totals small.includes_tax{display:block}.cart-collaterals .shipping_calculator{clear:right}.page-template-template-fullwidth-php .cart-collaterals .cross-sells{width:47.8260869565%;float:left;margin-right:4.347826087%}.page-template-template-fullwidth-php .cart-collaterals .cross-sells ul.products li.product{width:45.4545454545%;float:left;margin-right:9.0909090909%}.page-template-template-fullwidth-php .cart-collaterals .cart_totals,.page-template-template-fullwidth-php .cart-collaterals .shipping_calculator{width:47.8260869565%;float:right;margin-right:0}.col2-set{width:52.9411764706%;float:left;margin-right:5.8823529412%}.col2-set .form-row-first{width:33.3333333333%;float:left;margin-right:11.1111111111%}.col2-set .form-row-last{width:55.5555555556%;float:right;margin-right:0}.col2-set .col-1,.col2-set .col-2{margin-bottom:1.618em}.col2-set+#customer_details{display:none}.col2-set.addresses{width:100%;float:left;margin-left:0;margin-right:0}.col2-set.addresses .col-1{width:47.0588235294%;float:left;margin-right:5.8823529412%}.col2-set.addresses .col-2{width:47.0588235294%;float:right;margin-right:0}#order_review,#order_review_heading{width:41.1764705882%;float:right;margin-right:0;border:3px solid #96588a;clear:right}#order_review_heading{margin-bottom:0;padding-bottom:.618em;padding-top:.618em;border-width:3px 3px 0;padding-left:2.0833333333%;padding-right:2.0833333333%}#order_review{border-width:0 3px 3px}.page-template-template-fullwidth-php.woocommerce-order-pay #order_review,.woocommerce-order-pay #order_review{border-width:3px;width:100%;float:none}.page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3,.woocommerce-order-pay #order_review #payment h3{padding-left:1em;padding-top:1em}.page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row,.page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods+.form-row,.woocommerce-order-pay #order_review #payment .form-row,.woocommerce-order-pay #order_review .payment_methods+.form-row{padding:1em}.page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order,.woocommerce-order-pay #order_review .button#place_order{display:block;width:100%;font-size:1.387em}#wc_checkout_add_ons{width:41.1764705882%;float:left;margin-right:5.8823529412%}.page-template-template-fullwidth-php .col2-set{width:47.8260869565%;float:left;margin-right:4.347826087%}.page-template-template-fullwidth-php .col2-set .form-row-first{width:45.4545454545%;float:left;margin-right:9.0909090909%}.page-template-template-fullwidth-php .col2-set .form-row-last{width:45.4545454545%;float:right;margin-right:0}.page-template-template-fullwidth-php .col2-set.addresses .col-1{width:47.8260869565%;float:left;margin-right:4.347826087%}.page-template-template-fullwidth-php #order_review,.page-template-template-fullwidth-php #order_review_heading,.page-template-template-fullwidth-php #wc_checkout_add_ons,.page-template-template-fullwidth-php .col2-set.addresses .col-2{width:47.8260869565%;float:right;margin-right:0}.page-template-template-fullwidth-php #order_review{font-size:.857em}#order_review .shop_table{margin-bottom:2.618em}.col2-set#customer_login{width:100%;float:left;margin-left:0;margin-right:0}.col2-set#customer_login .col-1{width:41.1764705882%;float:left;margin-right:5.8823529412%}.col2-set#customer_login .col-2{width:52.9411764706%;float:right;margin-right:0}.page-template-template-fullwidth-php .col2-set#customer_login .col-1{width:47.8260869565%;float:left;margin-right:4.347826087%}.page-template-template-fullwidth-php .col2-set#customer_login .col-2{width:47.8260869565%;float:right;margin-right:0}.addresses header.title::after{clear:both;content:"";display:table}.addresses header.title h3{float:left}.addresses header.title a{float:right;display:block;width:1em;height:1em;text-indent:-9999px;position:relative;padding:.857em;margin-top:.4em}.addresses header.title a:before{font-family:FontAwesome;content:"\f044";position:absolute;top:0;left:0;height:100%;width:100%;text-align:center;text-indent:0;font-weight:400}.form-row-first{width:47.0588235294%;float:left;margin-right:5.8823529412%;clear:both}.form-row-last{width:47.0588235294%;float:right;margin-right:0}.page-template-template-fullwidth-php .form-row-first{width:47.8260869565%;float:left;margin-right:4.347826087%}.page-template-template-fullwidth-php .form-row-last{width:47.8260869565%;float:right;margin-right:0}.storefront-full-width-content .woocommerce-tabs ul.tabs{width:30.4347826087%;float:left;margin-right:4.347826087%}.storefront-full-width-content .woocommerce-tabs .panel{width:65.2173913043%;float:right;margin-right:0;margin-bottom:3.631em}.woocommerce-tabs{margin-bottom:2.618em;padding-top:2.618em;padding-bottom:2.618em}.woocommerce-tabs::after{clear:both;content:"";display:table}.woocommerce-tabs ul.tabs{width:29.4117647059%;float:left;margin-right:5.8823529412%;text-align:left}.woocommerce-tabs ul.tabs li{display:block;margin:0;border-bottom:1px dotted rgba(0,0,0,.1)}.woocommerce-tabs ul.tabs li a{padding:1em 0;display:block}.woocommerce-tabs ul.tabs li.active:after{margin:-.5em 0 0;right:0;left:auto;top:50%;content:"\f105"}.woocommerce-tabs .panel{width:64.7058823529%;float:right;margin-right:0;margin-top:0}} \ No newline at end of file