Version Description
26/09/2021 =
Fixed: EA Fliterable Gallery | Images not displaying under each filter until Load More button is hit
Fixed: EA Post Grid | Load More button not working with Random sorting
Fixed: EA Advanced Data Table | removed data reappearing
Fixed: EA Feature List | showing warning in browser console
Fixed: EA Advanced Tabs | 'Active as Default' getting priority over custom ID
Fixed: EA Filterable Gallery | PHP 8 Error
Fixed: EA Woo Product Gallery | Out of Stock Badge not showing
Improved: EA Table of Contents | Added Height controller
Improved: EA WooCommerce elements | Added option to make product images clickable
Few minor bug fix & improvements
Download this release
Release Info
| Developer | wpdevteam |
| Plugin | |
| Version | 4.9.2 |
| Comparing to | |
| See all releases | |
Code changes from version 4.9.1 to 4.9.2
- assets/front-end/css/view/price-table.css +4 -1
- assets/front-end/css/view/price-table.min.css +1 -1
- assets/front-end/css/view/product-grid.css +0 -469
- assets/front-end/css/view/product-grid.min.css +1 -1
- assets/front-end/css/view/quick-view.css +538 -0
- assets/front-end/css/view/quick-view.min.css +1 -0
- assets/front-end/css/view/woo-product-carousel.css +0 -504
- assets/front-end/css/view/woo-product-carousel.min.css +1 -1
- assets/front-end/css/view/woo-product-gallery.css +0 -503
- assets/front-end/css/view/woo-product-gallery.min.css +1 -1
- assets/front-end/js/edit/advanced-data-table.js +1 -1
- assets/front-end/js/edit/advanced-data-table.min.js +1 -1
- assets/front-end/js/view/advanced-tabs.js +1 -1
- assets/front-end/js/view/advanced-tabs.min.js +1 -1
- assets/front-end/js/view/filterable-gallery.js +1 -1
- assets/front-end/js/view/filterable-gallery.min.js +1 -1
- assets/front-end/js/view/general.min.js +1 -1
- assets/front-end/js/view/load-more.js +1 -1
- assets/front-end/js/view/load-more.min.js +1 -1
- config.php +15 -0
- essential_adons_elementor.php +3 -3
- includes/Classes/Helper.php +1 -1
- includes/Elements/Adv_Tabs.php +3 -3
- includes/Elements/Event_Calendar.php +1 -2
- includes/Elements/Feature_List.php +10 -7
- includes/Elements/Filterable_Gallery.php +196 -125
- includes/Elements/Info_Box.php +4 -2
- includes/Elements/Login_Register.php +34 -34
- includes/Elements/Post_Grid.php +7 -1
- includes/Elements/Post_Timeline.php +7 -1
- includes/Elements/Product_Grid.php +19 -3
- includes/Elements/Woo_Checkout.php +1 -0
- includes/Elements/Woo_Product_Carousel.php +10 -0
- includes/Elements/Woo_Product_Gallery.php +8 -1
- includes/Extensions/Table_of_Content.php +24 -0
- includes/Template/Eicon-Woocommerce/default.php +56 -20
- includes/Template/Woo-Product-Carousel/preset-1.php +8 -0
- includes/Template/Woo-Product-Carousel/preset-2.php +8 -0
- includes/Template/Woo-Product-Carousel/preset-3.php +8 -0
- includes/Template/Woo-Product-Carousel/preset-4.php +8 -0
- includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php +30 -4
- includes/Traits/Controls.php +3 -0
- includes/Traits/Helper.php +10 -0
- languages/essential-addons-for-elementor-lite.pot +463 -463
- readme.txt +15 -3
assets/front-end/css/view/price-table.css
CHANGED
|
@@ -73,9 +73,12 @@
|
|
| 73 |
transition: 0.5s;
|
| 74 |
}
|
| 75 |
|
| 76 |
-
.eael-pricing.style-1
|
| 77 |
-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
| 78 |
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
|
|
|
|
|
|
|
|
|
| 79 |
}
|
| 80 |
|
| 81 |
.eael-pricing.style-1 .eael-pricing-item.featured {
|
| 73 |
transition: 0.5s;
|
| 74 |
}
|
| 75 |
|
| 76 |
+
.eael-pricing.style-1:hover {
|
| 77 |
-webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
| 78 |
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
| 79 |
+
-webkit-transition: 0.5s;
|
| 80 |
+
-o-transition: 0.5s;
|
| 81 |
+
transition: 0.5s;
|
| 82 |
}
|
| 83 |
|
| 84 |
.eael-pricing.style-1 .eael-pricing-item.featured {
|
assets/front-end/css/view/price-table.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.eael-pricing{-webkit-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-pricing .eael-pricing-item{width:100%;height:auto;margin:0}.eael-pricing .eael-pricing-button{display:none;padding:12px 25px;background:#00c853;font-size:14px;font-weight:600;color:#fff;text-transform:uppercase;text-decoration:none;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;border-radius:4px}.eael-pricing .eael-pricing-button:hover{background:#03b048}.eael-pricing .eael-pricing-item ul{padding:0px;margin:0px;list-style:none}.eael-pricing .eael-pricing-item ul li.disable-item{text-decoration:line-through;opacity:.5}.eael-pricing .eael-pricing-item ul li span.li-icon{color:#00c853;margin-right:6px}.eael-pricing .eael-pricing-item ul li.disable-item span.li-icon{color:#ef5350}.eael-pricing.style-1{position:relative;z-index:0;text-align:center}.eael-pricing.style-1 .eael-pricing-item{border:1px solid rgba(9,9,9,.1);padding:30px;border-radius:5px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.eael-pricing.style-1 .eael-pricing-item:hover{-webkit-box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.eael-pricing.style-1 .eael-pricing-item.featured{position:relative}.eael-pricing.style-1 .eael-pricing-item.ribbon-1:before{content:"";position:absolute;width:100%;height:3px;background:#00c853;top:0px;left:0px;right:0px;z-index:1;border-radius:5px 5px 0px 0px}.eael-pricing.style-1 .eael-pricing-item.ribbon-2:before{content:"Featured";position:absolute;width:auto;background:#00c853;color:#fff;top:35px;right:-15px;z-index:10;font-size:10px;font-weight:600;text-transform:uppercase;padding:5px 10px}.eael-pricing.style-1 .eael-pricing-item.ribbon-2:after{content:"";position:absolute;top:20px;right:-15px;width:0;height:0;border-bottom:15px solid #00c853;border-right:15px solid transparent;z-index:9;opacity:.9}.eael-pricing.style-1 .eael-pricing-item.ribbon-3:before{content:"Featured";position:absolute;width:auto;background:rgba(0,0,0,.6);color:#fff;top:15px;right:15px;z-index:10;font-size:11px;font-weight:600;text-transform:uppercase;padding:5px 15px}.eael-pricing .eael-pricing-item .eael-pricing-image.ribbon-4:before,.eael-pricing .eael-pricing-item.ribbon-4:before{content:"Featured";position:absolute;width:auto;background:#00c853;color:#fff;top:30px;right:-55px;z-index:10;font-size:13px;font-weight:600;text-transform:uppercase;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:200px;padding:7px 0;white-space:nowrap}.eael-pricing .eael-pricing-item .eael-pricing-image.ribbon-left.ribbon-4:before,.eael-pricing .eael-pricing-item.ribbon-left.ribbon-4:before{right:auto;left:-55px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-pricing.style-1 .eael-pricing-item .header{display:block;position:relative;z-index:0;padding-bottom:15px;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .header:after{content:"";position:absolute;width:140px;height:1px;bottom:0px;left:0px;right:0px;margin:0 auto;z-index:1;background:rgba(9,9,9,.1)}.eael-pricing.style-1 .eael-pricing-item .header .title{font-weight:700;line-height:30px;margin:0px}.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag{position:relative;z-index:0;padding:15px 0px;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after{content:"";position:absolute;width:140px;height:1px;bottom:0px;left:0px;right:0px;margin:0 auto;z-index:1;background:rgba(9,9,9,.04)}.eael-pricing.style-1 .eael-pricing-item .price-tag{position:relative;display:inline-block;font-size:28px;font-weight:500;line-height:0px;margin:0px auto}.eael-pricing.style-1 .eael-pricing-item .price-tag .price-currency{font-size:24px;font-weight:700}.eael-pricing.style-1 .eael-pricing-item .price-period{color:#999}.eael-pricing.style-1 .eael-pricing-item .body ul{display:block;width:100%;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .body ul li{display:block;width:100%;height:auto;padding:10px 0px;font-size:14px;color:#6d6d6d;border-bottom:1px solid rgba(9,9,9,.04)}.eael-pricing.style-1 .eael-pricing-item .body ul li:last-child{border:none}.eael-pricing.style-1 .eael-pricing-item.featured-large{padding:60px 0px}.eael-pricing.style-2{position:relative;z-index:0;text-align:center}.eael-pricing.style-2 .eael-pricing-item{padding:30px 0px;border-radius:5px;margin:0px;border:1px solid rgba(9,9,9,.1)}.eael-pricing.style-2 .eael-pricing-item.featured{-webkit-box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.eael-pricing.style-2 .eael-pricing-item.ribbon-1:before{content:"";position:absolute;width:100%;height:3px;background:#00c853;top:0px;left:0px;right:0px;z-index:1;border-radius:5px 5px 0px 0px}.eael-pricing.style-2 .eael-pricing-item.ribbon-2:before{content:"Featured";position:absolute;width:auto;background:#00c853;color:#fff;top:35px;right:-15px;z-index:10;font-size:10px;font-weight:600;text-transform:uppercase;padding:5px 10px}.eael-pricing.style-2 .eael-pricing-item.ribbon-2:after{content:"";position:absolute;top:20px;right:-15px;width:0;height:0;border-bottom:15px solid #00c853;border-right:15px solid transparent;z-index:9;opacity:.9}.eael-pricing.style-2 .eael-pricing-item.ribbon-3:before{content:"Featured";position:absolute;width:auto;background:rgba(0,0,0,.6);color:#fff;top:15px;right:15px;z-index:10;font-size:11px;font-weight:600;text-transform:uppercase;padding:5px 15px}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon{display:inline-block;position:relative;width:80px;height:80px;background:#00c853;border-radius:50%;margin-bottom:30px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;overflow:hidden}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon,.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon i{font-size:30px;color:#fff;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon{background:#43a047}.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon i{color:#fff}.eael-pricing.style-2 .eael-pricing-item .header{background:#c8e6c9;padding:25px 30px;margin-bottom:15px;position:relative;z-index:0}.eael-pricing.style-2 .eael-pricing-item.featured .header:after{content:"";position:absolute;width:100%;height:100%;top:0px;left:0px;right:0px;bottom:0px;z-index:-1;background:rgba(255,255,255,.4)}.eael-pricing.style-2 .eael-pricing-item .header .title{font-size:28px;font-weight:700;line-height:40px;margin:0px}.eael-pricing.style-2 .eael-pricing-item .header .subititle{font-size:14px;font-weight:600;color:#6d6d6d}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag{position:relative;z-index:0;padding:15px 0px;margin-bottom:15px}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after{content:"";position:absolute;width:140px;height:1px;bottom:0px;left:0px;right:0px;margin:0 auto;z-index:1;background:rgba(9,9,9,.04)}.eael-pricing.style-2 .eael-pricing-item .price-tag{position:relative;display:inline-block;font-size:28px;font-weight:500;line-height:0px;margin:0px auto}.eael-pricing.style-2 .eael-pricing-item .price-tag .price-currency{font-size:24px;font-weight:700;color:#00c853}.eael-pricing.style-2 .eael-pricing-item .price-period{color:#999}.eael-pricing.style-2 .eael-pricing-item .body ul{display:block;width:100%;margin-bottom:15px}.eael-pricing.style-2 .eael-pricing-item .body ul li{display:block;width:100%;height:auto;padding:10px 15px;font-size:14px;color:#6d6d6d;border-bottom:1px solid rgba(9,9,9,.04)}.eael-pricing.style-2 .eael-pricing-item .body ul li:last-child{border:none}@media only screen and (min-width: 768px)and (max-width: 992px){.eael-pricing{display:block}.eael-pricing .eael-pricing-item,.eael-pricing.style-2 .eael-pricing-item,.eael-pricing.style-4 .eael-pricing-item{width:100%;margin:0 auto 30px auto}}@media only screen and (max-width: 480px){.eael-pricing{display:block}.eael-pricing .eael-pricing-item{width:100%}.eael-pricing .eael-pricing-item,.eael-pricing.style-2 .eael-pricing-item,.eael-pricing.style-4 .eael-pricing-item{margin:0 auto 30px auto}}.eael-pricing-content-align-center .eael-pricing{text-align:center}.eael-pricing-content-align-left .eael-pricing{text-align:left}.eael-pricing-content-align-right .eael-pricing{text-align:right}.eael-pricing-content-align-center .eael-pricing.style-4{text-align:center}.eael-pricing-content-align-left .eael-pricing .eael-pricing-item.ribbon-4:before,.eael-pricing-content-align-right .eael-pricing .eael-pricing-item.ribbon-4:before{text-align:center}.eael-pricing-content-align-left .eael-pricing.style-4{text-align:left}.eael-pricing-content-align-right .eael-pricing.style-4{text-align:right}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag{padding-left:45px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag:before{left:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag{padding-right:30px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .header,.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .footer,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .header,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .footer{padding-left:30px;padding-right:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .header,.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .footer,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .header,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .footer{padding-right:30px;padding-left:30px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .body ul li,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .body ul li{padding-left:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .body ul li,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .body ul li{padding-right:30px}.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item .header:after{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item .header:after{-webkit-transform:translateX(80%);-ms-transform:translateX(80%);transform:translateX(80%)}.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item:hover .header:after,.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item:hover .header:after{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .header:after,.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .header:after,.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after{margin:0;width:100%}.eael-pricing-button-align-right .eael-pricing.style-1 .footer,.eael-pricing-button-align-right .eael-pricing.style-2 .footer,.eael-pricing-button-align-right .eael-pricing.style-3 .footer,.eael-pricing-button-align-right .eael-pricing.style-4 .footer{text-align:right}.eael-pricing-button-align-center .eael-pricing.style-1 .footer,.eael-pricing-button-align-center .eael-pricing.style-2 .footer,.eael-pricing-button-align-center .eael-pricing.style-3 .footer,.eael-pricing-button-align-center .eael-pricing.style-4 .footer{text-align:center}.eael-pricing-button-align-left .eael-pricing.style-1 .footer,.eael-pricing-button-align-left .eael-pricing.style-2 .footer,.eael-pricing-button-align-left .eael-pricing.style-3 .footer,.eael-pricing-button-align-left .eael-pricing.style-4 .footer{text-align:left}.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-2 .footer,.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-4 .footer{padding-right:30px}.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-2 .footer,.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-4 .footer{padding-left:30px}.only-in-pro{width:100%;-webkit-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px;min-width:200px;background:#ef5350;color:#fff;text-align:center}.only-in-pro .title{font-family:"Roboto",sans-serif;font-size:24px;line-height:40px;margin:0px}div.tooltipster-sidetip.tooltipster-base.tooltipster-right .tooltipster-arrow{position:absolute;top:50%}div.tooltipster-sidetip.tooltipster-top div.tooltipster-box{margin-bottom:0px !important}div.tooltipster-sidetip.tooltipster-bottom div.tooltipster-box{margin-top:0px !important}.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{top:auto;bottom:-8px}div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{top:-8px;bottom:auto}@media only screen and (max-width: 480px){.eael-pricing.style-1 .eael-pricing-item .price-tag{display:block}}
|
| 1 |
+
.eael-pricing{-webkit-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-pricing .eael-pricing-item{width:100%;height:auto;margin:0}.eael-pricing .eael-pricing-button{display:none;padding:12px 25px;background:#00c853;font-size:14px;font-weight:600;color:#fff;text-transform:uppercase;text-decoration:none;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;border-radius:4px}.eael-pricing .eael-pricing-button:hover{background:#03b048}.eael-pricing .eael-pricing-item ul{padding:0px;margin:0px;list-style:none}.eael-pricing .eael-pricing-item ul li.disable-item{text-decoration:line-through;opacity:.5}.eael-pricing .eael-pricing-item ul li span.li-icon{color:#00c853;margin-right:6px}.eael-pricing .eael-pricing-item ul li.disable-item span.li-icon{color:#ef5350}.eael-pricing.style-1{position:relative;z-index:0;text-align:center}.eael-pricing.style-1 .eael-pricing-item{border:1px solid rgba(9,9,9,.1);padding:30px;border-radius:5px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.eael-pricing.style-1:hover{-webkit-box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.eael-pricing.style-1 .eael-pricing-item.featured{position:relative}.eael-pricing.style-1 .eael-pricing-item.ribbon-1:before{content:"";position:absolute;width:100%;height:3px;background:#00c853;top:0px;left:0px;right:0px;z-index:1;border-radius:5px 5px 0px 0px}.eael-pricing.style-1 .eael-pricing-item.ribbon-2:before{content:"Featured";position:absolute;width:auto;background:#00c853;color:#fff;top:35px;right:-15px;z-index:10;font-size:10px;font-weight:600;text-transform:uppercase;padding:5px 10px}.eael-pricing.style-1 .eael-pricing-item.ribbon-2:after{content:"";position:absolute;top:20px;right:-15px;width:0;height:0;border-bottom:15px solid #00c853;border-right:15px solid transparent;z-index:9;opacity:.9}.eael-pricing.style-1 .eael-pricing-item.ribbon-3:before{content:"Featured";position:absolute;width:auto;background:rgba(0,0,0,.6);color:#fff;top:15px;right:15px;z-index:10;font-size:11px;font-weight:600;text-transform:uppercase;padding:5px 15px}.eael-pricing .eael-pricing-item .eael-pricing-image.ribbon-4:before,.eael-pricing .eael-pricing-item.ribbon-4:before{content:"Featured";position:absolute;width:auto;background:#00c853;color:#fff;top:30px;right:-55px;z-index:10;font-size:13px;font-weight:600;text-transform:uppercase;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:200px;padding:7px 0;white-space:nowrap}.eael-pricing .eael-pricing-item .eael-pricing-image.ribbon-left.ribbon-4:before,.eael-pricing .eael-pricing-item.ribbon-left.ribbon-4:before{right:auto;left:-55px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-pricing.style-1 .eael-pricing-item .header{display:block;position:relative;z-index:0;padding-bottom:15px;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .header:after{content:"";position:absolute;width:140px;height:1px;bottom:0px;left:0px;right:0px;margin:0 auto;z-index:1;background:rgba(9,9,9,.1)}.eael-pricing.style-1 .eael-pricing-item .header .title{font-weight:700;line-height:30px;margin:0px}.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag{position:relative;z-index:0;padding:15px 0px;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after{content:"";position:absolute;width:140px;height:1px;bottom:0px;left:0px;right:0px;margin:0 auto;z-index:1;background:rgba(9,9,9,.04)}.eael-pricing.style-1 .eael-pricing-item .price-tag{position:relative;display:inline-block;font-size:28px;font-weight:500;line-height:0px;margin:0px auto}.eael-pricing.style-1 .eael-pricing-item .price-tag .price-currency{font-size:24px;font-weight:700}.eael-pricing.style-1 .eael-pricing-item .price-period{color:#999}.eael-pricing.style-1 .eael-pricing-item .body ul{display:block;width:100%;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .body ul li{display:block;width:100%;height:auto;padding:10px 0px;font-size:14px;color:#6d6d6d;border-bottom:1px solid rgba(9,9,9,.04)}.eael-pricing.style-1 .eael-pricing-item .body ul li:last-child{border:none}.eael-pricing.style-1 .eael-pricing-item.featured-large{padding:60px 0px}.eael-pricing.style-2{position:relative;z-index:0;text-align:center}.eael-pricing.style-2 .eael-pricing-item{padding:30px 0px;border-radius:5px;margin:0px;border:1px solid rgba(9,9,9,.1)}.eael-pricing.style-2 .eael-pricing-item.featured{-webkit-box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.eael-pricing.style-2 .eael-pricing-item.ribbon-1:before{content:"";position:absolute;width:100%;height:3px;background:#00c853;top:0px;left:0px;right:0px;z-index:1;border-radius:5px 5px 0px 0px}.eael-pricing.style-2 .eael-pricing-item.ribbon-2:before{content:"Featured";position:absolute;width:auto;background:#00c853;color:#fff;top:35px;right:-15px;z-index:10;font-size:10px;font-weight:600;text-transform:uppercase;padding:5px 10px}.eael-pricing.style-2 .eael-pricing-item.ribbon-2:after{content:"";position:absolute;top:20px;right:-15px;width:0;height:0;border-bottom:15px solid #00c853;border-right:15px solid transparent;z-index:9;opacity:.9}.eael-pricing.style-2 .eael-pricing-item.ribbon-3:before{content:"Featured";position:absolute;width:auto;background:rgba(0,0,0,.6);color:#fff;top:15px;right:15px;z-index:10;font-size:11px;font-weight:600;text-transform:uppercase;padding:5px 15px}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon{display:inline-block;position:relative;width:80px;height:80px;background:#00c853;border-radius:50%;margin-bottom:30px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;overflow:hidden}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon,.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon i{font-size:30px;color:#fff;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon{background:#43a047}.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon i{color:#fff}.eael-pricing.style-2 .eael-pricing-item .header{background:#c8e6c9;padding:25px 30px;margin-bottom:15px;position:relative;z-index:0}.eael-pricing.style-2 .eael-pricing-item.featured .header:after{content:"";position:absolute;width:100%;height:100%;top:0px;left:0px;right:0px;bottom:0px;z-index:-1;background:rgba(255,255,255,.4)}.eael-pricing.style-2 .eael-pricing-item .header .title{font-size:28px;font-weight:700;line-height:40px;margin:0px}.eael-pricing.style-2 .eael-pricing-item .header .subititle{font-size:14px;font-weight:600;color:#6d6d6d}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag{position:relative;z-index:0;padding:15px 0px;margin-bottom:15px}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after{content:"";position:absolute;width:140px;height:1px;bottom:0px;left:0px;right:0px;margin:0 auto;z-index:1;background:rgba(9,9,9,.04)}.eael-pricing.style-2 .eael-pricing-item .price-tag{position:relative;display:inline-block;font-size:28px;font-weight:500;line-height:0px;margin:0px auto}.eael-pricing.style-2 .eael-pricing-item .price-tag .price-currency{font-size:24px;font-weight:700;color:#00c853}.eael-pricing.style-2 .eael-pricing-item .price-period{color:#999}.eael-pricing.style-2 .eael-pricing-item .body ul{display:block;width:100%;margin-bottom:15px}.eael-pricing.style-2 .eael-pricing-item .body ul li{display:block;width:100%;height:auto;padding:10px 15px;font-size:14px;color:#6d6d6d;border-bottom:1px solid rgba(9,9,9,.04)}.eael-pricing.style-2 .eael-pricing-item .body ul li:last-child{border:none}@media only screen and (min-width: 768px)and (max-width: 992px){.eael-pricing{display:block}.eael-pricing .eael-pricing-item,.eael-pricing.style-2 .eael-pricing-item,.eael-pricing.style-4 .eael-pricing-item{width:100%;margin:0 auto 30px auto}}@media only screen and (max-width: 480px){.eael-pricing{display:block}.eael-pricing .eael-pricing-item{width:100%}.eael-pricing .eael-pricing-item,.eael-pricing.style-2 .eael-pricing-item,.eael-pricing.style-4 .eael-pricing-item{margin:0 auto 30px auto}}.eael-pricing-content-align-center .eael-pricing{text-align:center}.eael-pricing-content-align-left .eael-pricing{text-align:left}.eael-pricing-content-align-right .eael-pricing{text-align:right}.eael-pricing-content-align-center .eael-pricing.style-4{text-align:center}.eael-pricing-content-align-left .eael-pricing .eael-pricing-item.ribbon-4:before,.eael-pricing-content-align-right .eael-pricing .eael-pricing-item.ribbon-4:before{text-align:center}.eael-pricing-content-align-left .eael-pricing.style-4{text-align:left}.eael-pricing-content-align-right .eael-pricing.style-4{text-align:right}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag{padding-left:45px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag:before{left:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag{padding-right:30px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .header,.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .footer,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .header,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .footer{padding-left:30px;padding-right:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .header,.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .footer,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .header,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .footer{padding-right:30px;padding-left:30px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .body ul li,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .body ul li{padding-left:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .body ul li,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .body ul li{padding-right:30px}.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item .header:after{-webkit-transform:translateX(-80%);-ms-transform:translateX(-80%);transform:translateX(-80%)}.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item .header:after{-webkit-transform:translateX(80%);-ms-transform:translateX(80%);transform:translateX(80%)}.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item:hover .header:after,.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item:hover .header:after{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .header:after,.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .header:after,.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after{margin:0;width:100%}.eael-pricing-button-align-right .eael-pricing.style-1 .footer,.eael-pricing-button-align-right .eael-pricing.style-2 .footer,.eael-pricing-button-align-right .eael-pricing.style-3 .footer,.eael-pricing-button-align-right .eael-pricing.style-4 .footer{text-align:right}.eael-pricing-button-align-center .eael-pricing.style-1 .footer,.eael-pricing-button-align-center .eael-pricing.style-2 .footer,.eael-pricing-button-align-center .eael-pricing.style-3 .footer,.eael-pricing-button-align-center .eael-pricing.style-4 .footer{text-align:center}.eael-pricing-button-align-left .eael-pricing.style-1 .footer,.eael-pricing-button-align-left .eael-pricing.style-2 .footer,.eael-pricing-button-align-left .eael-pricing.style-3 .footer,.eael-pricing-button-align-left .eael-pricing.style-4 .footer{text-align:left}.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-2 .footer,.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-4 .footer{padding-right:30px}.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-2 .footer,.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-4 .footer{padding-left:30px}.only-in-pro{width:100%;-webkit-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px;min-width:200px;background:#ef5350;color:#fff;text-align:center}.only-in-pro .title{font-family:"Roboto",sans-serif;font-size:24px;line-height:40px;margin:0px}div.tooltipster-sidetip.tooltipster-base.tooltipster-right .tooltipster-arrow{position:absolute;top:50%}div.tooltipster-sidetip.tooltipster-top div.tooltipster-box{margin-bottom:0px !important}div.tooltipster-sidetip.tooltipster-bottom div.tooltipster-box{margin-top:0px !important}.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{top:auto;bottom:-8px}div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{top:-8px;bottom:auto}@media only screen and (max-width: 480px){.eael-pricing.style-1 .eael-pricing-item .price-tag{display:block}}
|
assets/front-end/css/view/product-grid.css
CHANGED
|
@@ -1211,469 +1211,6 @@
|
|
| 1211 |
font-family: "Font Awesome 5 Free";
|
| 1212 |
font-weight: 900;
|
| 1213 |
}
|
| 1214 |
-
.eael-product-popup {
|
| 1215 |
-
position: fixed;
|
| 1216 |
-
left: 0;
|
| 1217 |
-
top: 0;
|
| 1218 |
-
width: 100%;
|
| 1219 |
-
height: 100%;
|
| 1220 |
-
display: -webkit-box;
|
| 1221 |
-
display: -ms-flexbox;
|
| 1222 |
-
display: flex;
|
| 1223 |
-
-webkit-box-align: center;
|
| 1224 |
-
-ms-flex-align: center;
|
| 1225 |
-
align-items: center;
|
| 1226 |
-
-webkit-box-pack: center;
|
| 1227 |
-
-ms-flex-pack: center;
|
| 1228 |
-
justify-content: center;
|
| 1229 |
-
z-index: -1;
|
| 1230 |
-
}
|
| 1231 |
-
.eael-product-popup.eael-product-popup-ready {
|
| 1232 |
-
z-index: 999;
|
| 1233 |
-
opacity: 1 !important;
|
| 1234 |
-
}
|
| 1235 |
-
.eael-product-popup.eael-product-zoom-in {
|
| 1236 |
-
opacity: 0;
|
| 1237 |
-
-webkit-transition: all 0.3s ease-out;
|
| 1238 |
-
-o-transition: all 0.3s ease-out;
|
| 1239 |
-
transition: all 0.3s ease-out;
|
| 1240 |
-
}
|
| 1241 |
-
.eael-product-popup.eael-product-zoom-in .eael-product-popup-details {
|
| 1242 |
-
opacity: 0;
|
| 1243 |
-
-webkit-transition: all 0.3s ease-in-out;
|
| 1244 |
-
-o-transition: all 0.3s ease-in-out;
|
| 1245 |
-
transition: all 0.3s ease-in-out;
|
| 1246 |
-
-webkit-transform: scale(0.5);
|
| 1247 |
-
-ms-transform: scale(0.5);
|
| 1248 |
-
transform: scale(0.5);
|
| 1249 |
-
}
|
| 1250 |
-
.eael-product-popup.eael-product-zoom-in.eael-product-popup-ready .eael-product-popup-details {
|
| 1251 |
-
opacity: 1;
|
| 1252 |
-
-webkit-transform: scale(0.9);
|
| 1253 |
-
-ms-transform: scale(0.9);
|
| 1254 |
-
transform: scale(0.9);
|
| 1255 |
-
}
|
| 1256 |
-
.eael-product-popup.eael-product-zoom-in.eael-product-popup-ready .eael-product-modal-bg {
|
| 1257 |
-
opacity: 0.7;
|
| 1258 |
-
}
|
| 1259 |
-
.eael-product-popup.eael-product-zoom-in.eael-product-modal-removing .eael-product-modal-bg {
|
| 1260 |
-
opacity: 0;
|
| 1261 |
-
}
|
| 1262 |
-
.eael-product-popup.eael-product-zoom-in.eael-product-modal-removing .eael-product-popup-details {
|
| 1263 |
-
-webkit-transform: scale(0.5);
|
| 1264 |
-
-ms-transform: scale(0.5);
|
| 1265 |
-
transform: scale(0.5);
|
| 1266 |
-
opacity: 0;
|
| 1267 |
-
}
|
| 1268 |
-
.eael-product-popup .eael-product-modal-bg {
|
| 1269 |
-
position: absolute;
|
| 1270 |
-
left: 0;
|
| 1271 |
-
top: 0;
|
| 1272 |
-
height: 100%;
|
| 1273 |
-
width: 100%;
|
| 1274 |
-
background: #000000;
|
| 1275 |
-
opacity: 0;
|
| 1276 |
-
-webkit-transition: all 0.3s ease-out;
|
| 1277 |
-
-o-transition: all 0.3s ease-out;
|
| 1278 |
-
transition: all 0.3s ease-out;
|
| 1279 |
-
}
|
| 1280 |
-
.eael-product-popup .eael-product-popup-details {
|
| 1281 |
-
position: relative;
|
| 1282 |
-
margin: 5vh auto;
|
| 1283 |
-
padding: 20px;
|
| 1284 |
-
border: 1px solid #888;
|
| 1285 |
-
max-width: 900px;
|
| 1286 |
-
-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 1287 |
-
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 1288 |
-
background-color: #fefefe;
|
| 1289 |
-
width: 100%;
|
| 1290 |
-
border-radius: 10px;
|
| 1291 |
-
height: auto;
|
| 1292 |
-
max-height: -webkit-fit-content;
|
| 1293 |
-
max-height: -moz-fit-content;
|
| 1294 |
-
max-height: fit-content;
|
| 1295 |
-
}
|
| 1296 |
-
.eael-product-popup .eael-product-popup-details .single_add_to_cart_button {
|
| 1297 |
-
position: relative;
|
| 1298 |
-
}
|
| 1299 |
-
.eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-added:after {
|
| 1300 |
-
font-family: "Font Awesome 5 Free";
|
| 1301 |
-
content: "\f00c";
|
| 1302 |
-
font-weight: 900;
|
| 1303 |
-
display: inline-block;
|
| 1304 |
-
position: absolute;
|
| 1305 |
-
right: 12px;
|
| 1306 |
-
}
|
| 1307 |
-
.eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-loading:after {
|
| 1308 |
-
font-family: "Font Awesome 5 Free";
|
| 1309 |
-
content: "\f110";
|
| 1310 |
-
font-weight: 900;
|
| 1311 |
-
position: absolute;
|
| 1312 |
-
right: 12px;
|
| 1313 |
-
-webkit-animation: spin 2s linear infinite;
|
| 1314 |
-
animation: spin 2s linear infinite;
|
| 1315 |
-
}
|
| 1316 |
-
.eael-product-popup.woocommerce div.product {
|
| 1317 |
-
display: -webkit-box;
|
| 1318 |
-
display: -ms-flexbox;
|
| 1319 |
-
display: flex;
|
| 1320 |
-
height: 100%;
|
| 1321 |
-
overflow-y: auto;
|
| 1322 |
-
background: transparent;
|
| 1323 |
-
position: relative;
|
| 1324 |
-
}
|
| 1325 |
-
.eael-product-popup.woocommerce div.product.ast-article-single, .eael-product-popup.woocommerce div.product .ast-article-single {
|
| 1326 |
-
background: transparent;
|
| 1327 |
-
}
|
| 1328 |
-
@media (max-width: 767px) {
|
| 1329 |
-
.eael-product-popup.woocommerce div.product {
|
| 1330 |
-
display: block;
|
| 1331 |
-
}
|
| 1332 |
-
}
|
| 1333 |
-
.eael-product-popup.woocommerce div.product div.images {
|
| 1334 |
-
width: 100%;
|
| 1335 |
-
margin-bottom: 0;
|
| 1336 |
-
}
|
| 1337 |
-
.eael-product-popup.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
|
| 1338 |
-
-webkit-transform-style: preserve-3d;
|
| 1339 |
-
transform-style: preserve-3d;
|
| 1340 |
-
margin-bottom: 1em;
|
| 1341 |
-
}
|
| 1342 |
-
.eael-product-popup.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n) {
|
| 1343 |
-
margin-right: 0;
|
| 1344 |
-
}
|
| 1345 |
-
.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
|
| 1346 |
-
width: calc(25% - 0.75em);
|
| 1347 |
-
margin-right: 1em;
|
| 1348 |
-
margin-bottom: 1em;
|
| 1349 |
-
}
|
| 1350 |
-
.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:last-child {
|
| 1351 |
-
margin-right: 0;
|
| 1352 |
-
}
|
| 1353 |
-
.eael-product-popup.woocommerce div.product .product_title {
|
| 1354 |
-
font-size: 28px;
|
| 1355 |
-
line-height: 1.2em;
|
| 1356 |
-
font-weight: 700;
|
| 1357 |
-
margin-bottom: 10px;
|
| 1358 |
-
letter-spacing: normal;
|
| 1359 |
-
text-transform: capitalize;
|
| 1360 |
-
}
|
| 1361 |
-
.eael-product-popup.woocommerce div.product .product_title:before {
|
| 1362 |
-
content: none;
|
| 1363 |
-
}
|
| 1364 |
-
.eael-product-popup.woocommerce div.product .price {
|
| 1365 |
-
font-size: 25px;
|
| 1366 |
-
line-height: 1.2em;
|
| 1367 |
-
margin: 0 0 15px;
|
| 1368 |
-
text-align: left !important;
|
| 1369 |
-
}
|
| 1370 |
-
.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description {
|
| 1371 |
-
font-size: 18px;
|
| 1372 |
-
line-height: 1.2em;
|
| 1373 |
-
margin: 0;
|
| 1374 |
-
}
|
| 1375 |
-
.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description p, .eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description p:last-child {
|
| 1376 |
-
margin-bottom: 20px;
|
| 1377 |
-
}
|
| 1378 |
-
.eael-product-popup.woocommerce div.product .button {
|
| 1379 |
-
margin: 0 !important;
|
| 1380 |
-
line-height: 1.5em;
|
| 1381 |
-
}
|
| 1382 |
-
.eael-product-popup.woocommerce div.product form.cart {
|
| 1383 |
-
margin: 0 0 1.2em;
|
| 1384 |
-
padding: 0;
|
| 1385 |
-
border: none;
|
| 1386 |
-
width: 100%;
|
| 1387 |
-
}
|
| 1388 |
-
.eael-product-popup.woocommerce div.product form.cart table {
|
| 1389 |
-
border: none;
|
| 1390 |
-
margin: 0 0 1.2em;
|
| 1391 |
-
border-collapse: collapse;
|
| 1392 |
-
width: 100%;
|
| 1393 |
-
}
|
| 1394 |
-
.eael-product-popup.woocommerce div.product form.cart table tbody {
|
| 1395 |
-
display: table-row-group;
|
| 1396 |
-
border: none;
|
| 1397 |
-
}
|
| 1398 |
-
.eael-product-popup.woocommerce div.product form.cart p.stock {
|
| 1399 |
-
margin-bottom: 0;
|
| 1400 |
-
}
|
| 1401 |
-
.eael-product-popup.woocommerce div.product form.cart .group_table td {
|
| 1402 |
-
border: none;
|
| 1403 |
-
}
|
| 1404 |
-
.eael-product-popup.woocommerce div.product form.cart .group_table .button {
|
| 1405 |
-
padding: 0.8em;
|
| 1406 |
-
font-weight: 400;
|
| 1407 |
-
font-size: 0.9rem;
|
| 1408 |
-
white-space: nowrap;
|
| 1409 |
-
}
|
| 1410 |
-
.eael-product-popup.woocommerce div.product form.cart div.quantity {
|
| 1411 |
-
margin-right: 15px;
|
| 1412 |
-
width: auto;
|
| 1413 |
-
}
|
| 1414 |
-
.eael-product-popup.woocommerce div.product form.cart div.quantity input, .eael-product-popup.woocommerce div.product form.cart div.quantity a {
|
| 1415 |
-
height: 100%;
|
| 1416 |
-
border: 1px solid;
|
| 1417 |
-
}
|
| 1418 |
-
.eael-product-popup.woocommerce div.product form.cart div.quantity input[type=number] {
|
| 1419 |
-
min-width: 90px;
|
| 1420 |
-
}
|
| 1421 |
-
.eael-product-popup.woocommerce div.product form.cart div.quantity .qty {
|
| 1422 |
-
text-align: center;
|
| 1423 |
-
}
|
| 1424 |
-
.eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus {
|
| 1425 |
-
outline: none;
|
| 1426 |
-
}
|
| 1427 |
-
.eael-product-popup.woocommerce div.product form.cart .button.single_add_to_cart_button {
|
| 1428 |
-
padding: 10px 40px;
|
| 1429 |
-
}
|
| 1430 |
-
.eael-product-popup.woocommerce div.product form.cart .product-single-quantity button.plus,
|
| 1431 |
-
.eael-product-popup.woocommerce div.product form.cart .product-single-quantity button.minus {
|
| 1432 |
-
display: none;
|
| 1433 |
-
}
|
| 1434 |
-
.eael-product-popup.woocommerce div.product .woocommerce-product-rating {
|
| 1435 |
-
margin-bottom: 5px;
|
| 1436 |
-
}
|
| 1437 |
-
.eael-product-popup.woocommerce div.product .woocommerce-product-rating .star-rating {
|
| 1438 |
-
font-size: 16px;
|
| 1439 |
-
}
|
| 1440 |
-
.eael-product-popup.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
|
| 1441 |
-
display: inline-block;
|
| 1442 |
-
vertical-align: top;
|
| 1443 |
-
font-size: 16px;
|
| 1444 |
-
line-height: 18px;
|
| 1445 |
-
}
|
| 1446 |
-
.eael-product-popup.woocommerce div.product table tbody tr {
|
| 1447 |
-
border-bottom: 1px solid #ccc;
|
| 1448 |
-
}
|
| 1449 |
-
.eael-product-popup.woocommerce div.product table tbody tr td {
|
| 1450 |
-
background: transparent;
|
| 1451 |
-
vertical-align: middle !important;
|
| 1452 |
-
padding: 15px 15px 15px 0 !important;
|
| 1453 |
-
}
|
| 1454 |
-
.eael-product-popup.woocommerce div.product .product_meta {
|
| 1455 |
-
font-size: 14px;
|
| 1456 |
-
border-top: 1px solid #ccc;
|
| 1457 |
-
border-bottom: 0;
|
| 1458 |
-
padding: 1em 0 0;
|
| 1459 |
-
margin: 0 0 0.8em;
|
| 1460 |
-
}
|
| 1461 |
-
.eael-product-popup.woocommerce div.product .product_meta > span {
|
| 1462 |
-
display: block;
|
| 1463 |
-
border: none;
|
| 1464 |
-
padding: 5px 0;
|
| 1465 |
-
}
|
| 1466 |
-
.eael-product-popup .eael-product-image-wrap {
|
| 1467 |
-
width: 40%;
|
| 1468 |
-
}
|
| 1469 |
-
@media (max-width: 767px) {
|
| 1470 |
-
.eael-product-popup .eael-product-image-wrap {
|
| 1471 |
-
width: 100%;
|
| 1472 |
-
}
|
| 1473 |
-
}
|
| 1474 |
-
.eael-product-popup .eael-product-image-wrap .badge-container {
|
| 1475 |
-
display: none;
|
| 1476 |
-
}
|
| 1477 |
-
.eael-product-popup .eael-product-image-wrap .eael-new-product .flex-viewport {
|
| 1478 |
-
height: auto !important;
|
| 1479 |
-
}
|
| 1480 |
-
.eael-product-popup .eael-product-details-wrap {
|
| 1481 |
-
width: 56%;
|
| 1482 |
-
margin-left: 4%;
|
| 1483 |
-
text-align: left;
|
| 1484 |
-
}
|
| 1485 |
-
@media (max-width: 767px) {
|
| 1486 |
-
.eael-product-popup .eael-product-details-wrap {
|
| 1487 |
-
width: 100%;
|
| 1488 |
-
margin-left: 0;
|
| 1489 |
-
margin-top: 25px;
|
| 1490 |
-
}
|
| 1491 |
-
}
|
| 1492 |
-
.eael-product-popup .eael-product-details-wrap .is-divider {
|
| 1493 |
-
display: none;
|
| 1494 |
-
}
|
| 1495 |
-
.eael-product-popup button.eael-product-popup-close {
|
| 1496 |
-
position: absolute;
|
| 1497 |
-
right: -15px;
|
| 1498 |
-
top: -18px;
|
| 1499 |
-
font-size: 20px;
|
| 1500 |
-
padding: 0;
|
| 1501 |
-
cursor: pointer;
|
| 1502 |
-
-webkit-box-sizing: content-box;
|
| 1503 |
-
box-sizing: content-box;
|
| 1504 |
-
overflow: visible;
|
| 1505 |
-
background: #fff !important;
|
| 1506 |
-
text-align: center;
|
| 1507 |
-
-webkit-box-shadow: 2px 0px 12px 3px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 1508 |
-
box-shadow: 2px 0px 12px 3px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 1509 |
-
color: #000 !important;
|
| 1510 |
-
height: 40px;
|
| 1511 |
-
width: 40px;
|
| 1512 |
-
min-height: 40px;
|
| 1513 |
-
max-width: 40px;
|
| 1514 |
-
display: -webkit-box !important;
|
| 1515 |
-
display: -ms-flexbox !important;
|
| 1516 |
-
display: flex !important;
|
| 1517 |
-
-webkit-box-align: center;
|
| 1518 |
-
-ms-flex-align: center;
|
| 1519 |
-
align-items: center;
|
| 1520 |
-
-webkit-box-pack: center;
|
| 1521 |
-
-ms-flex-pack: center;
|
| 1522 |
-
justify-content: center;
|
| 1523 |
-
border-radius: 50%;
|
| 1524 |
-
opacity: 1;
|
| 1525 |
-
border: 0;
|
| 1526 |
-
margin: 0;
|
| 1527 |
-
}
|
| 1528 |
-
.eael-product-popup button.eael-product-popup-close:focus {
|
| 1529 |
-
outline: none;
|
| 1530 |
-
}
|
| 1531 |
-
.eael-product-popup form.cart {
|
| 1532 |
-
display: -webkit-box;
|
| 1533 |
-
display: -ms-flexbox;
|
| 1534 |
-
display: flex;
|
| 1535 |
-
margin-bottom: 20px;
|
| 1536 |
-
}
|
| 1537 |
-
.eael-product-popup form.cart.variations_form {
|
| 1538 |
-
display: block;
|
| 1539 |
-
}
|
| 1540 |
-
.eael-product-popup form.cart.variations_form .variations {
|
| 1541 |
-
border: none;
|
| 1542 |
-
}
|
| 1543 |
-
.eael-product-popup form.cart.variations_form .variations tr {
|
| 1544 |
-
margin-bottom: 5px;
|
| 1545 |
-
}
|
| 1546 |
-
.eael-product-popup form.cart.variations_form .variations td {
|
| 1547 |
-
display: block;
|
| 1548 |
-
width: 100%;
|
| 1549 |
-
border: none;
|
| 1550 |
-
padding: 0;
|
| 1551 |
-
margin-bottom: 5px;
|
| 1552 |
-
}
|
| 1553 |
-
.eael-product-popup form.cart.variations_form .variations td select {
|
| 1554 |
-
width: 100%;
|
| 1555 |
-
}
|
| 1556 |
-
.eael-product-popup form.cart.variations_form .variations_button {
|
| 1557 |
-
display: -webkit-box;
|
| 1558 |
-
display: -ms-flexbox;
|
| 1559 |
-
display: flex;
|
| 1560 |
-
}
|
| 1561 |
-
.eael-product-popup form.cart.grouped_form {
|
| 1562 |
-
display: block;
|
| 1563 |
-
}
|
| 1564 |
-
.eael-product-popup form.cart.grouped_form table .button {
|
| 1565 |
-
line-height: 1.2em;
|
| 1566 |
-
}
|
| 1567 |
-
.eael-product-popup form.cart.grouped_form .quantity {
|
| 1568 |
-
width: 100%;
|
| 1569 |
-
}
|
| 1570 |
-
.eael-product-popup form.cart.grouped_form .quantity input, .eael-product-popup form.cart.grouped_form .quantity a {
|
| 1571 |
-
height: auto !important;
|
| 1572 |
-
min-height: 2.507em;
|
| 1573 |
-
line-height: 1.2em;
|
| 1574 |
-
}
|
| 1575 |
-
.eael-product-popup form.cart .quantity {
|
| 1576 |
-
width: 37%;
|
| 1577 |
-
margin-right: 20px;
|
| 1578 |
-
}
|
| 1579 |
-
.eael-product-popup form.cart .quantity input {
|
| 1580 |
-
width: 100%;
|
| 1581 |
-
}
|
| 1582 |
-
.eael-product-popup .eael-onsale {
|
| 1583 |
-
padding: 5px 10px;
|
| 1584 |
-
font-size: 12px;
|
| 1585 |
-
font-weight: 500;
|
| 1586 |
-
position: absolute;
|
| 1587 |
-
text-align: center;
|
| 1588 |
-
line-height: 1.2em;
|
| 1589 |
-
top: 30px;
|
| 1590 |
-
left: 0;
|
| 1591 |
-
margin: 0;
|
| 1592 |
-
background-color: #ff7a80;
|
| 1593 |
-
color: #fff;
|
| 1594 |
-
z-index: 9;
|
| 1595 |
-
}
|
| 1596 |
-
.eael-product-popup .eael-onsale.sale-preset-1.outofstock br {
|
| 1597 |
-
display: none;
|
| 1598 |
-
}
|
| 1599 |
-
.eael-product-popup .eael-onsale.sale-preset-1.right {
|
| 1600 |
-
left: auto;
|
| 1601 |
-
right: 0;
|
| 1602 |
-
}
|
| 1603 |
-
.eael-product-popup .eael-onsale.sale-preset-2 {
|
| 1604 |
-
padding: 0;
|
| 1605 |
-
top: 5px;
|
| 1606 |
-
left: 5px;
|
| 1607 |
-
min-width: 50px;
|
| 1608 |
-
min-height: 50px;
|
| 1609 |
-
line-height: 50px;
|
| 1610 |
-
border-radius: 100%;
|
| 1611 |
-
-webkit-font-smoothing: antialiased;
|
| 1612 |
-
}
|
| 1613 |
-
.eael-product-popup .eael-onsale.sale-preset-2.outofstock {
|
| 1614 |
-
line-height: normal;
|
| 1615 |
-
display: -webkit-box;
|
| 1616 |
-
display: -ms-flexbox;
|
| 1617 |
-
display: flex;
|
| 1618 |
-
-webkit-box-align: center;
|
| 1619 |
-
-ms-flex-align: center;
|
| 1620 |
-
align-items: center;
|
| 1621 |
-
-webkit-box-pack: center;
|
| 1622 |
-
-ms-flex-pack: center;
|
| 1623 |
-
justify-content: center;
|
| 1624 |
-
}
|
| 1625 |
-
.eael-product-popup .eael-onsale.sale-preset-3 {
|
| 1626 |
-
border-radius: 50px;
|
| 1627 |
-
left: 15px;
|
| 1628 |
-
top: 15px;
|
| 1629 |
-
}
|
| 1630 |
-
.eael-product-popup .eael-onsale.sale-preset-3.outofstock br {
|
| 1631 |
-
display: none;
|
| 1632 |
-
}
|
| 1633 |
-
.eael-product-popup .eael-onsale.sale-preset-4 {
|
| 1634 |
-
left: 0;
|
| 1635 |
-
top: 15px;
|
| 1636 |
-
}
|
| 1637 |
-
.eael-product-popup .eael-onsale.sale-preset-4.outofstock br {
|
| 1638 |
-
display: none;
|
| 1639 |
-
}
|
| 1640 |
-
.eael-product-popup .eael-onsale.sale-preset-4:after {
|
| 1641 |
-
position: absolute;
|
| 1642 |
-
right: -15px;
|
| 1643 |
-
bottom: 0px;
|
| 1644 |
-
width: 15px;
|
| 1645 |
-
height: 24px;
|
| 1646 |
-
border-top: 12px solid transparent;
|
| 1647 |
-
border-bottom: 12px solid transparent;
|
| 1648 |
-
border-left: 10px solid #23a454;
|
| 1649 |
-
content: "";
|
| 1650 |
-
}
|
| 1651 |
-
.eael-product-popup .eael-onsale.sale-preset-5 {
|
| 1652 |
-
display: block;
|
| 1653 |
-
line-height: 74px;
|
| 1654 |
-
height: 60px;
|
| 1655 |
-
width: 120px;
|
| 1656 |
-
left: -39pX;
|
| 1657 |
-
top: -10px;
|
| 1658 |
-
right: auto;
|
| 1659 |
-
padding: 0;
|
| 1660 |
-
-webkit-transform: rotate(-45deg);
|
| 1661 |
-
-ms-transform: rotate(-45deg);
|
| 1662 |
-
transform: rotate(-45deg);
|
| 1663 |
-
}
|
| 1664 |
-
.eael-product-popup .eael-onsale.sale-preset-5.outofstock {
|
| 1665 |
-
line-height: normal;
|
| 1666 |
-
padding-top: 12px;
|
| 1667 |
-
display: -webkit-box;
|
| 1668 |
-
display: -ms-flexbox;
|
| 1669 |
-
display: flex;
|
| 1670 |
-
-webkit-box-align: center;
|
| 1671 |
-
-ms-flex-align: center;
|
| 1672 |
-
align-items: center;
|
| 1673 |
-
-webkit-box-pack: center;
|
| 1674 |
-
-ms-flex-pack: center;
|
| 1675 |
-
justify-content: center;
|
| 1676 |
-
}
|
| 1677 |
.eael-product-grid .eael-woo-pagination ul {
|
| 1678 |
display: inline-block;
|
| 1679 |
text-align: center;
|
|
@@ -2614,12 +2151,6 @@
|
|
| 2614 |
margin: 1%;
|
| 2615 |
}
|
| 2616 |
}
|
| 2617 |
-
.theme-oceanwp.elementor-editor-active .eael-product-popup.woocommerce div.product form.cart div.quantity .qty {
|
| 2618 |
-
max-width: 150px;
|
| 2619 |
-
}
|
| 2620 |
-
.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus {
|
| 2621 |
-
border: 1px solid;
|
| 2622 |
-
}
|
| 2623 |
.eael-product-loader {
|
| 2624 |
position: relative;
|
| 2625 |
}
|
| 1211 |
font-family: "Font Awesome 5 Free";
|
| 1212 |
font-weight: 900;
|
| 1213 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1214 |
.eael-product-grid .eael-woo-pagination ul {
|
| 1215 |
display: inline-block;
|
| 1216 |
text-align: center;
|
| 2151 |
margin: 1%;
|
| 2152 |
}
|
| 2153 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2154 |
.eael-product-loader {
|
| 2155 |
position: relative;
|
| 2156 |
}
|
assets/front-end/css/view/product-grid.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.table-responsive{width:100%;overflow-x:auto;overflow-y:hidden}.eael-wcpc-wrapper img{display:block;margin:auto}.eael-wcpc-wrapper th i{padding-right:10px;color:#dcdcdc}.eael-wcpc-wrapper .wcpc-table-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-wcpc-wrapper .wcpc-table-header .wcpc-title{word-break:break-word}.eael-wcpc-wrapper .elementor-icon{font-size:20px;margin-right:10px}.eael-wcpc-wrapper table td{text-align:center}.eael-wcpc-wrapper.custom{--h-bg: #2d1e87;--h-text-clr: #fff;--h-border-clr: #b6aaff;--text-clr: #707070;--text-bold-clr: #252525;--btn-bg: #6752e5;--btn-bg-hover: #ff9582;--btn-text: #fff;--image-bg: #6b55ec;--container-bg: #fff;--icon-color: #c3ccdc;background:var(--container-bg);overflow-x:scroll}.eael-wcpc-wrapper.custom table{border-collapse:collapse;border-spacing:0;max-width:none}.eael-wcpc-wrapper.custom table .icon{width:16px;margin-right:6px;fill:var(--icon-color)}.eael-wcpc-wrapper.custom table th,.eael-wcpc-wrapper.custom table td{padding:15px;border:1px solid var(--h-border-clr);border-collapse:collapse}.eael-wcpc-wrapper.custom table th.first-th{border:none;padding-left:5px}.eael-wcpc-wrapper.custom table th{color:var(--text-bold-clr);font-weight:normal;max-width:160px;border-left-width:2px;border-collapse:collapse;vertical-align:middle}.eael-wcpc-wrapper.custom table th div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-wcpc-wrapper.custom table td{color:var(--text-clr);text-align:center}.eael-wcpc-wrapper.custom table tr.title{background:var(--h-bg);color:var(--h-text-clr)}.eael-wcpc-wrapper.custom table tr.title th,.eael-wcpc-wrapper.custom table tr.title td{font-size:20px;color:inherit;border:none;border-left:1px solid var(--h-border-clr);border-right:1px solid var(--h-border-clr)}.eael-wcpc-wrapper.custom table tr.image td{vertical-align:middle;border:none}.eael-wcpc-wrapper.custom table .button{border-radius:5px;background:var(--btn-bg);color:var(--btn-text)}.eael-wcpc-wrapper.custom table .button:hover{background:var(--btn-bg-hover)}.eael-wcpc-wrapper.custom.theme-1 table tr.image td{background:var(--image-bg);border-left:1px solid var(--h-border-clr);border-right:1px solid var(--h-border-clr)}.eael-wcpc-wrapper.custom.theme-2{--h-bg: #ff9453;--h-border-clr: #f4ede9;--btn-bg: #ff9453;--btn-bg-hover: #6752e5;--even-row-bg: #fbf8f7}.eael-wcpc-wrapper.custom.theme-2 table tr:nth-of-type(even):not(.title){background:var(--even-row-bg)}.eael-wcpc-wrapper.custom.theme-3{--container-bg: #f9fafc;--btn-bg: #ff907e;--btn-bg-hover: #ff907e;--even-row-bg: #f5f5f8;--h-odd-row-bg: #fdfdff;--first-img-bg: linear-gradient(-130deg, #ffd0b0 0%, #ff907e 100%);--second-img-bg: linear-gradient(-130deg, #ada0ff 0%, #7561f2 100%);--third-img-bg: linear-gradient(-130deg, #6fffac 0%, #23d56e 100%);--firt-btn-bg: #ff907e;--second-btn-bg: #7561f2;--third-btn-bg: #23d56e;padding:20px}.eael-wcpc-wrapper.custom.theme-3 table{-webkit-border-horizontal-spacing:10px}.eael-wcpc-wrapper.custom.theme-3 table tr:nth-of-type(even):not(.title){background:var(--even-row-bg)}.eael-wcpc-wrapper.custom.theme-3 table th,.eael-wcpc-wrapper.custom.theme-3 table td{border:none;-webkit-box-sizing:border-box;box-sizing:border-box}.eael-wcpc-wrapper.custom.theme-3 table tr.title td.featured,.eael-wcpc-wrapper.custom.theme-3 table tr:nth-of-type(odd) td.featured{-webkit-box-shadow:18px 0 10px -10px rgba(86,79,127,.06),-18px 0 10px -10px rgba(86,79,127,.06);box-shadow:18px 0 10px -10px rgba(86,79,127,.06),-18px 0 10px -10px rgba(86,79,127,.06)}.eael-wcpc-wrapper.custom.theme-3 table tr.title{background:initial;color:initial}.eael-wcpc-wrapper.custom.theme-3 table tr.title th,.eael-wcpc-wrapper.custom.theme-3 table tr.title td{color:initial;border-left:none;border-right:none}.eael-wcpc-wrapper.custom.theme-3 table tr.image td{background:initial;border-left:none;border-right:none;padding:0}.eael-wcpc-wrapper.custom.theme-3 table tr.image td span{display:block;width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;border-top-left-radius:10px;border-top-right-radius:10px}.eael-wcpc-wrapper.custom.theme-3 table tr.image td>span{padding:20px}.eael-wcpc-wrapper.custom.theme-3 table tr.image td span.inner{padding:0}.eael-wcpc-wrapper.custom.theme-3 table tr.image td.featured span{padding:10px;background:#fff}.eael-wcpc-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+1) .img-inner{background:var(--first-img-bg)}.eael-wcpc-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+2) .img-inner{background:var(--second-img-bg)}.eael-wcpc-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+3) .img-inner{background:var(--third-img-bg)}.eael-wcpc-wrapper.custom.theme-4{--h-bg: none;--h-text-clr: #707070;--h-border-clr: #e8ebf0;--text-clr: #707070;--text-bold-clr: #252525;--btn-bg: #613de6;--btn-bg-hover: #ff9582;--btn-text: #fff;--image-bg: none;--container-bg: #f9fafc}.eael-wcpc-wrapper.custom.theme-4 table{background:#fff}.eael-wcpc-wrapper.custom.theme-4 table th.first-th{background:var(--container-bg)}.eael-wcpc-wrapper.custom.theme-4 table tr.title th,.eael-wcpc-wrapper.custom.theme-4 table tr.title td{font-size:20px;color:inherit;border:1px solid var(--h-border-clr)}.eael-wcpc-wrapper.custom.theme-4 table tr.image td{position:relative;border:1px solid var(--h-border-clr);overflow:hidden}.eael-wcpc-wrapper.custom.theme-4 table tr.image .ribbon{position:absolute;left:-44px;top:10px;background:var(--btn-bg);color:var(--btn-text);padding:3px 50px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.eael-wcpc-wrapper.custom.theme-4 table tr.image .product-title,.eael-wcpc-wrapper.custom.theme-4 table tr.image .woocommerce-Price-amount{font-size:18px;font-weight:bold}.eael-wcpc-wrapper.custom.theme-4 table tr.image .product-title{color:var(--text-bold-clr);margin:0 auto 10px}.eael-wcpc-wrapper.custom.theme-4 table tr.image .woocommerce-Price-amount{color:var(--btn-bg)}.eael-wcpc-wrapper.custom.theme-5{--first-row-color: #fff;--first-col-bg: #6a3ee8;--second-col-bg: #3e5ae8;--third-col-bg: #15e9c9;--first-img-bg: #f4f0ff;--second-img-bg: #eaedff;--third-img-bg: #e5fffb;--h-bg: none;--h-text-clr: #707070;--h-border-clr: #e8ebf0;--first-btn-bg: #6a3ee8;--second-btn-bg: #3e5ae8;--third-btn-bg: #15e9c9;--image-bg: none}.eael-wcpc-wrapper.custom.theme-5 table th{border:none}.eael-wcpc-wrapper.custom.theme-5 table th.first-th{background:var(--container-bg)}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+1) .button{background:var(--first-btn-bg)}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+1) .button:hover{background:#5827e5}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+2) .button{background:var(--second-btn-bg)}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+2) .button:hover{background:#2747e5}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+3) .button{background:var(--third-btn-bg)}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+3) .button:hover{background:#13d2b5}.eael-wcpc-wrapper.custom.theme-5 table tr.title th,.eael-wcpc-wrapper.custom.theme-5 table tr.title td{font-size:20px;color:inherit;border:none}.eael-wcpc-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+1){background:var(--first-img-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+2){background:var(--second-img-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+3){background:var(--third-img-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+1){background:var(--first-col-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+2){background:var(--second-col-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+3){background:var(--third-col-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.image td,.eael-wcpc-wrapper.custom.theme-5 table tr.title td{border:none;border-right:2px solid var(--first-row-color);color:var(--first-row-color)}.eael-wcpc-wrapper.custom.theme-5 table tr.image td:last-child,.eael-wcpc-wrapper.custom.theme-5 table tr.title td:last-child{border-right:none}.eael-wcpc-wrapper.custom.theme-6{--container-bg: #f0eff6;--first-row-color: #fff;--first-col-bg: #fd907b;--second-col-bg: #7f6cf4;--third-col-bg: #3ae281;--first-img-bg: #f4f0ff;--second-img-bg: #eaedff;--third-img-bg: #e5fffb;--h-bg: none;--h-text-clr: #707070;--h-border-clr: #e8ebf0;--image-bg: none}.eael-wcpc-wrapper.custom.theme-6 table tr.title th,.eael-wcpc-wrapper.custom.theme-6 table tr.title td{border-left:0;border-right:0}.eael-wcpc-wrapper.custom.theme-6 table tr.title td{color:#fff}.eael-wcpc-wrapper.custom.theme-6 table tr,.eael-wcpc-wrapper.custom.theme-6 table th,.eael-wcpc-wrapper.custom.theme-6 table td{border:none}.eael-wcpc-wrapper.custom.theme-6 table td{color:#fff;border-right:20px solid #fff}.eael-wcpc-wrapper.custom.theme-6 table td:last-child{border-right:none}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+1){background:var(--first-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+2){background:var(--second-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+3){background:var(--third-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) th,.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td{background:#f7f6fa}.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td:nth-of-type(3n+1){background:#fec1b5}.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td:nth-of-type(3n+2){background:#b7adf9}.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td:nth-of-type(3n+3){background:#91efb8}.eael-wcpc-wrapper.custom.theme-6 table tr.image td,.eael-wcpc-wrapper.custom.theme-6 table tr.title td{border:none;border-right:20px solid #fff}.eael-wcpc-wrapper.custom.theme-6 table tr.image td:last-child,.eael-wcpc-wrapper.custom.theme-6 table tr.title td:last-child{border-right:none}.eael-wcpc-wrapper.custom.theme-6 table .button{background:#fff}.eael-wcpc-wrapper.custom.theme-6 table .button:hover{background:#fff}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+1) .button{color:var(--first-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+1) .button:hover{color:#fb3c17}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+2) .button{color:var(--second-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+2) .button:hover{color:#2f11e9}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+3) .button{color:var(--third-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+3) .button:hover{color:#179f51}.eael-wcpc-wrapper.custom.theme-6 .img-inner{display:block;background:rgba(228,228,228,.45);border-radius:6px}@media screen and (min-width: 769px){.eael-wcpc-wrapper:not(.theme-4) tr.image td{padding:10px}.theme-4 tr.image td{padding:50px 10px}}.eael-product-grid .woocommerce ul.products,.eael-post-grid .woocommerce ul.products{display:grid;grid-gap:25px;margin:0 0 15px 0;padding:0 !important}.eael-product-grid .woocommerce ul.products:before,.eael-product-grid .woocommerce ul.products:after,.eael-post-grid .woocommerce ul.products:before,.eael-post-grid .woocommerce ul.products:after{display:none}.eael-product-grid .woocommerce ul.products .product,.eael-post-grid .woocommerce ul.products .product{width:100%;margin:0;padding:0}.eael-product-grid .woocommerce ul.products .product .eael-wc-compare,.eael-post-grid .woocommerce ul.products .product .eael-wc-compare{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;cursor:pointer;color:#fff;background-color:#333;margin:15px}.eael-product-grid .woocommerce ul.products .product .eael-wc-compare:hover,.eael-post-grid .woocommerce ul.products .product .eael-wc-compare:hover{color:#fff;background-color:#333}.eael-product-grid .woocommerce ul.products .product .eael-wc-compare-loader,.eael-post-grid .woocommerce ul.products .product .eael-wc-compare-loader{display:none;width:1.5rem}.eael-product-grid .woocommerce ul.products .product .star-rating,.eael-post-grid .woocommerce ul.products .product .star-rating{margin:0 auto 5px;display:inline-block;float:none;height:1em;width:5.6em;font-size:1em;line-height:1em}.eael-product-grid .woocommerce ul.products .product .star-rating:before,.eael-post-grid .woocommerce ul.products .product .star-rating:before{content:"";font-family:"Font Awesome 5 Free";font-weight:400;opacity:1}.eael-product-grid .woocommerce ul.products .product .star-rating span,.eael-post-grid .woocommerce ul.products .product .star-rating span{display:inline-block}.eael-product-grid .woocommerce ul.products .product .star-rating span:before,.eael-post-grid .woocommerce ul.products .product .star-rating span:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900}.eael-product-grid .woocommerce ul.products.products[class*=columns-] li.product,.eael-post-grid .woocommerce ul.products.products[class*=columns-] li.product{width:100%}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product{position:relative;float:left;display:block;overflow:hidden;text-align:center;padding:0;border-radius:0;background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a{text-decoration:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a:hover,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a:hover,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a:hover,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a:hover{outline:none;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product img,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product img,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product img,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product img{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:auto;margin:auto;max-width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;font-weight:700;line-height:1;color:#333;margin:25px 0 12px;padding:0}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .onsale,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .onsale{display:block;line-height:170px;font-size:13px;text-align:center;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-100px;top:-50px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .outofstock-badge,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .outofstock-badge,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .outofstock-badge,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .outofstock-badge{line-height:16px;font-size:13px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-95px;top:-45px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price{font-size:14px;margin-bottom:0}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price del,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price del,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price del,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price del{opacity:.5;display:inline-block}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price ins,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price ins,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price ins,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price ins{font-weight:400;background-color:transparent;color:#ff2a13}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating{display:block;float:none;font-size:14px;margin:10px auto}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button{display:block;font-size:14px;font-weight:400;line-height:38px;text-align:center;text-transform:uppercase;color:#fff;background-color:#333;padding:0;margin:15px;border-radius:0}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button::before,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button::before,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button::before,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button::before,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button::before,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button::before,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button::before,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;padding-right:8px}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.product_type_variable:before,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.product_type_variable:before,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.product_type_variable:before,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.product_type_variable:before,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button:focus,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button:focus,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button:focus,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button:focus,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus{outline:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button::before,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button::before,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button::before,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button::before{content:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .eael-wc-compare,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .eael-wc-compare,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare{color:#fff;background-color:#333}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart{display:block;margin:0 0 15px 0;padding:0;font-size:14px;line-height:1;text-transform:capitalize;color:#333;background-color:transparent}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product{border:1px solid #eee}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product{border:1px solid transparent}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart{visibility:hidden;-webkit-transition:none;-o-transition:none;transition:none}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover{border:1px solid #eee}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .eael-wc-compare,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .eael-wc-compare,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart{visibility:visible}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product{position:relative;float:left;overflow:hidden;text-align:center;padding:0 0 15px 0;border-radius:0;background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a{text-decoration:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a:hover,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a:hover{outline:none;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product img,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product img{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;height:auto;margin:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay{position:relative;overflow:hidden;line-height:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap{position:absolute;top:50%;left:0;right:0;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;line-height:38px;text-align:center;color:#fff;background-color:#333;width:38px;height:38px;border-style:none;border-radius:50%;vertical-align:middle;padding:0;margin:0 5px;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);opacity:0;-webkit-transition:opacity 300ms,-webkit-transform 200ms;transition:opacity 300ms,-webkit-transform 200ms;-o-transition:transform 200ms,opacity 300ms;transition:transform 200ms,opacity 300ms;transition:transform 200ms,opacity 300ms,-webkit-transform 200ms}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus{outline:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button{font-size:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before{display:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after{content:"";font-size:14px;line-height:38px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0;font-family:"Font Awesome 5 Free";font-weight:900}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.product_type_variable:after,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.product_type_variable:after{content:""}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before{display:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after{content:"";display:inline-block;font-weight:normal;font-family:"Font Awesome 5 Free";font-size:14px;line-height:38px;color:#fff;height:auto;width:auto;position:relative;top:0;left:0;margin:0;padding:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart{font-size:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after{content:"";font-family:"Font Awesome 5 Free";font-size:14px;line-height:38px;font-weight:900;color:#fff;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;font-weight:700;line-height:1;color:#333;margin:25px 0 12px;padding:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .onsale{display:block;line-height:170px;font-size:13px;text-align:center;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-100px;top:-50px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .outofstock-badge,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .outofstock-badge{line-height:16px;font-size:13px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:9;left:-95px;top:-45px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price{font-size:14px;margin-bottom:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price del,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price del{opacity:.5;display:inline-block}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price ins,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price ins{font-weight:400;background-color:transparent;color:#ff2a13}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating{display:block;float:none;font-size:14px;margin:10px auto}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .eael-wc-compare,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .eael-wc-compare{padding:5px !important}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .eael-wc-compare,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .eael-wc-compare,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.eael-product-grid.eael-product-default .woocommerce ul.products li.product,.eael-post-grid.eael-product-default .woocommerce ul.products li.product{overflow:visible !important}.eael-product-grid.eael-product-default .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-default .woocommerce ul.products li.product .onsale{line-height:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-product-grid.eael-product-default .woocommerce ul.products li.product .outofstock-badge,.eael-post-grid.eael-product-default .woocommerce ul.products li.product .outofstock-badge{min-height:3.746em;min-width:3.746em;padding:.502em;font-size:13px;font-weight:700;position:absolute;text-align:center;line-height:1.25;top:-0.5em;left:-0.5em;margin:0;border-radius:50%;background-color:#ff2a13;color:#fff;font-size:.857em;z-index:9}.eael-product-grid.eael-product-default .button.add_to_cart_button::before,.eael-post-grid.eael-product-default .button.add_to_cart_button::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;padding-right:8px}.eael-product-grid.eael-product-default .button.add_to_cart_button.product_type_variable:before,.eael-post-grid.eael-product-default .button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-grid.eael-product-preset-5 ul.products li.product .image-wrap img,.eael-product-grid.eael-product-preset-6 ul.products li.product .image-wrap img,.eael-product-grid.eael-product-preset-7 ul.products li.product .image-wrap img,.eael-product-grid.eael-product-preset-8 ul.products li.product .image-wrap img,.eael-post-grid.eael-product-preset-5 ul.products li.product .image-wrap img,.eael-post-grid.eael-product-preset-6 ul.products li.product .image-wrap img,.eael-post-grid.eael-product-preset-7 ul.products li.product .image-wrap img,.eael-post-grid.eael-product-preset-8 ul.products li.product .image-wrap img{-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-wcpc-modal{position:fixed;top:50px;right:0;bottom:50px;left:0;margin-left:auto;margin-right:auto;width:1080px;max-width:90%;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9999999}.modal__content{width:100%;height:100%;overflow:hidden auto}.wcpc-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:10;background:rgba(0,0,0,.5);pointer-events:none}.wcpc-overlay,.eael-wcpc-modal{visibility:hidden;opacity:0;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.close-modal{position:absolute;top:-10px;right:-10px;cursor:pointer;display:block;border-radius:50%;color:#fff;background:#000;font-size:30px;font-weight:bold;text-align:center;line-height:23px;-webkit-box-shadow:-1px 0px 3px 0 #000;box-shadow:-1px 0px 3px 0 #000;-webkit-transition:-webkit-transform 300ms ease;transition:-webkit-transform 300ms ease;-o-transition:transform 300ms ease;transition:transform 300ms ease;transition:transform 300ms ease, -webkit-transform 300ms ease}.eael-wcpc-wrapper .eael-wc-remove,.eael-wcpc-wrapper.custom .eael-wc-remove{cursor:pointer;-webkit-transition:all 400ms ease;-o-transition:all 400ms ease;transition:all 400ms ease}.eael-wcpc-wrapper .eael-wc-remove.disable,.eael-wcpc-wrapper.custom .eael-wc-remove.disable{color:#a0a0a0 !important;-webkit-transform:scale(1) !important;-ms-transform:scale(1) !important;transform:scale(1) !important}.eael-wcpc-wrapper .eael-wc-remove:hover,.eael-wcpc-wrapper.custom .eael-wc-remove:hover{color:red;-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.eael-wcpc-wrapper .remove-row,.eael-wcpc-wrapper.custom .remove-row{border:none}.eael-wcpc-wrapper .remove-row th,.eael-wcpc-wrapper .remove-row td,.eael-wcpc-wrapper.custom .remove-row th,.eael-wcpc-wrapper.custom .remove-row td{border:none;text-align:center}.eael-product-grid .woocommerce ul.products li.product a img{margin-bottom:0;display:block;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-product-grid .woocommerce ul.products li.product .woocommerce-loop-product__title{letter-spacing:normal;font-weight:700;text-transform:capitalize}.eael-product-grid .woocommerce ul.products li.product ins{background:transparent}.eael-product-grid .woocommerce ul.products li.product .button{text-transform:capitalize;border:none;letter-spacing:normal;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid .woocommerce ul.products li.product .button:hover,.eael-product-grid .woocommerce ul.products li.product .button:visited{text-decoration:none}.eael-product-grid .woocommerce ul.products li.product .star-rating{margin:0 auto 5px;display:inline-block;float:none;height:1em;width:5.6em;font-size:1em;line-height:1em}.eael-product-grid .woocommerce ul.products li.product .star-rating:before{content:"";font-family:"Font Awesome 5 Free";font-weight:400;opacity:1}.eael-product-grid .woocommerce ul.products li.product .star-rating span{display:inline-block}.eael-product-grid .woocommerce ul.products li.product .star-rating span:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900}.eael-product-popup{position:fixed;left:0;top:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:-1}.eael-product-popup.eael-product-popup-ready{z-index:999;opacity:1 !important}.eael-product-popup.eael-product-zoom-in{opacity:0;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.eael-product-popup.eael-product-zoom-in .eael-product-popup-details{opacity:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5)}.eael-product-popup.eael-product-zoom-in.eael-product-popup-ready .eael-product-popup-details{opacity:1;-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}.eael-product-popup.eael-product-zoom-in.eael-product-popup-ready .eael-product-modal-bg{opacity:.7}.eael-product-popup.eael-product-zoom-in.eael-product-modal-removing .eael-product-modal-bg{opacity:0}.eael-product-popup.eael-product-zoom-in.eael-product-modal-removing .eael-product-popup-details{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);opacity:0}.eael-product-popup .eael-product-modal-bg{position:absolute;left:0;top:0;height:100%;width:100%;background:#000;opacity:0;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.eael-product-popup .eael-product-popup-details{position:relative;margin:5vh auto;padding:20px;border:1px solid #888;max-width:900px;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);background-color:#fefefe;width:100%;border-radius:10px;height:auto;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}.eael-product-popup .eael-product-popup-details .single_add_to_cart_button{position:relative}.eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-added:after{font-family:"Font Awesome 5 Free";content:"";font-weight:900;display:inline-block;position:absolute;right:12px}.eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-loading:after{font-family:"Font Awesome 5 Free";content:"";font-weight:900;position:absolute;right:12px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.eael-product-popup.woocommerce div.product{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;overflow-y:auto;background:transparent;position:relative}.eael-product-popup.woocommerce div.product.ast-article-single,.eael-product-popup.woocommerce div.product .ast-article-single{background:transparent}@media(max-width: 767px){.eael-product-popup.woocommerce div.product{display:block}}.eael-product-popup.woocommerce div.product div.images{width:100%;margin-bottom:0}.eael-product-popup.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;margin-bottom:1em}.eael-product-popup.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n){margin-right:0}.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{width:calc(25% - .75em);margin-right:1em;margin-bottom:1em}.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:last-child{margin-right:0}.eael-product-popup.woocommerce div.product .product_title{font-size:28px;line-height:1.2em;font-weight:700;margin-bottom:10px;letter-spacing:normal;text-transform:capitalize}.eael-product-popup.woocommerce div.product .product_title:before{content:none}.eael-product-popup.woocommerce div.product .price{font-size:25px;line-height:1.2em;margin:0 0 15px;text-align:left !important}.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description{font-size:18px;line-height:1.2em;margin:0}.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description p,.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description p:last-child{margin-bottom:20px}.eael-product-popup.woocommerce div.product .button{margin:0 !important;line-height:1.5em}.eael-product-popup.woocommerce div.product form.cart{margin:0 0 1.2em;padding:0;border:none;width:100%}.eael-product-popup.woocommerce div.product form.cart table{border:none;margin:0 0 1.2em;border-collapse:collapse;width:100%}.eael-product-popup.woocommerce div.product form.cart table tbody{display:table-row-group;border:none}.eael-product-popup.woocommerce div.product form.cart p.stock{margin-bottom:0}.eael-product-popup.woocommerce div.product form.cart .group_table td{border:none}.eael-product-popup.woocommerce div.product form.cart .group_table .button{padding:.8em;font-weight:400;font-size:.9rem;white-space:nowrap}.eael-product-popup.woocommerce div.product form.cart div.quantity{margin-right:15px;width:auto}.eael-product-popup.woocommerce div.product form.cart div.quantity input,.eael-product-popup.woocommerce div.product form.cart div.quantity a{height:100%;border:1px solid}.eael-product-popup.woocommerce div.product form.cart div.quantity input[type=number]{min-width:90px}.eael-product-popup.woocommerce div.product form.cart div.quantity .qty{text-align:center}.eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus{outline:none}.eael-product-popup.woocommerce div.product form.cart .button.single_add_to_cart_button{padding:10px 40px}.eael-product-popup.woocommerce div.product form.cart .product-single-quantity button.plus,.eael-product-popup.woocommerce div.product form.cart .product-single-quantity button.minus{display:none}.eael-product-popup.woocommerce div.product .woocommerce-product-rating{margin-bottom:5px}.eael-product-popup.woocommerce div.product .woocommerce-product-rating .star-rating{font-size:16px}.eael-product-popup.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link{display:inline-block;vertical-align:top;font-size:16px;line-height:18px}.eael-product-popup.woocommerce div.product table tbody tr{border-bottom:1px solid #ccc}.eael-product-popup.woocommerce div.product table tbody tr td{background:transparent;vertical-align:middle !important;padding:15px 15px 15px 0 !important}.eael-product-popup.woocommerce div.product .product_meta{font-size:14px;border-top:1px solid #ccc;border-bottom:0;padding:1em 0 0;margin:0 0 .8em}.eael-product-popup.woocommerce div.product .product_meta>span{display:block;border:none;padding:5px 0}.eael-product-popup .eael-product-image-wrap{width:40%}@media(max-width: 767px){.eael-product-popup .eael-product-image-wrap{width:100%}}.eael-product-popup .eael-product-image-wrap .badge-container{display:none}.eael-product-popup .eael-product-image-wrap .eael-new-product .flex-viewport{height:auto !important}.eael-product-popup .eael-product-details-wrap{width:56%;margin-left:4%;text-align:left}@media(max-width: 767px){.eael-product-popup .eael-product-details-wrap{width:100%;margin-left:0;margin-top:25px}}.eael-product-popup .eael-product-details-wrap .is-divider{display:none}.eael-product-popup button.eael-product-popup-close{position:absolute;right:-15px;top:-18px;font-size:20px;padding:0;cursor:pointer;-webkit-box-sizing:content-box;box-sizing:content-box;overflow:visible;background:#fff !important;text-align:center;-webkit-box-shadow:2px 0px 12px 3px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:2px 0px 12px 3px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);color:#000 !important;height:40px;width:40px;min-height:40px;max-width:40px;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;opacity:1;border:0;margin:0}.eael-product-popup button.eael-product-popup-close:focus{outline:none}.eael-product-popup form.cart{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.eael-product-popup form.cart.variations_form{display:block}.eael-product-popup form.cart.variations_form .variations{border:none}.eael-product-popup form.cart.variations_form .variations tr{margin-bottom:5px}.eael-product-popup form.cart.variations_form .variations td{display:block;width:100%;border:none;padding:0;margin-bottom:5px}.eael-product-popup form.cart.variations_form .variations td select{width:100%}.eael-product-popup form.cart.variations_form .variations_button{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-product-popup form.cart.grouped_form{display:block}.eael-product-popup form.cart.grouped_form table .button{line-height:1.2em}.eael-product-popup form.cart.grouped_form .quantity{width:100%}.eael-product-popup form.cart.grouped_form .quantity input,.eael-product-popup form.cart.grouped_form .quantity a{height:auto !important;min-height:2.507em;line-height:1.2em}.eael-product-popup form.cart .quantity{width:37%;margin-right:20px}.eael-product-popup form.cart .quantity input{width:100%}.eael-product-popup .eael-onsale{padding:5px 10px;font-size:12px;font-weight:500;position:absolute;text-align:center;line-height:1.2em;top:30px;left:0;margin:0;background-color:#ff7a80;color:#fff;z-index:9}.eael-product-popup .eael-onsale.sale-preset-1.outofstock br{display:none}.eael-product-popup .eael-onsale.sale-preset-1.right{left:auto;right:0}.eael-product-popup .eael-onsale.sale-preset-2{padding:0;top:5px;left:5px;min-width:50px;min-height:50px;line-height:50px;border-radius:100%;-webkit-font-smoothing:antialiased}.eael-product-popup .eael-onsale.sale-preset-2.outofstock{line-height:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-product-popup .eael-onsale.sale-preset-3{border-radius:50px;left:15px;top:15px}.eael-product-popup .eael-onsale.sale-preset-3.outofstock br{display:none}.eael-product-popup .eael-onsale.sale-preset-4{left:0;top:15px}.eael-product-popup .eael-onsale.sale-preset-4.outofstock br{display:none}.eael-product-popup .eael-onsale.sale-preset-4:after{position:absolute;right:-15px;bottom:0px;width:15px;height:24px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:10px solid #23a454;content:""}.eael-product-popup .eael-onsale.sale-preset-5{display:block;line-height:74px;height:60px;width:120px;left:-39pX;top:-10px;right:auto;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-popup .eael-onsale.sale-preset-5.outofstock{line-height:normal;padding-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-product-grid .eael-woo-pagination ul{display:inline-block;text-align:center;white-space:nowrap;padding:0;clear:both;border:0;margin:1px;width:auto}.eael-product-grid .eael-woo-pagination ul li{display:inline-block;margin:0 5px 5px 0;padding:0;float:left;overflow:hidden}.eael-product-grid .eael-woo-pagination ul li .page-numbers{margin:0;text-decoration:none;color:#000000bd;line-height:1;font-size:1em;font-weight:normal;padding:.75em;display:block;min-width:2.5em;-webkit-box-sizing:inherit;box-sizing:inherit;border:none}.eael-product-grid .eael-woo-pagination ul li .page-numbers.current,.eael-product-grid .eael-woo-pagination ul li .page-numbers:hover,.eael-product-grid .eael-woo-pagination ul li .page-numbers:focus{color:#fff;background:#000000bd}.eael-product-grid .woocommerce ul.products .product{overflow-y:auto}.eael-product-grid .eael-load-more-button-wrap{clear:both;margin-top:40px}.eael-product-grid .eael-product-wrap .eael-onsale{padding:5px 10px;font-size:12px;font-weight:500;position:absolute;text-align:center;line-height:1.2em;top:30px;left:0;margin:0;background-color:#ff7a80;color:#fff;z-index:9}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-1.outofstock br{display:none}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-1.right{left:auto;right:0}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-2{padding:0;top:5px;left:5px;display:inline-table;min-width:50px;min-height:50px;line-height:50px;border-radius:100%;-webkit-font-smoothing:antialiased}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-2.outofstock{line-height:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-2.right{left:auto;right:5px}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-3{border-radius:50px;left:15px;top:15px}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-3.outofstock br{display:none}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-3.right{left:auto;right:15px}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4{left:0;top:15px}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4.outofstock br{display:none}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4:after{position:absolute;right:-15px;bottom:0px;width:15px;height:24px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:10px solid #23a454;content:""}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4.right{left:auto;right:0}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4.right:after{right:auto;left:-15px;border-left:0;border-right:10px solid #23a454}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-5{display:block;line-height:74px;height:60px;width:120px;left:-39px;top:-10px;right:auto;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-5.outofstock{line-height:normal;padding-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-5.right{left:auto;right:-35px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.eael-product-grid .eael-product-wrap .eael-product-title h2{font-size:20px;line-height:1.2em;color:#252525;font-weight:500;margin:0 0 8px;padding:0}.eael-product-grid .eael-product-wrap .eael-product-title h2:before{content:none}.eael-product-grid .eael-product-wrap .eael-product-price{font-size:18px;line-height:1.2em;color:#ff7a80;font-weight:600;margin-bottom:10px}.eael-product-grid .eael-product-wrap .star-rating{margin:0 auto 10px}.eael-product-grid .eael-product-wrap a.button.add_to_cart_button.added{display:none !important}.eael-product-grid.grid .eael-product-wrap:hover .icons-wrap.box-style,.eael-product-grid.masonry .eael-product-wrap:hover .icons-wrap.box-style{bottom:30px;visibility:visible;opacity:1}.eael-product-grid.grid .eael-product-wrap:hover .icons-wrap.block-box-style,.eael-product-grid.masonry .eael-product-wrap:hover .icons-wrap.block-box-style{visibility:visible;opacity:1;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.eael-product-grid.grid .eael-product-wrap:hover .icons-wrap.block-style,.eael-product-grid.masonry .eael-product-wrap:hover .icons-wrap.block-style{visibility:visible;opacity:1;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.eael-product-grid.grid .eael-product-wrap .product-image-wrap,.eael-product-grid.masonry .eael-product-wrap .product-image-wrap{position:relative;overflow:hidden}.eael-product-grid.grid .eael-product-wrap .icons-wrap,.eael-product-grid.masonry .eael-product-wrap .icons-wrap{padding:0;list-style:none;position:absolute;z-index:9;display:block;top:50%;left:0;right:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:0;visibility:hidden;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;margin:0 auto;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style{background:red;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;width:100%;top:auto;bottom:-50px}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li{-webkit-box-flex:1;-ms-flex:1;flex:1}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li:not(:last-child),.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li:not(:last-child){border-right:1px solid #fff}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li.add-to-cart,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li.add-to-cart{-webkit-box-flex:4;-ms-flex:4;flex:4}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a{position:relative;background-color:transparent;margin:0;padding:10px 5px;font-size:15px;line-height:1.2em;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a:hover,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a:hover{background-color:transparent;color:#000}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a i,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a i{line-height:normal}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:auto;bottom:-100px}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a{position:relative;width:42px;height:42px;margin:3px;-webkit-box-shadow:0px 15px 10px rgba(61,70,79,.12);box-shadow:0px 15px 10px rgba(61,70,79,.12);background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a i,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a i{line-height:1rem}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.added_to_cart,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.added_to_cart{font-size:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.added_to_cart:after,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button{padding:0;margin:3px;font-size:0px}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;visibility:visible;opacity:1;top:auto;bottom:-24px;margin:0 5%}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a{position:relative;width:42px;height:42px;margin:3px;-webkit-box-shadow:0px 15px 10px rgba(61,70,79,.12);box-shadow:0px 15px 10px rgba(61,70,79,.12);background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a i,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a i{line-height:1rem}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart{font-size:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart:after,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:18px;line-height:38px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button{padding:0;margin:0;font-size:0px}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.product_type_external,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.product_type_external{width:auto;height:auto}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style{background:#fff;width:100%;top:auto;bottom:-50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a{position:relative;width:42px;height:42px;margin:10px 2px 0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a i,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a i{line-height:1rem}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart{font-size:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart:after,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button{padding:0;margin:10px 2px 0;font-size:0px}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button.product_type_variable:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-grid.grid .eael-product-wrap .icons-wrap li,.eael-product-grid.masonry .eael-product-wrap .icons-wrap li{display:inline-block;margin:0;padding:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap li a,.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a{display:block;position:absolute;color:#000;width:100%;height:100%;text-align:center;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s}.eael-product-grid.grid .eael-product-wrap .icons-wrap li a:hover,.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a:hover{background:#ff7a80;color:#fff}.eael-product-grid.grid .eael-product-wrap .icons-wrap li a i,.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a i{position:relative;font-size:18px;line-height:42px}.eael-product-grid.grid .eael-product-wrap .icons-wrap li a svg,.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a svg{width:18px}.eael-product-grid.grid .eael-product-wrap .product-details-wrap,.eael-product-grid.masonry .eael-product-wrap .product-details-wrap{padding:10px}.eael-product-grid.masonry .woocommerce ul.products{display:block}@media(min-width: 766px){.eael-product-grid.masonry .woocommerce ul.products{margin:0 -1% !important}}.eael-product-grid.masonry .woocommerce ul.products:before,.eael-product-grid.masonry .woocommerce ul.products:after{display:table;content:" "}.eael-product-grid.masonry .woocommerce ul.products li.product{float:left;margin:15px 0}@media(min-width: 766px){.eael-product-grid.masonry .woocommerce ul.products li.product{margin:1%}}.eael-product-grid.grid.eael-product-preset-8 .product-image-wrap,.eael-product-grid.masonry.eael-product-preset-8 .product-image-wrap{overflow:inherit}.eael-product-grid.grid.eael-product-preset-8 .product-details-wrap>div:first-child,.eael-product-grid.masonry.eael-product-preset-8 .product-details-wrap>div:first-child{margin-top:20px}.eael-product-grid.grid.eael-product-preset-5 ul.products,.eael-product-grid.grid.eael-product-preset-6 ul.products,.eael-product-grid.grid.eael-product-preset-7 ul.products,.eael-product-grid.grid.eael-product-preset-8 ul.products,.eael-product-grid.masonry.eael-product-preset-5 ul.products,.eael-product-grid.masonry.eael-product-preset-6 ul.products,.eael-product-grid.masonry.eael-product-preset-7 ul.products,.eael-product-grid.masonry.eael-product-preset-8 ul.products{padding:0;margin:0;list-style:none}.eael-product-grid.grid.eael-product-preset-5 ul.products li.product,.eael-product-grid.grid.eael-product-preset-6 ul.products li.product,.eael-product-grid.grid.eael-product-preset-7 ul.products li.product,.eael-product-grid.grid.eael-product-preset-8 ul.products li.product,.eael-product-grid.masonry.eael-product-preset-5 ul.products li.product,.eael-product-grid.masonry.eael-product-preset-6 ul.products li.product,.eael-product-grid.masonry.eael-product-preset-7 ul.products li.product,.eael-product-grid.masonry.eael-product-preset-8 ul.products li.product{text-align:center;border:1px solid #000;overflow:hidden}.eael-product-grid.grid.eael-product-preset-5 ul.products li.product.first,.eael-product-grid.grid.eael-product-preset-6 ul.products li.product.first,.eael-product-grid.grid.eael-product-preset-7 ul.products li.product.first,.eael-product-grid.grid.eael-product-preset-8 ul.products li.product.first,.eael-product-grid.masonry.eael-product-preset-5 ul.products li.product.first,.eael-product-grid.masonry.eael-product-preset-6 ul.products li.product.first,.eael-product-grid.masonry.eael-product-preset-7 ul.products li.product.first,.eael-product-grid.masonry.eael-product-preset-8 ul.products li.product.first{clear:none}.eael-product-grid.grid.eael-product-preset-6 .product.outofstock .icons-wrap .button,.eael-product-grid.grid.eael-product-preset-7 .product.outofstock .icons-wrap .button,.eael-product-grid.grid.eael-product-preset-8 .product.outofstock .icons-wrap .button,.eael-product-grid.masonry.eael-product-preset-6 .product.outofstock .icons-wrap .button,.eael-product-grid.masonry.eael-product-preset-7 .product.outofstock .icons-wrap .button,.eael-product-grid.masonry.eael-product-preset-8 .product.outofstock .icons-wrap .button{display:none}.eael-product-grid.grid.eael-product-preset-6 .icons-wrap .button.product_type_grouped,.eael-product-grid.grid.eael-product-preset-7 .icons-wrap .button.product_type_grouped,.eael-product-grid.grid.eael-product-preset-8 .icons-wrap .button.product_type_grouped,.eael-product-grid.masonry.eael-product-preset-6 .icons-wrap .button.product_type_grouped,.eael-product-grid.masonry.eael-product-preset-7 .icons-wrap .button.product_type_grouped,.eael-product-grid.masonry.eael-product-preset-8 .icons-wrap .button.product_type_grouped{display:none}.eael-product-grid.list .woocommerce ul.products li.product{overflow:hidden}.eael-product-grid.list .woocommerce ul.products li.product .woocommerce-loop-product__link img{margin-bottom:0}.eael-product-grid.list .woocommerce ul.products li.product .star-rating{margin:0 auto 10px 0}.eael-product-grid.list .eael-product-list-preset-2 .eael-product-wrap{padding:20px}.eael-product-grid.list .eael-product-list-preset-2 .eael-product-wrap .product-details-wrap{padding:0 0 0 25px}.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap{padding:0;background-color:transparent}.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap .product-details-wrap{padding:0 0 0 25px}.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap .title-wrap,.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap .price-wrap{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid}.eael-product-grid.list .eael-product-list-preset-4 .eael-product-wrap{padding:0}.eael-product-grid.list .eael-product-list-preset-4 .eael-product-wrap .product-details-wrap{padding:20px;margin-left:20px}.eael-product-grid.list .eael-product-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-product-grid.list .eael-product-wrap:hover .icons-wrap.box-style{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);visibility:visible;opacity:1}.eael-product-grid.list .eael-product-wrap:hover .icons-wrap.block-style{visibility:visible;opacity:1;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.eael-product-grid.list .eael-product-wrap .icons-wrap{padding:0;margin:0;list-style:none;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s}.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style{background:red;display:-webkit-box;display:-ms-flexbox;display:flex;height:50px;width:100%;top:auto;bottom:-50px}.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style li{-webkit-box-flex:1;-ms-flex:1;flex:1}.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style li.add-to-cart{-webkit-box-flex:4;-ms-flex:4;flex:4}.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style li a{position:relative}.eael-product-grid.list .eael-product-wrap .icons-wrap.box-style li{width:42px;height:42px;-webkit-filter:drop-shadow(0px 15px 10px rgba(61, 70, 79, 0.12));filter:drop-shadow(0px 15px 10px rgba(61, 70, 79, 0.12));background-color:#fff}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-cart a{padding:11px 15px !important}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li a{margin:2px;padding:10.5px 10px}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li:not(:first-child) a{border-left-width:0 !important}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li.add-to-cart a{padding:8.5px 10px;margin:0}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li a{border:2px solid #ddd}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li a.eael-wc-compare.eael-wc-compare-icon{margin:2px}.eael-product-grid.list .eael-product-wrap .icons-wrap li{display:inline-block;margin:0;padding:0;vertical-align:top}.eael-product-grid.list .eael-product-wrap .icons-wrap li a{display:block;color:#000;text-align:center;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s;background:#ffebcd;padding:9px 10px;font-size:15px;line-height:1.4em;font-weight:700;cursor:pointer}.eael-product-grid.list .eael-product-wrap .icons-wrap li a:hover{background:#ff7a80;color:#fff}.eael-product-grid.list .eael-product-wrap .icons-wrap li a i{position:relative;font-size:18px}.eael-product-grid.list .eael-product-wrap .icons-wrap li a svg{width:18px}.eael-product-grid.list .eael-product-wrap .icons-wrap li a.button{font-size:15px;line-height:1.4em}.eael-product-grid.list .eael-product-wrap .product-image-wrap{position:relative;overflow:hidden;width:45%;margin:0}.eael-product-grid.list .eael-product-wrap .product-details-wrap{width:55%;padding:25px;text-align:left !important}.eael-product-grid.list .eael-product-wrap .eael-product-price{margin-bottom:5px}.eael-product-grid.list .eael-product-wrap .eael-product-excerpt p{margin:0 0 10px}@media only screen and (min-width: 1025px){.eael-product-grid-column-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-list-column-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-1 .eael-product-grid.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-grid-column-2 .eael-product-grid.masonry .woocommerce ul.products li.product{width:48%}.eael-product-grid-column-3 .eael-product-grid.masonry .woocommerce ul.products li.product{width:31.3333%}.eael-product-grid-column-4 .eael-product-grid.masonry .woocommerce ul.products li.product{width:23%}.eael-product-grid-column-5 .eael-product-grid.masonry .woocommerce ul.products li.product{width:18%}.eael-product-grid-column-6 .eael-product-grid.masonry .woocommerce ul.products li.product{width:14.66666667%}}@media only screen and (max-width: 1024px)and (min-width: 766px){.eael-product-grid-column-tablet-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-tablet-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-tablet-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-tablet-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-tablet-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-tablet-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-list-column-tablet-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-tablet-1 .eael-product-grid.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-grid-column-tablet-2 .eael-product-grid.masonry .woocommerce ul.products li.product{width:48%}.eael-product-grid-column-tablet-3 .eael-product-grid.masonry .woocommerce ul.products li.product{width:31.3333%}.eael-product-grid-column-tablet-4 .eael-product-grid.masonry .woocommerce ul.products li.product{width:23%}.eael-product-grid-column-tablet-5 .eael-product-grid.masonry .woocommerce ul.products li.product{width:18%}.eael-product-grid-column-tablet-6 .eael-product-grid.masonry .woocommerce ul.products li.product{width:14.66666667%}}@media only screen and (max-width: 767px){.eael-product-grid-column-mobile-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-mobile-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-mobile-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-mobile-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-mobile-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-mobile-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap,.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap{width:100%}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap{margin-bottom:15px}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap{padding:0;margin:0}.eael-product-grid-column-mobile-1 .eael-product-grid.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-grid-column-mobile-2 .eael-product-grid.masonry .woocommerce ul.products li.product{width:48% !important;margin:1%}.eael-product-grid-column-mobile-3 .eael-product-grid.masonry .woocommerce ul.products li.product{width:31.3333% !important;margin:1%}.eael-product-grid-column-mobile-4 .eael-product-grid.masonry .woocommerce ul.products li.product{width:23% !important;margin:1%}.eael-product-grid-column-mobile-5 .eael-product-grid.masonry .woocommerce ul.products li.product{width:18% !important;margin:1%}.eael-product-grid-column-mobile-6 .eael-product-grid.masonry .woocommerce ul.products li.product{width:14.66666667% !important;margin:1%}}.theme-oceanwp.elementor-editor-active .eael-product-popup.woocommerce div.product form.cart div.quantity .qty{max-width:150px}.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus{border:1px solid}.eael-product-loader{position:relative}.eael-product-loader::after{border-radius:50%;width:50px;height:50px;position:absolute;content:"";border-top:4px solid rgba(0,0,0,.2);border-right:4px solid rgba(0,0,0,.2);border-bottom:4px solid rgba(0,0,0,.2);border-left:4px solid #000;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-animation:loaderSpin 1.1s infinite linear;animation:loaderSpin 1.1s infinite linear;left:48%;top:40%;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.theme-flexia .woocommerce ul.products li.product .woocommerce-LoopProduct-link{position:unset;display:unset}.eael-product-grid .woocommerce ul.products li.product .ast-shop-product-out-of-stock{display:none}
|
| 1 |
+
.table-responsive{width:100%;overflow-x:auto;overflow-y:hidden}.eael-wcpc-wrapper img{display:block;margin:auto}.eael-wcpc-wrapper th i{padding-right:10px;color:#dcdcdc}.eael-wcpc-wrapper .wcpc-table-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-wcpc-wrapper .wcpc-table-header .wcpc-title{word-break:break-word}.eael-wcpc-wrapper .elementor-icon{font-size:20px;margin-right:10px}.eael-wcpc-wrapper table td{text-align:center}.eael-wcpc-wrapper.custom{--h-bg: #2d1e87;--h-text-clr: #fff;--h-border-clr: #b6aaff;--text-clr: #707070;--text-bold-clr: #252525;--btn-bg: #6752e5;--btn-bg-hover: #ff9582;--btn-text: #fff;--image-bg: #6b55ec;--container-bg: #fff;--icon-color: #c3ccdc;background:var(--container-bg);overflow-x:scroll}.eael-wcpc-wrapper.custom table{border-collapse:collapse;border-spacing:0;max-width:none}.eael-wcpc-wrapper.custom table .icon{width:16px;margin-right:6px;fill:var(--icon-color)}.eael-wcpc-wrapper.custom table th,.eael-wcpc-wrapper.custom table td{padding:15px;border:1px solid var(--h-border-clr);border-collapse:collapse}.eael-wcpc-wrapper.custom table th.first-th{border:none;padding-left:5px}.eael-wcpc-wrapper.custom table th{color:var(--text-bold-clr);font-weight:normal;max-width:160px;border-left-width:2px;border-collapse:collapse;vertical-align:middle}.eael-wcpc-wrapper.custom table th div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-wcpc-wrapper.custom table td{color:var(--text-clr);text-align:center}.eael-wcpc-wrapper.custom table tr.title{background:var(--h-bg);color:var(--h-text-clr)}.eael-wcpc-wrapper.custom table tr.title th,.eael-wcpc-wrapper.custom table tr.title td{font-size:20px;color:inherit;border:none;border-left:1px solid var(--h-border-clr);border-right:1px solid var(--h-border-clr)}.eael-wcpc-wrapper.custom table tr.image td{vertical-align:middle;border:none}.eael-wcpc-wrapper.custom table .button{border-radius:5px;background:var(--btn-bg);color:var(--btn-text)}.eael-wcpc-wrapper.custom table .button:hover{background:var(--btn-bg-hover)}.eael-wcpc-wrapper.custom.theme-1 table tr.image td{background:var(--image-bg);border-left:1px solid var(--h-border-clr);border-right:1px solid var(--h-border-clr)}.eael-wcpc-wrapper.custom.theme-2{--h-bg: #ff9453;--h-border-clr: #f4ede9;--btn-bg: #ff9453;--btn-bg-hover: #6752e5;--even-row-bg: #fbf8f7}.eael-wcpc-wrapper.custom.theme-2 table tr:nth-of-type(even):not(.title){background:var(--even-row-bg)}.eael-wcpc-wrapper.custom.theme-3{--container-bg: #f9fafc;--btn-bg: #ff907e;--btn-bg-hover: #ff907e;--even-row-bg: #f5f5f8;--h-odd-row-bg: #fdfdff;--first-img-bg: linear-gradient(-130deg, #ffd0b0 0%, #ff907e 100%);--second-img-bg: linear-gradient(-130deg, #ada0ff 0%, #7561f2 100%);--third-img-bg: linear-gradient(-130deg, #6fffac 0%, #23d56e 100%);--firt-btn-bg: #ff907e;--second-btn-bg: #7561f2;--third-btn-bg: #23d56e;padding:20px}.eael-wcpc-wrapper.custom.theme-3 table{-webkit-border-horizontal-spacing:10px}.eael-wcpc-wrapper.custom.theme-3 table tr:nth-of-type(even):not(.title){background:var(--even-row-bg)}.eael-wcpc-wrapper.custom.theme-3 table th,.eael-wcpc-wrapper.custom.theme-3 table td{border:none;-webkit-box-sizing:border-box;box-sizing:border-box}.eael-wcpc-wrapper.custom.theme-3 table tr.title td.featured,.eael-wcpc-wrapper.custom.theme-3 table tr:nth-of-type(odd) td.featured{-webkit-box-shadow:18px 0 10px -10px rgba(86,79,127,.06),-18px 0 10px -10px rgba(86,79,127,.06);box-shadow:18px 0 10px -10px rgba(86,79,127,.06),-18px 0 10px -10px rgba(86,79,127,.06)}.eael-wcpc-wrapper.custom.theme-3 table tr.title{background:initial;color:initial}.eael-wcpc-wrapper.custom.theme-3 table tr.title th,.eael-wcpc-wrapper.custom.theme-3 table tr.title td{color:initial;border-left:none;border-right:none}.eael-wcpc-wrapper.custom.theme-3 table tr.image td{background:initial;border-left:none;border-right:none;padding:0}.eael-wcpc-wrapper.custom.theme-3 table tr.image td span{display:block;width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;border-top-left-radius:10px;border-top-right-radius:10px}.eael-wcpc-wrapper.custom.theme-3 table tr.image td>span{padding:20px}.eael-wcpc-wrapper.custom.theme-3 table tr.image td span.inner{padding:0}.eael-wcpc-wrapper.custom.theme-3 table tr.image td.featured span{padding:10px;background:#fff}.eael-wcpc-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+1) .img-inner{background:var(--first-img-bg)}.eael-wcpc-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+2) .img-inner{background:var(--second-img-bg)}.eael-wcpc-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+3) .img-inner{background:var(--third-img-bg)}.eael-wcpc-wrapper.custom.theme-4{--h-bg: none;--h-text-clr: #707070;--h-border-clr: #e8ebf0;--text-clr: #707070;--text-bold-clr: #252525;--btn-bg: #613de6;--btn-bg-hover: #ff9582;--btn-text: #fff;--image-bg: none;--container-bg: #f9fafc}.eael-wcpc-wrapper.custom.theme-4 table{background:#fff}.eael-wcpc-wrapper.custom.theme-4 table th.first-th{background:var(--container-bg)}.eael-wcpc-wrapper.custom.theme-4 table tr.title th,.eael-wcpc-wrapper.custom.theme-4 table tr.title td{font-size:20px;color:inherit;border:1px solid var(--h-border-clr)}.eael-wcpc-wrapper.custom.theme-4 table tr.image td{position:relative;border:1px solid var(--h-border-clr);overflow:hidden}.eael-wcpc-wrapper.custom.theme-4 table tr.image .ribbon{position:absolute;left:-44px;top:10px;background:var(--btn-bg);color:var(--btn-text);padding:3px 50px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.eael-wcpc-wrapper.custom.theme-4 table tr.image .product-title,.eael-wcpc-wrapper.custom.theme-4 table tr.image .woocommerce-Price-amount{font-size:18px;font-weight:bold}.eael-wcpc-wrapper.custom.theme-4 table tr.image .product-title{color:var(--text-bold-clr);margin:0 auto 10px}.eael-wcpc-wrapper.custom.theme-4 table tr.image .woocommerce-Price-amount{color:var(--btn-bg)}.eael-wcpc-wrapper.custom.theme-5{--first-row-color: #fff;--first-col-bg: #6a3ee8;--second-col-bg: #3e5ae8;--third-col-bg: #15e9c9;--first-img-bg: #f4f0ff;--second-img-bg: #eaedff;--third-img-bg: #e5fffb;--h-bg: none;--h-text-clr: #707070;--h-border-clr: #e8ebf0;--first-btn-bg: #6a3ee8;--second-btn-bg: #3e5ae8;--third-btn-bg: #15e9c9;--image-bg: none}.eael-wcpc-wrapper.custom.theme-5 table th{border:none}.eael-wcpc-wrapper.custom.theme-5 table th.first-th{background:var(--container-bg)}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+1) .button{background:var(--first-btn-bg)}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+1) .button:hover{background:#5827e5}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+2) .button{background:var(--second-btn-bg)}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+2) .button:hover{background:#2747e5}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+3) .button{background:var(--third-btn-bg)}.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+3) .button:hover{background:#13d2b5}.eael-wcpc-wrapper.custom.theme-5 table tr.title th,.eael-wcpc-wrapper.custom.theme-5 table tr.title td{font-size:20px;color:inherit;border:none}.eael-wcpc-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+1){background:var(--first-img-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+2){background:var(--second-img-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+3){background:var(--third-img-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+1){background:var(--first-col-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+2){background:var(--second-col-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+3){background:var(--third-col-bg)}.eael-wcpc-wrapper.custom.theme-5 table tr.image td,.eael-wcpc-wrapper.custom.theme-5 table tr.title td{border:none;border-right:2px solid var(--first-row-color);color:var(--first-row-color)}.eael-wcpc-wrapper.custom.theme-5 table tr.image td:last-child,.eael-wcpc-wrapper.custom.theme-5 table tr.title td:last-child{border-right:none}.eael-wcpc-wrapper.custom.theme-6{--container-bg: #f0eff6;--first-row-color: #fff;--first-col-bg: #fd907b;--second-col-bg: #7f6cf4;--third-col-bg: #3ae281;--first-img-bg: #f4f0ff;--second-img-bg: #eaedff;--third-img-bg: #e5fffb;--h-bg: none;--h-text-clr: #707070;--h-border-clr: #e8ebf0;--image-bg: none}.eael-wcpc-wrapper.custom.theme-6 table tr.title th,.eael-wcpc-wrapper.custom.theme-6 table tr.title td{border-left:0;border-right:0}.eael-wcpc-wrapper.custom.theme-6 table tr.title td{color:#fff}.eael-wcpc-wrapper.custom.theme-6 table tr,.eael-wcpc-wrapper.custom.theme-6 table th,.eael-wcpc-wrapper.custom.theme-6 table td{border:none}.eael-wcpc-wrapper.custom.theme-6 table td{color:#fff;border-right:20px solid #fff}.eael-wcpc-wrapper.custom.theme-6 table td:last-child{border-right:none}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+1){background:var(--first-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+2){background:var(--second-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+3){background:var(--third-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) th,.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td{background:#f7f6fa}.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td:nth-of-type(3n+1){background:#fec1b5}.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td:nth-of-type(3n+2){background:#b7adf9}.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td:nth-of-type(3n+3){background:#91efb8}.eael-wcpc-wrapper.custom.theme-6 table tr.image td,.eael-wcpc-wrapper.custom.theme-6 table tr.title td{border:none;border-right:20px solid #fff}.eael-wcpc-wrapper.custom.theme-6 table tr.image td:last-child,.eael-wcpc-wrapper.custom.theme-6 table tr.title td:last-child{border-right:none}.eael-wcpc-wrapper.custom.theme-6 table .button{background:#fff}.eael-wcpc-wrapper.custom.theme-6 table .button:hover{background:#fff}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+1) .button{color:var(--first-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+1) .button:hover{color:#fb3c17}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+2) .button{color:var(--second-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+2) .button:hover{color:#2f11e9}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+3) .button{color:var(--third-col-bg)}.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+3) .button:hover{color:#179f51}.eael-wcpc-wrapper.custom.theme-6 .img-inner{display:block;background:rgba(228,228,228,.45);border-radius:6px}@media screen and (min-width: 769px){.eael-wcpc-wrapper:not(.theme-4) tr.image td{padding:10px}.theme-4 tr.image td{padding:50px 10px}}.eael-product-grid .woocommerce ul.products,.eael-post-grid .woocommerce ul.products{display:grid;grid-gap:25px;margin:0 0 15px 0;padding:0 !important}.eael-product-grid .woocommerce ul.products:before,.eael-product-grid .woocommerce ul.products:after,.eael-post-grid .woocommerce ul.products:before,.eael-post-grid .woocommerce ul.products:after{display:none}.eael-product-grid .woocommerce ul.products .product,.eael-post-grid .woocommerce ul.products .product{width:100%;margin:0;padding:0}.eael-product-grid .woocommerce ul.products .product .eael-wc-compare,.eael-post-grid .woocommerce ul.products .product .eael-wc-compare{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;cursor:pointer;color:#fff;background-color:#333;margin:15px}.eael-product-grid .woocommerce ul.products .product .eael-wc-compare:hover,.eael-post-grid .woocommerce ul.products .product .eael-wc-compare:hover{color:#fff;background-color:#333}.eael-product-grid .woocommerce ul.products .product .eael-wc-compare-loader,.eael-post-grid .woocommerce ul.products .product .eael-wc-compare-loader{display:none;width:1.5rem}.eael-product-grid .woocommerce ul.products .product .star-rating,.eael-post-grid .woocommerce ul.products .product .star-rating{margin:0 auto 5px;display:inline-block;float:none;height:1em;width:5.6em;font-size:1em;line-height:1em}.eael-product-grid .woocommerce ul.products .product .star-rating:before,.eael-post-grid .woocommerce ul.products .product .star-rating:before{content:"";font-family:"Font Awesome 5 Free";font-weight:400;opacity:1}.eael-product-grid .woocommerce ul.products .product .star-rating span,.eael-post-grid .woocommerce ul.products .product .star-rating span{display:inline-block}.eael-product-grid .woocommerce ul.products .product .star-rating span:before,.eael-post-grid .woocommerce ul.products .product .star-rating span:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900}.eael-product-grid .woocommerce ul.products.products[class*=columns-] li.product,.eael-post-grid .woocommerce ul.products.products[class*=columns-] li.product{width:100%}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product{position:relative;float:left;display:block;overflow:hidden;text-align:center;padding:0;border-radius:0;background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a{text-decoration:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a:hover,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a:hover,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a:hover,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a:hover{outline:none;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product img,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product img,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product img,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product img{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:auto;margin:auto;max-width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;font-weight:700;line-height:1;color:#333;margin:25px 0 12px;padding:0}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .onsale,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .onsale{display:block;line-height:170px;font-size:13px;text-align:center;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-100px;top:-50px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .outofstock-badge,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .outofstock-badge,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .outofstock-badge,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .outofstock-badge{line-height:16px;font-size:13px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-95px;top:-45px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price{font-size:14px;margin-bottom:0}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price del,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price del,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price del,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price del{opacity:.5;display:inline-block}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price ins,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price ins,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price ins,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price ins{font-weight:400;background-color:transparent;color:#ff2a13}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating{display:block;float:none;font-size:14px;margin:10px auto}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button{display:block;font-size:14px;font-weight:400;line-height:38px;text-align:center;text-transform:uppercase;color:#fff;background-color:#333;padding:0;margin:15px;border-radius:0}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button::before,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button::before,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button::before,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button::before,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button::before,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button::before,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button::before,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;padding-right:8px}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.product_type_variable:before,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.product_type_variable:before,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.product_type_variable:before,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.product_type_variable:before,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button:focus,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button:focus,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button:focus,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button:focus,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus{outline:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button::before,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button::before,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button::before,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button::before{content:none}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .eael-wc-compare,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .eael-wc-compare,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare{color:#fff;background-color:#333}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart{display:block;margin:0 0 15px 0;padding:0;font-size:14px;line-height:1;text-transform:capitalize;color:#333;background-color:transparent}.eael-product-grid.eael-product-simple .woocommerce ul.products li.product,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product{border:1px solid #eee}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product{border:1px solid transparent}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart{visibility:hidden;-webkit-transition:none;-o-transition:none;transition:none}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover{border:1px solid #eee}.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .eael-wc-compare,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .eael-wc-compare,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart{visibility:visible}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product{position:relative;float:left;overflow:hidden;text-align:center;padding:0 0 15px 0;border-radius:0;background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a{text-decoration:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a:hover,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a:hover{outline:none;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product img,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product img{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;height:auto;margin:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay{position:relative;overflow:hidden;line-height:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap{position:absolute;top:50%;left:0;right:0;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;line-height:38px;text-align:center;color:#fff;background-color:#333;width:38px;height:38px;border-style:none;border-radius:50%;vertical-align:middle;padding:0;margin:0 5px;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);opacity:0;-webkit-transition:opacity 300ms,-webkit-transform 200ms;transition:opacity 300ms,-webkit-transform 200ms;-o-transition:transform 200ms,opacity 300ms;transition:transform 200ms,opacity 300ms;transition:transform 200ms,opacity 300ms,-webkit-transform 200ms}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus{outline:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button{font-size:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before{display:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after{content:"";font-size:14px;line-height:38px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0;font-family:"Font Awesome 5 Free";font-weight:900}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.product_type_variable:after,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.product_type_variable:after{content:""}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before{display:none}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after{content:"";display:inline-block;font-weight:normal;font-family:"Font Awesome 5 Free";font-size:14px;line-height:38px;color:#fff;height:auto;width:auto;position:relative;top:0;left:0;margin:0;padding:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart{font-size:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after{content:"";font-family:"Font Awesome 5 Free";font-size:14px;line-height:38px;font-weight:900;color:#fff;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;font-weight:700;line-height:1;color:#333;margin:25px 0 12px;padding:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .onsale{display:block;line-height:170px;font-size:13px;text-align:center;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-100px;top:-50px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .outofstock-badge,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .outofstock-badge{line-height:16px;font-size:13px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:9;left:-95px;top:-45px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price{font-size:14px;margin-bottom:0}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price del,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price del{opacity:.5;display:inline-block}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price ins,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price ins{font-weight:400;background-color:transparent;color:#ff2a13}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating{display:block;float:none;font-size:14px;margin:10px auto}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .eael-wc-compare,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .eael-wc-compare{padding:5px !important}.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .eael-wc-compare,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .eael-wc-compare,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.eael-product-grid.eael-product-default .woocommerce ul.products li.product,.eael-post-grid.eael-product-default .woocommerce ul.products li.product{overflow:visible !important}.eael-product-grid.eael-product-default .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-default .woocommerce ul.products li.product .onsale{line-height:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-product-grid.eael-product-default .woocommerce ul.products li.product .outofstock-badge,.eael-post-grid.eael-product-default .woocommerce ul.products li.product .outofstock-badge{min-height:3.746em;min-width:3.746em;padding:.502em;font-size:13px;font-weight:700;position:absolute;text-align:center;line-height:1.25;top:-0.5em;left:-0.5em;margin:0;border-radius:50%;background-color:#ff2a13;color:#fff;font-size:.857em;z-index:9}.eael-product-grid.eael-product-default .button.add_to_cart_button::before,.eael-post-grid.eael-product-default .button.add_to_cart_button::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;padding-right:8px}.eael-product-grid.eael-product-default .button.add_to_cart_button.product_type_variable:before,.eael-post-grid.eael-product-default .button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-grid.eael-product-preset-5 ul.products li.product .image-wrap img,.eael-product-grid.eael-product-preset-6 ul.products li.product .image-wrap img,.eael-product-grid.eael-product-preset-7 ul.products li.product .image-wrap img,.eael-product-grid.eael-product-preset-8 ul.products li.product .image-wrap img,.eael-post-grid.eael-product-preset-5 ul.products li.product .image-wrap img,.eael-post-grid.eael-product-preset-6 ul.products li.product .image-wrap img,.eael-post-grid.eael-product-preset-7 ul.products li.product .image-wrap img,.eael-post-grid.eael-product-preset-8 ul.products li.product .image-wrap img{-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-wcpc-modal{position:fixed;top:50px;right:0;bottom:50px;left:0;margin-left:auto;margin-right:auto;width:1080px;max-width:90%;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9999999}.modal__content{width:100%;height:100%;overflow:hidden auto}.wcpc-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:10;background:rgba(0,0,0,.5);pointer-events:none}.wcpc-overlay,.eael-wcpc-modal{visibility:hidden;opacity:0;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.close-modal{position:absolute;top:-10px;right:-10px;cursor:pointer;display:block;border-radius:50%;color:#fff;background:#000;font-size:30px;font-weight:bold;text-align:center;line-height:23px;-webkit-box-shadow:-1px 0px 3px 0 #000;box-shadow:-1px 0px 3px 0 #000;-webkit-transition:-webkit-transform 300ms ease;transition:-webkit-transform 300ms ease;-o-transition:transform 300ms ease;transition:transform 300ms ease;transition:transform 300ms ease, -webkit-transform 300ms ease}.eael-wcpc-wrapper .eael-wc-remove,.eael-wcpc-wrapper.custom .eael-wc-remove{cursor:pointer;-webkit-transition:all 400ms ease;-o-transition:all 400ms ease;transition:all 400ms ease}.eael-wcpc-wrapper .eael-wc-remove.disable,.eael-wcpc-wrapper.custom .eael-wc-remove.disable{color:#a0a0a0 !important;-webkit-transform:scale(1) !important;-ms-transform:scale(1) !important;transform:scale(1) !important}.eael-wcpc-wrapper .eael-wc-remove:hover,.eael-wcpc-wrapper.custom .eael-wc-remove:hover{color:red;-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.eael-wcpc-wrapper .remove-row,.eael-wcpc-wrapper.custom .remove-row{border:none}.eael-wcpc-wrapper .remove-row th,.eael-wcpc-wrapper .remove-row td,.eael-wcpc-wrapper.custom .remove-row th,.eael-wcpc-wrapper.custom .remove-row td{border:none;text-align:center}.eael-product-grid .woocommerce ul.products li.product a img{margin-bottom:0;display:block;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-product-grid .woocommerce ul.products li.product .woocommerce-loop-product__title{letter-spacing:normal;font-weight:700;text-transform:capitalize}.eael-product-grid .woocommerce ul.products li.product ins{background:transparent}.eael-product-grid .woocommerce ul.products li.product .button{text-transform:capitalize;border:none;letter-spacing:normal;-webkit-box-shadow:none;box-shadow:none}.eael-product-grid .woocommerce ul.products li.product .button:hover,.eael-product-grid .woocommerce ul.products li.product .button:visited{text-decoration:none}.eael-product-grid .woocommerce ul.products li.product .star-rating{margin:0 auto 5px;display:inline-block;float:none;height:1em;width:5.6em;font-size:1em;line-height:1em}.eael-product-grid .woocommerce ul.products li.product .star-rating:before{content:"";font-family:"Font Awesome 5 Free";font-weight:400;opacity:1}.eael-product-grid .woocommerce ul.products li.product .star-rating span{display:inline-block}.eael-product-grid .woocommerce ul.products li.product .star-rating span:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900}.eael-product-grid .eael-woo-pagination ul{display:inline-block;text-align:center;white-space:nowrap;padding:0;clear:both;border:0;margin:1px;width:auto}.eael-product-grid .eael-woo-pagination ul li{display:inline-block;margin:0 5px 5px 0;padding:0;float:left;overflow:hidden}.eael-product-grid .eael-woo-pagination ul li .page-numbers{margin:0;text-decoration:none;color:#000000bd;line-height:1;font-size:1em;font-weight:normal;padding:.75em;display:block;min-width:2.5em;-webkit-box-sizing:inherit;box-sizing:inherit;border:none}.eael-product-grid .eael-woo-pagination ul li .page-numbers.current,.eael-product-grid .eael-woo-pagination ul li .page-numbers:hover,.eael-product-grid .eael-woo-pagination ul li .page-numbers:focus{color:#fff;background:#000000bd}.eael-product-grid .woocommerce ul.products .product{overflow-y:auto}.eael-product-grid .eael-load-more-button-wrap{clear:both;margin-top:40px}.eael-product-grid .eael-product-wrap .eael-onsale{padding:5px 10px;font-size:12px;font-weight:500;position:absolute;text-align:center;line-height:1.2em;top:30px;left:0;margin:0;background-color:#ff7a80;color:#fff;z-index:9}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-1.outofstock br{display:none}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-1.right{left:auto;right:0}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-2{padding:0;top:5px;left:5px;display:inline-table;min-width:50px;min-height:50px;line-height:50px;border-radius:100%;-webkit-font-smoothing:antialiased}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-2.outofstock{line-height:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-2.right{left:auto;right:5px}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-3{border-radius:50px;left:15px;top:15px}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-3.outofstock br{display:none}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-3.right{left:auto;right:15px}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4{left:0;top:15px}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4.outofstock br{display:none}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4:after{position:absolute;right:-15px;bottom:0px;width:15px;height:24px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:10px solid #23a454;content:""}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4.right{left:auto;right:0}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4.right:after{right:auto;left:-15px;border-left:0;border-right:10px solid #23a454}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-5{display:block;line-height:74px;height:60px;width:120px;left:-39px;top:-10px;right:auto;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-5.outofstock{line-height:normal;padding-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-5.right{left:auto;right:-35px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.eael-product-grid .eael-product-wrap .eael-product-title h2{font-size:20px;line-height:1.2em;color:#252525;font-weight:500;margin:0 0 8px;padding:0}.eael-product-grid .eael-product-wrap .eael-product-title h2:before{content:none}.eael-product-grid .eael-product-wrap .eael-product-price{font-size:18px;line-height:1.2em;color:#ff7a80;font-weight:600;margin-bottom:10px}.eael-product-grid .eael-product-wrap .star-rating{margin:0 auto 10px}.eael-product-grid .eael-product-wrap a.button.add_to_cart_button.added{display:none !important}.eael-product-grid.grid .eael-product-wrap:hover .icons-wrap.box-style,.eael-product-grid.masonry .eael-product-wrap:hover .icons-wrap.box-style{bottom:30px;visibility:visible;opacity:1}.eael-product-grid.grid .eael-product-wrap:hover .icons-wrap.block-box-style,.eael-product-grid.masonry .eael-product-wrap:hover .icons-wrap.block-box-style{visibility:visible;opacity:1;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.eael-product-grid.grid .eael-product-wrap:hover .icons-wrap.block-style,.eael-product-grid.masonry .eael-product-wrap:hover .icons-wrap.block-style{visibility:visible;opacity:1;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.eael-product-grid.grid .eael-product-wrap .product-image-wrap,.eael-product-grid.masonry .eael-product-wrap .product-image-wrap{position:relative;overflow:hidden}.eael-product-grid.grid .eael-product-wrap .icons-wrap,.eael-product-grid.masonry .eael-product-wrap .icons-wrap{padding:0;list-style:none;position:absolute;z-index:9;display:block;top:50%;left:0;right:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:0;visibility:hidden;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;margin:0 auto;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style{background:red;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;width:100%;top:auto;bottom:-50px}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li{-webkit-box-flex:1;-ms-flex:1;flex:1}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li:not(:last-child),.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li:not(:last-child){border-right:1px solid #fff}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li.add-to-cart,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li.add-to-cart{-webkit-box-flex:4;-ms-flex:4;flex:4}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a{position:relative;background-color:transparent;margin:0;padding:10px 5px;font-size:15px;line-height:1.2em;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a:hover,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a:hover{background-color:transparent;color:#000}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a i,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a i{line-height:normal}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:auto;bottom:-100px}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a{position:relative;width:42px;height:42px;margin:3px;-webkit-box-shadow:0px 15px 10px rgba(61,70,79,.12);box-shadow:0px 15px 10px rgba(61,70,79,.12);background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a i,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a i{line-height:1rem}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.added_to_cart,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.added_to_cart{font-size:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.added_to_cart:after,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button{padding:0;margin:3px;font-size:0px}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;visibility:visible;opacity:1;top:auto;bottom:-24px;margin:0 5%}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a{position:relative;width:42px;height:42px;margin:3px;-webkit-box-shadow:0px 15px 10px rgba(61,70,79,.12);box-shadow:0px 15px 10px rgba(61,70,79,.12);background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a i,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a i{line-height:1rem}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart{font-size:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart:after,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:18px;line-height:38px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button{padding:0;margin:0;font-size:0px}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.product_type_external,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.product_type_external{width:auto;height:auto}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style{background:#fff;width:100%;top:auto;bottom:-50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a{position:relative;width:42px;height:42px;margin:10px 2px 0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a i,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a i{line-height:1rem}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart{font-size:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart:after,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button{padding:0;margin:10px 2px 0;font-size:0px}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button.product_type_variable:before,.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-grid.grid .eael-product-wrap .icons-wrap li,.eael-product-grid.masonry .eael-product-wrap .icons-wrap li{display:inline-block;margin:0;padding:0}.eael-product-grid.grid .eael-product-wrap .icons-wrap li a,.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a{display:block;position:absolute;color:#000;width:100%;height:100%;text-align:center;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s}.eael-product-grid.grid .eael-product-wrap .icons-wrap li a:hover,.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a:hover{background:#ff7a80;color:#fff}.eael-product-grid.grid .eael-product-wrap .icons-wrap li a i,.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a i{position:relative;font-size:18px;line-height:42px}.eael-product-grid.grid .eael-product-wrap .icons-wrap li a svg,.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a svg{width:18px}.eael-product-grid.grid .eael-product-wrap .product-details-wrap,.eael-product-grid.masonry .eael-product-wrap .product-details-wrap{padding:10px}.eael-product-grid.masonry .woocommerce ul.products{display:block}@media(min-width: 766px){.eael-product-grid.masonry .woocommerce ul.products{margin:0 -1% !important}}.eael-product-grid.masonry .woocommerce ul.products:before,.eael-product-grid.masonry .woocommerce ul.products:after{display:table;content:" "}.eael-product-grid.masonry .woocommerce ul.products li.product{float:left;margin:15px 0}@media(min-width: 766px){.eael-product-grid.masonry .woocommerce ul.products li.product{margin:1%}}.eael-product-grid.grid.eael-product-preset-8 .product-image-wrap,.eael-product-grid.masonry.eael-product-preset-8 .product-image-wrap{overflow:inherit}.eael-product-grid.grid.eael-product-preset-8 .product-details-wrap>div:first-child,.eael-product-grid.masonry.eael-product-preset-8 .product-details-wrap>div:first-child{margin-top:20px}.eael-product-grid.grid.eael-product-preset-5 ul.products,.eael-product-grid.grid.eael-product-preset-6 ul.products,.eael-product-grid.grid.eael-product-preset-7 ul.products,.eael-product-grid.grid.eael-product-preset-8 ul.products,.eael-product-grid.masonry.eael-product-preset-5 ul.products,.eael-product-grid.masonry.eael-product-preset-6 ul.products,.eael-product-grid.masonry.eael-product-preset-7 ul.products,.eael-product-grid.masonry.eael-product-preset-8 ul.products{padding:0;margin:0;list-style:none}.eael-product-grid.grid.eael-product-preset-5 ul.products li.product,.eael-product-grid.grid.eael-product-preset-6 ul.products li.product,.eael-product-grid.grid.eael-product-preset-7 ul.products li.product,.eael-product-grid.grid.eael-product-preset-8 ul.products li.product,.eael-product-grid.masonry.eael-product-preset-5 ul.products li.product,.eael-product-grid.masonry.eael-product-preset-6 ul.products li.product,.eael-product-grid.masonry.eael-product-preset-7 ul.products li.product,.eael-product-grid.masonry.eael-product-preset-8 ul.products li.product{text-align:center;border:1px solid #000;overflow:hidden}.eael-product-grid.grid.eael-product-preset-5 ul.products li.product.first,.eael-product-grid.grid.eael-product-preset-6 ul.products li.product.first,.eael-product-grid.grid.eael-product-preset-7 ul.products li.product.first,.eael-product-grid.grid.eael-product-preset-8 ul.products li.product.first,.eael-product-grid.masonry.eael-product-preset-5 ul.products li.product.first,.eael-product-grid.masonry.eael-product-preset-6 ul.products li.product.first,.eael-product-grid.masonry.eael-product-preset-7 ul.products li.product.first,.eael-product-grid.masonry.eael-product-preset-8 ul.products li.product.first{clear:none}.eael-product-grid.grid.eael-product-preset-6 .product.outofstock .icons-wrap .button,.eael-product-grid.grid.eael-product-preset-7 .product.outofstock .icons-wrap .button,.eael-product-grid.grid.eael-product-preset-8 .product.outofstock .icons-wrap .button,.eael-product-grid.masonry.eael-product-preset-6 .product.outofstock .icons-wrap .button,.eael-product-grid.masonry.eael-product-preset-7 .product.outofstock .icons-wrap .button,.eael-product-grid.masonry.eael-product-preset-8 .product.outofstock .icons-wrap .button{display:none}.eael-product-grid.grid.eael-product-preset-6 .icons-wrap .button.product_type_grouped,.eael-product-grid.grid.eael-product-preset-7 .icons-wrap .button.product_type_grouped,.eael-product-grid.grid.eael-product-preset-8 .icons-wrap .button.product_type_grouped,.eael-product-grid.masonry.eael-product-preset-6 .icons-wrap .button.product_type_grouped,.eael-product-grid.masonry.eael-product-preset-7 .icons-wrap .button.product_type_grouped,.eael-product-grid.masonry.eael-product-preset-8 .icons-wrap .button.product_type_grouped{display:none}.eael-product-grid.list .woocommerce ul.products li.product{overflow:hidden}.eael-product-grid.list .woocommerce ul.products li.product .woocommerce-loop-product__link img{margin-bottom:0}.eael-product-grid.list .woocommerce ul.products li.product .star-rating{margin:0 auto 10px 0}.eael-product-grid.list .eael-product-list-preset-2 .eael-product-wrap{padding:20px}.eael-product-grid.list .eael-product-list-preset-2 .eael-product-wrap .product-details-wrap{padding:0 0 0 25px}.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap{padding:0;background-color:transparent}.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap .product-details-wrap{padding:0 0 0 25px}.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap .title-wrap,.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap .price-wrap{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid}.eael-product-grid.list .eael-product-list-preset-4 .eael-product-wrap{padding:0}.eael-product-grid.list .eael-product-list-preset-4 .eael-product-wrap .product-details-wrap{padding:20px;margin-left:20px}.eael-product-grid.list .eael-product-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-product-grid.list .eael-product-wrap:hover .icons-wrap.box-style{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);visibility:visible;opacity:1}.eael-product-grid.list .eael-product-wrap:hover .icons-wrap.block-style{visibility:visible;opacity:1;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.eael-product-grid.list .eael-product-wrap .icons-wrap{padding:0;margin:0;list-style:none;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s}.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style{background:red;display:-webkit-box;display:-ms-flexbox;display:flex;height:50px;width:100%;top:auto;bottom:-50px}.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style li{-webkit-box-flex:1;-ms-flex:1;flex:1}.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style li.add-to-cart{-webkit-box-flex:4;-ms-flex:4;flex:4}.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style li a{position:relative}.eael-product-grid.list .eael-product-wrap .icons-wrap.box-style li{width:42px;height:42px;-webkit-filter:drop-shadow(0px 15px 10px rgba(61, 70, 79, 0.12));filter:drop-shadow(0px 15px 10px rgba(61, 70, 79, 0.12));background-color:#fff}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-cart a{padding:11px 15px !important}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li a{margin:2px;padding:10.5px 10px}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li:not(:first-child) a{border-left-width:0 !important}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li.add-to-cart a{padding:8.5px 10px;margin:0}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li a{border:2px solid #ddd}.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li a.eael-wc-compare.eael-wc-compare-icon{margin:2px}.eael-product-grid.list .eael-product-wrap .icons-wrap li{display:inline-block;margin:0;padding:0;vertical-align:top}.eael-product-grid.list .eael-product-wrap .icons-wrap li a{display:block;color:#000;text-align:center;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s;background:#ffebcd;padding:9px 10px;font-size:15px;line-height:1.4em;font-weight:700;cursor:pointer}.eael-product-grid.list .eael-product-wrap .icons-wrap li a:hover{background:#ff7a80;color:#fff}.eael-product-grid.list .eael-product-wrap .icons-wrap li a i{position:relative;font-size:18px}.eael-product-grid.list .eael-product-wrap .icons-wrap li a svg{width:18px}.eael-product-grid.list .eael-product-wrap .icons-wrap li a.button{font-size:15px;line-height:1.4em}.eael-product-grid.list .eael-product-wrap .product-image-wrap{position:relative;overflow:hidden;width:45%;margin:0}.eael-product-grid.list .eael-product-wrap .product-details-wrap{width:55%;padding:25px;text-align:left !important}.eael-product-grid.list .eael-product-wrap .eael-product-price{margin-bottom:5px}.eael-product-grid.list .eael-product-wrap .eael-product-excerpt p{margin:0 0 10px}@media only screen and (min-width: 1025px){.eael-product-grid-column-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-list-column-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-1 .eael-product-grid.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-grid-column-2 .eael-product-grid.masonry .woocommerce ul.products li.product{width:48%}.eael-product-grid-column-3 .eael-product-grid.masonry .woocommerce ul.products li.product{width:31.3333%}.eael-product-grid-column-4 .eael-product-grid.masonry .woocommerce ul.products li.product{width:23%}.eael-product-grid-column-5 .eael-product-grid.masonry .woocommerce ul.products li.product{width:18%}.eael-product-grid-column-6 .eael-product-grid.masonry .woocommerce ul.products li.product{width:14.66666667%}}@media only screen and (max-width: 1024px)and (min-width: 766px){.eael-product-grid-column-tablet-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-tablet-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-tablet-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-tablet-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-tablet-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-tablet-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-list-column-tablet-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-tablet-1 .eael-product-grid.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-grid-column-tablet-2 .eael-product-grid.masonry .woocommerce ul.products li.product{width:48%}.eael-product-grid-column-tablet-3 .eael-product-grid.masonry .woocommerce ul.products li.product{width:31.3333%}.eael-product-grid-column-tablet-4 .eael-product-grid.masonry .woocommerce ul.products li.product{width:23%}.eael-product-grid-column-tablet-5 .eael-product-grid.masonry .woocommerce ul.products li.product{width:18%}.eael-product-grid-column-tablet-6 .eael-product-grid.masonry .woocommerce ul.products li.product{width:14.66666667%}}@media only screen and (max-width: 767px){.eael-product-grid-column-mobile-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-mobile-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-mobile-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-mobile-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-mobile-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-mobile-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap,.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap{width:100%}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap{margin-bottom:15px}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap{padding:0;margin:0}.eael-product-grid-column-mobile-1 .eael-product-grid.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-grid-column-mobile-2 .eael-product-grid.masonry .woocommerce ul.products li.product{width:48% !important;margin:1%}.eael-product-grid-column-mobile-3 .eael-product-grid.masonry .woocommerce ul.products li.product{width:31.3333% !important;margin:1%}.eael-product-grid-column-mobile-4 .eael-product-grid.masonry .woocommerce ul.products li.product{width:23% !important;margin:1%}.eael-product-grid-column-mobile-5 .eael-product-grid.masonry .woocommerce ul.products li.product{width:18% !important;margin:1%}.eael-product-grid-column-mobile-6 .eael-product-grid.masonry .woocommerce ul.products li.product{width:14.66666667% !important;margin:1%}}.eael-product-loader{position:relative}.eael-product-loader::after{border-radius:50%;width:50px;height:50px;position:absolute;content:"";border-top:4px solid rgba(0,0,0,.2);border-right:4px solid rgba(0,0,0,.2);border-bottom:4px solid rgba(0,0,0,.2);border-left:4px solid #000;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-animation:loaderSpin 1.1s infinite linear;animation:loaderSpin 1.1s infinite linear;left:48%;top:40%;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.theme-flexia .woocommerce ul.products li.product .woocommerce-LoopProduct-link{position:unset;display:unset}.eael-product-grid .woocommerce ul.products li.product .ast-shop-product-out-of-stock{display:none}
|
assets/front-end/css/view/quick-view.css
ADDED
|
@@ -0,0 +1,538 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.eael-popup-details-render {
|
| 2 |
+
width: 80%;
|
| 3 |
+
max-width: 900px;
|
| 4 |
+
/* Safari */
|
| 5 |
+
}
|
| 6 |
+
.eael-popup-details-render .eael-preloader {
|
| 7 |
+
margin: 0 auto;
|
| 8 |
+
border: 5px solid #f3f3f3;
|
| 9 |
+
border-radius: 50%;
|
| 10 |
+
border-top: 5px solid #3498db;
|
| 11 |
+
width: 50px;
|
| 12 |
+
height: 50px;
|
| 13 |
+
-webkit-animation: spin 2s linear infinite;
|
| 14 |
+
/* Safari */
|
| 15 |
+
animation: spin 2s linear infinite;
|
| 16 |
+
}
|
| 17 |
+
@-webkit-keyframes spin {
|
| 18 |
+
0% {
|
| 19 |
+
-webkit-transform: rotate(0deg);
|
| 20 |
+
}
|
| 21 |
+
100% {
|
| 22 |
+
-webkit-transform: rotate(360deg);
|
| 23 |
+
}
|
| 24 |
+
}
|
| 25 |
+
@keyframes spin {
|
| 26 |
+
0% {
|
| 27 |
+
-webkit-transform: rotate(0deg);
|
| 28 |
+
transform: rotate(0deg);
|
| 29 |
+
}
|
| 30 |
+
100% {
|
| 31 |
+
-webkit-transform: rotate(360deg);
|
| 32 |
+
transform: rotate(360deg);
|
| 33 |
+
}
|
| 34 |
+
}
|
| 35 |
+
.eael-product-popup {
|
| 36 |
+
position: fixed;
|
| 37 |
+
left: 0;
|
| 38 |
+
top: 0;
|
| 39 |
+
width: 100%;
|
| 40 |
+
height: 100%;
|
| 41 |
+
display: -webkit-box;
|
| 42 |
+
display: -ms-flexbox;
|
| 43 |
+
display: flex;
|
| 44 |
+
-webkit-box-align: center;
|
| 45 |
+
-ms-flex-align: center;
|
| 46 |
+
align-items: center;
|
| 47 |
+
-webkit-box-pack: center;
|
| 48 |
+
-ms-flex-pack: center;
|
| 49 |
+
justify-content: center;
|
| 50 |
+
z-index: -1;
|
| 51 |
+
}
|
| 52 |
+
.eael-product-popup.eael-product-popup-ready {
|
| 53 |
+
z-index: 999;
|
| 54 |
+
opacity: 1 !important;
|
| 55 |
+
}
|
| 56 |
+
.eael-product-popup.eael-product-zoom-in {
|
| 57 |
+
opacity: 0;
|
| 58 |
+
-webkit-transition: all 0.3s ease-out;
|
| 59 |
+
-o-transition: all 0.3s ease-out;
|
| 60 |
+
transition: all 0.3s ease-out;
|
| 61 |
+
}
|
| 62 |
+
.eael-product-popup.eael-product-zoom-in .eael-product-popup-details {
|
| 63 |
+
opacity: 0;
|
| 64 |
+
-webkit-transition: all 0.3s ease-in-out;
|
| 65 |
+
-o-transition: all 0.3s ease-in-out;
|
| 66 |
+
transition: all 0.3s ease-in-out;
|
| 67 |
+
-webkit-transform: scale(0.5);
|
| 68 |
+
-ms-transform: scale(0.5);
|
| 69 |
+
transform: scale(0.5);
|
| 70 |
+
}
|
| 71 |
+
.eael-product-popup.eael-product-zoom-in.eael-product-popup-ready .eael-product-popup-details {
|
| 72 |
+
opacity: 1;
|
| 73 |
+
-webkit-transform: scale(0.9);
|
| 74 |
+
-ms-transform: scale(0.9);
|
| 75 |
+
transform: scale(0.9);
|
| 76 |
+
}
|
| 77 |
+
.eael-product-popup.eael-product-zoom-in.eael-product-popup-ready .eael-product-modal-bg {
|
| 78 |
+
opacity: 0.7;
|
| 79 |
+
}
|
| 80 |
+
.eael-product-popup.eael-product-zoom-in.eael-product-modal-removing .eael-product-modal-bg {
|
| 81 |
+
opacity: 0;
|
| 82 |
+
}
|
| 83 |
+
.eael-product-popup.eael-product-zoom-in.eael-product-modal-removing .eael-product-popup-details {
|
| 84 |
+
-webkit-transform: scale(0.5);
|
| 85 |
+
-ms-transform: scale(0.5);
|
| 86 |
+
transform: scale(0.5);
|
| 87 |
+
opacity: 0;
|
| 88 |
+
}
|
| 89 |
+
.eael-product-popup .eael-product-modal-bg {
|
| 90 |
+
position: absolute;
|
| 91 |
+
left: 0;
|
| 92 |
+
top: 0;
|
| 93 |
+
height: 100%;
|
| 94 |
+
width: 100%;
|
| 95 |
+
background: #000000;
|
| 96 |
+
opacity: 0;
|
| 97 |
+
-webkit-transition: all 0.3s ease-out;
|
| 98 |
+
-o-transition: all 0.3s ease-out;
|
| 99 |
+
transition: all 0.3s ease-out;
|
| 100 |
+
}
|
| 101 |
+
.eael-product-popup .eael-product-popup-details {
|
| 102 |
+
position: relative;
|
| 103 |
+
margin: 5vh auto;
|
| 104 |
+
padding: 20px;
|
| 105 |
+
border: 1px solid #888;
|
| 106 |
+
max-width: 900px;
|
| 107 |
+
-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 108 |
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 109 |
+
background-color: #fefefe;
|
| 110 |
+
width: 100%;
|
| 111 |
+
border-radius: 10px;
|
| 112 |
+
height: auto;
|
| 113 |
+
max-height: -webkit-fit-content;
|
| 114 |
+
max-height: -moz-fit-content;
|
| 115 |
+
max-height: fit-content;
|
| 116 |
+
}
|
| 117 |
+
.eael-product-popup .eael-product-popup-details .single_add_to_cart_button {
|
| 118 |
+
position: relative;
|
| 119 |
+
}
|
| 120 |
+
.eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-added:after {
|
| 121 |
+
font-family: "Font Awesome 5 Free";
|
| 122 |
+
content: "\f00c";
|
| 123 |
+
font-weight: 900;
|
| 124 |
+
display: inline-block;
|
| 125 |
+
position: absolute;
|
| 126 |
+
right: 12px;
|
| 127 |
+
}
|
| 128 |
+
.eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-loading:after {
|
| 129 |
+
font-family: "Font Awesome 5 Free";
|
| 130 |
+
content: "\f110";
|
| 131 |
+
font-weight: 900;
|
| 132 |
+
position: absolute;
|
| 133 |
+
right: 12px;
|
| 134 |
+
-webkit-animation: spin 2s linear infinite;
|
| 135 |
+
animation: spin 2s linear infinite;
|
| 136 |
+
}
|
| 137 |
+
.eael-product-popup.woocommerce div.product {
|
| 138 |
+
display: -webkit-box;
|
| 139 |
+
display: -ms-flexbox;
|
| 140 |
+
display: flex;
|
| 141 |
+
height: 100%;
|
| 142 |
+
overflow-y: auto;
|
| 143 |
+
background: transparent;
|
| 144 |
+
position: relative;
|
| 145 |
+
}
|
| 146 |
+
.eael-product-popup.woocommerce div.product.ast-article-single, .eael-product-popup.woocommerce div.product .ast-article-single {
|
| 147 |
+
background: transparent;
|
| 148 |
+
}
|
| 149 |
+
@media (max-width: 767px) {
|
| 150 |
+
.eael-product-popup.woocommerce div.product {
|
| 151 |
+
display: block;
|
| 152 |
+
}
|
| 153 |
+
}
|
| 154 |
+
.eael-product-popup.woocommerce div.product div.images {
|
| 155 |
+
width: 100%;
|
| 156 |
+
margin-bottom: 0;
|
| 157 |
+
}
|
| 158 |
+
.eael-product-popup.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
|
| 159 |
+
-webkit-transform-style: preserve-3d;
|
| 160 |
+
transform-style: preserve-3d;
|
| 161 |
+
margin-bottom: 1em;
|
| 162 |
+
}
|
| 163 |
+
.eael-product-popup.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n) {
|
| 164 |
+
margin-right: 0;
|
| 165 |
+
}
|
| 166 |
+
.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
|
| 167 |
+
width: calc(25% - 0.75em);
|
| 168 |
+
margin-right: 1em;
|
| 169 |
+
margin-bottom: 1em;
|
| 170 |
+
}
|
| 171 |
+
.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:last-child {
|
| 172 |
+
margin-right: 0;
|
| 173 |
+
}
|
| 174 |
+
.eael-product-popup.woocommerce div.product .product_title {
|
| 175 |
+
font-size: 28px;
|
| 176 |
+
line-height: 1.2em;
|
| 177 |
+
font-weight: 700;
|
| 178 |
+
margin-bottom: 10px;
|
| 179 |
+
letter-spacing: normal;
|
| 180 |
+
text-transform: capitalize;
|
| 181 |
+
}
|
| 182 |
+
.eael-product-popup.woocommerce div.product .product_title.entry-title {
|
| 183 |
+
display: block;
|
| 184 |
+
}
|
| 185 |
+
.eael-product-popup.woocommerce div.product .product_title:before {
|
| 186 |
+
content: none;
|
| 187 |
+
}
|
| 188 |
+
.eael-product-popup.woocommerce div.product .price {
|
| 189 |
+
font-size: 25px;
|
| 190 |
+
line-height: 1.2em;
|
| 191 |
+
margin: 0 0 15px;
|
| 192 |
+
text-align: left !important;
|
| 193 |
+
}
|
| 194 |
+
.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description {
|
| 195 |
+
font-size: 18px;
|
| 196 |
+
line-height: 1.2em;
|
| 197 |
+
margin: 0;
|
| 198 |
+
}
|
| 199 |
+
.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description p, .eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description p:last-child {
|
| 200 |
+
margin-bottom: 20px;
|
| 201 |
+
}
|
| 202 |
+
.eael-product-popup.woocommerce div.product .button {
|
| 203 |
+
margin: 0 !important;
|
| 204 |
+
line-height: 1.5em;
|
| 205 |
+
}
|
| 206 |
+
.eael-product-popup.woocommerce div.product form.cart {
|
| 207 |
+
margin: 0 0 1.2em;
|
| 208 |
+
padding: 0;
|
| 209 |
+
border: none;
|
| 210 |
+
width: 100%;
|
| 211 |
+
}
|
| 212 |
+
.eael-product-popup.woocommerce div.product form.cart table {
|
| 213 |
+
border: none;
|
| 214 |
+
margin: 0 0 1.2em;
|
| 215 |
+
border-collapse: collapse;
|
| 216 |
+
width: 100%;
|
| 217 |
+
}
|
| 218 |
+
.eael-product-popup.woocommerce div.product form.cart table tbody {
|
| 219 |
+
display: table-row-group;
|
| 220 |
+
border: none;
|
| 221 |
+
}
|
| 222 |
+
.eael-product-popup.woocommerce div.product form.cart p.stock {
|
| 223 |
+
margin-bottom: 0;
|
| 224 |
+
}
|
| 225 |
+
.eael-product-popup.woocommerce div.product form.cart .group_table td {
|
| 226 |
+
border: none;
|
| 227 |
+
}
|
| 228 |
+
.eael-product-popup.woocommerce div.product form.cart .group_table .button {
|
| 229 |
+
padding: 0.8em;
|
| 230 |
+
font-weight: 400;
|
| 231 |
+
font-size: 0.9rem;
|
| 232 |
+
white-space: nowrap;
|
| 233 |
+
}
|
| 234 |
+
.eael-product-popup.woocommerce div.product form.cart div.quantity {
|
| 235 |
+
margin-right: 15px;
|
| 236 |
+
width: auto;
|
| 237 |
+
}
|
| 238 |
+
.eael-product-popup.woocommerce div.product form.cart div.quantity input, .eael-product-popup.woocommerce div.product form.cart div.quantity a {
|
| 239 |
+
height: 100%;
|
| 240 |
+
border: 1px solid;
|
| 241 |
+
}
|
| 242 |
+
.eael-product-popup.woocommerce div.product form.cart div.quantity input[type=number] {
|
| 243 |
+
min-width: 90px;
|
| 244 |
+
}
|
| 245 |
+
.eael-product-popup.woocommerce div.product form.cart div.quantity .qty {
|
| 246 |
+
text-align: center;
|
| 247 |
+
}
|
| 248 |
+
.eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus {
|
| 249 |
+
outline: none;
|
| 250 |
+
}
|
| 251 |
+
.eael-product-popup.woocommerce div.product form.cart .button.single_add_to_cart_button {
|
| 252 |
+
padding: 10px 40px;
|
| 253 |
+
}
|
| 254 |
+
.eael-product-popup.woocommerce div.product form.cart .product-single-quantity button.plus,
|
| 255 |
+
.eael-product-popup.woocommerce div.product form.cart .product-single-quantity button.minus {
|
| 256 |
+
display: none;
|
| 257 |
+
}
|
| 258 |
+
.eael-product-popup.woocommerce div.product .woocommerce-product-rating {
|
| 259 |
+
margin-bottom: 5px;
|
| 260 |
+
}
|
| 261 |
+
.eael-product-popup.woocommerce div.product .woocommerce-product-rating .star-rating {
|
| 262 |
+
font-size: 16px;
|
| 263 |
+
}
|
| 264 |
+
.eael-product-popup.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
|
| 265 |
+
display: inline-block;
|
| 266 |
+
vertical-align: top;
|
| 267 |
+
font-size: 16px;
|
| 268 |
+
line-height: 18px;
|
| 269 |
+
}
|
| 270 |
+
.eael-product-popup.woocommerce div.product table tbody tr {
|
| 271 |
+
border-bottom: 1px solid #ccc;
|
| 272 |
+
}
|
| 273 |
+
.eael-product-popup.woocommerce div.product table tbody tr td {
|
| 274 |
+
background: transparent;
|
| 275 |
+
vertical-align: middle !important;
|
| 276 |
+
padding: 15px 15px 15px 0 !important;
|
| 277 |
+
}
|
| 278 |
+
.eael-product-popup.woocommerce div.product .product_meta {
|
| 279 |
+
font-size: 14px;
|
| 280 |
+
border-top: 1px solid #ccc;
|
| 281 |
+
border-bottom: 0;
|
| 282 |
+
padding: 1em 0 0;
|
| 283 |
+
margin: 0 0 0.8em;
|
| 284 |
+
}
|
| 285 |
+
.eael-product-popup.woocommerce div.product .product_meta > span {
|
| 286 |
+
display: block;
|
| 287 |
+
border: none;
|
| 288 |
+
padding: 5px 0;
|
| 289 |
+
}
|
| 290 |
+
.eael-product-popup .eael-product-image-wrap {
|
| 291 |
+
width: 40%;
|
| 292 |
+
}
|
| 293 |
+
@media (max-width: 767px) {
|
| 294 |
+
.eael-product-popup .eael-product-image-wrap {
|
| 295 |
+
width: 100%;
|
| 296 |
+
}
|
| 297 |
+
}
|
| 298 |
+
.eael-product-popup .eael-product-image-wrap .badge-container {
|
| 299 |
+
display: none;
|
| 300 |
+
}
|
| 301 |
+
.eael-product-popup .eael-product-image-wrap .eael-new-product .flex-viewport {
|
| 302 |
+
height: auto !important;
|
| 303 |
+
}
|
| 304 |
+
.eael-product-popup .eael-product-details-wrap {
|
| 305 |
+
width: 56%;
|
| 306 |
+
margin-left: 4%;
|
| 307 |
+
text-align: left;
|
| 308 |
+
}
|
| 309 |
+
@media (max-width: 767px) {
|
| 310 |
+
.eael-product-popup .eael-product-details-wrap {
|
| 311 |
+
width: 100%;
|
| 312 |
+
margin-left: 0;
|
| 313 |
+
margin-top: 25px;
|
| 314 |
+
}
|
| 315 |
+
}
|
| 316 |
+
.eael-product-popup .eael-product-details-wrap .is-divider {
|
| 317 |
+
display: none;
|
| 318 |
+
}
|
| 319 |
+
.eael-product-popup button.eael-product-popup-close {
|
| 320 |
+
position: absolute;
|
| 321 |
+
right: -15px;
|
| 322 |
+
top: -18px;
|
| 323 |
+
font-size: 20px;
|
| 324 |
+
padding: 0;
|
| 325 |
+
cursor: pointer;
|
| 326 |
+
-webkit-box-sizing: content-box;
|
| 327 |
+
box-sizing: content-box;
|
| 328 |
+
overflow: visible;
|
| 329 |
+
background: #fff !important;
|
| 330 |
+
text-align: center;
|
| 331 |
+
-webkit-box-shadow: 2px 0px 12px 3px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 332 |
+
box-shadow: 2px 0px 12px 3px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 333 |
+
color: #000 !important;
|
| 334 |
+
height: 40px;
|
| 335 |
+
width: 40px;
|
| 336 |
+
min-height: 40px;
|
| 337 |
+
max-width: 40px;
|
| 338 |
+
display: -webkit-box !important;
|
| 339 |
+
display: -ms-flexbox !important;
|
| 340 |
+
display: flex !important;
|
| 341 |
+
-webkit-box-align: center;
|
| 342 |
+
-ms-flex-align: center;
|
| 343 |
+
align-items: center;
|
| 344 |
+
-webkit-box-pack: center;
|
| 345 |
+
-ms-flex-pack: center;
|
| 346 |
+
justify-content: center;
|
| 347 |
+
border-radius: 50%;
|
| 348 |
+
opacity: 1;
|
| 349 |
+
border: 0;
|
| 350 |
+
margin: 0;
|
| 351 |
+
}
|
| 352 |
+
.eael-product-popup button.eael-product-popup-close:focus {
|
| 353 |
+
outline: none;
|
| 354 |
+
}
|
| 355 |
+
.eael-product-popup form.cart {
|
| 356 |
+
display: -webkit-box;
|
| 357 |
+
display: -ms-flexbox;
|
| 358 |
+
display: flex;
|
| 359 |
+
margin-bottom: 20px;
|
| 360 |
+
}
|
| 361 |
+
.eael-product-popup form.cart.variations_form {
|
| 362 |
+
display: block;
|
| 363 |
+
}
|
| 364 |
+
.eael-product-popup form.cart.variations_form .variations {
|
| 365 |
+
border: none;
|
| 366 |
+
}
|
| 367 |
+
.eael-product-popup form.cart.variations_form .variations tr {
|
| 368 |
+
margin-bottom: 5px;
|
| 369 |
+
}
|
| 370 |
+
.eael-product-popup form.cart.variations_form .variations td {
|
| 371 |
+
display: block;
|
| 372 |
+
width: 100%;
|
| 373 |
+
border: none;
|
| 374 |
+
padding: 0;
|
| 375 |
+
margin-bottom: 5px;
|
| 376 |
+
}
|
| 377 |
+
.eael-product-popup form.cart.variations_form .variations td select {
|
| 378 |
+
width: 100%;
|
| 379 |
+
}
|
| 380 |
+
.eael-product-popup form.cart.variations_form .variations_button {
|
| 381 |
+
display: -webkit-box;
|
| 382 |
+
display: -ms-flexbox;
|
| 383 |
+
display: flex;
|
| 384 |
+
}
|
| 385 |
+
.eael-product-popup form.cart.grouped_form {
|
| 386 |
+
display: block;
|
| 387 |
+
}
|
| 388 |
+
.eael-product-popup form.cart.grouped_form table .button {
|
| 389 |
+
line-height: 1.2em;
|
| 390 |
+
}
|
| 391 |
+
.eael-product-popup form.cart.grouped_form .quantity {
|
| 392 |
+
width: 100%;
|
| 393 |
+
}
|
| 394 |
+
.eael-product-popup form.cart.grouped_form .quantity input, .eael-product-popup form.cart.grouped_form .quantity a {
|
| 395 |
+
height: auto !important;
|
| 396 |
+
min-height: 2.507em;
|
| 397 |
+
line-height: 1.2em;
|
| 398 |
+
}
|
| 399 |
+
.eael-product-popup form.cart .quantity {
|
| 400 |
+
width: 37%;
|
| 401 |
+
margin-right: 20px;
|
| 402 |
+
}
|
| 403 |
+
.eael-product-popup form.cart .quantity input {
|
| 404 |
+
width: 100%;
|
| 405 |
+
}
|
| 406 |
+
.eael-product-popup .eael-onsale {
|
| 407 |
+
padding: 5px 10px;
|
| 408 |
+
font-size: 12px;
|
| 409 |
+
font-weight: 500;
|
| 410 |
+
position: absolute;
|
| 411 |
+
text-align: center;
|
| 412 |
+
line-height: 1.2em;
|
| 413 |
+
top: 30px;
|
| 414 |
+
left: 0;
|
| 415 |
+
margin: 0;
|
| 416 |
+
background-color: #ff7a80;
|
| 417 |
+
color: #fff;
|
| 418 |
+
z-index: 9;
|
| 419 |
+
}
|
| 420 |
+
.eael-product-popup .eael-onsale.sale-preset-1.outofstock br {
|
| 421 |
+
display: none;
|
| 422 |
+
}
|
| 423 |
+
.eael-product-popup .eael-onsale.sale-preset-1.right {
|
| 424 |
+
left: auto;
|
| 425 |
+
right: 0;
|
| 426 |
+
}
|
| 427 |
+
.eael-product-popup .eael-onsale.sale-preset-2 {
|
| 428 |
+
padding: 0;
|
| 429 |
+
top: 5px;
|
| 430 |
+
left: 5px;
|
| 431 |
+
min-width: 50px;
|
| 432 |
+
min-height: 50px;
|
| 433 |
+
line-height: 50px;
|
| 434 |
+
border-radius: 100%;
|
| 435 |
+
-webkit-font-smoothing: antialiased;
|
| 436 |
+
}
|
| 437 |
+
.eael-product-popup .eael-onsale.sale-preset-2.outofstock {
|
| 438 |
+
line-height: 1.2em;
|
| 439 |
+
display: -webkit-box;
|
| 440 |
+
display: -ms-flexbox;
|
| 441 |
+
display: flex;
|
| 442 |
+
-webkit-box-align: center;
|
| 443 |
+
-ms-flex-align: center;
|
| 444 |
+
align-items: center;
|
| 445 |
+
-webkit-box-pack: center;
|
| 446 |
+
-ms-flex-pack: center;
|
| 447 |
+
justify-content: center;
|
| 448 |
+
}
|
| 449 |
+
.eael-product-popup .eael-onsale.sale-preset-3 {
|
| 450 |
+
border-radius: 50px;
|
| 451 |
+
left: 15px;
|
| 452 |
+
top: 15px;
|
| 453 |
+
}
|
| 454 |
+
.eael-product-popup .eael-onsale.sale-preset-3.outofstock br {
|
| 455 |
+
display: none;
|
| 456 |
+
}
|
| 457 |
+
.eael-product-popup .eael-onsale.sale-preset-4 {
|
| 458 |
+
left: 0;
|
| 459 |
+
top: 15px;
|
| 460 |
+
}
|
| 461 |
+
.eael-product-popup .eael-onsale.sale-preset-4.outofstock br {
|
| 462 |
+
display: none;
|
| 463 |
+
}
|
| 464 |
+
.eael-product-popup .eael-onsale.sale-preset-4:after {
|
| 465 |
+
position: absolute;
|
| 466 |
+
right: -15px;
|
| 467 |
+
bottom: 0px;
|
| 468 |
+
width: 15px;
|
| 469 |
+
height: 24px;
|
| 470 |
+
border-top: 12px solid transparent;
|
| 471 |
+
border-bottom: 12px solid transparent;
|
| 472 |
+
border-left: 10px solid #23a454;
|
| 473 |
+
content: "";
|
| 474 |
+
}
|
| 475 |
+
.eael-product-popup .eael-onsale.sale-preset-5 {
|
| 476 |
+
display: block;
|
| 477 |
+
line-height: 74px;
|
| 478 |
+
height: 60px;
|
| 479 |
+
width: 120px;
|
| 480 |
+
left: -37pX;
|
| 481 |
+
top: -8px;
|
| 482 |
+
right: auto;
|
| 483 |
+
padding: 0;
|
| 484 |
+
-webkit-transform: rotate(-45deg);
|
| 485 |
+
-ms-transform: rotate(-45deg);
|
| 486 |
+
transform: rotate(-45deg);
|
| 487 |
+
}
|
| 488 |
+
.eael-product-popup .eael-onsale.sale-preset-5.outofstock {
|
| 489 |
+
line-height: normal;
|
| 490 |
+
padding-top: 12px;
|
| 491 |
+
display: -webkit-box;
|
| 492 |
+
display: -ms-flexbox;
|
| 493 |
+
display: flex;
|
| 494 |
+
-webkit-box-align: center;
|
| 495 |
+
-ms-flex-align: center;
|
| 496 |
+
align-items: center;
|
| 497 |
+
-webkit-box-pack: center;
|
| 498 |
+
-ms-flex-pack: center;
|
| 499 |
+
justify-content: center;
|
| 500 |
+
}
|
| 501 |
+
.theme-oceanwp.elementor-editor-active .eael-product-popup.woocommerce div.product form.cart div.quantity .qty {
|
| 502 |
+
max-width: 150px;
|
| 503 |
+
}
|
| 504 |
+
.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus {
|
| 505 |
+
border: 1px solid;
|
| 506 |
+
}
|
| 507 |
+
.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart.grouped_form div.quantity * {
|
| 508 |
+
min-height: 33px;
|
| 509 |
+
line-height: 33px;
|
| 510 |
+
margin-top: 1px;
|
| 511 |
+
}
|
| 512 |
+
.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart.grouped_form div.quantity .qty {
|
| 513 |
+
min-width: 100px;
|
| 514 |
+
}
|
| 515 |
+
@media only screen and (max-width: 1023px) {
|
| 516 |
+
.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart.grouped_form div.quantity .qty {
|
| 517 |
+
min-width: 70px;
|
| 518 |
+
}
|
| 519 |
+
}
|
| 520 |
+
.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus {
|
| 521 |
+
border: 1px solid;
|
| 522 |
+
}
|
| 523 |
+
@media only screen and (max-width: 767px) {
|
| 524 |
+
.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity {
|
| 525 |
+
width: 50%;
|
| 526 |
+
}
|
| 527 |
+
.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity .minus,
|
| 528 |
+
.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity .plus {
|
| 529 |
+
width: 20%;
|
| 530 |
+
}
|
| 531 |
+
.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity .qty {
|
| 532 |
+
width: 60%;
|
| 533 |
+
min-width: auto !important;
|
| 534 |
+
}
|
| 535 |
+
.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart .button.single_add_to_cart_button {
|
| 536 |
+
padding: 10px 18px !important;
|
| 537 |
+
}
|
| 538 |
+
}
|
assets/front-end/css/view/quick-view.min.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
| 1 |
+
.eael-popup-details-render{width:80%;max-width:900px}.eael-popup-details-render .eael-preloader{margin:0 auto;border:5px solid #f3f3f3;border-radius:50%;border-top:5px solid #3498db;width:50px;height:50px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.eael-product-popup{position:fixed;left:0;top:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:-1}.eael-product-popup.eael-product-popup-ready{z-index:999;opacity:1 !important}.eael-product-popup.eael-product-zoom-in{opacity:0;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.eael-product-popup.eael-product-zoom-in .eael-product-popup-details{opacity:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5)}.eael-product-popup.eael-product-zoom-in.eael-product-popup-ready .eael-product-popup-details{opacity:1;-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}.eael-product-popup.eael-product-zoom-in.eael-product-popup-ready .eael-product-modal-bg{opacity:.7}.eael-product-popup.eael-product-zoom-in.eael-product-modal-removing .eael-product-modal-bg{opacity:0}.eael-product-popup.eael-product-zoom-in.eael-product-modal-removing .eael-product-popup-details{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);opacity:0}.eael-product-popup .eael-product-modal-bg{position:absolute;left:0;top:0;height:100%;width:100%;background:#000;opacity:0;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.eael-product-popup .eael-product-popup-details{position:relative;margin:5vh auto;padding:20px;border:1px solid #888;max-width:900px;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);background-color:#fefefe;width:100%;border-radius:10px;height:auto;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}.eael-product-popup .eael-product-popup-details .single_add_to_cart_button{position:relative}.eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-added:after{font-family:"Font Awesome 5 Free";content:"";font-weight:900;display:inline-block;position:absolute;right:12px}.eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-loading:after{font-family:"Font Awesome 5 Free";content:"";font-weight:900;position:absolute;right:12px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.eael-product-popup.woocommerce div.product{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;overflow-y:auto;background:transparent;position:relative}.eael-product-popup.woocommerce div.product.ast-article-single,.eael-product-popup.woocommerce div.product .ast-article-single{background:transparent}@media(max-width: 767px){.eael-product-popup.woocommerce div.product{display:block}}.eael-product-popup.woocommerce div.product div.images{width:100%;margin-bottom:0}.eael-product-popup.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;margin-bottom:1em}.eael-product-popup.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n){margin-right:0}.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{width:calc(25% - .75em);margin-right:1em;margin-bottom:1em}.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:last-child{margin-right:0}.eael-product-popup.woocommerce div.product .product_title{font-size:28px;line-height:1.2em;font-weight:700;margin-bottom:10px;letter-spacing:normal;text-transform:capitalize}.eael-product-popup.woocommerce div.product .product_title.entry-title{display:block}.eael-product-popup.woocommerce div.product .product_title:before{content:none}.eael-product-popup.woocommerce div.product .price{font-size:25px;line-height:1.2em;margin:0 0 15px;text-align:left !important}.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description{font-size:18px;line-height:1.2em;margin:0}.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description p,.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description p:last-child{margin-bottom:20px}.eael-product-popup.woocommerce div.product .button{margin:0 !important;line-height:1.5em}.eael-product-popup.woocommerce div.product form.cart{margin:0 0 1.2em;padding:0;border:none;width:100%}.eael-product-popup.woocommerce div.product form.cart table{border:none;margin:0 0 1.2em;border-collapse:collapse;width:100%}.eael-product-popup.woocommerce div.product form.cart table tbody{display:table-row-group;border:none}.eael-product-popup.woocommerce div.product form.cart p.stock{margin-bottom:0}.eael-product-popup.woocommerce div.product form.cart .group_table td{border:none}.eael-product-popup.woocommerce div.product form.cart .group_table .button{padding:.8em;font-weight:400;font-size:.9rem;white-space:nowrap}.eael-product-popup.woocommerce div.product form.cart div.quantity{margin-right:15px;width:auto}.eael-product-popup.woocommerce div.product form.cart div.quantity input,.eael-product-popup.woocommerce div.product form.cart div.quantity a{height:100%;border:1px solid}.eael-product-popup.woocommerce div.product form.cart div.quantity input[type=number]{min-width:90px}.eael-product-popup.woocommerce div.product form.cart div.quantity .qty{text-align:center}.eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus{outline:none}.eael-product-popup.woocommerce div.product form.cart .button.single_add_to_cart_button{padding:10px 40px}.eael-product-popup.woocommerce div.product form.cart .product-single-quantity button.plus,.eael-product-popup.woocommerce div.product form.cart .product-single-quantity button.minus{display:none}.eael-product-popup.woocommerce div.product .woocommerce-product-rating{margin-bottom:5px}.eael-product-popup.woocommerce div.product .woocommerce-product-rating .star-rating{font-size:16px}.eael-product-popup.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link{display:inline-block;vertical-align:top;font-size:16px;line-height:18px}.eael-product-popup.woocommerce div.product table tbody tr{border-bottom:1px solid #ccc}.eael-product-popup.woocommerce div.product table tbody tr td{background:transparent;vertical-align:middle !important;padding:15px 15px 15px 0 !important}.eael-product-popup.woocommerce div.product .product_meta{font-size:14px;border-top:1px solid #ccc;border-bottom:0;padding:1em 0 0;margin:0 0 .8em}.eael-product-popup.woocommerce div.product .product_meta>span{display:block;border:none;padding:5px 0}.eael-product-popup .eael-product-image-wrap{width:40%}@media(max-width: 767px){.eael-product-popup .eael-product-image-wrap{width:100%}}.eael-product-popup .eael-product-image-wrap .badge-container{display:none}.eael-product-popup .eael-product-image-wrap .eael-new-product .flex-viewport{height:auto !important}.eael-product-popup .eael-product-details-wrap{width:56%;margin-left:4%;text-align:left}@media(max-width: 767px){.eael-product-popup .eael-product-details-wrap{width:100%;margin-left:0;margin-top:25px}}.eael-product-popup .eael-product-details-wrap .is-divider{display:none}.eael-product-popup button.eael-product-popup-close{position:absolute;right:-15px;top:-18px;font-size:20px;padding:0;cursor:pointer;-webkit-box-sizing:content-box;box-sizing:content-box;overflow:visible;background:#fff !important;text-align:center;-webkit-box-shadow:2px 0px 12px 3px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:2px 0px 12px 3px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);color:#000 !important;height:40px;width:40px;min-height:40px;max-width:40px;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;opacity:1;border:0;margin:0}.eael-product-popup button.eael-product-popup-close:focus{outline:none}.eael-product-popup form.cart{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.eael-product-popup form.cart.variations_form{display:block}.eael-product-popup form.cart.variations_form .variations{border:none}.eael-product-popup form.cart.variations_form .variations tr{margin-bottom:5px}.eael-product-popup form.cart.variations_form .variations td{display:block;width:100%;border:none;padding:0;margin-bottom:5px}.eael-product-popup form.cart.variations_form .variations td select{width:100%}.eael-product-popup form.cart.variations_form .variations_button{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-product-popup form.cart.grouped_form{display:block}.eael-product-popup form.cart.grouped_form table .button{line-height:1.2em}.eael-product-popup form.cart.grouped_form .quantity{width:100%}.eael-product-popup form.cart.grouped_form .quantity input,.eael-product-popup form.cart.grouped_form .quantity a{height:auto !important;min-height:2.507em;line-height:1.2em}.eael-product-popup form.cart .quantity{width:37%;margin-right:20px}.eael-product-popup form.cart .quantity input{width:100%}.eael-product-popup .eael-onsale{padding:5px 10px;font-size:12px;font-weight:500;position:absolute;text-align:center;line-height:1.2em;top:30px;left:0;margin:0;background-color:#ff7a80;color:#fff;z-index:9}.eael-product-popup .eael-onsale.sale-preset-1.outofstock br{display:none}.eael-product-popup .eael-onsale.sale-preset-1.right{left:auto;right:0}.eael-product-popup .eael-onsale.sale-preset-2{padding:0;top:5px;left:5px;min-width:50px;min-height:50px;line-height:50px;border-radius:100%;-webkit-font-smoothing:antialiased}.eael-product-popup .eael-onsale.sale-preset-2.outofstock{line-height:1.2em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-product-popup .eael-onsale.sale-preset-3{border-radius:50px;left:15px;top:15px}.eael-product-popup .eael-onsale.sale-preset-3.outofstock br{display:none}.eael-product-popup .eael-onsale.sale-preset-4{left:0;top:15px}.eael-product-popup .eael-onsale.sale-preset-4.outofstock br{display:none}.eael-product-popup .eael-onsale.sale-preset-4:after{position:absolute;right:-15px;bottom:0px;width:15px;height:24px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:10px solid #23a454;content:""}.eael-product-popup .eael-onsale.sale-preset-5{display:block;line-height:74px;height:60px;width:120px;left:-37pX;top:-8px;right:auto;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-popup .eael-onsale.sale-preset-5.outofstock{line-height:normal;padding-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.theme-oceanwp.elementor-editor-active .eael-product-popup.woocommerce div.product form.cart div.quantity .qty{max-width:150px}.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus{border:1px solid}.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart.grouped_form div.quantity *{min-height:33px;line-height:33px;margin-top:1px}.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart.grouped_form div.quantity .qty{min-width:100px}@media only screen and (max-width: 1023px){.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart.grouped_form div.quantity .qty{min-width:70px}}.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus{border:1px solid}@media only screen and (max-width: 767px){.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity{width:50%}.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity .minus,.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity .plus{width:20%}.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity .qty{width:60%;min-width:auto !important}.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart .button.single_add_to_cart_button{padding:10px 18px !important}}
|
assets/front-end/css/view/woo-product-carousel.css
CHANGED
|
@@ -1016,473 +1016,6 @@
|
|
| 1016 |
.eael-woo-product-carousel-container .swiper-container ~ .swiper-button-next:after {
|
| 1017 |
content: none;
|
| 1018 |
}
|
| 1019 |
-
.eael-product-popup {
|
| 1020 |
-
position: fixed;
|
| 1021 |
-
left: 0;
|
| 1022 |
-
top: 0;
|
| 1023 |
-
width: 100%;
|
| 1024 |
-
height: 100%;
|
| 1025 |
-
display: -webkit-box;
|
| 1026 |
-
display: -ms-flexbox;
|
| 1027 |
-
display: flex;
|
| 1028 |
-
-webkit-box-align: center;
|
| 1029 |
-
-ms-flex-align: center;
|
| 1030 |
-
align-items: center;
|
| 1031 |
-
-webkit-box-pack: center;
|
| 1032 |
-
-ms-flex-pack: center;
|
| 1033 |
-
justify-content: center;
|
| 1034 |
-
z-index: -1;
|
| 1035 |
-
}
|
| 1036 |
-
.eael-product-popup .woocommerce-product-gallery {
|
| 1037 |
-
min-width: 310px;
|
| 1038 |
-
min-height: 310px;
|
| 1039 |
-
}
|
| 1040 |
-
.eael-product-popup.eael-product-popup-ready {
|
| 1041 |
-
z-index: 999;
|
| 1042 |
-
opacity: 1 !important;
|
| 1043 |
-
}
|
| 1044 |
-
.eael-product-popup.eael-product-zoom-in {
|
| 1045 |
-
opacity: 0;
|
| 1046 |
-
-webkit-transition: all 0.3s ease-out;
|
| 1047 |
-
-o-transition: all 0.3s ease-out;
|
| 1048 |
-
transition: all 0.3s ease-out;
|
| 1049 |
-
}
|
| 1050 |
-
.eael-product-popup.eael-product-zoom-in .eael-product-popup-details {
|
| 1051 |
-
opacity: 0;
|
| 1052 |
-
-webkit-transition: all 0.3s ease-in-out;
|
| 1053 |
-
-o-transition: all 0.3s ease-in-out;
|
| 1054 |
-
transition: all 0.3s ease-in-out;
|
| 1055 |
-
-webkit-transform: scale(0.5);
|
| 1056 |
-
-ms-transform: scale(0.5);
|
| 1057 |
-
transform: scale(0.5);
|
| 1058 |
-
}
|
| 1059 |
-
.eael-product-popup.eael-product-zoom-in.eael-product-popup-ready .eael-product-popup-details {
|
| 1060 |
-
opacity: 1;
|
| 1061 |
-
-webkit-transform: scale(0.9);
|
| 1062 |
-
-ms-transform: scale(0.9);
|
| 1063 |
-
transform: scale(0.9);
|
| 1064 |
-
}
|
| 1065 |
-
.eael-product-popup.eael-product-zoom-in.eael-product-popup-ready .eael-product-modal-bg {
|
| 1066 |
-
opacity: 0.7;
|
| 1067 |
-
}
|
| 1068 |
-
.eael-product-popup.eael-product-zoom-in.eael-product-modal-removing .eael-product-modal-bg {
|
| 1069 |
-
opacity: 0;
|
| 1070 |
-
}
|
| 1071 |
-
.eael-product-popup.eael-product-zoom-in.eael-product-modal-removing .eael-product-popup-details {
|
| 1072 |
-
-webkit-transform: scale(0.5);
|
| 1073 |
-
-ms-transform: scale(0.5);
|
| 1074 |
-
transform: scale(0.5);
|
| 1075 |
-
opacity: 0;
|
| 1076 |
-
}
|
| 1077 |
-
.eael-product-popup .eael-product-modal-bg {
|
| 1078 |
-
position: absolute;
|
| 1079 |
-
left: 0;
|
| 1080 |
-
top: 0;
|
| 1081 |
-
height: 100%;
|
| 1082 |
-
width: 100%;
|
| 1083 |
-
background: #000000;
|
| 1084 |
-
opacity: 0;
|
| 1085 |
-
-webkit-transition: all 0.3s ease-out;
|
| 1086 |
-
-o-transition: all 0.3s ease-out;
|
| 1087 |
-
transition: all 0.3s ease-out;
|
| 1088 |
-
}
|
| 1089 |
-
.eael-product-popup .eael-product-popup-details {
|
| 1090 |
-
position: relative;
|
| 1091 |
-
margin: 5vh auto;
|
| 1092 |
-
padding: 20px;
|
| 1093 |
-
border: 1px solid #888;
|
| 1094 |
-
max-width: 900px;
|
| 1095 |
-
-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 1096 |
-
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 1097 |
-
background-color: #fefefe;
|
| 1098 |
-
width: 100%;
|
| 1099 |
-
border-radius: 10px;
|
| 1100 |
-
height: auto;
|
| 1101 |
-
max-height: -webkit-fit-content;
|
| 1102 |
-
max-height: -moz-fit-content;
|
| 1103 |
-
max-height: fit-content;
|
| 1104 |
-
}
|
| 1105 |
-
.eael-product-popup .eael-product-popup-details .single_add_to_cart_button {
|
| 1106 |
-
position: relative;
|
| 1107 |
-
}
|
| 1108 |
-
.eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-added:after {
|
| 1109 |
-
font-family: "Font Awesome 5 Free";
|
| 1110 |
-
content: "\f00c";
|
| 1111 |
-
font-weight: 900;
|
| 1112 |
-
display: inline-block;
|
| 1113 |
-
position: absolute;
|
| 1114 |
-
right: 12px;
|
| 1115 |
-
}
|
| 1116 |
-
.eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-loading:after {
|
| 1117 |
-
font-family: "Font Awesome 5 Free";
|
| 1118 |
-
content: "\f110";
|
| 1119 |
-
font-weight: 900;
|
| 1120 |
-
position: absolute;
|
| 1121 |
-
right: 12px;
|
| 1122 |
-
-webkit-animation: spin 2s linear infinite;
|
| 1123 |
-
animation: spin 2s linear infinite;
|
| 1124 |
-
}
|
| 1125 |
-
.eael-product-popup.woocommerce div.product {
|
| 1126 |
-
display: -webkit-box;
|
| 1127 |
-
display: -ms-flexbox;
|
| 1128 |
-
display: flex;
|
| 1129 |
-
height: 100%;
|
| 1130 |
-
overflow-y: auto;
|
| 1131 |
-
background: transparent;
|
| 1132 |
-
position: relative;
|
| 1133 |
-
}
|
| 1134 |
-
.eael-product-popup.woocommerce div.product.ast-article-single, .eael-product-popup.woocommerce div.product .ast-article-single {
|
| 1135 |
-
background: transparent;
|
| 1136 |
-
}
|
| 1137 |
-
@media (max-width: 767px) {
|
| 1138 |
-
.eael-product-popup.woocommerce div.product {
|
| 1139 |
-
display: block;
|
| 1140 |
-
}
|
| 1141 |
-
}
|
| 1142 |
-
.eael-product-popup.woocommerce div.product div.images {
|
| 1143 |
-
width: 100%;
|
| 1144 |
-
margin-bottom: 0;
|
| 1145 |
-
}
|
| 1146 |
-
.eael-product-popup.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
|
| 1147 |
-
-webkit-transform-style: preserve-3d;
|
| 1148 |
-
transform-style: preserve-3d;
|
| 1149 |
-
margin-bottom: 1em;
|
| 1150 |
-
}
|
| 1151 |
-
.eael-product-popup.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n) {
|
| 1152 |
-
margin-right: 0;
|
| 1153 |
-
}
|
| 1154 |
-
.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
|
| 1155 |
-
width: calc(25% - 0.75em);
|
| 1156 |
-
margin-right: 1em;
|
| 1157 |
-
margin-bottom: 1em;
|
| 1158 |
-
}
|
| 1159 |
-
.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:last-child {
|
| 1160 |
-
margin-right: 0;
|
| 1161 |
-
}
|
| 1162 |
-
.eael-product-popup.woocommerce div.product .product_title {
|
| 1163 |
-
font-size: 22px;
|
| 1164 |
-
line-height: 1.2em;
|
| 1165 |
-
font-weight: 700;
|
| 1166 |
-
margin-bottom: 10px;
|
| 1167 |
-
letter-spacing: normal;
|
| 1168 |
-
text-transform: capitalize;
|
| 1169 |
-
}
|
| 1170 |
-
.eael-product-popup.woocommerce div.product .product_title:before {
|
| 1171 |
-
content: none;
|
| 1172 |
-
}
|
| 1173 |
-
.eael-product-popup.woocommerce div.product .price {
|
| 1174 |
-
font-size: 25px;
|
| 1175 |
-
line-height: 1.2em;
|
| 1176 |
-
margin: 0 0 15px;
|
| 1177 |
-
text-align: left !important;
|
| 1178 |
-
}
|
| 1179 |
-
.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description {
|
| 1180 |
-
font-size: 18px;
|
| 1181 |
-
line-height: 1.2em;
|
| 1182 |
-
margin: 0;
|
| 1183 |
-
}
|
| 1184 |
-
.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description p, .eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description p:last-child {
|
| 1185 |
-
margin-bottom: 20px;
|
| 1186 |
-
}
|
| 1187 |
-
.eael-product-popup.woocommerce div.product .button {
|
| 1188 |
-
margin: 0 !important;
|
| 1189 |
-
line-height: 1.5em;
|
| 1190 |
-
}
|
| 1191 |
-
.eael-product-popup.woocommerce div.product form.cart {
|
| 1192 |
-
margin: 0 0 1.2em;
|
| 1193 |
-
padding: 0;
|
| 1194 |
-
border: none;
|
| 1195 |
-
width: 100%;
|
| 1196 |
-
}
|
| 1197 |
-
.eael-product-popup.woocommerce div.product form.cart table {
|
| 1198 |
-
border: none;
|
| 1199 |
-
margin: 0 0 1.2em;
|
| 1200 |
-
border-collapse: collapse;
|
| 1201 |
-
width: 100%;
|
| 1202 |
-
}
|
| 1203 |
-
.eael-product-popup.woocommerce div.product form.cart table tbody {
|
| 1204 |
-
display: table-row-group;
|
| 1205 |
-
border: none;
|
| 1206 |
-
}
|
| 1207 |
-
.eael-product-popup.woocommerce div.product form.cart p.stock {
|
| 1208 |
-
margin-bottom: 0;
|
| 1209 |
-
}
|
| 1210 |
-
.eael-product-popup.woocommerce div.product form.cart .group_table td {
|
| 1211 |
-
border: none;
|
| 1212 |
-
}
|
| 1213 |
-
.eael-product-popup.woocommerce div.product form.cart .group_table .button {
|
| 1214 |
-
padding: 0.8em;
|
| 1215 |
-
font-weight: 400;
|
| 1216 |
-
font-size: 0.9rem;
|
| 1217 |
-
white-space: nowrap;
|
| 1218 |
-
}
|
| 1219 |
-
.eael-product-popup.woocommerce div.product form.cart div.quantity {
|
| 1220 |
-
margin-right: 15px;
|
| 1221 |
-
width: auto;
|
| 1222 |
-
}
|
| 1223 |
-
.eael-product-popup.woocommerce div.product form.cart div.quantity input, .eael-product-popup.woocommerce div.product form.cart div.quantity a {
|
| 1224 |
-
height: 100%;
|
| 1225 |
-
border: 1px solid;
|
| 1226 |
-
}
|
| 1227 |
-
.eael-product-popup.woocommerce div.product form.cart div.quantity input[type=number] {
|
| 1228 |
-
min-width: 90px;
|
| 1229 |
-
}
|
| 1230 |
-
.eael-product-popup.woocommerce div.product form.cart div.quantity .qty {
|
| 1231 |
-
text-align: center;
|
| 1232 |
-
}
|
| 1233 |
-
.eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus {
|
| 1234 |
-
outline: none;
|
| 1235 |
-
}
|
| 1236 |
-
.eael-product-popup.woocommerce div.product form.cart .button.single_add_to_cart_button {
|
| 1237 |
-
padding: 10px 40px !important;
|
| 1238 |
-
}
|
| 1239 |
-
.eael-product-popup.woocommerce div.product form.cart .product-single-quantity button.plus,
|
| 1240 |
-
.eael-product-popup.woocommerce div.product form.cart .product-single-quantity button.minus {
|
| 1241 |
-
display: none;
|
| 1242 |
-
}
|
| 1243 |
-
.eael-product-popup.woocommerce div.product .woocommerce-product-rating {
|
| 1244 |
-
margin-bottom: 5px;
|
| 1245 |
-
}
|
| 1246 |
-
.eael-product-popup.woocommerce div.product .woocommerce-product-rating .star-rating {
|
| 1247 |
-
font-size: 16px;
|
| 1248 |
-
}
|
| 1249 |
-
.eael-product-popup.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
|
| 1250 |
-
display: inline-block;
|
| 1251 |
-
vertical-align: top;
|
| 1252 |
-
font-size: 16px;
|
| 1253 |
-
line-height: 18px;
|
| 1254 |
-
}
|
| 1255 |
-
.eael-product-popup.woocommerce div.product table tbody tr {
|
| 1256 |
-
border-bottom: 1px solid #ccc;
|
| 1257 |
-
}
|
| 1258 |
-
.eael-product-popup.woocommerce div.product table tbody tr td {
|
| 1259 |
-
background: transparent;
|
| 1260 |
-
vertical-align: middle !important;
|
| 1261 |
-
padding: 15px 15px 15px 0 !important;
|
| 1262 |
-
}
|
| 1263 |
-
.eael-product-popup.woocommerce div.product .product_meta {
|
| 1264 |
-
font-size: 14px;
|
| 1265 |
-
border-top: 1px solid #ccc;
|
| 1266 |
-
border-bottom: 0;
|
| 1267 |
-
padding: 1em 0 0;
|
| 1268 |
-
margin: 0 0 0.8em;
|
| 1269 |
-
}
|
| 1270 |
-
.eael-product-popup.woocommerce div.product .product_meta > span {
|
| 1271 |
-
display: block;
|
| 1272 |
-
border: none;
|
| 1273 |
-
padding: 5px 0;
|
| 1274 |
-
}
|
| 1275 |
-
.eael-product-popup .eael-product-image-wrap {
|
| 1276 |
-
width: 40%;
|
| 1277 |
-
}
|
| 1278 |
-
@media (max-width: 767px) {
|
| 1279 |
-
.eael-product-popup .eael-product-image-wrap {
|
| 1280 |
-
width: 100%;
|
| 1281 |
-
}
|
| 1282 |
-
}
|
| 1283 |
-
.eael-product-popup .eael-product-image-wrap .badge-container {
|
| 1284 |
-
display: none;
|
| 1285 |
-
}
|
| 1286 |
-
.eael-product-popup .eael-product-image-wrap .eael-new-product .flex-viewport {
|
| 1287 |
-
height: auto !important;
|
| 1288 |
-
}
|
| 1289 |
-
.eael-product-popup .eael-product-details-wrap {
|
| 1290 |
-
width: 56%;
|
| 1291 |
-
margin-left: 4%;
|
| 1292 |
-
text-align: left;
|
| 1293 |
-
}
|
| 1294 |
-
@media (max-width: 767px) {
|
| 1295 |
-
.eael-product-popup .eael-product-details-wrap {
|
| 1296 |
-
width: 100%;
|
| 1297 |
-
margin-left: 0;
|
| 1298 |
-
margin-top: 25px;
|
| 1299 |
-
}
|
| 1300 |
-
}
|
| 1301 |
-
.eael-product-popup .eael-product-details-wrap .is-divider {
|
| 1302 |
-
display: none;
|
| 1303 |
-
}
|
| 1304 |
-
.eael-product-popup button.eael-product-popup-close {
|
| 1305 |
-
position: absolute;
|
| 1306 |
-
right: -15px;
|
| 1307 |
-
top: -18px;
|
| 1308 |
-
font-size: 20px;
|
| 1309 |
-
padding: 0;
|
| 1310 |
-
cursor: pointer;
|
| 1311 |
-
-webkit-box-sizing: content-box;
|
| 1312 |
-
box-sizing: content-box;
|
| 1313 |
-
overflow: visible;
|
| 1314 |
-
background: #fff !important;
|
| 1315 |
-
text-align: center;
|
| 1316 |
-
-webkit-box-shadow: 2px 0px 12px 3px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 1317 |
-
box-shadow: 2px 0px 12px 3px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 1318 |
-
color: #000 !important;
|
| 1319 |
-
height: 40px;
|
| 1320 |
-
width: 40px;
|
| 1321 |
-
min-height: 40px;
|
| 1322 |
-
max-width: 40px;
|
| 1323 |
-
display: -webkit-box !important;
|
| 1324 |
-
display: -ms-flexbox !important;
|
| 1325 |
-
display: flex !important;
|
| 1326 |
-
-webkit-box-align: center;
|
| 1327 |
-
-ms-flex-align: center;
|
| 1328 |
-
align-items: center;
|
| 1329 |
-
-webkit-box-pack: center;
|
| 1330 |
-
-ms-flex-pack: center;
|
| 1331 |
-
justify-content: center;
|
| 1332 |
-
border-radius: 50%;
|
| 1333 |
-
opacity: 1;
|
| 1334 |
-
border: 0;
|
| 1335 |
-
margin: 0;
|
| 1336 |
-
}
|
| 1337 |
-
.eael-product-popup button.eael-product-popup-close:focus {
|
| 1338 |
-
outline: none;
|
| 1339 |
-
}
|
| 1340 |
-
.eael-product-popup form.cart {
|
| 1341 |
-
display: -webkit-box;
|
| 1342 |
-
display: -ms-flexbox;
|
| 1343 |
-
display: flex;
|
| 1344 |
-
margin-bottom: 20px;
|
| 1345 |
-
}
|
| 1346 |
-
.eael-product-popup form.cart.variations_form {
|
| 1347 |
-
display: block;
|
| 1348 |
-
}
|
| 1349 |
-
.eael-product-popup form.cart.variations_form .variations {
|
| 1350 |
-
border: none;
|
| 1351 |
-
}
|
| 1352 |
-
.eael-product-popup form.cart.variations_form .variations tr {
|
| 1353 |
-
margin-bottom: 5px;
|
| 1354 |
-
}
|
| 1355 |
-
.eael-product-popup form.cart.variations_form .variations td {
|
| 1356 |
-
display: block;
|
| 1357 |
-
width: 100%;
|
| 1358 |
-
border: none;
|
| 1359 |
-
padding: 0;
|
| 1360 |
-
margin-bottom: 5px;
|
| 1361 |
-
}
|
| 1362 |
-
.eael-product-popup form.cart.variations_form .variations td select {
|
| 1363 |
-
width: 100%;
|
| 1364 |
-
}
|
| 1365 |
-
.eael-product-popup form.cart.variations_form .variations_button {
|
| 1366 |
-
display: -webkit-box;
|
| 1367 |
-
display: -ms-flexbox;
|
| 1368 |
-
display: flex;
|
| 1369 |
-
}
|
| 1370 |
-
.eael-product-popup form.cart.grouped_form {
|
| 1371 |
-
display: block;
|
| 1372 |
-
}
|
| 1373 |
-
.eael-product-popup form.cart.grouped_form table .button {
|
| 1374 |
-
line-height: 1.2em;
|
| 1375 |
-
}
|
| 1376 |
-
.eael-product-popup form.cart.grouped_form .quantity {
|
| 1377 |
-
width: 100%;
|
| 1378 |
-
}
|
| 1379 |
-
.eael-product-popup form.cart.grouped_form .quantity input, .eael-product-popup form.cart.grouped_form .quantity a {
|
| 1380 |
-
height: auto !important;
|
| 1381 |
-
min-height: 2.507em;
|
| 1382 |
-
line-height: 1.2em;
|
| 1383 |
-
}
|
| 1384 |
-
.eael-product-popup form.cart .quantity {
|
| 1385 |
-
width: 37%;
|
| 1386 |
-
margin-right: 20px;
|
| 1387 |
-
}
|
| 1388 |
-
.eael-product-popup form.cart .quantity input {
|
| 1389 |
-
width: 100%;
|
| 1390 |
-
}
|
| 1391 |
-
.eael-product-popup .eael-onsale {
|
| 1392 |
-
padding: 5px 10px;
|
| 1393 |
-
font-size: 12px;
|
| 1394 |
-
font-weight: 500;
|
| 1395 |
-
position: absolute;
|
| 1396 |
-
text-align: center;
|
| 1397 |
-
line-height: 1.2em;
|
| 1398 |
-
top: 30px;
|
| 1399 |
-
left: 0;
|
| 1400 |
-
margin: 0;
|
| 1401 |
-
background-color: #ff7a80;
|
| 1402 |
-
color: #fff;
|
| 1403 |
-
z-index: 9;
|
| 1404 |
-
}
|
| 1405 |
-
.eael-product-popup .eael-onsale.sale-preset-1.outofstock br {
|
| 1406 |
-
display: none;
|
| 1407 |
-
}
|
| 1408 |
-
.eael-product-popup .eael-onsale.sale-preset-1.right {
|
| 1409 |
-
left: auto;
|
| 1410 |
-
right: 0;
|
| 1411 |
-
}
|
| 1412 |
-
.eael-product-popup .eael-onsale.sale-preset-2 {
|
| 1413 |
-
padding: 0;
|
| 1414 |
-
top: 5px;
|
| 1415 |
-
left: 5px;
|
| 1416 |
-
min-width: 45px;
|
| 1417 |
-
min-height: 45px;
|
| 1418 |
-
line-height: 45px;
|
| 1419 |
-
border-radius: 100%;
|
| 1420 |
-
-webkit-font-smoothing: antialiased;
|
| 1421 |
-
}
|
| 1422 |
-
.eael-product-popup .eael-onsale.sale-preset-2.outofstock {
|
| 1423 |
-
line-height: normal;
|
| 1424 |
-
display: -webkit-box;
|
| 1425 |
-
display: -ms-flexbox;
|
| 1426 |
-
display: flex;
|
| 1427 |
-
-webkit-box-align: center;
|
| 1428 |
-
-ms-flex-align: center;
|
| 1429 |
-
align-items: center;
|
| 1430 |
-
-webkit-box-pack: center;
|
| 1431 |
-
-ms-flex-pack: center;
|
| 1432 |
-
justify-content: center;
|
| 1433 |
-
}
|
| 1434 |
-
.eael-product-popup .eael-onsale.sale-preset-3 {
|
| 1435 |
-
border-radius: 50px;
|
| 1436 |
-
left: 15px;
|
| 1437 |
-
top: 15px;
|
| 1438 |
-
}
|
| 1439 |
-
.eael-product-popup .eael-onsale.sale-preset-3.outofstock br {
|
| 1440 |
-
display: none;
|
| 1441 |
-
}
|
| 1442 |
-
.eael-product-popup .eael-onsale.sale-preset-4 {
|
| 1443 |
-
left: 0;
|
| 1444 |
-
top: 15px;
|
| 1445 |
-
}
|
| 1446 |
-
.eael-product-popup .eael-onsale.sale-preset-4.outofstock br {
|
| 1447 |
-
display: none;
|
| 1448 |
-
}
|
| 1449 |
-
.eael-product-popup .eael-onsale.sale-preset-4:after {
|
| 1450 |
-
position: absolute;
|
| 1451 |
-
right: -15px;
|
| 1452 |
-
bottom: 0px;
|
| 1453 |
-
width: 15px;
|
| 1454 |
-
height: 24px;
|
| 1455 |
-
border-top: 12px solid transparent;
|
| 1456 |
-
border-bottom: 12px solid transparent;
|
| 1457 |
-
border-left: 10px solid #23a454;
|
| 1458 |
-
content: "";
|
| 1459 |
-
}
|
| 1460 |
-
.eael-product-popup .eael-onsale.sale-preset-5 {
|
| 1461 |
-
display: block;
|
| 1462 |
-
line-height: 74px;
|
| 1463 |
-
height: 50px;
|
| 1464 |
-
width: 100px;
|
| 1465 |
-
left: -35pX;
|
| 1466 |
-
top: -8px;
|
| 1467 |
-
right: auto;
|
| 1468 |
-
padding: 0;
|
| 1469 |
-
-webkit-transform: rotate(-45deg);
|
| 1470 |
-
-ms-transform: rotate(-45deg);
|
| 1471 |
-
transform: rotate(-45deg);
|
| 1472 |
-
}
|
| 1473 |
-
.eael-product-popup .eael-onsale.sale-preset-5.outofstock {
|
| 1474 |
-
line-height: normal;
|
| 1475 |
-
display: -webkit-box;
|
| 1476 |
-
display: -ms-flexbox;
|
| 1477 |
-
display: flex;
|
| 1478 |
-
-webkit-box-align: end;
|
| 1479 |
-
-ms-flex-align: end;
|
| 1480 |
-
align-items: flex-end;
|
| 1481 |
-
-webkit-box-pack: center;
|
| 1482 |
-
-ms-flex-pack: center;
|
| 1483 |
-
justify-content: center;
|
| 1484 |
-
padding-bottom: 7px;
|
| 1485 |
-
}
|
| 1486 |
@media only screen and (min-width: 1025px) {
|
| 1487 |
.eael-product-grid-column-1 .eael-product-grid .woocommerce ul.products {
|
| 1488 |
grid-template-columns: 100%;
|
|
@@ -1667,12 +1200,6 @@
|
|
| 1667 |
margin: 1%;
|
| 1668 |
}
|
| 1669 |
}
|
| 1670 |
-
.theme-oceanwp.elementor-editor-active .eael-product-popup.woocommerce div.product form.cart div.quantity .qty {
|
| 1671 |
-
max-width: 150px;
|
| 1672 |
-
}
|
| 1673 |
-
.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus {
|
| 1674 |
-
border: 1px solid;
|
| 1675 |
-
}
|
| 1676 |
.theme-astra .woocommerce.eael-woo-product-carousel ul.products, .woocommerce-page .eael-woo-product-carousel ul.products {
|
| 1677 |
display: -webkit-box;
|
| 1678 |
display: -ms-flexbox;
|
|
@@ -1681,34 +1208,3 @@
|
|
| 1681 |
-moz-column-gap: 0;
|
| 1682 |
column-gap: 0;
|
| 1683 |
}
|
| 1684 |
-
.eael-popup-details-render {
|
| 1685 |
-
/* Safari */
|
| 1686 |
-
}
|
| 1687 |
-
.eael-popup-details-render .eael-preloader {
|
| 1688 |
-
border: 5px solid #f3f3f3;
|
| 1689 |
-
border-radius: 50%;
|
| 1690 |
-
border-top: 5px solid #3498db;
|
| 1691 |
-
width: 50px;
|
| 1692 |
-
height: 50px;
|
| 1693 |
-
-webkit-animation: spin 2s linear infinite;
|
| 1694 |
-
/* Safari */
|
| 1695 |
-
animation: spin 2s linear infinite;
|
| 1696 |
-
}
|
| 1697 |
-
@-webkit-keyframes spin {
|
| 1698 |
-
0% {
|
| 1699 |
-
-webkit-transform: rotate(0deg);
|
| 1700 |
-
}
|
| 1701 |
-
100% {
|
| 1702 |
-
-webkit-transform: rotate(360deg);
|
| 1703 |
-
}
|
| 1704 |
-
}
|
| 1705 |
-
@keyframes spin {
|
| 1706 |
-
0% {
|
| 1707 |
-
-webkit-transform: rotate(0deg);
|
| 1708 |
-
transform: rotate(0deg);
|
| 1709 |
-
}
|
| 1710 |
-
100% {
|
| 1711 |
-
-webkit-transform: rotate(360deg);
|
| 1712 |
-
transform: rotate(360deg);
|
| 1713 |
-
}
|
| 1714 |
-
}
|
| 1016 |
.eael-woo-product-carousel-container .swiper-container ~ .swiper-button-next:after {
|
| 1017 |
content: none;
|
| 1018 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1019 |
@media only screen and (min-width: 1025px) {
|
| 1020 |
.eael-product-grid-column-1 .eael-product-grid .woocommerce ul.products {
|
| 1021 |
grid-template-columns: 100%;
|
| 1200 |
margin: 1%;
|
| 1201 |
}
|
| 1202 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1203 |
.theme-astra .woocommerce.eael-woo-product-carousel ul.products, .woocommerce-page .eael-woo-product-carousel ul.products {
|
| 1204 |
display: -webkit-box;
|
| 1205 |
display: -ms-flexbox;
|
| 1208 |
-moz-column-gap: 0;
|
| 1209 |
column-gap: 0;
|
| 1210 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/front-end/css/view/woo-product-carousel.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.eael-woo-product-carousel-container ins{background:transparent}.eael-woo-product-carousel-container .woocommerce ul.products{padding:0 !important}.eael-woo-product-carousel-container .woocommerce ul.products:before,.eael-woo-product-carousel-container .woocommerce ul.products:after{display:none}.eael-woo-product-carousel-container .woocommerce ul.products .product{width:100%;margin:0;padding:0}.eael-woo-product-carousel-container .woocommerce ul.products .product .star-rating{margin:0;display:block;float:none;height:1em;width:5.6em;font-size:14px !important;line-height:1em}.eael-woo-product-carousel-container .woocommerce ul.products .product .star-rating:before{content:"";font-family:"Font Awesome 5 Free";font-weight:400;opacity:1}.eael-woo-product-carousel-container .woocommerce ul.products .product .star-rating span{display:inline-block}.eael-woo-product-carousel-container .woocommerce ul.products .product .star-rating span:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900}.eael-woo-product-carousel-container .woocommerce ul.products.products[class*=columns-] li.product{width:100%}.eael-woo-product-carousel-container .eael-woo-product-carousel:not(.swiper-container-initialized) .eael-product-carousel{width:350px;height:450px}.eael-woo-product-carousel-container .eael-woo-product-carousel .eael-product-carousel{direction:ltr}.eael-woo-product-carousel-container .eael-woo-product-carousel a.button.add_to_cart_button.added{display:none !important}.eael-woo-product-carousel-container .eael-woo-product-carousel .eael-product-quick-view a{cursor:pointer}.eael-woo-product-carousel-container .eael-woo-product-carousel .swiper-wrapper.products{margin:0;-ms-flex-wrap:unset;flex-wrap:unset}.eael-woo-product-carousel-container .eael-woo-product-carousel .swiper-wrapper.products .product{float:none}.eael-woo-product-carousel-container .eael-woo-product-carousel[data-items="1"] .product.swiper-slide,.eael-woo-product-carousel-container .eael-woo-product-carousel[data-items="2"] .product.swiper-slide,.eael-woo-product-carousel-container .eael-woo-product-carousel[data-items="3"] .product.swiper-slide,.eael-woo-product-carousel-container .eael-woo-product-carousel[data-items="4"] .product.swiper-slide,.eael-woo-product-carousel-container .eael-woo-product-carousel[data-items="5"] .product.swiper-slide,.eael-woo-product-carousel-container .eael-woo-product-carousel[data-items="6"] .product.swiper-slide{position:relative;min-height:1px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;text-align:left}.eael-woo-product-carousel-container.preset-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#597dfc}.eael-woo-product-carousel-container.preset-1 .swiper-container .swiper-button-next:hover,.eael-woo-product-carousel-container.preset-1 .swiper-container .swiper-button-prev:hover,.eael-woo-product-carousel-container.preset-1.swiper-container-wrap .swiper-button-next:hover,.eael-woo-product-carousel-container.preset-1.swiper-container-wrap .swiper-button-prev:hover{background-color:#597dfc;color:#fff}.eael-woo-product-carousel-container.preset-1 .eael-product-carousel{border-radius:20px;background-color:#f5f7fd;text-align:left;margin:10px}.eael-woo-product-carousel-container.preset-1 .eael-product-carousel .image-wrap img,.eael-woo-product-carousel-container.preset-1 .eael-product-carousel .product-image-wrap{border-radius:20px 20px 0 0}.eael-woo-product-carousel-container.preset-1 .eael-product-carousel .eael-onsale{background:#597dfc}.eael-woo-product-carousel-container.preset-1 .eael-product-carousel .eael-onsale.sale-preset-4:after{border-left-color:#597dfc}.eael-woo-product-carousel-container.preset-1 .eael-product-carousel .eael-onsale.sale-preset-4.right:after{border-right-color:#597dfc}.eael-woo-product-carousel-container.preset-1 .eael-product-carousel:hover .icons-wrap.box-style{bottom:30px;visibility:visible;opacity:1}.eael-woo-product-carousel-container.preset-1 .product-image-wrap{position:relative;overflow:hidden}.eael-woo-product-carousel-container.preset-1 .product-details-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px}.eael-woo-product-carousel-container.preset-1 .product-details-wrap .product-details{width:60%}.eael-woo-product-carousel-container.preset-1 .product-details-wrap .eael-product-price{width:40%;text-align:right;color:#597dfc}.eael-woo-product-carousel-container.preset-2 .swiper-pagination.dots-preset-4 .swiper-pagination-bullet{border:1px solid #5f3ae0}.eael-woo-product-carousel-container.preset-2 .swiper-pagination .swiper-pagination-bullet-active{background:#5f3ae0}.eael-woo-product-carousel-container.preset-2 .swiper-container .swiper-button-next:hover,.eael-woo-product-carousel-container.preset-2 .swiper-container .swiper-button-prev:hover,.eael-woo-product-carousel-container.preset-2.swiper-container-wrap .swiper-button-next:hover,.eael-woo-product-carousel-container.preset-2.swiper-container-wrap .swiper-button-prev:hover{background-color:#5f3ae0;color:#fff}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel{position:relative;overflow:hidden;border-radius:10px;margin:10px}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .image-wrap img,.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .product-image-wrap{border-radius:10px 10px 0 0}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .eael-onsale{background:#5f3ae0}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .eael-onsale.sale-preset-4:after{border-left-color:#5f3ae0}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .eael-onsale.sale-preset-4.right:after{border-right-color:#5f3ae0}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .eael-product-price del .amount{color:#fff}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .eael-product-price ins .amount,.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .eael-product-price .amount{color:#fff}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel:hover .carousel-overlay{opacity:1}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel:hover .product-overlay-content{bottom:0;opacity:1}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel:hover .icons-wrap li{-webkit-transform:translateX(-70px);-ms-transform:translateX(-70px);transform:translateX(-70px)}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .icons-wrap{left:auto}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .icons-wrap.box-style-list{visibility:visible;opacity:1}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .product-overlay-content{position:absolute;width:100%;top:auto;bottom:-100px;left:0;opacity:0;-webkit-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;text-align:left}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .carousel-overlay{background:#5f3ae069;position:absolute;height:100%;width:100%;left:0;top:0;bottom:0;right:0;opacity:0;-webkit-transition:all .4s ease-in-out 0s;-o-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .eael-product-title *,.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .eael-product-excerpt{color:#fff}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .eael-product-price{margin-top:15px;color:#fff}.eael-woo-product-carousel-container.preset-3.swiper-container-wrap-dots-outside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet,.eael-woo-product-carousel-container.preset-3.swiper-container-wrap-dots-inside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet{border:1px solid #5f3ae0}.eael-woo-product-carousel-container.preset-3.swiper-container-wrap-dots-outside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet.swiper-pagination-bullet-active,.eael-woo-product-carousel-container.preset-3.swiper-container-wrap-dots-inside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#5f3ae0}.eael-woo-product-carousel-container.preset-3 .swiper-pagination .swiper-pagination-bullet-active{background:#5f3ae0}.eael-woo-product-carousel-container.preset-3 .swiper-container .swiper-button-next:hover,.eael-woo-product-carousel-container.preset-3 .swiper-container .swiper-button-prev:hover,.eael-woo-product-carousel-container.preset-3.swiper-container-wrap .swiper-button-next:hover,.eael-woo-product-carousel-container.preset-3.swiper-container-wrap .swiper-button-prev:hover{background-color:#5f3ae0;color:#fff}.eael-woo-product-carousel-container.preset-3 .eael-product-carousel{border-radius:10px;background-color:#f5f7fd;text-align:left;margin:10px}.eael-woo-product-carousel-container.preset-3 .eael-product-carousel:hover .icons-wrap.block-style{visibility:visible;opacity:1;bottom:0}.eael-woo-product-carousel-container.preset-3 .eael-product-carousel .image-wrap img,.eael-woo-product-carousel-container.preset-3 .eael-product-carousel .product-image-wrap{border-radius:10px 10px 0 0}.eael-woo-product-carousel-container.preset-3 .eael-product-carousel .eael-onsale{background:#5f3ae0}.eael-woo-product-carousel-container.preset-3 .eael-product-carousel .eael-onsale.sale-preset-4:after{border-left-color:#5f3ae0}.eael-woo-product-carousel-container.preset-3 .eael-product-carousel .eael-onsale.sale-preset-4.right:after{border-right-color:#5f3ae0}.eael-woo-product-carousel-container.preset-3 .eael-product-carousel .star-rating{display:inline-block !important}.eael-woo-product-carousel-container.preset-3 .eael-product-carousel .eael-product-price{color:#5f3ae0}.eael-woo-product-carousel-container.preset-3 .product-image-wrap{position:relative;overflow:hidden}.eael-woo-product-carousel-container.preset-3 .product-details-wrap{padding:20px}.eael-woo-product-carousel-container.preset-3 .product-details-wrap .eael-product-excerpt p{margin-top:5px}.eael-woo-product-carousel-container.preset-4 .swiper-pagination.dots-preset-4 .swiper-pagination-bullet{border:1px solid #ec3b75}.eael-woo-product-carousel-container.preset-4 .swiper-pagination .swiper-pagination-bullet-active{background:#ec3b75}.eael-woo-product-carousel-container.preset-4 .swiper-container .swiper-button-next:hover,.eael-woo-product-carousel-container.preset-4 .swiper-container .swiper-button-prev:hover,.eael-woo-product-carousel-container.preset-4.swiper-container-wrap .swiper-button-next:hover,.eael-woo-product-carousel-container.preset-4.swiper-container-wrap .swiper-button-prev:hover{background-color:#ec3b75;color:#fff}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel{position:relative;overflow:hidden;border-radius:10px;margin:10px}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .image-wrap img,.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .product-image-wrap{border-radius:10px 10px 0 0}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .eael-onsale{background:#ec3b75}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .eael-onsale.sale-preset-4:after{border-left-color:#ec3b75}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .eael-onsale.sale-preset-4.right:after{border-right-color:#ec3b75}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .eael-product-price del .amount{color:#fff}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .eael-product-price ins .amount,.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .eael-product-price .amount{color:#fff}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel:hover .carousel-overlay{opacity:1}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel:hover .product-overlay-content{bottom:0;opacity:1}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .icons-wrap{bottom:0;position:relative}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .icons-wrap.box-style{visibility:visible;opacity:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:10px 0 0}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .icons-wrap.box-style li a{color:#ec3b75}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .icons-wrap.box-style li a:hover{background:#ec3b75;color:#fff}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .icons-wrap.box-style li a.button.add_to_cart_button{color:#ec3b75}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .icons-wrap.box-style li a.button.add_to_cart_button:hover{background:#ec3b75;color:#fff}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .eael-product-popup{display:none}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .product-overlay-content{position:absolute;width:100%;top:auto;bottom:-100px;left:0;opacity:0;-webkit-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .carousel-overlay{background:rgba(23,70,236,.55);position:absolute;height:100%;width:100%;left:0;top:0;bottom:0;right:0;opacity:0;-webkit-transition:all .4s ease-in-out 0s;-o-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .eael-product-title *,.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .eael-product-excerpt{color:#fff}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .product-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .product-details .eael-product-title-wrap{width:60%;text-align:left}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .product-details .eael-product-price{width:40%;text-align:right}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .eael-product-price{margin-top:15px;color:#fff}.eael-woo-product-carousel-container .eael-onsale{padding:5px 10px;font-size:12px;font-weight:500;position:absolute;text-align:center;line-height:1.2em;top:30px;left:0;margin:0;background-color:#ff7a80;color:#fff;z-index:9}.eael-woo-product-carousel-container .eael-onsale.sale-preset-1.outofstock br{display:none}.eael-woo-product-carousel-container .eael-onsale.sale-preset-1.right{left:auto;right:0}.eael-woo-product-carousel-container .eael-onsale.sale-preset-2{padding:0;top:5px;left:5px;display:inline-table;min-width:45px;min-height:45px;line-height:45px;border-radius:100%;-webkit-font-smoothing:antialiased}.eael-woo-product-carousel-container .eael-onsale.sale-preset-2.outofstock{line-height:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-woo-product-carousel-container .eael-onsale.sale-preset-2.right{left:auto;right:5px}.eael-woo-product-carousel-container .eael-onsale.sale-preset-3{border-radius:50px;left:15px;top:15px}.eael-woo-product-carousel-container .eael-onsale.sale-preset-3.outofstock br{display:none}.eael-woo-product-carousel-container .eael-onsale.sale-preset-3.right{left:auto;right:15px}.eael-woo-product-carousel-container .eael-onsale.sale-preset-4{left:0;top:15px}.eael-woo-product-carousel-container .eael-onsale.sale-preset-4.outofstock br{display:none}.eael-woo-product-carousel-container .eael-onsale.sale-preset-4:after{position:absolute;right:-15px;bottom:0px;width:15px;height:24px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:10px solid #23a454;content:""}.eael-woo-product-carousel-container .eael-onsale.sale-preset-4.right{left:auto;right:0}.eael-woo-product-carousel-container .eael-onsale.sale-preset-4.right:after{right:auto;left:-15px;border-left:0;border-right:10px solid #23a454}.eael-woo-product-carousel-container .eael-onsale.sale-preset-5{display:block;line-height:74px;height:50px;width:100px;left:-35pX;top:-8px;right:auto;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-woo-product-carousel-container .eael-onsale.sale-preset-5.outofstock{line-height:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:7px}.eael-woo-product-carousel-container .eael-onsale.sale-preset-5.right{left:auto;right:-35px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.eael-woo-product-carousel-container .swiper-image-stretch .product-image-wrap img{width:100%}.eael-woo-product-carousel-container.swiper-container-dots-outside .swiper-pagination,.eael-woo-product-carousel-container.swiper-container-wrap-dots-outside .swiper-pagination{position:static}.eael-woo-product-carousel-container.swiper-container-dots-outside .swiper-pagination.dots-preset-1 .swiper-pagination-bullet,.eael-woo-product-carousel-container.swiper-container-wrap-dots-outside .swiper-pagination.dots-preset-1 .swiper-pagination-bullet,.eael-woo-product-carousel-container.swiper-container-dots-inside .swiper-pagination.dots-preset-1 .swiper-pagination-bullet,.eael-woo-product-carousel-container.swiper-container-wrap-dots-inside .swiper-pagination.dots-preset-1 .swiper-pagination-bullet{border-radius:2px;width:8px;height:3px}.eael-woo-product-carousel-container.swiper-container-dots-outside .swiper-pagination.dots-preset-1 .swiper-pagination-bullet.swiper-pagination-bullet-active,.eael-woo-product-carousel-container.swiper-container-wrap-dots-outside .swiper-pagination.dots-preset-1 .swiper-pagination-bullet.swiper-pagination-bullet-active,.eael-woo-product-carousel-container.swiper-container-dots-inside .swiper-pagination.dots-preset-1 .swiper-pagination-bullet.swiper-pagination-bullet-active,.eael-woo-product-carousel-container.swiper-container-wrap-dots-inside .swiper-pagination.dots-preset-1 .swiper-pagination-bullet.swiper-pagination-bullet-active{width:20px}.eael-woo-product-carousel-container.swiper-container-dots-outside .swiper-pagination.dots-preset-2 .swiper-pagination-bullet,.eael-woo-product-carousel-container.swiper-container-wrap-dots-outside .swiper-pagination.dots-preset-2 .swiper-pagination-bullet,.eael-woo-product-carousel-container.swiper-container-dots-inside .swiper-pagination.dots-preset-2 .swiper-pagination-bullet,.eael-woo-product-carousel-container.swiper-container-wrap-dots-inside .swiper-pagination.dots-preset-2 .swiper-pagination-bullet{border-radius:0}.eael-woo-product-carousel-container.swiper-container-dots-outside .swiper-pagination.dots-preset-3 .swiper-pagination-bullet.swiper-pagination-bullet-active,.eael-woo-product-carousel-container.swiper-container-wrap-dots-outside .swiper-pagination.dots-preset-3 .swiper-pagination-bullet.swiper-pagination-bullet-active,.eael-woo-product-carousel-container.swiper-container-dots-inside .swiper-pagination.dots-preset-3 .swiper-pagination-bullet.swiper-pagination-bullet-active,.eael-woo-product-carousel-container.swiper-container-wrap-dots-inside .swiper-pagination.dots-preset-3 .swiper-pagination-bullet.swiper-pagination-bullet-active{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2);margin:0 7px}.eael-woo-product-carousel-container.swiper-container-dots-outside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet,.eael-woo-product-carousel-container.swiper-container-wrap-dots-outside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet,.eael-woo-product-carousel-container.swiper-container-dots-inside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet,.eael-woo-product-carousel-container.swiper-container-wrap-dots-inside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet{border:1px solid #ec3b75;background:transparent}.eael-woo-product-carousel-container.swiper-container-dots-outside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet.swiper-pagination-bullet-active,.eael-woo-product-carousel-container.swiper-container-wrap-dots-outside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet.swiper-pagination-bullet-active,.eael-woo-product-carousel-container.swiper-container-dots-inside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet.swiper-pagination-bullet-active,.eael-woo-product-carousel-container.swiper-container-wrap-dots-inside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#ec3b75}.eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination{width:350px !important;margin-top:20px}.eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination .swiper-slide{opacity:.4}.eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination .swiper-slide.swiper-slide-active{opacity:1}.eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination .swiper-slide img{width:60px;height:60px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}@media all and (min-width: 1024px){.eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination.eael_gallery_pagination_hide_on_desktop{display:none !important}}@media all and (min-width: 768px)and (max-width: 1024px){.eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination.eael_gallery_pagination_hide_on_tablet{display:none !important}}@media all and (max-width: 767px){.eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination.eael_gallery_pagination_hide_on_mobile{display:none !important}}.eael-woo-product-carousel-container.swiper-container-wrap .swiper-pagination{bottom:10px;left:0;width:100%}.eael-woo-product-carousel-container.swiper-container-wrap .swiper-pagination-bullet{background:#ccc;margin:0 4px;opacity:1;height:8px;width:8px;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.eael-woo-product-carousel-container.swiper-container-wrap .swiper-pagination-bullet:focus{outline:none}.eael-woo-product-carousel-container .swiper-container .swiper-button-next,.eael-woo-product-carousel-container .swiper-container .swiper-button-prev,.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-next,.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-prev{font-size:20px;margin:0;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:40px;height:40px;border-radius:5px;-webkit-filter:drop-shadow(0px 23px 13.5px rgba(28, 34, 56, 0.05));filter:drop-shadow(0px 23px 13.5px rgba(28, 34, 56, 0.05));background-color:#eee;background-image:none;color:#000;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.eael-woo-product-carousel-container .swiper-container .swiper-button-next:focus,.eael-woo-product-carousel-container .swiper-container .swiper-button-prev:focus,.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-next:focus,.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-prev:focus{outline:none}.eael-woo-product-carousel-container .swiper-container .swiper-button-next.swiper-button-disabled,.eael-woo-product-carousel-container .swiper-container .swiper-button-prev.swiper-button-disabled,.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-next.swiper-button-disabled,.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-prev.swiper-button-disabled{color:#c3c9d0;opacity:.7}.eael-woo-product-carousel-container .swiper-container .swiper-button-next i,.eael-woo-product-carousel-container .swiper-container .swiper-button-prev i,.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-next i,.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-prev i{position:absolute;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%}.eael-woo-product-carousel-container .swiper-container .swiper-button-next,.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-next{right:-40px}.eael-woo-product-carousel-container .swiper-container .swiper-button-prev,.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-prev{left:-40px}.eael-woo-product-carousel-container .eael-product-title *{margin:0 0 10px 0;font-size:18px;line-height:1.2em;font-weight:500}.eael-woo-product-carousel-container .eael-product-price{font-size:15px;line-height:1.5em}.eael-woo-product-carousel-container .eael-product-excerpt p{margin-bottom:0}.eael-woo-product-carousel-container .product.product-type-grouped .icons-wrap.block-style,.eael-woo-product-carousel-container .product.product-type-variable .icons-wrap.block-style,.eael-woo-product-carousel-container .product.product-type-external .icons-wrap.block-style,.eael-woo-product-carousel-container .product.outofstock .icons-wrap.block-style{grid-template-columns:repeat(2, 1fr)}.eael-woo-product-carousel-container .product.product-type-grouped .icons-wrap li:first-child,.eael-woo-product-carousel-container .product.product-type-variable .icons-wrap li:first-child,.eael-woo-product-carousel-container .product.product-type-external .icons-wrap li:first-child,.eael-woo-product-carousel-container .product.outofstock .icons-wrap li:first-child{display:none}.eael-woo-product-carousel-container .icons-wrap{padding:0;list-style:none;position:absolute;z-index:9;display:block;top:50%;left:0;right:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:0;visibility:hidden;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;margin:0 auto;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s}.eael-woo-product-carousel-container .icons-wrap.box-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:auto;bottom:-100px}.eael-woo-product-carousel-container .icons-wrap.box-style li a{position:relative;width:35px;height:35px;margin:3px;-webkit-box-shadow:0px 15px 10px rgba(61,70,79,.12);box-shadow:0px 15px 10px rgba(61,70,79,.12);background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px;color:#597dfc}.eael-woo-product-carousel-container .icons-wrap.box-style li a:hover{background:#597dfc}.eael-woo-product-carousel-container .icons-wrap.box-style li a i{line-height:1rem}.eael-woo-product-carousel-container .icons-wrap.box-style li a.added_to_cart{font-size:0}.eael-woo-product-carousel-container .icons-wrap.box-style li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-woo-product-carousel-container .icons-wrap.box-style li a.button.add_to_cart_button{padding:0 !important;margin:3px;font-size:0px;display:block;border:none;color:#597dfc;background-color:#fff}.eael-woo-product-carousel-container .icons-wrap.box-style li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:16px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-woo-product-carousel-container .icons-wrap.box-style li a.button.add_to_cart_button:hover{color:#fff;background-color:#597dfc}.eael-woo-product-carousel-container .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-woo-product-carousel-container .icons-wrap.box-style-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;right:-50px;top:30px;-webkit-transition:.3s ease-in;-o-transition:.3s ease-in;transition:.3s ease-in}.eael-woo-product-carousel-container .icons-wrap.box-style-list li{-webkit-transition:.3s ease-in;-o-transition:.3s ease-in;transition:.3s ease-in}.eael-woo-product-carousel-container .icons-wrap.box-style-list li:nth-child(1){-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.eael-woo-product-carousel-container .icons-wrap.box-style-list li:nth-child(2){-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.eael-woo-product-carousel-container .icons-wrap.box-style-list li:nth-child(3){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.eael-woo-product-carousel-container .icons-wrap.box-style-list li:nth-child(4){-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}.eael-woo-product-carousel-container .icons-wrap.box-style-list li a{position:relative;width:35px;height:35px;margin:3px;-webkit-box-shadow:0px 15px 10px rgba(61,70,79,.12);box-shadow:0px 15px 10px rgba(61,70,79,.12);background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px;color:#5f3ae0}.eael-woo-product-carousel-container .icons-wrap.box-style-list li a:hover{background:#5f3ae0}.eael-woo-product-carousel-container .icons-wrap.box-style-list li a i{line-height:1rem}.eael-woo-product-carousel-container .icons-wrap.box-style-list li a.added_to_cart{font-size:0}.eael-woo-product-carousel-container .icons-wrap.box-style-list li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-woo-product-carousel-container .icons-wrap.box-style-list li a.button.add_to_cart_button{padding:0 !important;margin:3px;font-size:0px;display:block;border:none;color:#5f3ae0;background-color:#fff}.eael-woo-product-carousel-container .icons-wrap.box-style-list li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:16px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-woo-product-carousel-container .icons-wrap.box-style-list li a.button.add_to_cart_button:hover{color:#fff;background-color:#597dfc}.eael-woo-product-carousel-container .icons-wrap.box-style-list li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-woo-product-carousel-container .icons-wrap.block-style{background:#5f3ae0;display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;width:100%;top:auto;bottom:-50px;margin:0;color:#fff}.eael-woo-product-carousel-container .icons-wrap.block-style:before,.eael-woo-product-carousel-container .icons-wrap.block-style:after{content:none}.eael-woo-product-carousel-container .icons-wrap.block-style li{-webkit-box-flex:1;-ms-flex:1;flex:1;border-right:1px solid #fff}.eael-woo-product-carousel-container .icons-wrap.block-style li:last-child{border:none}.eael-woo-product-carousel-container .icons-wrap.block-style li a{position:relative;color:#fff;background:#5f3ae0}.eael-woo-product-carousel-container .icons-wrap.block-style li a:hover{background:transparent;color:#fff}.eael-woo-product-carousel-container .icons-wrap.block-style li a.added_to_cart{font-size:0;border-radius:0}.eael-woo-product-carousel-container .icons-wrap.block-style li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-woo-product-carousel-container .icons-wrap.block-style li a.button.add_to_cart_button{padding:0 !important;margin:0;font-size:0;border-radius:0;background:#5f3ae0;display:block;border:none;color:inherit}.eael-woo-product-carousel-container .icons-wrap.block-style li a.button.add_to_cart_button:hover{background:inherit;color:inherit}.eael-woo-product-carousel-container .icons-wrap.block-style li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:16px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-woo-product-carousel-container .icons-wrap.block-style li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-woo-product-carousel-container .icons-wrap li{display:inline-block;margin:0;padding:0}.eael-woo-product-carousel-container .icons-wrap li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;color:#000;width:100%;height:100%;text-align:center;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s}.eael-woo-product-carousel-container .icons-wrap li a:hover{background:#ff7a80;color:#fff}.eael-woo-product-carousel-container .icons-wrap li a i{position:relative;font-size:16px;line-height:1.2em}.eael-woo-product-carousel-container .icons-wrap li a svg{width:18px}.eael-woo-product-carousel-container .eael-product-cats{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-woo-product-carousel-container .eael-product-cats a{font-size:14px;line-height:1.2em;padding:5px 10px;margin-right:5px}.eael-woo-product-carousel-container .eael-no-posts-found{margin:0;background:#ccc;color:#000;font-size:16px;line-height:1.2em;direction:ltr}.eael-woo-product-carousel-container .swiper-container{width:100%}.eael-woo-product-carousel-container .swiper-container~.swiper-button-prev:after,.eael-woo-product-carousel-container .swiper-container~.swiper-button-next:after{content:none}.eael-product-popup{position:fixed;left:0;top:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:-1}.eael-product-popup .woocommerce-product-gallery{min-width:310px;min-height:310px}.eael-product-popup.eael-product-popup-ready{z-index:999;opacity:1 !important}.eael-product-popup.eael-product-zoom-in{opacity:0;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.eael-product-popup.eael-product-zoom-in .eael-product-popup-details{opacity:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5)}.eael-product-popup.eael-product-zoom-in.eael-product-popup-ready .eael-product-popup-details{opacity:1;-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}.eael-product-popup.eael-product-zoom-in.eael-product-popup-ready .eael-product-modal-bg{opacity:.7}.eael-product-popup.eael-product-zoom-in.eael-product-modal-removing .eael-product-modal-bg{opacity:0}.eael-product-popup.eael-product-zoom-in.eael-product-modal-removing .eael-product-popup-details{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);opacity:0}.eael-product-popup .eael-product-modal-bg{position:absolute;left:0;top:0;height:100%;width:100%;background:#000;opacity:0;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.eael-product-popup .eael-product-popup-details{position:relative;margin:5vh auto;padding:20px;border:1px solid #888;max-width:900px;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);background-color:#fefefe;width:100%;border-radius:10px;height:auto;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}.eael-product-popup .eael-product-popup-details .single_add_to_cart_button{position:relative}.eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-added:after{font-family:"Font Awesome 5 Free";content:"";font-weight:900;display:inline-block;position:absolute;right:12px}.eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-loading:after{font-family:"Font Awesome 5 Free";content:"";font-weight:900;position:absolute;right:12px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.eael-product-popup.woocommerce div.product{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;overflow-y:auto;background:transparent;position:relative}.eael-product-popup.woocommerce div.product.ast-article-single,.eael-product-popup.woocommerce div.product .ast-article-single{background:transparent}@media(max-width: 767px){.eael-product-popup.woocommerce div.product{display:block}}.eael-product-popup.woocommerce div.product div.images{width:100%;margin-bottom:0}.eael-product-popup.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;margin-bottom:1em}.eael-product-popup.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n){margin-right:0}.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{width:calc(25% - .75em);margin-right:1em;margin-bottom:1em}.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:last-child{margin-right:0}.eael-product-popup.woocommerce div.product .product_title{font-size:22px;line-height:1.2em;font-weight:700;margin-bottom:10px;letter-spacing:normal;text-transform:capitalize}.eael-product-popup.woocommerce div.product .product_title:before{content:none}.eael-product-popup.woocommerce div.product .price{font-size:25px;line-height:1.2em;margin:0 0 15px;text-align:left !important}.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description{font-size:18px;line-height:1.2em;margin:0}.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description p,.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description p:last-child{margin-bottom:20px}.eael-product-popup.woocommerce div.product .button{margin:0 !important;line-height:1.5em}.eael-product-popup.woocommerce div.product form.cart{margin:0 0 1.2em;padding:0;border:none;width:100%}.eael-product-popup.woocommerce div.product form.cart table{border:none;margin:0 0 1.2em;border-collapse:collapse;width:100%}.eael-product-popup.woocommerce div.product form.cart table tbody{display:table-row-group;border:none}.eael-product-popup.woocommerce div.product form.cart p.stock{margin-bottom:0}.eael-product-popup.woocommerce div.product form.cart .group_table td{border:none}.eael-product-popup.woocommerce div.product form.cart .group_table .button{padding:.8em;font-weight:400;font-size:.9rem;white-space:nowrap}.eael-product-popup.woocommerce div.product form.cart div.quantity{margin-right:15px;width:auto}.eael-product-popup.woocommerce div.product form.cart div.quantity input,.eael-product-popup.woocommerce div.product form.cart div.quantity a{height:100%;border:1px solid}.eael-product-popup.woocommerce div.product form.cart div.quantity input[type=number]{min-width:90px}.eael-product-popup.woocommerce div.product form.cart div.quantity .qty{text-align:center}.eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus{outline:none}.eael-product-popup.woocommerce div.product form.cart .button.single_add_to_cart_button{padding:10px 40px !important}.eael-product-popup.woocommerce div.product form.cart .product-single-quantity button.plus,.eael-product-popup.woocommerce div.product form.cart .product-single-quantity button.minus{display:none}.eael-product-popup.woocommerce div.product .woocommerce-product-rating{margin-bottom:5px}.eael-product-popup.woocommerce div.product .woocommerce-product-rating .star-rating{font-size:16px}.eael-product-popup.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link{display:inline-block;vertical-align:top;font-size:16px;line-height:18px}.eael-product-popup.woocommerce div.product table tbody tr{border-bottom:1px solid #ccc}.eael-product-popup.woocommerce div.product table tbody tr td{background:transparent;vertical-align:middle !important;padding:15px 15px 15px 0 !important}.eael-product-popup.woocommerce div.product .product_meta{font-size:14px;border-top:1px solid #ccc;border-bottom:0;padding:1em 0 0;margin:0 0 .8em}.eael-product-popup.woocommerce div.product .product_meta>span{display:block;border:none;padding:5px 0}.eael-product-popup .eael-product-image-wrap{width:40%}@media(max-width: 767px){.eael-product-popup .eael-product-image-wrap{width:100%}}.eael-product-popup .eael-product-image-wrap .badge-container{display:none}.eael-product-popup .eael-product-image-wrap .eael-new-product .flex-viewport{height:auto !important}.eael-product-popup .eael-product-details-wrap{width:56%;margin-left:4%;text-align:left}@media(max-width: 767px){.eael-product-popup .eael-product-details-wrap{width:100%;margin-left:0;margin-top:25px}}.eael-product-popup .eael-product-details-wrap .is-divider{display:none}.eael-product-popup button.eael-product-popup-close{position:absolute;right:-15px;top:-18px;font-size:20px;padding:0;cursor:pointer;-webkit-box-sizing:content-box;box-sizing:content-box;overflow:visible;background:#fff !important;text-align:center;-webkit-box-shadow:2px 0px 12px 3px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:2px 0px 12px 3px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);color:#000 !important;height:40px;width:40px;min-height:40px;max-width:40px;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;opacity:1;border:0;margin:0}.eael-product-popup button.eael-product-popup-close:focus{outline:none}.eael-product-popup form.cart{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.eael-product-popup form.cart.variations_form{display:block}.eael-product-popup form.cart.variations_form .variations{border:none}.eael-product-popup form.cart.variations_form .variations tr{margin-bottom:5px}.eael-product-popup form.cart.variations_form .variations td{display:block;width:100%;border:none;padding:0;margin-bottom:5px}.eael-product-popup form.cart.variations_form .variations td select{width:100%}.eael-product-popup form.cart.variations_form .variations_button{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-product-popup form.cart.grouped_form{display:block}.eael-product-popup form.cart.grouped_form table .button{line-height:1.2em}.eael-product-popup form.cart.grouped_form .quantity{width:100%}.eael-product-popup form.cart.grouped_form .quantity input,.eael-product-popup form.cart.grouped_form .quantity a{height:auto !important;min-height:2.507em;line-height:1.2em}.eael-product-popup form.cart .quantity{width:37%;margin-right:20px}.eael-product-popup form.cart .quantity input{width:100%}.eael-product-popup .eael-onsale{padding:5px 10px;font-size:12px;font-weight:500;position:absolute;text-align:center;line-height:1.2em;top:30px;left:0;margin:0;background-color:#ff7a80;color:#fff;z-index:9}.eael-product-popup .eael-onsale.sale-preset-1.outofstock br{display:none}.eael-product-popup .eael-onsale.sale-preset-1.right{left:auto;right:0}.eael-product-popup .eael-onsale.sale-preset-2{padding:0;top:5px;left:5px;min-width:45px;min-height:45px;line-height:45px;border-radius:100%;-webkit-font-smoothing:antialiased}.eael-product-popup .eael-onsale.sale-preset-2.outofstock{line-height:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-product-popup .eael-onsale.sale-preset-3{border-radius:50px;left:15px;top:15px}.eael-product-popup .eael-onsale.sale-preset-3.outofstock br{display:none}.eael-product-popup .eael-onsale.sale-preset-4{left:0;top:15px}.eael-product-popup .eael-onsale.sale-preset-4.outofstock br{display:none}.eael-product-popup .eael-onsale.sale-preset-4:after{position:absolute;right:-15px;bottom:0px;width:15px;height:24px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:10px solid #23a454;content:""}.eael-product-popup .eael-onsale.sale-preset-5{display:block;line-height:74px;height:50px;width:100px;left:-35pX;top:-8px;right:auto;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-popup .eael-onsale.sale-preset-5.outofstock{line-height:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:7px}@media only screen and (min-width: 1025px){.eael-product-grid-column-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-list-column-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-1 .eael-product-grid.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-grid-column-2 .eael-product-grid.masonry .woocommerce ul.products li.product{width:48%}.eael-product-grid-column-3 .eael-product-grid.masonry .woocommerce ul.products li.product{width:31.3333%}.eael-product-grid-column-4 .eael-product-grid.masonry .woocommerce ul.products li.product{width:23%}.eael-product-grid-column-5 .eael-product-grid.masonry .woocommerce ul.products li.product{width:18%}.eael-product-grid-column-6 .eael-product-grid.masonry .woocommerce ul.products li.product{width:14.66666667%}}@media only screen and (max-width: 1024px)and (min-width: 766px){.eael-product-grid-column-tablet-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-tablet-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-tablet-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-tablet-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-tablet-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-tablet-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-list-column-tablet-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-tablet-1 .eael-product-grid.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-grid-column-tablet-2 .eael-product-grid.masonry .woocommerce ul.products li.product{width:48%}.eael-product-grid-column-tablet-3 .eael-product-grid.masonry .woocommerce ul.products li.product{width:31.3333%}.eael-product-grid-column-tablet-4 .eael-product-grid.masonry .woocommerce ul.products li.product{width:23%}.eael-product-grid-column-tablet-5 .eael-product-grid.masonry .woocommerce ul.products li.product{width:18%}.eael-product-grid-column-tablet-6 .eael-product-grid.masonry .woocommerce ul.products li.product{width:14.66666667%}}@media only screen and (max-width: 767px){.eael-product-grid-column-mobile-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-mobile-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-mobile-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-mobile-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-mobile-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-mobile-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap,.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap{width:100%}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap{margin-bottom:15px}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap{padding:0;margin:0}.eael-product-grid-column-mobile-1 .eael-product-grid.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-grid-column-mobile-2 .eael-product-grid.masonry .woocommerce ul.products li.product{width:48% !important;margin:1%}.eael-product-grid-column-mobile-3 .eael-product-grid.masonry .woocommerce ul.products li.product{width:31.3333% !important;margin:1%}.eael-product-grid-column-mobile-4 .eael-product-grid.masonry .woocommerce ul.products li.product{width:23% !important;margin:1%}.eael-product-grid-column-mobile-5 .eael-product-grid.masonry .woocommerce ul.products li.product{width:18% !important;margin:1%}.eael-product-grid-column-mobile-6 .eael-product-grid.masonry .woocommerce ul.products li.product{width:14.66666667% !important;margin:1%}}.theme-oceanwp.elementor-editor-active .eael-product-popup.woocommerce div.product form.cart div.quantity .qty{max-width:150px}.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus{border:1px solid}.theme-astra .woocommerce.eael-woo-product-carousel ul.products,.woocommerce-page .eael-woo-product-carousel ul.products{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}.eael-popup-details-render .eael-preloader{border:5px solid #f3f3f3;border-radius:50%;border-top:5px solid #3498db;width:50px;height:50px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
|
| 1 |
+
.eael-woo-product-carousel-container ins{background:transparent}.eael-woo-product-carousel-container .woocommerce ul.products{padding:0 !important}.eael-woo-product-carousel-container .woocommerce ul.products:before,.eael-woo-product-carousel-container .woocommerce ul.products:after{display:none}.eael-woo-product-carousel-container .woocommerce ul.products .product{width:100%;margin:0;padding:0}.eael-woo-product-carousel-container .woocommerce ul.products .product .star-rating{margin:0;display:block;float:none;height:1em;width:5.6em;font-size:14px !important;line-height:1em}.eael-woo-product-carousel-container .woocommerce ul.products .product .star-rating:before{content:"";font-family:"Font Awesome 5 Free";font-weight:400;opacity:1}.eael-woo-product-carousel-container .woocommerce ul.products .product .star-rating span{display:inline-block}.eael-woo-product-carousel-container .woocommerce ul.products .product .star-rating span:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900}.eael-woo-product-carousel-container .woocommerce ul.products.products[class*=columns-] li.product{width:100%}.eael-woo-product-carousel-container .eael-woo-product-carousel:not(.swiper-container-initialized) .eael-product-carousel{width:350px;height:450px}.eael-woo-product-carousel-container .eael-woo-product-carousel .eael-product-carousel{direction:ltr}.eael-woo-product-carousel-container .eael-woo-product-carousel a.button.add_to_cart_button.added{display:none !important}.eael-woo-product-carousel-container .eael-woo-product-carousel .eael-product-quick-view a{cursor:pointer}.eael-woo-product-carousel-container .eael-woo-product-carousel .swiper-wrapper.products{margin:0;-ms-flex-wrap:unset;flex-wrap:unset}.eael-woo-product-carousel-container .eael-woo-product-carousel .swiper-wrapper.products .product{float:none}.eael-woo-product-carousel-container .eael-woo-product-carousel[data-items="1"] .product.swiper-slide,.eael-woo-product-carousel-container .eael-woo-product-carousel[data-items="2"] .product.swiper-slide,.eael-woo-product-carousel-container .eael-woo-product-carousel[data-items="3"] .product.swiper-slide,.eael-woo-product-carousel-container .eael-woo-product-carousel[data-items="4"] .product.swiper-slide,.eael-woo-product-carousel-container .eael-woo-product-carousel[data-items="5"] .product.swiper-slide,.eael-woo-product-carousel-container .eael-woo-product-carousel[data-items="6"] .product.swiper-slide{position:relative;min-height:1px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;text-align:left}.eael-woo-product-carousel-container.preset-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#597dfc}.eael-woo-product-carousel-container.preset-1 .swiper-container .swiper-button-next:hover,.eael-woo-product-carousel-container.preset-1 .swiper-container .swiper-button-prev:hover,.eael-woo-product-carousel-container.preset-1.swiper-container-wrap .swiper-button-next:hover,.eael-woo-product-carousel-container.preset-1.swiper-container-wrap .swiper-button-prev:hover{background-color:#597dfc;color:#fff}.eael-woo-product-carousel-container.preset-1 .eael-product-carousel{border-radius:20px;background-color:#f5f7fd;text-align:left;margin:10px}.eael-woo-product-carousel-container.preset-1 .eael-product-carousel .image-wrap img,.eael-woo-product-carousel-container.preset-1 .eael-product-carousel .product-image-wrap{border-radius:20px 20px 0 0}.eael-woo-product-carousel-container.preset-1 .eael-product-carousel .eael-onsale{background:#597dfc}.eael-woo-product-carousel-container.preset-1 .eael-product-carousel .eael-onsale.sale-preset-4:after{border-left-color:#597dfc}.eael-woo-product-carousel-container.preset-1 .eael-product-carousel .eael-onsale.sale-preset-4.right:after{border-right-color:#597dfc}.eael-woo-product-carousel-container.preset-1 .eael-product-carousel:hover .icons-wrap.box-style{bottom:30px;visibility:visible;opacity:1}.eael-woo-product-carousel-container.preset-1 .product-image-wrap{position:relative;overflow:hidden}.eael-woo-product-carousel-container.preset-1 .product-details-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px}.eael-woo-product-carousel-container.preset-1 .product-details-wrap .product-details{width:60%}.eael-woo-product-carousel-container.preset-1 .product-details-wrap .eael-product-price{width:40%;text-align:right;color:#597dfc}.eael-woo-product-carousel-container.preset-2 .swiper-pagination.dots-preset-4 .swiper-pagination-bullet{border:1px solid #5f3ae0}.eael-woo-product-carousel-container.preset-2 .swiper-pagination .swiper-pagination-bullet-active{background:#5f3ae0}.eael-woo-product-carousel-container.preset-2 .swiper-container .swiper-button-next:hover,.eael-woo-product-carousel-container.preset-2 .swiper-container .swiper-button-prev:hover,.eael-woo-product-carousel-container.preset-2.swiper-container-wrap .swiper-button-next:hover,.eael-woo-product-carousel-container.preset-2.swiper-container-wrap .swiper-button-prev:hover{background-color:#5f3ae0;color:#fff}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel{position:relative;overflow:hidden;border-radius:10px;margin:10px}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .image-wrap img,.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .product-image-wrap{border-radius:10px 10px 0 0}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .eael-onsale{background:#5f3ae0}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .eael-onsale.sale-preset-4:after{border-left-color:#5f3ae0}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .eael-onsale.sale-preset-4.right:after{border-right-color:#5f3ae0}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .eael-product-price del .amount{color:#fff}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .eael-product-price ins .amount,.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .eael-product-price .amount{color:#fff}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel:hover .carousel-overlay{opacity:1}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel:hover .product-overlay-content{bottom:0;opacity:1}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel:hover .icons-wrap li{-webkit-transform:translateX(-70px);-ms-transform:translateX(-70px);transform:translateX(-70px)}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .icons-wrap{left:auto}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .icons-wrap.box-style-list{visibility:visible;opacity:1}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .product-overlay-content{position:absolute;width:100%;top:auto;bottom:-100px;left:0;opacity:0;-webkit-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;text-align:left}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .carousel-overlay{background:#5f3ae069;position:absolute;height:100%;width:100%;left:0;top:0;bottom:0;right:0;opacity:0;-webkit-transition:all .4s ease-in-out 0s;-o-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .eael-product-title *,.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .eael-product-excerpt{color:#fff}.eael-woo-product-carousel-container.preset-2 .eael-product-carousel .eael-product-price{margin-top:15px;color:#fff}.eael-woo-product-carousel-container.preset-3.swiper-container-wrap-dots-outside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet,.eael-woo-product-carousel-container.preset-3.swiper-container-wrap-dots-inside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet{border:1px solid #5f3ae0}.eael-woo-product-carousel-container.preset-3.swiper-container-wrap-dots-outside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet.swiper-pagination-bullet-active,.eael-woo-product-carousel-container.preset-3.swiper-container-wrap-dots-inside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#5f3ae0}.eael-woo-product-carousel-container.preset-3 .swiper-pagination .swiper-pagination-bullet-active{background:#5f3ae0}.eael-woo-product-carousel-container.preset-3 .swiper-container .swiper-button-next:hover,.eael-woo-product-carousel-container.preset-3 .swiper-container .swiper-button-prev:hover,.eael-woo-product-carousel-container.preset-3.swiper-container-wrap .swiper-button-next:hover,.eael-woo-product-carousel-container.preset-3.swiper-container-wrap .swiper-button-prev:hover{background-color:#5f3ae0;color:#fff}.eael-woo-product-carousel-container.preset-3 .eael-product-carousel{border-radius:10px;background-color:#f5f7fd;text-align:left;margin:10px}.eael-woo-product-carousel-container.preset-3 .eael-product-carousel:hover .icons-wrap.block-style{visibility:visible;opacity:1;bottom:0}.eael-woo-product-carousel-container.preset-3 .eael-product-carousel .image-wrap img,.eael-woo-product-carousel-container.preset-3 .eael-product-carousel .product-image-wrap{border-radius:10px 10px 0 0}.eael-woo-product-carousel-container.preset-3 .eael-product-carousel .eael-onsale{background:#5f3ae0}.eael-woo-product-carousel-container.preset-3 .eael-product-carousel .eael-onsale.sale-preset-4:after{border-left-color:#5f3ae0}.eael-woo-product-carousel-container.preset-3 .eael-product-carousel .eael-onsale.sale-preset-4.right:after{border-right-color:#5f3ae0}.eael-woo-product-carousel-container.preset-3 .eael-product-carousel .star-rating{display:inline-block !important}.eael-woo-product-carousel-container.preset-3 .eael-product-carousel .eael-product-price{color:#5f3ae0}.eael-woo-product-carousel-container.preset-3 .product-image-wrap{position:relative;overflow:hidden}.eael-woo-product-carousel-container.preset-3 .product-details-wrap{padding:20px}.eael-woo-product-carousel-container.preset-3 .product-details-wrap .eael-product-excerpt p{margin-top:5px}.eael-woo-product-carousel-container.preset-4 .swiper-pagination.dots-preset-4 .swiper-pagination-bullet{border:1px solid #ec3b75}.eael-woo-product-carousel-container.preset-4 .swiper-pagination .swiper-pagination-bullet-active{background:#ec3b75}.eael-woo-product-carousel-container.preset-4 .swiper-container .swiper-button-next:hover,.eael-woo-product-carousel-container.preset-4 .swiper-container .swiper-button-prev:hover,.eael-woo-product-carousel-container.preset-4.swiper-container-wrap .swiper-button-next:hover,.eael-woo-product-carousel-container.preset-4.swiper-container-wrap .swiper-button-prev:hover{background-color:#ec3b75;color:#fff}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel{position:relative;overflow:hidden;border-radius:10px;margin:10px}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .image-wrap img,.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .product-image-wrap{border-radius:10px 10px 0 0}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .eael-onsale{background:#ec3b75}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .eael-onsale.sale-preset-4:after{border-left-color:#ec3b75}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .eael-onsale.sale-preset-4.right:after{border-right-color:#ec3b75}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .eael-product-price del .amount{color:#fff}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .eael-product-price ins .amount,.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .eael-product-price .amount{color:#fff}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel:hover .carousel-overlay{opacity:1}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel:hover .product-overlay-content{bottom:0;opacity:1}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .icons-wrap{bottom:0;position:relative}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .icons-wrap.box-style{visibility:visible;opacity:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:10px 0 0}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .icons-wrap.box-style li a{color:#ec3b75}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .icons-wrap.box-style li a:hover{background:#ec3b75;color:#fff}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .icons-wrap.box-style li a.button.add_to_cart_button{color:#ec3b75}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .icons-wrap.box-style li a.button.add_to_cart_button:hover{background:#ec3b75;color:#fff}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .eael-product-popup{display:none}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .product-overlay-content{position:absolute;width:100%;top:auto;bottom:-100px;left:0;opacity:0;-webkit-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .carousel-overlay{background:rgba(23,70,236,.55);position:absolute;height:100%;width:100%;left:0;top:0;bottom:0;right:0;opacity:0;-webkit-transition:all .4s ease-in-out 0s;-o-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .eael-product-title *,.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .eael-product-excerpt{color:#fff}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .product-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .product-details .eael-product-title-wrap{width:60%;text-align:left}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .product-details .eael-product-price{width:40%;text-align:right}.eael-woo-product-carousel-container.preset-4 .eael-product-carousel .eael-product-price{margin-top:15px;color:#fff}.eael-woo-product-carousel-container .eael-onsale{padding:5px 10px;font-size:12px;font-weight:500;position:absolute;text-align:center;line-height:1.2em;top:30px;left:0;margin:0;background-color:#ff7a80;color:#fff;z-index:9}.eael-woo-product-carousel-container .eael-onsale.sale-preset-1.outofstock br{display:none}.eael-woo-product-carousel-container .eael-onsale.sale-preset-1.right{left:auto;right:0}.eael-woo-product-carousel-container .eael-onsale.sale-preset-2{padding:0;top:5px;left:5px;display:inline-table;min-width:45px;min-height:45px;line-height:45px;border-radius:100%;-webkit-font-smoothing:antialiased}.eael-woo-product-carousel-container .eael-onsale.sale-preset-2.outofstock{line-height:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-woo-product-carousel-container .eael-onsale.sale-preset-2.right{left:auto;right:5px}.eael-woo-product-carousel-container .eael-onsale.sale-preset-3{border-radius:50px;left:15px;top:15px}.eael-woo-product-carousel-container .eael-onsale.sale-preset-3.outofstock br{display:none}.eael-woo-product-carousel-container .eael-onsale.sale-preset-3.right{left:auto;right:15px}.eael-woo-product-carousel-container .eael-onsale.sale-preset-4{left:0;top:15px}.eael-woo-product-carousel-container .eael-onsale.sale-preset-4.outofstock br{display:none}.eael-woo-product-carousel-container .eael-onsale.sale-preset-4:after{position:absolute;right:-15px;bottom:0px;width:15px;height:24px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:10px solid #23a454;content:""}.eael-woo-product-carousel-container .eael-onsale.sale-preset-4.right{left:auto;right:0}.eael-woo-product-carousel-container .eael-onsale.sale-preset-4.right:after{right:auto;left:-15px;border-left:0;border-right:10px solid #23a454}.eael-woo-product-carousel-container .eael-onsale.sale-preset-5{display:block;line-height:74px;height:50px;width:100px;left:-35pX;top:-8px;right:auto;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-woo-product-carousel-container .eael-onsale.sale-preset-5.outofstock{line-height:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:7px}.eael-woo-product-carousel-container .eael-onsale.sale-preset-5.right{left:auto;right:-35px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.eael-woo-product-carousel-container .swiper-image-stretch .product-image-wrap img{width:100%}.eael-woo-product-carousel-container.swiper-container-dots-outside .swiper-pagination,.eael-woo-product-carousel-container.swiper-container-wrap-dots-outside .swiper-pagination{position:static}.eael-woo-product-carousel-container.swiper-container-dots-outside .swiper-pagination.dots-preset-1 .swiper-pagination-bullet,.eael-woo-product-carousel-container.swiper-container-wrap-dots-outside .swiper-pagination.dots-preset-1 .swiper-pagination-bullet,.eael-woo-product-carousel-container.swiper-container-dots-inside .swiper-pagination.dots-preset-1 .swiper-pagination-bullet,.eael-woo-product-carousel-container.swiper-container-wrap-dots-inside .swiper-pagination.dots-preset-1 .swiper-pagination-bullet{border-radius:2px;width:8px;height:3px}.eael-woo-product-carousel-container.swiper-container-dots-outside .swiper-pagination.dots-preset-1 .swiper-pagination-bullet.swiper-pagination-bullet-active,.eael-woo-product-carousel-container.swiper-container-wrap-dots-outside .swiper-pagination.dots-preset-1 .swiper-pagination-bullet.swiper-pagination-bullet-active,.eael-woo-product-carousel-container.swiper-container-dots-inside .swiper-pagination.dots-preset-1 .swiper-pagination-bullet.swiper-pagination-bullet-active,.eael-woo-product-carousel-container.swiper-container-wrap-dots-inside .swiper-pagination.dots-preset-1 .swiper-pagination-bullet.swiper-pagination-bullet-active{width:20px}.eael-woo-product-carousel-container.swiper-container-dots-outside .swiper-pagination.dots-preset-2 .swiper-pagination-bullet,.eael-woo-product-carousel-container.swiper-container-wrap-dots-outside .swiper-pagination.dots-preset-2 .swiper-pagination-bullet,.eael-woo-product-carousel-container.swiper-container-dots-inside .swiper-pagination.dots-preset-2 .swiper-pagination-bullet,.eael-woo-product-carousel-container.swiper-container-wrap-dots-inside .swiper-pagination.dots-preset-2 .swiper-pagination-bullet{border-radius:0}.eael-woo-product-carousel-container.swiper-container-dots-outside .swiper-pagination.dots-preset-3 .swiper-pagination-bullet.swiper-pagination-bullet-active,.eael-woo-product-carousel-container.swiper-container-wrap-dots-outside .swiper-pagination.dots-preset-3 .swiper-pagination-bullet.swiper-pagination-bullet-active,.eael-woo-product-carousel-container.swiper-container-dots-inside .swiper-pagination.dots-preset-3 .swiper-pagination-bullet.swiper-pagination-bullet-active,.eael-woo-product-carousel-container.swiper-container-wrap-dots-inside .swiper-pagination.dots-preset-3 .swiper-pagination-bullet.swiper-pagination-bullet-active{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2);margin:0 7px}.eael-woo-product-carousel-container.swiper-container-dots-outside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet,.eael-woo-product-carousel-container.swiper-container-wrap-dots-outside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet,.eael-woo-product-carousel-container.swiper-container-dots-inside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet,.eael-woo-product-carousel-container.swiper-container-wrap-dots-inside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet{border:1px solid #ec3b75;background:transparent}.eael-woo-product-carousel-container.swiper-container-dots-outside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet.swiper-pagination-bullet-active,.eael-woo-product-carousel-container.swiper-container-wrap-dots-outside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet.swiper-pagination-bullet-active,.eael-woo-product-carousel-container.swiper-container-dots-inside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet.swiper-pagination-bullet-active,.eael-woo-product-carousel-container.swiper-container-wrap-dots-inside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#ec3b75}.eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination{width:350px !important;margin-top:20px}.eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination .swiper-slide{opacity:.4}.eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination .swiper-slide.swiper-slide-active{opacity:1}.eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination .swiper-slide img{width:60px;height:60px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}@media all and (min-width: 1024px){.eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination.eael_gallery_pagination_hide_on_desktop{display:none !important}}@media all and (min-width: 768px)and (max-width: 1024px){.eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination.eael_gallery_pagination_hide_on_tablet{display:none !important}}@media all and (max-width: 767px){.eael-woo-product-carousel-container .eael-woo-product-carousel-gallary-pagination.eael_gallery_pagination_hide_on_mobile{display:none !important}}.eael-woo-product-carousel-container.swiper-container-wrap .swiper-pagination{bottom:10px;left:0;width:100%}.eael-woo-product-carousel-container.swiper-container-wrap .swiper-pagination-bullet{background:#ccc;margin:0 4px;opacity:1;height:8px;width:8px;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.eael-woo-product-carousel-container.swiper-container-wrap .swiper-pagination-bullet:focus{outline:none}.eael-woo-product-carousel-container .swiper-container .swiper-button-next,.eael-woo-product-carousel-container .swiper-container .swiper-button-prev,.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-next,.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-prev{font-size:20px;margin:0;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:40px;height:40px;border-radius:5px;-webkit-filter:drop-shadow(0px 23px 13.5px rgba(28, 34, 56, 0.05));filter:drop-shadow(0px 23px 13.5px rgba(28, 34, 56, 0.05));background-color:#eee;background-image:none;color:#000;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.eael-woo-product-carousel-container .swiper-container .swiper-button-next:focus,.eael-woo-product-carousel-container .swiper-container .swiper-button-prev:focus,.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-next:focus,.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-prev:focus{outline:none}.eael-woo-product-carousel-container .swiper-container .swiper-button-next.swiper-button-disabled,.eael-woo-product-carousel-container .swiper-container .swiper-button-prev.swiper-button-disabled,.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-next.swiper-button-disabled,.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-prev.swiper-button-disabled{color:#c3c9d0;opacity:.7}.eael-woo-product-carousel-container .swiper-container .swiper-button-next i,.eael-woo-product-carousel-container .swiper-container .swiper-button-prev i,.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-next i,.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-prev i{position:absolute;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%}.eael-woo-product-carousel-container .swiper-container .swiper-button-next,.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-next{right:-40px}.eael-woo-product-carousel-container .swiper-container .swiper-button-prev,.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-prev{left:-40px}.eael-woo-product-carousel-container .eael-product-title *{margin:0 0 10px 0;font-size:18px;line-height:1.2em;font-weight:500}.eael-woo-product-carousel-container .eael-product-price{font-size:15px;line-height:1.5em}.eael-woo-product-carousel-container .eael-product-excerpt p{margin-bottom:0}.eael-woo-product-carousel-container .product.product-type-grouped .icons-wrap.block-style,.eael-woo-product-carousel-container .product.product-type-variable .icons-wrap.block-style,.eael-woo-product-carousel-container .product.product-type-external .icons-wrap.block-style,.eael-woo-product-carousel-container .product.outofstock .icons-wrap.block-style{grid-template-columns:repeat(2, 1fr)}.eael-woo-product-carousel-container .product.product-type-grouped .icons-wrap li:first-child,.eael-woo-product-carousel-container .product.product-type-variable .icons-wrap li:first-child,.eael-woo-product-carousel-container .product.product-type-external .icons-wrap li:first-child,.eael-woo-product-carousel-container .product.outofstock .icons-wrap li:first-child{display:none}.eael-woo-product-carousel-container .icons-wrap{padding:0;list-style:none;position:absolute;z-index:9;display:block;top:50%;left:0;right:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:0;visibility:hidden;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;margin:0 auto;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s}.eael-woo-product-carousel-container .icons-wrap.box-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:auto;bottom:-100px}.eael-woo-product-carousel-container .icons-wrap.box-style li a{position:relative;width:35px;height:35px;margin:3px;-webkit-box-shadow:0px 15px 10px rgba(61,70,79,.12);box-shadow:0px 15px 10px rgba(61,70,79,.12);background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px;color:#597dfc}.eael-woo-product-carousel-container .icons-wrap.box-style li a:hover{background:#597dfc}.eael-woo-product-carousel-container .icons-wrap.box-style li a i{line-height:1rem}.eael-woo-product-carousel-container .icons-wrap.box-style li a.added_to_cart{font-size:0}.eael-woo-product-carousel-container .icons-wrap.box-style li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-woo-product-carousel-container .icons-wrap.box-style li a.button.add_to_cart_button{padding:0 !important;margin:3px;font-size:0px;display:block;border:none;color:#597dfc;background-color:#fff}.eael-woo-product-carousel-container .icons-wrap.box-style li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:16px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-woo-product-carousel-container .icons-wrap.box-style li a.button.add_to_cart_button:hover{color:#fff;background-color:#597dfc}.eael-woo-product-carousel-container .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-woo-product-carousel-container .icons-wrap.box-style-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;right:-50px;top:30px;-webkit-transition:.3s ease-in;-o-transition:.3s ease-in;transition:.3s ease-in}.eael-woo-product-carousel-container .icons-wrap.box-style-list li{-webkit-transition:.3s ease-in;-o-transition:.3s ease-in;transition:.3s ease-in}.eael-woo-product-carousel-container .icons-wrap.box-style-list li:nth-child(1){-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.eael-woo-product-carousel-container .icons-wrap.box-style-list li:nth-child(2){-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.eael-woo-product-carousel-container .icons-wrap.box-style-list li:nth-child(3){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.eael-woo-product-carousel-container .icons-wrap.box-style-list li:nth-child(4){-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}.eael-woo-product-carousel-container .icons-wrap.box-style-list li a{position:relative;width:35px;height:35px;margin:3px;-webkit-box-shadow:0px 15px 10px rgba(61,70,79,.12);box-shadow:0px 15px 10px rgba(61,70,79,.12);background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:5px;color:#5f3ae0}.eael-woo-product-carousel-container .icons-wrap.box-style-list li a:hover{background:#5f3ae0}.eael-woo-product-carousel-container .icons-wrap.box-style-list li a i{line-height:1rem}.eael-woo-product-carousel-container .icons-wrap.box-style-list li a.added_to_cart{font-size:0}.eael-woo-product-carousel-container .icons-wrap.box-style-list li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-woo-product-carousel-container .icons-wrap.box-style-list li a.button.add_to_cart_button{padding:0 !important;margin:3px;font-size:0px;display:block;border:none;color:#5f3ae0;background-color:#fff}.eael-woo-product-carousel-container .icons-wrap.box-style-list li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:16px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-woo-product-carousel-container .icons-wrap.box-style-list li a.button.add_to_cart_button:hover{color:#fff;background-color:#597dfc}.eael-woo-product-carousel-container .icons-wrap.box-style-list li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-woo-product-carousel-container .icons-wrap.block-style{background:#5f3ae0;display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;width:100%;top:auto;bottom:-50px;margin:0;color:#fff}.eael-woo-product-carousel-container .icons-wrap.block-style:before,.eael-woo-product-carousel-container .icons-wrap.block-style:after{content:none}.eael-woo-product-carousel-container .icons-wrap.block-style li{-webkit-box-flex:1;-ms-flex:1;flex:1;border-right:1px solid #fff}.eael-woo-product-carousel-container .icons-wrap.block-style li:last-child{border:none}.eael-woo-product-carousel-container .icons-wrap.block-style li a{position:relative;color:#fff;background:#5f3ae0}.eael-woo-product-carousel-container .icons-wrap.block-style li a:hover{background:transparent;color:#fff}.eael-woo-product-carousel-container .icons-wrap.block-style li a.added_to_cart{font-size:0;border-radius:0}.eael-woo-product-carousel-container .icons-wrap.block-style li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-woo-product-carousel-container .icons-wrap.block-style li a.button.add_to_cart_button{padding:0 !important;margin:0;font-size:0;border-radius:0;background:#5f3ae0;display:block;border:none;color:inherit}.eael-woo-product-carousel-container .icons-wrap.block-style li a.button.add_to_cart_button:hover{background:inherit;color:inherit}.eael-woo-product-carousel-container .icons-wrap.block-style li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:16px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-woo-product-carousel-container .icons-wrap.block-style li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-woo-product-carousel-container .icons-wrap li{display:inline-block;margin:0;padding:0}.eael-woo-product-carousel-container .icons-wrap li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;color:#000;width:100%;height:100%;text-align:center;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s}.eael-woo-product-carousel-container .icons-wrap li a:hover{background:#ff7a80;color:#fff}.eael-woo-product-carousel-container .icons-wrap li a i{position:relative;font-size:16px;line-height:1.2em}.eael-woo-product-carousel-container .icons-wrap li a svg{width:18px}.eael-woo-product-carousel-container .eael-product-cats{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-woo-product-carousel-container .eael-product-cats a{font-size:14px;line-height:1.2em;padding:5px 10px;margin-right:5px}.eael-woo-product-carousel-container .eael-no-posts-found{margin:0;background:#ccc;color:#000;font-size:16px;line-height:1.2em;direction:ltr}.eael-woo-product-carousel-container .swiper-container{width:100%}.eael-woo-product-carousel-container .swiper-container~.swiper-button-prev:after,.eael-woo-product-carousel-container .swiper-container~.swiper-button-next:after{content:none}@media only screen and (min-width: 1025px){.eael-product-grid-column-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-list-column-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-1 .eael-product-grid.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-grid-column-2 .eael-product-grid.masonry .woocommerce ul.products li.product{width:48%}.eael-product-grid-column-3 .eael-product-grid.masonry .woocommerce ul.products li.product{width:31.3333%}.eael-product-grid-column-4 .eael-product-grid.masonry .woocommerce ul.products li.product{width:23%}.eael-product-grid-column-5 .eael-product-grid.masonry .woocommerce ul.products li.product{width:18%}.eael-product-grid-column-6 .eael-product-grid.masonry .woocommerce ul.products li.product{width:14.66666667%}}@media only screen and (max-width: 1024px)and (min-width: 766px){.eael-product-grid-column-tablet-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-tablet-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-tablet-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-tablet-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-tablet-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-tablet-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-list-column-tablet-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-tablet-1 .eael-product-grid.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-grid-column-tablet-2 .eael-product-grid.masonry .woocommerce ul.products li.product{width:48%}.eael-product-grid-column-tablet-3 .eael-product-grid.masonry .woocommerce ul.products li.product{width:31.3333%}.eael-product-grid-column-tablet-4 .eael-product-grid.masonry .woocommerce ul.products li.product{width:23%}.eael-product-grid-column-tablet-5 .eael-product-grid.masonry .woocommerce ul.products li.product{width:18%}.eael-product-grid-column-tablet-6 .eael-product-grid.masonry .woocommerce ul.products li.product{width:14.66666667%}}@media only screen and (max-width: 767px){.eael-product-grid-column-mobile-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-mobile-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-grid-column-mobile-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-grid-column-mobile-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-grid-column-mobile-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-grid-column-mobile-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap,.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap{width:100%}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap{margin-bottom:15px}.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap{padding:0;margin:0}.eael-product-grid-column-mobile-1 .eael-product-grid.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-grid-column-mobile-2 .eael-product-grid.masonry .woocommerce ul.products li.product{width:48% !important;margin:1%}.eael-product-grid-column-mobile-3 .eael-product-grid.masonry .woocommerce ul.products li.product{width:31.3333% !important;margin:1%}.eael-product-grid-column-mobile-4 .eael-product-grid.masonry .woocommerce ul.products li.product{width:23% !important;margin:1%}.eael-product-grid-column-mobile-5 .eael-product-grid.masonry .woocommerce ul.products li.product{width:18% !important;margin:1%}.eael-product-grid-column-mobile-6 .eael-product-grid.masonry .woocommerce ul.products li.product{width:14.66666667% !important;margin:1%}}.theme-astra .woocommerce.eael-woo-product-carousel ul.products,.woocommerce-page .eael-woo-product-carousel ul.products{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}
|
assets/front-end/css/view/woo-product-gallery.css
CHANGED
|
@@ -383,469 +383,6 @@
|
|
| 383 |
font-family: "Font Awesome 5 Free";
|
| 384 |
font-weight: 900;
|
| 385 |
}
|
| 386 |
-
.eael-product-popup {
|
| 387 |
-
position: fixed;
|
| 388 |
-
left: 0;
|
| 389 |
-
top: 0;
|
| 390 |
-
width: 100%;
|
| 391 |
-
height: 100%;
|
| 392 |
-
display: -webkit-box;
|
| 393 |
-
display: -ms-flexbox;
|
| 394 |
-
display: flex;
|
| 395 |
-
-webkit-box-align: center;
|
| 396 |
-
-ms-flex-align: center;
|
| 397 |
-
align-items: center;
|
| 398 |
-
-webkit-box-pack: center;
|
| 399 |
-
-ms-flex-pack: center;
|
| 400 |
-
justify-content: center;
|
| 401 |
-
z-index: -1;
|
| 402 |
-
}
|
| 403 |
-
.eael-product-popup.eael-product-popup-ready {
|
| 404 |
-
z-index: 999;
|
| 405 |
-
opacity: 1 !important;
|
| 406 |
-
}
|
| 407 |
-
.eael-product-popup.eael-product-zoom-in {
|
| 408 |
-
opacity: 0;
|
| 409 |
-
-webkit-transition: all 0.3s ease-out;
|
| 410 |
-
-o-transition: all 0.3s ease-out;
|
| 411 |
-
transition: all 0.3s ease-out;
|
| 412 |
-
}
|
| 413 |
-
.eael-product-popup.eael-product-zoom-in .eael-product-popup-details {
|
| 414 |
-
opacity: 0;
|
| 415 |
-
-webkit-transition: all 0.3s ease-in-out;
|
| 416 |
-
-o-transition: all 0.3s ease-in-out;
|
| 417 |
-
transition: all 0.3s ease-in-out;
|
| 418 |
-
-webkit-transform: scale(0.5);
|
| 419 |
-
-ms-transform: scale(0.5);
|
| 420 |
-
transform: scale(0.5);
|
| 421 |
-
}
|
| 422 |
-
.eael-product-popup.eael-product-zoom-in.eael-product-popup-ready .eael-product-popup-details {
|
| 423 |
-
opacity: 1;
|
| 424 |
-
-webkit-transform: scale(0.9);
|
| 425 |
-
-ms-transform: scale(0.9);
|
| 426 |
-
transform: scale(0.9);
|
| 427 |
-
}
|
| 428 |
-
.eael-product-popup.eael-product-zoom-in.eael-product-popup-ready .eael-product-modal-bg {
|
| 429 |
-
opacity: 0.7;
|
| 430 |
-
}
|
| 431 |
-
.eael-product-popup.eael-product-zoom-in.eael-product-modal-removing .eael-product-modal-bg {
|
| 432 |
-
opacity: 0;
|
| 433 |
-
}
|
| 434 |
-
.eael-product-popup.eael-product-zoom-in.eael-product-modal-removing .eael-product-popup-details {
|
| 435 |
-
-webkit-transform: scale(0.5);
|
| 436 |
-
-ms-transform: scale(0.5);
|
| 437 |
-
transform: scale(0.5);
|
| 438 |
-
opacity: 0;
|
| 439 |
-
}
|
| 440 |
-
.eael-product-popup .eael-product-modal-bg {
|
| 441 |
-
position: absolute;
|
| 442 |
-
left: 0;
|
| 443 |
-
top: 0;
|
| 444 |
-
height: 100%;
|
| 445 |
-
width: 100%;
|
| 446 |
-
background: #000000;
|
| 447 |
-
opacity: 0;
|
| 448 |
-
-webkit-transition: all 0.3s ease-out;
|
| 449 |
-
-o-transition: all 0.3s ease-out;
|
| 450 |
-
transition: all 0.3s ease-out;
|
| 451 |
-
}
|
| 452 |
-
.eael-product-popup .eael-product-popup-details {
|
| 453 |
-
position: relative;
|
| 454 |
-
margin: 5vh auto;
|
| 455 |
-
padding: 20px;
|
| 456 |
-
border: 1px solid #888;
|
| 457 |
-
max-width: 900px;
|
| 458 |
-
-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 459 |
-
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 460 |
-
background-color: #fefefe;
|
| 461 |
-
width: 100%;
|
| 462 |
-
border-radius: 10px;
|
| 463 |
-
height: auto;
|
| 464 |
-
max-height: -webkit-fit-content;
|
| 465 |
-
max-height: -moz-fit-content;
|
| 466 |
-
max-height: fit-content;
|
| 467 |
-
}
|
| 468 |
-
.eael-product-popup .eael-product-popup-details .single_add_to_cart_button {
|
| 469 |
-
position: relative;
|
| 470 |
-
}
|
| 471 |
-
.eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-added:after {
|
| 472 |
-
font-family: "Font Awesome 5 Free";
|
| 473 |
-
content: "\f00c";
|
| 474 |
-
font-weight: 900;
|
| 475 |
-
display: inline-block;
|
| 476 |
-
position: absolute;
|
| 477 |
-
right: 12px;
|
| 478 |
-
}
|
| 479 |
-
.eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-loading:after {
|
| 480 |
-
font-family: "Font Awesome 5 Free";
|
| 481 |
-
content: "\f110";
|
| 482 |
-
font-weight: 900;
|
| 483 |
-
position: absolute;
|
| 484 |
-
right: 12px;
|
| 485 |
-
-webkit-animation: spin 2s linear infinite;
|
| 486 |
-
animation: spin 2s linear infinite;
|
| 487 |
-
}
|
| 488 |
-
.eael-product-popup.woocommerce div.product {
|
| 489 |
-
display: -webkit-box;
|
| 490 |
-
display: -ms-flexbox;
|
| 491 |
-
display: flex;
|
| 492 |
-
height: 100%;
|
| 493 |
-
overflow-y: auto;
|
| 494 |
-
background: transparent;
|
| 495 |
-
position: relative;
|
| 496 |
-
}
|
| 497 |
-
.eael-product-popup.woocommerce div.product.ast-article-single, .eael-product-popup.woocommerce div.product .ast-article-single {
|
| 498 |
-
background: transparent;
|
| 499 |
-
}
|
| 500 |
-
@media (max-width: 767px) {
|
| 501 |
-
.eael-product-popup.woocommerce div.product {
|
| 502 |
-
display: block;
|
| 503 |
-
}
|
| 504 |
-
}
|
| 505 |
-
.eael-product-popup.woocommerce div.product div.images {
|
| 506 |
-
width: 100%;
|
| 507 |
-
margin-bottom: 0;
|
| 508 |
-
}
|
| 509 |
-
.eael-product-popup.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
|
| 510 |
-
-webkit-transform-style: preserve-3d;
|
| 511 |
-
transform-style: preserve-3d;
|
| 512 |
-
margin-bottom: 1em;
|
| 513 |
-
}
|
| 514 |
-
.eael-product-popup.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n) {
|
| 515 |
-
margin-right: 0;
|
| 516 |
-
}
|
| 517 |
-
.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
|
| 518 |
-
width: calc(25% - 0.75em);
|
| 519 |
-
margin-right: 1em;
|
| 520 |
-
margin-bottom: 1em;
|
| 521 |
-
}
|
| 522 |
-
.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:last-child {
|
| 523 |
-
margin-right: 0;
|
| 524 |
-
}
|
| 525 |
-
.eael-product-popup.woocommerce div.product .product_title {
|
| 526 |
-
font-size: 28px;
|
| 527 |
-
line-height: 1.2em;
|
| 528 |
-
font-weight: 700;
|
| 529 |
-
margin-bottom: 10px;
|
| 530 |
-
letter-spacing: normal;
|
| 531 |
-
text-transform: capitalize;
|
| 532 |
-
}
|
| 533 |
-
.eael-product-popup.woocommerce div.product .product_title:before {
|
| 534 |
-
content: none;
|
| 535 |
-
}
|
| 536 |
-
.eael-product-popup.woocommerce div.product .price {
|
| 537 |
-
font-size: 25px;
|
| 538 |
-
line-height: 1.2em;
|
| 539 |
-
margin: 0 0 15px;
|
| 540 |
-
text-align: left !important;
|
| 541 |
-
}
|
| 542 |
-
.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description {
|
| 543 |
-
font-size: 18px;
|
| 544 |
-
line-height: 1.2em;
|
| 545 |
-
margin: 0;
|
| 546 |
-
}
|
| 547 |
-
.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description p, .eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description p:last-child {
|
| 548 |
-
margin-bottom: 20px;
|
| 549 |
-
}
|
| 550 |
-
.eael-product-popup.woocommerce div.product .button {
|
| 551 |
-
margin: 0 !important;
|
| 552 |
-
line-height: 1.5em;
|
| 553 |
-
}
|
| 554 |
-
.eael-product-popup.woocommerce div.product form.cart {
|
| 555 |
-
margin: 0 0 1.2em;
|
| 556 |
-
padding: 0;
|
| 557 |
-
border: none;
|
| 558 |
-
width: 100%;
|
| 559 |
-
}
|
| 560 |
-
.eael-product-popup.woocommerce div.product form.cart table {
|
| 561 |
-
border: none;
|
| 562 |
-
margin: 0 0 1.2em;
|
| 563 |
-
border-collapse: collapse;
|
| 564 |
-
width: 100%;
|
| 565 |
-
}
|
| 566 |
-
.eael-product-popup.woocommerce div.product form.cart table tbody {
|
| 567 |
-
display: table-row-group;
|
| 568 |
-
border: none;
|
| 569 |
-
}
|
| 570 |
-
.eael-product-popup.woocommerce div.product form.cart p.stock {
|
| 571 |
-
margin-bottom: 0;
|
| 572 |
-
}
|
| 573 |
-
.eael-product-popup.woocommerce div.product form.cart .group_table td {
|
| 574 |
-
border: none;
|
| 575 |
-
}
|
| 576 |
-
.eael-product-popup.woocommerce div.product form.cart .group_table .button {
|
| 577 |
-
padding: 0.8em;
|
| 578 |
-
font-weight: 400;
|
| 579 |
-
font-size: 0.9rem;
|
| 580 |
-
white-space: nowrap;
|
| 581 |
-
}
|
| 582 |
-
.eael-product-popup.woocommerce div.product form.cart div.quantity {
|
| 583 |
-
margin-right: 15px;
|
| 584 |
-
width: auto;
|
| 585 |
-
}
|
| 586 |
-
.eael-product-popup.woocommerce div.product form.cart div.quantity input, .eael-product-popup.woocommerce div.product form.cart div.quantity a {
|
| 587 |
-
height: 100%;
|
| 588 |
-
border: 1px solid;
|
| 589 |
-
}
|
| 590 |
-
.eael-product-popup.woocommerce div.product form.cart div.quantity input[type=number] {
|
| 591 |
-
min-width: 90px;
|
| 592 |
-
}
|
| 593 |
-
.eael-product-popup.woocommerce div.product form.cart div.quantity .qty {
|
| 594 |
-
text-align: center;
|
| 595 |
-
}
|
| 596 |
-
.eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus {
|
| 597 |
-
outline: none;
|
| 598 |
-
}
|
| 599 |
-
.eael-product-popup.woocommerce div.product form.cart .button.single_add_to_cart_button {
|
| 600 |
-
padding: 10px 40px;
|
| 601 |
-
}
|
| 602 |
-
.eael-product-popup.woocommerce div.product form.cart .product-single-quantity button.plus,
|
| 603 |
-
.eael-product-popup.woocommerce div.product form.cart .product-single-quantity button.minus {
|
| 604 |
-
display: none;
|
| 605 |
-
}
|
| 606 |
-
.eael-product-popup.woocommerce div.product .woocommerce-product-rating {
|
| 607 |
-
margin-bottom: 5px;
|
| 608 |
-
}
|
| 609 |
-
.eael-product-popup.woocommerce div.product .woocommerce-product-rating .star-rating {
|
| 610 |
-
font-size: 16px;
|
| 611 |
-
}
|
| 612 |
-
.eael-product-popup.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
|
| 613 |
-
display: inline-block;
|
| 614 |
-
vertical-align: top;
|
| 615 |
-
font-size: 16px;
|
| 616 |
-
line-height: 18px;
|
| 617 |
-
}
|
| 618 |
-
.eael-product-popup.woocommerce div.product table tbody tr {
|
| 619 |
-
border-bottom: 1px solid #ccc;
|
| 620 |
-
}
|
| 621 |
-
.eael-product-popup.woocommerce div.product table tbody tr td {
|
| 622 |
-
background: transparent;
|
| 623 |
-
vertical-align: middle !important;
|
| 624 |
-
padding: 15px 15px 15px 0 !important;
|
| 625 |
-
}
|
| 626 |
-
.eael-product-popup.woocommerce div.product .product_meta {
|
| 627 |
-
font-size: 14px;
|
| 628 |
-
border-top: 1px solid #ccc;
|
| 629 |
-
border-bottom: 0;
|
| 630 |
-
padding: 1em 0 0;
|
| 631 |
-
margin: 0 0 0.8em;
|
| 632 |
-
}
|
| 633 |
-
.eael-product-popup.woocommerce div.product .product_meta > span {
|
| 634 |
-
display: block;
|
| 635 |
-
border: none;
|
| 636 |
-
padding: 5px 0;
|
| 637 |
-
}
|
| 638 |
-
.eael-product-popup .eael-product-image-wrap {
|
| 639 |
-
width: 40%;
|
| 640 |
-
}
|
| 641 |
-
@media (max-width: 767px) {
|
| 642 |
-
.eael-product-popup .eael-product-image-wrap {
|
| 643 |
-
width: 100%;
|
| 644 |
-
}
|
| 645 |
-
}
|
| 646 |
-
.eael-product-popup .eael-product-image-wrap .badge-container {
|
| 647 |
-
display: none;
|
| 648 |
-
}
|
| 649 |
-
.eael-product-popup .eael-product-image-wrap .eael-new-product .flex-viewport {
|
| 650 |
-
height: auto !important;
|
| 651 |
-
}
|
| 652 |
-
.eael-product-popup .eael-product-details-wrap {
|
| 653 |
-
width: 56%;
|
| 654 |
-
margin-left: 4%;
|
| 655 |
-
text-align: left;
|
| 656 |
-
}
|
| 657 |
-
@media (max-width: 767px) {
|
| 658 |
-
.eael-product-popup .eael-product-details-wrap {
|
| 659 |
-
width: 100%;
|
| 660 |
-
margin-left: 0;
|
| 661 |
-
margin-top: 25px;
|
| 662 |
-
}
|
| 663 |
-
}
|
| 664 |
-
.eael-product-popup .eael-product-details-wrap .is-divider {
|
| 665 |
-
display: none;
|
| 666 |
-
}
|
| 667 |
-
.eael-product-popup button.eael-product-popup-close {
|
| 668 |
-
position: absolute;
|
| 669 |
-
right: -15px;
|
| 670 |
-
top: -18px;
|
| 671 |
-
font-size: 20px;
|
| 672 |
-
padding: 0;
|
| 673 |
-
cursor: pointer;
|
| 674 |
-
-webkit-box-sizing: content-box;
|
| 675 |
-
box-sizing: content-box;
|
| 676 |
-
overflow: visible;
|
| 677 |
-
background: #fff !important;
|
| 678 |
-
text-align: center;
|
| 679 |
-
-webkit-box-shadow: 2px 0px 12px 3px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 680 |
-
box-shadow: 2px 0px 12px 3px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
| 681 |
-
color: #000 !important;
|
| 682 |
-
height: 40px;
|
| 683 |
-
width: 40px;
|
| 684 |
-
min-height: 40px;
|
| 685 |
-
max-width: 40px;
|
| 686 |
-
display: -webkit-box !important;
|
| 687 |
-
display: -ms-flexbox !important;
|
| 688 |
-
display: flex !important;
|
| 689 |
-
-webkit-box-align: center;
|
| 690 |
-
-ms-flex-align: center;
|
| 691 |
-
align-items: center;
|
| 692 |
-
-webkit-box-pack: center;
|
| 693 |
-
-ms-flex-pack: center;
|
| 694 |
-
justify-content: center;
|
| 695 |
-
border-radius: 50%;
|
| 696 |
-
opacity: 1;
|
| 697 |
-
border: 0;
|
| 698 |
-
margin: 0;
|
| 699 |
-
}
|
| 700 |
-
.eael-product-popup button.eael-product-popup-close:focus {
|
| 701 |
-
outline: none;
|
| 702 |
-
}
|
| 703 |
-
.eael-product-popup form.cart {
|
| 704 |
-
display: -webkit-box;
|
| 705 |
-
display: -ms-flexbox;
|
| 706 |
-
display: flex;
|
| 707 |
-
margin-bottom: 20px;
|
| 708 |
-
}
|
| 709 |
-
.eael-product-popup form.cart.variations_form {
|
| 710 |
-
display: block;
|
| 711 |
-
}
|
| 712 |
-
.eael-product-popup form.cart.variations_form .variations {
|
| 713 |
-
border: none;
|
| 714 |
-
}
|
| 715 |
-
.eael-product-popup form.cart.variations_form .variations tr {
|
| 716 |
-
margin-bottom: 5px;
|
| 717 |
-
}
|
| 718 |
-
.eael-product-popup form.cart.variations_form .variations td {
|
| 719 |
-
display: block;
|
| 720 |
-
width: 100%;
|
| 721 |
-
border: none;
|
| 722 |
-
padding: 0;
|
| 723 |
-
margin-bottom: 5px;
|
| 724 |
-
}
|
| 725 |
-
.eael-product-popup form.cart.variations_form .variations td select {
|
| 726 |
-
width: 100%;
|
| 727 |
-
}
|
| 728 |
-
.eael-product-popup form.cart.variations_form .variations_button {
|
| 729 |
-
display: -webkit-box;
|
| 730 |
-
display: -ms-flexbox;
|
| 731 |
-
display: flex;
|
| 732 |
-
}
|
| 733 |
-
.eael-product-popup form.cart.grouped_form {
|
| 734 |
-
display: block;
|
| 735 |
-
}
|
| 736 |
-
.eael-product-popup form.cart.grouped_form table .button {
|
| 737 |
-
line-height: 1.2em;
|
| 738 |
-
}
|
| 739 |
-
.eael-product-popup form.cart.grouped_form .quantity {
|
| 740 |
-
width: 100%;
|
| 741 |
-
}
|
| 742 |
-
.eael-product-popup form.cart.grouped_form .quantity input, .eael-product-popup form.cart.grouped_form .quantity a {
|
| 743 |
-
height: auto !important;
|
| 744 |
-
min-height: 2.507em;
|
| 745 |
-
line-height: 1.2em;
|
| 746 |
-
}
|
| 747 |
-
.eael-product-popup form.cart .quantity {
|
| 748 |
-
width: 37%;
|
| 749 |
-
margin-right: 20px;
|
| 750 |
-
}
|
| 751 |
-
.eael-product-popup form.cart .quantity input {
|
| 752 |
-
width: 100%;
|
| 753 |
-
}
|
| 754 |
-
.eael-product-popup .eael-onsale {
|
| 755 |
-
padding: 5px 10px;
|
| 756 |
-
font-size: 12px;
|
| 757 |
-
font-weight: 500;
|
| 758 |
-
position: absolute;
|
| 759 |
-
text-align: center;
|
| 760 |
-
line-height: 1.2em;
|
| 761 |
-
top: 30px;
|
| 762 |
-
left: 0;
|
| 763 |
-
margin: 0;
|
| 764 |
-
background-color: #ff7a80;
|
| 765 |
-
color: #fff;
|
| 766 |
-
z-index: 9;
|
| 767 |
-
}
|
| 768 |
-
.eael-product-popup .eael-onsale.sale-preset-1.outofstock br {
|
| 769 |
-
display: none;
|
| 770 |
-
}
|
| 771 |
-
.eael-product-popup .eael-onsale.sale-preset-1.right {
|
| 772 |
-
left: auto;
|
| 773 |
-
right: 0;
|
| 774 |
-
}
|
| 775 |
-
.eael-product-popup .eael-onsale.sale-preset-2 {
|
| 776 |
-
padding: 0;
|
| 777 |
-
top: 5px;
|
| 778 |
-
left: 5px;
|
| 779 |
-
min-width: 50px;
|
| 780 |
-
min-height: 50px;
|
| 781 |
-
line-height: 50px;
|
| 782 |
-
border-radius: 100%;
|
| 783 |
-
-webkit-font-smoothing: antialiased;
|
| 784 |
-
}
|
| 785 |
-
.eael-product-popup .eael-onsale.sale-preset-2.outofstock {
|
| 786 |
-
line-height: 1.2em;
|
| 787 |
-
display: -webkit-box;
|
| 788 |
-
display: -ms-flexbox;
|
| 789 |
-
display: flex;
|
| 790 |
-
-webkit-box-align: center;
|
| 791 |
-
-ms-flex-align: center;
|
| 792 |
-
align-items: center;
|
| 793 |
-
-webkit-box-pack: center;
|
| 794 |
-
-ms-flex-pack: center;
|
| 795 |
-
justify-content: center;
|
| 796 |
-
}
|
| 797 |
-
.eael-product-popup .eael-onsale.sale-preset-3 {
|
| 798 |
-
border-radius: 50px;
|
| 799 |
-
left: 15px;
|
| 800 |
-
top: 15px;
|
| 801 |
-
}
|
| 802 |
-
.eael-product-popup .eael-onsale.sale-preset-3.outofstock br {
|
| 803 |
-
display: none;
|
| 804 |
-
}
|
| 805 |
-
.eael-product-popup .eael-onsale.sale-preset-4 {
|
| 806 |
-
left: 0;
|
| 807 |
-
top: 15px;
|
| 808 |
-
}
|
| 809 |
-
.eael-product-popup .eael-onsale.sale-preset-4.outofstock br {
|
| 810 |
-
display: none;
|
| 811 |
-
}
|
| 812 |
-
.eael-product-popup .eael-onsale.sale-preset-4:after {
|
| 813 |
-
position: absolute;
|
| 814 |
-
right: -15px;
|
| 815 |
-
bottom: 0px;
|
| 816 |
-
width: 15px;
|
| 817 |
-
height: 24px;
|
| 818 |
-
border-top: 12px solid transparent;
|
| 819 |
-
border-bottom: 12px solid transparent;
|
| 820 |
-
border-left: 10px solid #23a454;
|
| 821 |
-
content: "";
|
| 822 |
-
}
|
| 823 |
-
.eael-product-popup .eael-onsale.sale-preset-5 {
|
| 824 |
-
display: block;
|
| 825 |
-
line-height: 74px;
|
| 826 |
-
height: 60px;
|
| 827 |
-
width: 120px;
|
| 828 |
-
left: -37pX;
|
| 829 |
-
top: -8px;
|
| 830 |
-
right: auto;
|
| 831 |
-
padding: 0;
|
| 832 |
-
-webkit-transform: rotate(-45deg);
|
| 833 |
-
-ms-transform: rotate(-45deg);
|
| 834 |
-
transform: rotate(-45deg);
|
| 835 |
-
}
|
| 836 |
-
.eael-product-popup .eael-onsale.sale-preset-5.outofstock {
|
| 837 |
-
line-height: normal;
|
| 838 |
-
padding-top: 12px;
|
| 839 |
-
display: -webkit-box;
|
| 840 |
-
display: -ms-flexbox;
|
| 841 |
-
display: flex;
|
| 842 |
-
-webkit-box-align: center;
|
| 843 |
-
-ms-flex-align: center;
|
| 844 |
-
align-items: center;
|
| 845 |
-
-webkit-box-pack: center;
|
| 846 |
-
-ms-flex-pack: center;
|
| 847 |
-
justify-content: center;
|
| 848 |
-
}
|
| 849 |
.eael-product-gallery .woocommerce ul.products .product {
|
| 850 |
overflow-y: auto;
|
| 851 |
}
|
|
@@ -1536,12 +1073,6 @@
|
|
| 1536 |
margin: 1%;
|
| 1537 |
}
|
| 1538 |
}
|
| 1539 |
-
.theme-oceanwp.elementor-editor-active .eael-product-popup.woocommerce div.product form.cart div.quantity .qty {
|
| 1540 |
-
max-width: 150px;
|
| 1541 |
-
}
|
| 1542 |
-
.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus {
|
| 1543 |
-
border: 1px solid;
|
| 1544 |
-
}
|
| 1545 |
@-webkit-keyframes ploaderSpin {
|
| 1546 |
0% {
|
| 1547 |
-webkit-transform: rotate(0deg);
|
|
@@ -1566,40 +1097,6 @@
|
|
| 1566 |
opacity: 0.6 !important;
|
| 1567 |
pointer-events: none !important;
|
| 1568 |
}
|
| 1569 |
-
.eael-popup-details-render {
|
| 1570 |
-
width: 80%;
|
| 1571 |
-
max-width: 900px;
|
| 1572 |
-
/* Safari */
|
| 1573 |
-
}
|
| 1574 |
-
.eael-popup-details-render .eael-preloader {
|
| 1575 |
-
margin: 0 auto;
|
| 1576 |
-
border: 5px solid #f3f3f3;
|
| 1577 |
-
border-radius: 50%;
|
| 1578 |
-
border-top: 5px solid #3498db;
|
| 1579 |
-
width: 50px;
|
| 1580 |
-
height: 50px;
|
| 1581 |
-
-webkit-animation: spin 2s linear infinite;
|
| 1582 |
-
/* Safari */
|
| 1583 |
-
animation: spin 2s linear infinite;
|
| 1584 |
-
}
|
| 1585 |
-
@-webkit-keyframes spin {
|
| 1586 |
-
0% {
|
| 1587 |
-
-webkit-transform: rotate(0deg);
|
| 1588 |
-
}
|
| 1589 |
-
100% {
|
| 1590 |
-
-webkit-transform: rotate(360deg);
|
| 1591 |
-
}
|
| 1592 |
-
}
|
| 1593 |
-
@keyframes spin {
|
| 1594 |
-
0% {
|
| 1595 |
-
-webkit-transform: rotate(0deg);
|
| 1596 |
-
transform: rotate(0deg);
|
| 1597 |
-
}
|
| 1598 |
-
100% {
|
| 1599 |
-
-webkit-transform: rotate(360deg);
|
| 1600 |
-
transform: rotate(360deg);
|
| 1601 |
-
}
|
| 1602 |
-
}
|
| 1603 |
.theme-flexia .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
|
| 1604 |
position: unset;
|
| 1605 |
display: unset;
|
| 383 |
font-family: "Font Awesome 5 Free";
|
| 384 |
font-weight: 900;
|
| 385 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 386 |
.eael-product-gallery .woocommerce ul.products .product {
|
| 387 |
overflow-y: auto;
|
| 388 |
}
|
| 1073 |
margin: 1%;
|
| 1074 |
}
|
| 1075 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1076 |
@-webkit-keyframes ploaderSpin {
|
| 1077 |
0% {
|
| 1078 |
-webkit-transform: rotate(0deg);
|
| 1097 |
opacity: 0.6 !important;
|
| 1098 |
pointer-events: none !important;
|
| 1099 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1100 |
.theme-flexia .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
|
| 1101 |
position: unset;
|
| 1102 |
display: unset;
|
assets/front-end/css/view/woo-product-gallery.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.eael-product-gallery{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-product-gallery.eael-terms-layout-horizontal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-product-gallery.eael-terms-layout-horizontal .eael-cat-tab{margin:0 0 50px 0}.eael-product-gallery.eael-terms-layout-horizontal .eael-cat-tab li:first-child a{margin-left:0}.eael-product-gallery.eael-terms-layout-horizontal .eael-cat-tab li:last-child a{margin-right:0}.eael-product-gallery.eael-terms-layout-horizontal .eael-cat-tab img{display:block;margin:0 auto 5px auto}.eael-product-gallery.eael-terms-layout-vertical{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:2%}@media(max-width: 767px){.eael-product-gallery.eael-terms-layout-vertical{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}}.eael-product-gallery.eael-terms-layout-vertical .eael-cat-tab{width:25%}@media(max-width: 767px){.eael-product-gallery.eael-terms-layout-vertical .eael-cat-tab{width:100%}}@media(min-width: 768px){.eael-product-gallery.eael-terms-layout-vertical .eael-cat-tab li{display:block}}.eael-product-gallery.eael-terms-layout-vertical .eael-cat-tab li:first-child a{margin-top:0}.eael-product-gallery.eael-terms-layout-vertical .eael-cat-tab li:last-child a{margin-bottom:0}.eael-product-gallery.eael-terms-layout-vertical .eael-cat-tab a{padding:20px 30px}.eael-product-gallery.eael-terms-layout-vertical .eael-cat-tab img{margin:0 5px 0 0}.eael-product-gallery.eael-terms-layout-vertical .woocommerce{width:75%}@media(max-width: 767px){.eael-product-gallery.eael-terms-layout-vertical .woocommerce{width:100%}}.eael-product-gallery .eael-cat-tab{list-style:none;margin:0;padding:0;border-radius:5px}.eael-product-gallery .eael-cat-tab li{display:inline-block}.eael-product-gallery .eael-cat-tab img{width:35px}.eael-product-gallery .eael-cat-tab a{padding:20px 30px;display:block;background-color:#f8f6ff;color:#7d7a94;font-size:20px;line-height:1.2em;font-weight:600;border-radius:5px;margin:3px}.eael-product-gallery .eael-cat-tab a:hover,.eael-product-gallery .eael-cat-tab a.active{color:#fff;background-color:#8941ff}.eael-product-gallery .woocommerce ul.products{display:grid;grid-gap:25px;margin:0 0 15px 0 !important;padding:0 !important}.eael-product-gallery .woocommerce ul.products:before,.eael-product-gallery .woocommerce ul.products:after{display:none}.eael-product-gallery .woocommerce ul.products .product{width:100%;margin:0;padding:0}.eael-product-gallery .woocommerce ul.products .product .star-rating{margin:0 auto 5px;display:inline-block;float:none;height:1em;width:5.6em;font-size:1em;line-height:1em}.eael-product-gallery .woocommerce ul.products .product .star-rating:before{content:"";font-family:"Font Awesome 5 Free";font-weight:400;opacity:1}.eael-product-gallery .woocommerce ul.products .product .star-rating span{display:inline-block}.eael-product-gallery .woocommerce ul.products .product .star-rating span:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900}.eael-product-gallery .woocommerce ul.products.products[class*=columns-] li.product{width:100%}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product{position:relative;float:left;display:block;overflow:hidden;text-align:center;padding:0;border-radius:0;background-color:#fff;-webkit-box-shadow:none;box-shadow:none;border:1px solid #eee}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product a{text-decoration:none}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product a:hover{outline:none;-webkit-box-shadow:none;box-shadow:none}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product img{width:100%;height:auto;margin:0;max-width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;font-weight:700;line-height:1;color:#333;margin:25px 0 12px;padding:0}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .onsale{display:block;line-height:170px;font-size:13px;text-align:center;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-100px;top:-50px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .outofstock-badge{line-height:16px;font-size:13px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-95px;top:-45px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .price{font-size:14px;margin-bottom:0}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .price del{opacity:.5;display:inline-block}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .price ins{font-weight:400;background-color:transparent;color:#ff2a13}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .star-rating{display:block;float:none;font-size:14px;margin:10px auto}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button,.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.add_to_cart_button{display:block;font-size:14px;font-weight:400;line-height:38px;text-align:center;text-transform:uppercase;color:#fff;background-color:#333;padding:0;margin:15px;border-radius:0}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button::before,.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.add_to_cart_button::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;padding-right:8px}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.product_type_variable:before,.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button:focus,.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.add_to_cart_button:focus{outline:none}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button::before{content:none}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .eael-wc-compare{color:#fff;background-color:#333}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product a.added_to_cart{display:block;margin:0 0 15px 0;padding:0;font-size:14px;line-height:1;text-transform:capitalize;color:#333;background-color:transparent}.eael-product-gallery.eael-product-preset-6 ul.products li.product .image-wrap img,.eael-product-gallery.eael-product-preset-2 ul.products li.product .image-wrap img,.eael-product-gallery.eael-product-preset-1 ul.products li.product .image-wrap img{-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-product-gallery.masonry .woocommerce ul.products{display:block}@media(min-width: 766px){.eael-product-gallery.masonry .woocommerce ul.products{margin:0 -1% !important}}.eael-product-gallery.masonry .woocommerce ul.products:before,.eael-product-gallery.masonry .woocommerce ul.products:after{display:table;content:" "}.eael-product-gallery.masonry .woocommerce ul.products li.product{float:left;margin:15px 0}@media(min-width: 766px){.eael-product-gallery.masonry .woocommerce ul.products li.product{margin:1%}}.eael-product-gallery .woocommerce ul.products h2.eael-product-not-found{grid-column:1/-1;text-align:center;font-size:20px}.eael-product-gallery .woocommerce ul.products li.product a img,.eael-product-gallery .woocommerce ul.products li.product img{margin-bottom:0;display:block;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-product-gallery .woocommerce ul.products li.product .woocommerce-loop-product__title{letter-spacing:normal;font-weight:700;text-transform:capitalize}.eael-product-gallery .woocommerce ul.products li.product ins{background:transparent}.eael-product-gallery .woocommerce ul.products li.product .button{text-transform:capitalize;border:none;letter-spacing:normal;-webkit-box-shadow:none;box-shadow:none}.eael-product-gallery .woocommerce ul.products li.product .button:hover,.eael-product-gallery .woocommerce ul.products li.product .button:visited{text-decoration:none}.eael-product-gallery .woocommerce ul.products li.product .star-rating{margin:0 auto 5px;display:inline-block;float:none;height:1em;width:5.6em;font-size:1em;line-height:1em}.eael-product-gallery .woocommerce ul.products li.product .star-rating:before{content:"";font-family:"Font Awesome 5 Free";font-weight:400;opacity:1}.eael-product-gallery .woocommerce ul.products li.product .star-rating span{display:inline-block}.eael-product-gallery .woocommerce ul.products li.product .star-rating span:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900}.eael-product-popup{position:fixed;left:0;top:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:-1}.eael-product-popup.eael-product-popup-ready{z-index:999;opacity:1 !important}.eael-product-popup.eael-product-zoom-in{opacity:0;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.eael-product-popup.eael-product-zoom-in .eael-product-popup-details{opacity:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5)}.eael-product-popup.eael-product-zoom-in.eael-product-popup-ready .eael-product-popup-details{opacity:1;-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}.eael-product-popup.eael-product-zoom-in.eael-product-popup-ready .eael-product-modal-bg{opacity:.7}.eael-product-popup.eael-product-zoom-in.eael-product-modal-removing .eael-product-modal-bg{opacity:0}.eael-product-popup.eael-product-zoom-in.eael-product-modal-removing .eael-product-popup-details{-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);opacity:0}.eael-product-popup .eael-product-modal-bg{position:absolute;left:0;top:0;height:100%;width:100%;background:#000;opacity:0;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.eael-product-popup .eael-product-popup-details{position:relative;margin:5vh auto;padding:20px;border:1px solid #888;max-width:900px;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);background-color:#fefefe;width:100%;border-radius:10px;height:auto;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}.eael-product-popup .eael-product-popup-details .single_add_to_cart_button{position:relative}.eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-added:after{font-family:"Font Awesome 5 Free";content:"";font-weight:900;display:inline-block;position:absolute;right:12px}.eael-product-popup .eael-product-popup-details .single_add_to_cart_button.eael-addtocart-loading:after{font-family:"Font Awesome 5 Free";content:"";font-weight:900;position:absolute;right:12px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.eael-product-popup.woocommerce div.product{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;overflow-y:auto;background:transparent;position:relative}.eael-product-popup.woocommerce div.product.ast-article-single,.eael-product-popup.woocommerce div.product .ast-article-single{background:transparent}@media(max-width: 767px){.eael-product-popup.woocommerce div.product{display:block}}.eael-product-popup.woocommerce div.product div.images{width:100%;margin-bottom:0}.eael-product-popup.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;margin-bottom:1em}.eael-product-popup.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n){margin-right:0}.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{width:calc(25% - .75em);margin-right:1em;margin-bottom:1em}.eael-product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:last-child{margin-right:0}.eael-product-popup.woocommerce div.product .product_title{font-size:28px;line-height:1.2em;font-weight:700;margin-bottom:10px;letter-spacing:normal;text-transform:capitalize}.eael-product-popup.woocommerce div.product .product_title:before{content:none}.eael-product-popup.woocommerce div.product .price{font-size:25px;line-height:1.2em;margin:0 0 15px;text-align:left !important}.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description{font-size:18px;line-height:1.2em;margin:0}.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description p,.eael-product-popup.woocommerce div.product .woocommerce-product-details__short-description p:last-child{margin-bottom:20px}.eael-product-popup.woocommerce div.product .button{margin:0 !important;line-height:1.5em}.eael-product-popup.woocommerce div.product form.cart{margin:0 0 1.2em;padding:0;border:none;width:100%}.eael-product-popup.woocommerce div.product form.cart table{border:none;margin:0 0 1.2em;border-collapse:collapse;width:100%}.eael-product-popup.woocommerce div.product form.cart table tbody{display:table-row-group;border:none}.eael-product-popup.woocommerce div.product form.cart p.stock{margin-bottom:0}.eael-product-popup.woocommerce div.product form.cart .group_table td{border:none}.eael-product-popup.woocommerce div.product form.cart .group_table .button{padding:.8em;font-weight:400;font-size:.9rem;white-space:nowrap}.eael-product-popup.woocommerce div.product form.cart div.quantity{margin-right:15px;width:auto}.eael-product-popup.woocommerce div.product form.cart div.quantity input,.eael-product-popup.woocommerce div.product form.cart div.quantity a{height:100%;border:1px solid}.eael-product-popup.woocommerce div.product form.cart div.quantity input[type=number]{min-width:90px}.eael-product-popup.woocommerce div.product form.cart div.quantity .qty{text-align:center}.eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus{outline:none}.eael-product-popup.woocommerce div.product form.cart .button.single_add_to_cart_button{padding:10px 40px}.eael-product-popup.woocommerce div.product form.cart .product-single-quantity button.plus,.eael-product-popup.woocommerce div.product form.cart .product-single-quantity button.minus{display:none}.eael-product-popup.woocommerce div.product .woocommerce-product-rating{margin-bottom:5px}.eael-product-popup.woocommerce div.product .woocommerce-product-rating .star-rating{font-size:16px}.eael-product-popup.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link{display:inline-block;vertical-align:top;font-size:16px;line-height:18px}.eael-product-popup.woocommerce div.product table tbody tr{border-bottom:1px solid #ccc}.eael-product-popup.woocommerce div.product table tbody tr td{background:transparent;vertical-align:middle !important;padding:15px 15px 15px 0 !important}.eael-product-popup.woocommerce div.product .product_meta{font-size:14px;border-top:1px solid #ccc;border-bottom:0;padding:1em 0 0;margin:0 0 .8em}.eael-product-popup.woocommerce div.product .product_meta>span{display:block;border:none;padding:5px 0}.eael-product-popup .eael-product-image-wrap{width:40%}@media(max-width: 767px){.eael-product-popup .eael-product-image-wrap{width:100%}}.eael-product-popup .eael-product-image-wrap .badge-container{display:none}.eael-product-popup .eael-product-image-wrap .eael-new-product .flex-viewport{height:auto !important}.eael-product-popup .eael-product-details-wrap{width:56%;margin-left:4%;text-align:left}@media(max-width: 767px){.eael-product-popup .eael-product-details-wrap{width:100%;margin-left:0;margin-top:25px}}.eael-product-popup .eael-product-details-wrap .is-divider{display:none}.eael-product-popup button.eael-product-popup-close{position:absolute;right:-15px;top:-18px;font-size:20px;padding:0;cursor:pointer;-webkit-box-sizing:content-box;box-sizing:content-box;overflow:visible;background:#fff !important;text-align:center;-webkit-box-shadow:2px 0px 12px 3px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:2px 0px 12px 3px rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);color:#000 !important;height:40px;width:40px;min-height:40px;max-width:40px;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;opacity:1;border:0;margin:0}.eael-product-popup button.eael-product-popup-close:focus{outline:none}.eael-product-popup form.cart{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.eael-product-popup form.cart.variations_form{display:block}.eael-product-popup form.cart.variations_form .variations{border:none}.eael-product-popup form.cart.variations_form .variations tr{margin-bottom:5px}.eael-product-popup form.cart.variations_form .variations td{display:block;width:100%;border:none;padding:0;margin-bottom:5px}.eael-product-popup form.cart.variations_form .variations td select{width:100%}.eael-product-popup form.cart.variations_form .variations_button{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-product-popup form.cart.grouped_form{display:block}.eael-product-popup form.cart.grouped_form table .button{line-height:1.2em}.eael-product-popup form.cart.grouped_form .quantity{width:100%}.eael-product-popup form.cart.grouped_form .quantity input,.eael-product-popup form.cart.grouped_form .quantity a{height:auto !important;min-height:2.507em;line-height:1.2em}.eael-product-popup form.cart .quantity{width:37%;margin-right:20px}.eael-product-popup form.cart .quantity input{width:100%}.eael-product-popup .eael-onsale{padding:5px 10px;font-size:12px;font-weight:500;position:absolute;text-align:center;line-height:1.2em;top:30px;left:0;margin:0;background-color:#ff7a80;color:#fff;z-index:9}.eael-product-popup .eael-onsale.sale-preset-1.outofstock br{display:none}.eael-product-popup .eael-onsale.sale-preset-1.right{left:auto;right:0}.eael-product-popup .eael-onsale.sale-preset-2{padding:0;top:5px;left:5px;min-width:50px;min-height:50px;line-height:50px;border-radius:100%;-webkit-font-smoothing:antialiased}.eael-product-popup .eael-onsale.sale-preset-2.outofstock{line-height:1.2em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-product-popup .eael-onsale.sale-preset-3{border-radius:50px;left:15px;top:15px}.eael-product-popup .eael-onsale.sale-preset-3.outofstock br{display:none}.eael-product-popup .eael-onsale.sale-preset-4{left:0;top:15px}.eael-product-popup .eael-onsale.sale-preset-4.outofstock br{display:none}.eael-product-popup .eael-onsale.sale-preset-4:after{position:absolute;right:-15px;bottom:0px;width:15px;height:24px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:10px solid #23a454;content:""}.eael-product-popup .eael-onsale.sale-preset-5{display:block;line-height:74px;height:60px;width:120px;left:-37pX;top:-8px;right:auto;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-popup .eael-onsale.sale-preset-5.outofstock{line-height:normal;padding-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-product-gallery .woocommerce ul.products .product{overflow-y:auto}.eael-product-gallery .eael-load-more-button-wrap{clear:both;margin-top:40px}.eael-product-gallery .eael-product-wrap .eael-onsale{padding:5px 10px;font-size:12px;font-weight:500;position:absolute;text-align:center;line-height:1.2em;top:30px;left:0;margin:0;background-color:#ff7a80;color:#fff;z-index:9}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-1.outofstock br{display:none}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-1.right{left:auto;right:0}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-2{padding:0;top:5px;left:5px;display:inline-table;min-width:50px;min-height:50px;line-height:50px;border-radius:100%;-webkit-font-smoothing:antialiased}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-2.outofstock{line-height:1.2em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-2.right{left:auto;right:5px}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-3{border-radius:50px;left:15px;top:15px}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-3.outofstock br{display:none}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-3.right{left:auto;right:15px}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-4{left:0;top:15px}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-4.outofstock br{display:none}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-4:after{position:absolute;right:-15px;bottom:0px;width:15px;height:24px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:10px solid #23a454;content:""}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-4.right{left:auto;right:0}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-4.right:after{right:auto;left:-15px;border-left:0;border-right:10px solid #23a454}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-5{display:block;line-height:74px;height:60px;width:120px;left:-37pX;top:-8px;right:auto;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-5.outofstock{line-height:normal;padding-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-5.right{left:auto;right:-35px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.eael-product-gallery .eael-product-wrap .eael-product-title *{font-size:20px;line-height:1.2em;color:#252525;font-weight:500;margin:0 0 8px;padding:0}.eael-product-gallery .eael-product-wrap .eael-product-title *:before{content:none}.eael-product-gallery .eael-product-wrap .eael-product-price{font-size:18px;line-height:1.2em;color:#ff7a80;font-weight:600;margin-bottom:10px}.eael-product-gallery .eael-product-wrap .star-rating{margin:0 auto 10px}.eael-product-gallery .eael-product-wrap a.button.add_to_cart_button.added{display:none !important}.eael-product-gallery .eael-product-wrap:hover .icons-wrap.box-style{bottom:30px;visibility:visible;opacity:1}.eael-product-gallery .eael-product-wrap:hover .icons-wrap.block-box-style{visibility:visible;opacity:1;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.eael-product-gallery .eael-product-wrap:hover .icons-wrap.block-style{visibility:visible;opacity:1;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.eael-product-gallery .eael-product-wrap .product-image-wrap{position:relative;overflow:hidden}.eael-product-gallery .eael-product-wrap .icons-wrap{padding:0;list-style:none;position:absolute;z-index:9;display:block;top:50%;left:0;right:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:0;visibility:hidden;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;margin:0 auto;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s}.eael-product-gallery .eael-product-wrap .icons-wrap.block-style{background:red;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;width:100%;top:auto;bottom:-50px}.eael-product-gallery .eael-product-wrap .icons-wrap.block-style li{-webkit-box-flex:1;-ms-flex:1;flex:1}.eael-product-gallery .eael-product-wrap .icons-wrap.block-style li:not(:last-child){border-right:1px solid #fff}.eael-product-gallery .eael-product-wrap .icons-wrap.block-style li.add-to-cart{-webkit-box-flex:4;-ms-flex:4;flex:4}.eael-product-gallery .eael-product-wrap .icons-wrap.block-style li a{position:relative;background-color:transparent;margin:0;padding:10px 5px;font-size:15px;line-height:1.2em;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-product-gallery .eael-product-wrap .icons-wrap.block-style li a:hover{background-color:transparent;color:#000}.eael-product-gallery .eael-product-wrap .icons-wrap.block-style li a i{line-height:normal}.eael-product-gallery .eael-product-wrap .icons-wrap.box-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:auto;bottom:-100px}.eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a{position:relative;width:42px;height:42px;margin:3px;-webkit-box-shadow:0px 15px 10px rgba(61,70,79,.12);box-shadow:0px 15px 10px rgba(61,70,79,.12);background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a i{line-height:1rem}.eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a.added_to_cart{font-size:0 !important}.eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button{padding:0;margin:3px;font-size:0px !important}.eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;visibility:visible;opacity:1;top:auto;bottom:-24px;margin:0 5%}.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a{position:relative;width:42px;height:42px;margin:3px;-webkit-box-shadow:0px 15px 10px rgba(61,70,79,.12);box-shadow:0px 15px 10px rgba(61,70,79,.12);background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a i{line-height:1rem}.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart{font-size:0 !important}.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:18px;line-height:38px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button{padding:0;margin:0;font-size:0px !important}.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.product_type_external{width:auto;height:auto}.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style{background:#fff;width:100%;top:auto;bottom:-50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a{position:relative;width:42px;height:42px;margin:10px 2px 0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a i{line-height:1rem}.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart{font-size:0 !important}.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button{padding:0;margin:10px 2px 0;font-size:0px !important}.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-gallery .eael-product-wrap .icons-wrap li{display:inline-block;margin:0;padding:0}.eael-product-gallery .eael-product-wrap .icons-wrap li a{display:block;position:absolute;color:#000;width:100%;height:100%;text-align:center;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s;cursor:pointer}.eael-product-gallery .eael-product-wrap .icons-wrap li a:hover{background:#ff7a80;color:#fff}.eael-product-gallery .eael-product-wrap .icons-wrap li a i{position:relative;font-size:18px;line-height:42px}.eael-product-gallery .eael-product-wrap .icons-wrap li a svg{width:18px}.eael-product-gallery .eael-product-wrap .product-details-wrap{padding:10px}.eael-product-gallery.eael-product-preset-1 .product-image-wrap{overflow:inherit}.eael-product-gallery.eael-product-preset-1 .product-details-wrap>div:first-child{margin-top:20px}.eael-product-gallery.eael-product-preset-6 ul.products,.eael-product-gallery.eael-product-preset-2 ul.products,.eael-product-gallery.eael-product-preset-1 ul.products{padding:0;margin:0;list-style:none}.eael-product-gallery.eael-product-preset-6 ul.products li.product,.eael-product-gallery.eael-product-preset-2 ul.products li.product,.eael-product-gallery.eael-product-preset-1 ul.products li.product{text-align:center;border:1px solid #000;overflow:hidden}.eael-product-gallery.eael-product-preset-6 ul.products li.product.first,.eael-product-gallery.eael-product-preset-2 ul.products li.product.first,.eael-product-gallery.eael-product-preset-1 ul.products li.product.first{clear:none}.eael-product-gallery.eael-product-preset-3 .product.outofstock .icons-wrap .button,.eael-product-gallery.eael-product-preset-2 .product.outofstock .icons-wrap .button,.eael-product-gallery.eael-product-preset-1 .product.outofstock .icons-wrap .button{display:none}.eael-product-gallery.eael-product-preset-3 .icons-wrap .button.product_type_grouped,.eael-product-gallery.eael-product-preset-2 .icons-wrap .button.product_type_grouped,.eael-product-gallery.eael-product-preset-1 .icons-wrap .button.product_type_grouped{display:none}.eael-load-more-button.hide-load-more{display:none !important}@media only screen and (min-width: 1025px){.eael-product-gallery-column-1 .eael-product-gallery .woocommerce ul.products{grid-template-columns:100%}.eael-product-gallery-column-2 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-gallery-column-3 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-gallery-column-4 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-gallery-column-5 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-gallery-column-6 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-gallery-column-1 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-gallery-column-2 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:48%}.eael-product-gallery-column-3 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:31.3333%}.eael-product-gallery-column-4 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:23%}.eael-product-gallery-column-5 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:18%}.eael-product-gallery-column-6 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:14.66666667%}}@media only screen and (max-width: 1024px)and (min-width: 766px){.eael-product-gallery-column-tablet-1 .eael-product-gallery .woocommerce ul.products{grid-template-columns:100%}.eael-product-gallery-column-tablet-2 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-gallery-column-tablet-3 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-gallery-column-tablet-4 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-gallery-column-tablet-5 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-gallery-column-tablet-6 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-gallery-column-tablet-1 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-gallery-column-tablet-2 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:48%}.eael-product-gallery-column-tablet-3 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:31.3333%}.eael-product-gallery-column-tablet-4 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:23%}.eael-product-gallery-column-tablet-5 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:18%}.eael-product-gallery-column-tablet-6 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:14.66666667%}}@media only screen and (max-width: 767px){.eael-product-gallery-column-mobile-1 .eael-product-gallery .woocommerce ul.products{grid-template-columns:100%}.eael-product-gallery-column-mobile-2 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-gallery-column-mobile-3 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-gallery-column-mobile-4 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-gallery-column-mobile-5 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-gallery-column-mobile-6 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-gallery-column-mobile-1 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-gallery-column-mobile-2 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:48% !important;margin:1%}.eael-product-gallery-column-mobile-3 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:31.3333% !important;margin:1%}.eael-product-gallery-column-mobile-4 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:23% !important;margin:1%}.eael-product-gallery-column-mobile-5 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:18% !important;margin:1%}.eael-product-gallery-column-mobile-6 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:14.66666667% !important;margin:1%}}.theme-oceanwp.elementor-editor-active .eael-product-popup.woocommerce div.product form.cart div.quantity .qty{max-width:150px}.theme-oceanwp .eael-product-popup.woocommerce div.product form.cart div.quantity .qty:focus{border:1px solid}@-webkit-keyframes ploaderSpin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ploaderSpin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.eael-product-loader{opacity:.6 !important;pointer-events:none !important}.eael-popup-details-render{width:80%;max-width:900px}.eael-popup-details-render .eael-preloader{margin:0 auto;border:5px solid #f3f3f3;border-radius:50%;border-top:5px solid #3498db;width:50px;height:50px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.theme-flexia .woocommerce ul.products li.product .woocommerce-LoopProduct-link{position:unset;display:unset}.woocommerce ul.products li.product .ast-shop-product-out-of-stock,.woocommerce-page ul.products li.product .ast-shop-product-out-of-stock{display:none}
|
| 1 |
+
.eael-product-gallery{display:-webkit-box;display:-ms-flexbox;display:flex}.eael-product-gallery.eael-terms-layout-horizontal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-product-gallery.eael-terms-layout-horizontal .eael-cat-tab{margin:0 0 50px 0}.eael-product-gallery.eael-terms-layout-horizontal .eael-cat-tab li:first-child a{margin-left:0}.eael-product-gallery.eael-terms-layout-horizontal .eael-cat-tab li:last-child a{margin-right:0}.eael-product-gallery.eael-terms-layout-horizontal .eael-cat-tab img{display:block;margin:0 auto 5px auto}.eael-product-gallery.eael-terms-layout-vertical{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:2%}@media(max-width: 767px){.eael-product-gallery.eael-terms-layout-vertical{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}}.eael-product-gallery.eael-terms-layout-vertical .eael-cat-tab{width:25%}@media(max-width: 767px){.eael-product-gallery.eael-terms-layout-vertical .eael-cat-tab{width:100%}}@media(min-width: 768px){.eael-product-gallery.eael-terms-layout-vertical .eael-cat-tab li{display:block}}.eael-product-gallery.eael-terms-layout-vertical .eael-cat-tab li:first-child a{margin-top:0}.eael-product-gallery.eael-terms-layout-vertical .eael-cat-tab li:last-child a{margin-bottom:0}.eael-product-gallery.eael-terms-layout-vertical .eael-cat-tab a{padding:20px 30px}.eael-product-gallery.eael-terms-layout-vertical .eael-cat-tab img{margin:0 5px 0 0}.eael-product-gallery.eael-terms-layout-vertical .woocommerce{width:75%}@media(max-width: 767px){.eael-product-gallery.eael-terms-layout-vertical .woocommerce{width:100%}}.eael-product-gallery .eael-cat-tab{list-style:none;margin:0;padding:0;border-radius:5px}.eael-product-gallery .eael-cat-tab li{display:inline-block}.eael-product-gallery .eael-cat-tab img{width:35px}.eael-product-gallery .eael-cat-tab a{padding:20px 30px;display:block;background-color:#f8f6ff;color:#7d7a94;font-size:20px;line-height:1.2em;font-weight:600;border-radius:5px;margin:3px}.eael-product-gallery .eael-cat-tab a:hover,.eael-product-gallery .eael-cat-tab a.active{color:#fff;background-color:#8941ff}.eael-product-gallery .woocommerce ul.products{display:grid;grid-gap:25px;margin:0 0 15px 0 !important;padding:0 !important}.eael-product-gallery .woocommerce ul.products:before,.eael-product-gallery .woocommerce ul.products:after{display:none}.eael-product-gallery .woocommerce ul.products .product{width:100%;margin:0;padding:0}.eael-product-gallery .woocommerce ul.products .product .star-rating{margin:0 auto 5px;display:inline-block;float:none;height:1em;width:5.6em;font-size:1em;line-height:1em}.eael-product-gallery .woocommerce ul.products .product .star-rating:before{content:"";font-family:"Font Awesome 5 Free";font-weight:400;opacity:1}.eael-product-gallery .woocommerce ul.products .product .star-rating span{display:inline-block}.eael-product-gallery .woocommerce ul.products .product .star-rating span:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900}.eael-product-gallery .woocommerce ul.products.products[class*=columns-] li.product{width:100%}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product{position:relative;float:left;display:block;overflow:hidden;text-align:center;padding:0;border-radius:0;background-color:#fff;-webkit-box-shadow:none;box-shadow:none;border:1px solid #eee}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product a{text-decoration:none}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product a:hover{outline:none;-webkit-box-shadow:none;box-shadow:none}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product img{width:100%;height:auto;margin:0;max-width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;font-weight:700;line-height:1;color:#333;margin:25px 0 12px;padding:0}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .onsale{display:block;line-height:170px;font-size:13px;text-align:center;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-100px;top:-50px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .outofstock-badge{line-height:16px;font-size:13px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-95px;top:-45px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .price{font-size:14px;margin-bottom:0}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .price del{opacity:.5;display:inline-block}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .price ins{font-weight:400;background-color:transparent;color:#ff2a13}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .star-rating{display:block;float:none;font-size:14px;margin:10px auto}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button,.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.add_to_cart_button{display:block;font-size:14px;font-weight:400;line-height:38px;text-align:center;text-transform:uppercase;color:#fff;background-color:#333;padding:0;margin:15px;border-radius:0}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button::before,.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.add_to_cart_button::before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;padding-right:8px}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.product_type_variable:before,.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button:focus,.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.add_to_cart_button:focus{outline:none}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button::before{content:none}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .eael-wc-compare{color:#fff;background-color:#333}.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product a.added_to_cart{display:block;margin:0 0 15px 0;padding:0;font-size:14px;line-height:1;text-transform:capitalize;color:#333;background-color:transparent}.eael-product-gallery.eael-product-preset-6 ul.products li.product .image-wrap img,.eael-product-gallery.eael-product-preset-2 ul.products li.product .image-wrap img,.eael-product-gallery.eael-product-preset-1 ul.products li.product .image-wrap img{-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-product-gallery.masonry .woocommerce ul.products{display:block}@media(min-width: 766px){.eael-product-gallery.masonry .woocommerce ul.products{margin:0 -1% !important}}.eael-product-gallery.masonry .woocommerce ul.products:before,.eael-product-gallery.masonry .woocommerce ul.products:after{display:table;content:" "}.eael-product-gallery.masonry .woocommerce ul.products li.product{float:left;margin:15px 0}@media(min-width: 766px){.eael-product-gallery.masonry .woocommerce ul.products li.product{margin:1%}}.eael-product-gallery .woocommerce ul.products h2.eael-product-not-found{grid-column:1/-1;text-align:center;font-size:20px}.eael-product-gallery .woocommerce ul.products li.product a img,.eael-product-gallery .woocommerce ul.products li.product img{margin-bottom:0;display:block;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-product-gallery .woocommerce ul.products li.product .woocommerce-loop-product__title{letter-spacing:normal;font-weight:700;text-transform:capitalize}.eael-product-gallery .woocommerce ul.products li.product ins{background:transparent}.eael-product-gallery .woocommerce ul.products li.product .button{text-transform:capitalize;border:none;letter-spacing:normal;-webkit-box-shadow:none;box-shadow:none}.eael-product-gallery .woocommerce ul.products li.product .button:hover,.eael-product-gallery .woocommerce ul.products li.product .button:visited{text-decoration:none}.eael-product-gallery .woocommerce ul.products li.product .star-rating{margin:0 auto 5px;display:inline-block;float:none;height:1em;width:5.6em;font-size:1em;line-height:1em}.eael-product-gallery .woocommerce ul.products li.product .star-rating:before{content:"";font-family:"Font Awesome 5 Free";font-weight:400;opacity:1}.eael-product-gallery .woocommerce ul.products li.product .star-rating span{display:inline-block}.eael-product-gallery .woocommerce ul.products li.product .star-rating span:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900}.eael-product-gallery .woocommerce ul.products .product{overflow-y:auto}.eael-product-gallery .eael-load-more-button-wrap{clear:both;margin-top:40px}.eael-product-gallery .eael-product-wrap .eael-onsale{padding:5px 10px;font-size:12px;font-weight:500;position:absolute;text-align:center;line-height:1.2em;top:30px;left:0;margin:0;background-color:#ff7a80;color:#fff;z-index:9}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-1.outofstock br{display:none}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-1.right{left:auto;right:0}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-2{padding:0;top:5px;left:5px;display:inline-table;min-width:50px;min-height:50px;line-height:50px;border-radius:100%;-webkit-font-smoothing:antialiased}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-2.outofstock{line-height:1.2em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-2.right{left:auto;right:5px}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-3{border-radius:50px;left:15px;top:15px}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-3.outofstock br{display:none}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-3.right{left:auto;right:15px}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-4{left:0;top:15px}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-4.outofstock br{display:none}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-4:after{position:absolute;right:-15px;bottom:0px;width:15px;height:24px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:10px solid #23a454;content:""}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-4.right{left:auto;right:0}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-4.right:after{right:auto;left:-15px;border-left:0;border-right:10px solid #23a454}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-5{display:block;line-height:74px;height:60px;width:120px;left:-37pX;top:-8px;right:auto;padding:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-5.outofstock{line-height:normal;padding-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.eael-product-gallery .eael-product-wrap .eael-onsale.sale-preset-5.right{left:auto;right:-35px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.eael-product-gallery .eael-product-wrap .eael-product-title *{font-size:20px;line-height:1.2em;color:#252525;font-weight:500;margin:0 0 8px;padding:0}.eael-product-gallery .eael-product-wrap .eael-product-title *:before{content:none}.eael-product-gallery .eael-product-wrap .eael-product-price{font-size:18px;line-height:1.2em;color:#ff7a80;font-weight:600;margin-bottom:10px}.eael-product-gallery .eael-product-wrap .star-rating{margin:0 auto 10px}.eael-product-gallery .eael-product-wrap a.button.add_to_cart_button.added{display:none !important}.eael-product-gallery .eael-product-wrap:hover .icons-wrap.box-style{bottom:30px;visibility:visible;opacity:1}.eael-product-gallery .eael-product-wrap:hover .icons-wrap.block-box-style{visibility:visible;opacity:1;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.eael-product-gallery .eael-product-wrap:hover .icons-wrap.block-style{visibility:visible;opacity:1;-webkit-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.eael-product-gallery .eael-product-wrap .product-image-wrap{position:relative;overflow:hidden}.eael-product-gallery .eael-product-wrap .icons-wrap{padding:0;list-style:none;position:absolute;z-index:9;display:block;top:50%;left:0;right:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:0;visibility:hidden;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;margin:0 auto;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s}.eael-product-gallery .eael-product-wrap .icons-wrap.block-style{background:red;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;width:100%;top:auto;bottom:-50px}.eael-product-gallery .eael-product-wrap .icons-wrap.block-style li{-webkit-box-flex:1;-ms-flex:1;flex:1}.eael-product-gallery .eael-product-wrap .icons-wrap.block-style li:not(:last-child){border-right:1px solid #fff}.eael-product-gallery .eael-product-wrap .icons-wrap.block-style li.add-to-cart{-webkit-box-flex:4;-ms-flex:4;flex:4}.eael-product-gallery .eael-product-wrap .icons-wrap.block-style li a{position:relative;background-color:transparent;margin:0;padding:10px 5px;font-size:15px;line-height:1.2em;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.eael-product-gallery .eael-product-wrap .icons-wrap.block-style li a:hover{background-color:transparent;color:#000}.eael-product-gallery .eael-product-wrap .icons-wrap.block-style li a i{line-height:normal}.eael-product-gallery .eael-product-wrap .icons-wrap.box-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:auto;bottom:-100px}.eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a{position:relative;width:42px;height:42px;margin:3px;-webkit-box-shadow:0px 15px 10px rgba(61,70,79,.12);box-shadow:0px 15px 10px rgba(61,70,79,.12);background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a i{line-height:1rem}.eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a.added_to_cart{font-size:0 !important}.eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button{padding:0;margin:3px;font-size:0px !important}.eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-product-gallery .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;visibility:visible;opacity:1;top:auto;bottom:-24px;margin:0 5%}.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a{position:relative;width:42px;height:42px;margin:3px;-webkit-box-shadow:0px 15px 10px rgba(61,70,79,.12);box-shadow:0px 15px 10px rgba(61,70,79,.12);background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a i{line-height:1rem}.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart{font-size:0 !important}.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:18px;line-height:38px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button{padding:0;margin:0;font-size:0px !important}.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.product_type_external{width:auto;height:auto}.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style{background:#fff;width:100%;top:auto;bottom:-50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a{position:relative;width:42px;height:42px;margin:10px 2px 0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a i{line-height:1rem}.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart{font-size:0 !important}.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart:after{content:"";font-weight:900;font-family:"Font Awesome 5 Free";font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button{padding:0;margin:10px 2px 0;font-size:0px !important}.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button:before{content:"";display:block;font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%;left:50%;position:absolute}.eael-product-gallery .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button.product_type_variable:before{content:""}.eael-product-gallery .eael-product-wrap .icons-wrap li{display:inline-block;margin:0;padding:0}.eael-product-gallery .eael-product-wrap .icons-wrap li a{display:block;position:absolute;color:#000;width:100%;height:100%;text-align:center;-webkit-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s;cursor:pointer}.eael-product-gallery .eael-product-wrap .icons-wrap li a:hover{background:#ff7a80;color:#fff}.eael-product-gallery .eael-product-wrap .icons-wrap li a i{position:relative;font-size:18px;line-height:42px}.eael-product-gallery .eael-product-wrap .icons-wrap li a svg{width:18px}.eael-product-gallery .eael-product-wrap .product-details-wrap{padding:10px}.eael-product-gallery.eael-product-preset-1 .product-image-wrap{overflow:inherit}.eael-product-gallery.eael-product-preset-1 .product-details-wrap>div:first-child{margin-top:20px}.eael-product-gallery.eael-product-preset-6 ul.products,.eael-product-gallery.eael-product-preset-2 ul.products,.eael-product-gallery.eael-product-preset-1 ul.products{padding:0;margin:0;list-style:none}.eael-product-gallery.eael-product-preset-6 ul.products li.product,.eael-product-gallery.eael-product-preset-2 ul.products li.product,.eael-product-gallery.eael-product-preset-1 ul.products li.product{text-align:center;border:1px solid #000;overflow:hidden}.eael-product-gallery.eael-product-preset-6 ul.products li.product.first,.eael-product-gallery.eael-product-preset-2 ul.products li.product.first,.eael-product-gallery.eael-product-preset-1 ul.products li.product.first{clear:none}.eael-product-gallery.eael-product-preset-3 .product.outofstock .icons-wrap .button,.eael-product-gallery.eael-product-preset-2 .product.outofstock .icons-wrap .button,.eael-product-gallery.eael-product-preset-1 .product.outofstock .icons-wrap .button{display:none}.eael-product-gallery.eael-product-preset-3 .icons-wrap .button.product_type_grouped,.eael-product-gallery.eael-product-preset-2 .icons-wrap .button.product_type_grouped,.eael-product-gallery.eael-product-preset-1 .icons-wrap .button.product_type_grouped{display:none}.eael-load-more-button.hide-load-more{display:none !important}@media only screen and (min-width: 1025px){.eael-product-gallery-column-1 .eael-product-gallery .woocommerce ul.products{grid-template-columns:100%}.eael-product-gallery-column-2 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-gallery-column-3 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-gallery-column-4 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-gallery-column-5 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-gallery-column-6 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-gallery-column-1 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-gallery-column-2 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:48%}.eael-product-gallery-column-3 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:31.3333%}.eael-product-gallery-column-4 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:23%}.eael-product-gallery-column-5 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:18%}.eael-product-gallery-column-6 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:14.66666667%}}@media only screen and (max-width: 1024px)and (min-width: 766px){.eael-product-gallery-column-tablet-1 .eael-product-gallery .woocommerce ul.products{grid-template-columns:100%}.eael-product-gallery-column-tablet-2 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-gallery-column-tablet-3 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-gallery-column-tablet-4 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-gallery-column-tablet-5 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-gallery-column-tablet-6 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-gallery-column-tablet-1 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-gallery-column-tablet-2 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:48%}.eael-product-gallery-column-tablet-3 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:31.3333%}.eael-product-gallery-column-tablet-4 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:23%}.eael-product-gallery-column-tablet-5 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:18%}.eael-product-gallery-column-tablet-6 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:14.66666667%}}@media only screen and (max-width: 767px){.eael-product-gallery-column-mobile-1 .eael-product-gallery .woocommerce ul.products{grid-template-columns:100%}.eael-product-gallery-column-mobile-2 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(2, 1fr)}.eael-product-gallery-column-mobile-3 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(3, 1fr)}.eael-product-gallery-column-mobile-4 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(4, 1fr)}.eael-product-gallery-column-mobile-5 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(5, 1fr)}.eael-product-gallery-column-mobile-6 .eael-product-gallery .woocommerce ul.products{grid-template-columns:repeat(6, 1fr)}.eael-product-gallery-column-mobile-1 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:100%;margin:15px 0}.eael-product-gallery-column-mobile-2 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:48% !important;margin:1%}.eael-product-gallery-column-mobile-3 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:31.3333% !important;margin:1%}.eael-product-gallery-column-mobile-4 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:23% !important;margin:1%}.eael-product-gallery-column-mobile-5 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:18% !important;margin:1%}.eael-product-gallery-column-mobile-6 .eael-product-gallery.masonry .woocommerce ul.products li.product{width:14.66666667% !important;margin:1%}}@-webkit-keyframes ploaderSpin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ploaderSpin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.eael-product-loader{opacity:.6 !important;pointer-events:none !important}.theme-flexia .woocommerce ul.products li.product .woocommerce-LoopProduct-link{position:unset;display:unset}.woocommerce ul.products li.product .ast-shop-product-out-of-stock,.woocommerce-page ul.products li.product .ast-shop-product-out-of-stock{display:none}
|
assets/front-end/js/edit/advanced-data-table.js
CHANGED
|
@@ -93,7 +93,7 @@
|
|
| 93 |
/*! no static exports found */
|
| 94 |
/***/ (function(module, exports) {
|
| 95 |
|
| 96 |
-
eval("function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nvar advancedDataTableEdit = /*#__PURE__*/function () {\n function advancedDataTableEdit() {\n _classCallCheck(this, advancedDataTableEdit);\n\n // class props\n this.panel = null;\n this.model = null;\n this.view = null;\n this.table = null;\n this.tableInnerHTML = null;\n this.timeout = null;\n this.activeCell = null;\n this.dragStartX = null;\n this.dragStartWidth = null;\n this.dragEl = null;\n this.dragging = false; // register hooks\n\n ea.hooks.addFilter(\"advancedDataTable.getClassProps\", \"ea\", this.getClassProps.bind(this));\n ea.hooks.addFilter(\"advancedDataTable.setClassProps\", \"ea\", this.setClassProps.bind(this));\n ea.hooks.addFilter(\"advancedDataTable.parseHTML\", \"ea\", this.parseHTML);\n ea.hooks.addAction(\"advancedDataTable.initEditor\", \"ea\", this.initEditor.bind(this));\n ea.hooks.addAction(\"advancedDataTable.updateFromView\", \"ea\", this.updateFromView.bind(this));\n ea.hooks.addAction(\"advancedDataTable.initInlineEdit\", \"ea\", this.initInlineEdit.bind(this));\n ea.hooks.addAction(\"advancedDataTable.initPanelAction\", \"ea\", this.initPanelAction.bind(this));\n elementor.hooks.addFilter(\"elements/widget/contextMenuGroups\", this.initContextMenu);\n elementor.hooks.addAction(\"panel/open_editor/widget/eael-advanced-data-table\", this.initPanel.bind(this));\n } // update model from view\n\n\n _createClass(advancedDataTableEdit, [{\n key: \"updateFromView\",\n value: function updateFromView(view, value) {\n var refresh = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;\n var model = view.model; // disable elementor remote server render\n\n model.remoteRender = refresh;\n\n if (elementor.config.version > \"2.7.6\") {\n var container = view.getContainer();\n var settings = view.getContainer().settings.attributes;\n Object.keys(value).forEach(function (key) {\n settings[key] = value[key];\n });\n parent.window.$e.run(\"document/elements/settings\", {\n container: container,\n settings: settings,\n options: {\n external: refresh\n }\n });\n } else {\n // update backbone model\n Object.keys(value).forEach(function (key) {\n model.setSetting(key, value[key]);\n });\n } // enable elementor remote server render just after elementor throttle\n // ignore multiple assign\n\n\n this.timeout = setTimeout(function () {\n model.remoteRender = true;\n }, 1001);\n } // get class properties\n\n }, {\n key: \"getClassProps\",\n value: function getClassProps() {\n return {\n view: this.view,\n model: this.model,\n table: this.table,\n activeCell: this.activeCell\n };\n } // get class properties\n\n }, {\n key: \"setClassProps\",\n value: function setClassProps(props) {\n var _this = this;\n\n Object.keys(props).forEach(function (key) {\n _this[key] = props[key];\n });\n } // parse table html\n\n }, {\n key: \"parseHTML\",\n value: function parseHTML(tableHTML) {\n tableHTML.querySelectorAll(\"th, td\").forEach(function (el) {\n if (el.querySelector(\".inline-editor\") !== null) {\n el.innerHTML = decodeURI(el.dataset.quill || \"\");\n delete el.dataset.quill;\n }\n });\n return tableHTML;\n } // init editor\n\n }, {\n key: \"initEditor\",\n value: function initEditor(cell) {\n var _this2 = this;\n\n // init value\n cell.dataset.quill = encodeURI(cell.innerHTML); // insert editor dom\n\n cell.innerHTML = \"<div class=\\\"inline-editor\\\">\".concat(cell.innerHTML, \"</div>\"); // init quill\n\n var quill = new Quill(cell.querySelector(\".inline-editor\"), {\n theme: \"bubble\",\n modules: {\n toolbar: [\"bold\", \"italic\", \"underline\", \"strike\", \"link\", {\n list: \"ordered\"\n }, {\n list: \"bullet\"\n }]\n }\n }); // bind change\n\n quill.on(\"text-change\", function (delta, oldDelta, source) {\n clearTimeout(_this2.timeout); // update data\n\n cell.dataset.quill = encodeURI(quill.root.innerHTML); // parse table html\n\n var origTable = _this2.parseHTML(_this2.table.cloneNode(true));\n\n _this2.tableInnerHTML = origTable.innerHTML; // update table\n\n _this2.updateFromView(_this2.view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n });\n } // init inline editing features\n\n }, {\n key: \"initInlineEdit\",\n value: function initInlineEdit() {\n var _this3 = this;\n\n var interval = setInterval(function () {\n if (_this3.view.el.querySelector(\".ea-advanced-data-table\")) {\n // init table\n if (_this3.table !== _this3.view.el.querySelector(\".ea-advanced-data-table\")) {\n _this3.table = _this3.view.el.querySelector(\".ea-advanced-data-table\"); // iniline editor\n\n if (_this3.table.classList.contains(\"ea-advanced-data-table-static\")) {\n _this3.table.querySelectorAll(\"th, td\").forEach(function (cell) {\n _this3.initEditor(cell);\n });\n } // mousedown\n\n\n _this3.table.addEventListener(\"mousedown\", function (e) {\n e.stopPropagation();\n\n if (e.target.tagName.toLowerCase() === \"th\") {\n _this3.dragging = true;\n _this3.dragEl = e.target;\n _this3.dragStartX = e.pageX;\n _this3.dragStartWidth = e.target.offsetWidth;\n }\n\n if (e.target.tagName.toLowerCase() === \"th\" || e.target.tagName.toLowerCase() === \"td\") {\n _this3.activeCell = e.target;\n } else if (e.target.parentNode.tagName.toLowerCase() === \"th\" || e.target.parentNode.tagName.toLowerCase() === \"td\") {\n _this3.activeCell = e.target.parentNode;\n } else if (e.target.parentNode.parentNode.tagName.toLowerCase() === \"th\" || e.target.parentNode.parentNode.tagName.toLowerCase() === \"td\") {\n _this3.activeCell = e.target.parentNode.parentNode;\n } else if (e.target.parentNode.parentNode.parentNode.tagName.toLowerCase() === \"th\" || e.target.parentNode.parentNode.parentNode.tagName.toLowerCase() === \"td\") {\n _this3.activeCell = e.target.parentNode.parentNode.parentNode;\n }\n }); // mousemove\n\n\n _this3.table.addEventListener(\"mousemove\", function (e) {\n if (_this3.dragging) {\n _this3.dragEl.style.width = \"\".concat(_this3.dragStartWidth + (event.pageX - _this3.dragStartX), \"px\");\n }\n }); // mouseup\n\n\n _this3.table.addEventListener(\"mouseup\", function (e) {\n if (_this3.dragging) {\n _this3.dragging = false;\n clearTimeout(_this3.timeout);\n\n if (_this3.table.classList.contains(\"ea-advanced-data-table-static\")) {\n // parse table html\n var origTable = _this3.parseHTML(_this3.table.cloneNode(true)); // update table\n\n\n _this3.updateFromView(_this3.view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n } else {\n // th width store\n var widths = []; // collect width of th\n\n _this3.table.querySelectorAll(\"th\").forEach(function (el, index) {\n widths[index] = el.style.width;\n }); // update table\n\n\n _this3.updateFromView(_this3.view, {\n ea_adv_data_table_dynamic_th_width: widths\n });\n }\n }\n }); // clear style\n\n\n _this3.table.addEventListener(\"dblclick\", function (e) {\n if (e.target.tagName.toLowerCase() === \"th\") {\n e.stopPropagation();\n clearTimeout(_this3.timeout);\n\n if (_this3.table.classList.contains(\"ea-advanced-data-table-static\")) {\n // parse table html\n var origTable = _this3.parseHTML(_this3.table.cloneNode(true)); // update table\n\n\n _this3.updateFromView(_this3.view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n } else {\n // th width store\n var widths = []; // collect width of th\n\n _this3.table.querySelectorAll(\"th\").forEach(function (el, index) {\n widths[index] = el.style.width;\n }); // update table\n\n\n _this3.updateFromView(_this3.view, {\n ea_adv_data_table_dynamic_th_width: widths\n });\n }\n }\n });\n }\n\n clearInterval(interval);\n }\n }, 500);\n } // panel action\n\n }, {\n key: \"initPanelAction\",\n value: function initPanelAction() {\n var _this4 = this;\n\n this.panel.content.el.onclick = function (event) {\n if (event.target.dataset.event == \"ea:advTable:export\") {\n // export\n var rows = _this4.table.querySelectorAll(\"table tr\");\n\n var csv = []; // generate csv\n\n for (var i = 0; i < rows.length; i++) {\n var row = [];\n\n var _cols = rows[i].querySelectorAll(\"th, td\");\n\n if (_this4.table.classList.contains(\"ea-advanced-data-table-static\")) {\n for (var j = 0; j < _cols.length; j++) {\n row.push(JSON.stringify(decodeURI(_cols[j].dataset.quill)));\n }\n } else {\n for (var _j = 0; _j < _cols.length; _j++) {\n row.push(JSON.stringify(_cols[_j].innerHTML.replace(/(\\r\\n|\\n|\\r)/gm, \" \").trim()));\n }\n }\n\n csv.push(row.join(\",\"));\n } // download\n\n\n var csv_file = new Blob([csv.join(\"\\n\")], {\n type: \"text/csv\"\n });\n var downloadLink = parent.document.createElement(\"a\");\n downloadLink.classList.add(\"ea-adv-data-table-download-\".concat(_this4.model.attributes.id));\n downloadLink.download = \"ea-adv-data-table-\".concat(_this4.model.attributes.id, \".csv\");\n downloadLink.href = window.URL.createObjectURL(csv_file);\n downloadLink.style.display = \"none\";\n parent.document.body.appendChild(downloadLink);\n downloadLink.click();\n parent.document.querySelector(\".ea-adv-data-table-download-\".concat(_this4.model.attributes.id)).remove();\n } else if (event.target.dataset.event == \"ea:advTable:import\") {\n // import\n var textarea = _this4.panel.content.el.querySelector(\".ea_adv_table_csv_string\");\n\n var enableHeader = _this4.panel.content.el.querySelector(\".ea_adv_table_csv_string_table\").checked;\n\n var csletr = textarea.value.split(\"\\n\");\n var header = \"\";\n var body = \"\";\n\n if (textarea.value.length > 0) {\n body += \"<tbody>\";\n csletr.forEach(function (row, index) {\n if (row.length > 0) {\n cols = row.match(/(\"(?:[^\"\\\\]|\\\\.)*\"|[^\",\"]+)/gm);\n\n if (cols.length > 0) {\n if (enableHeader && index == 0) {\n header += \"<thead><tr>\";\n cols.forEach(function (col) {\n if (col.match(/(^\"\")|(^\")|(\"$)|(\"\"$)/g)) {\n header += \"<th>\".concat(JSON.parse(col), \"</th>\");\n } else {\n header += \"<th>\".concat(col, \"</th>\");\n }\n });\n header += \"</tr></thead>\";\n } else {\n body += \"<tr>\";\n cols.forEach(function (col) {\n if (col.match(/(^\"\")|(^\")|(\"$)|(\"\"$)/g)) {\n body += \"<td>\".concat(JSON.parse(col), \"</td>\");\n } else {\n body += \"<td>\".concat(col, \"</td>\");\n }\n });\n body += \"</tr>\";\n }\n }\n }\n });\n body += \"</tbody>\";\n\n if (header.length > 0 || body.length > 0) {\n _this4.tableInnerHTML = header + body;\n\n _this4.updateFromView(_this4.view, {\n ea_adv_data_table_static_html: header + body\n }, true); // init inline edit\n\n\n var interval = setInterval(function () {\n if (_this4.view.el.querySelector(\".ea-advanced-data-table\").innerHTML == header + body) {\n clearInterval(interval);\n ea.hooks.doAction(\"advancedDataTable.initInlineEdit\");\n }\n }, 500);\n }\n }\n\n textarea.value = \"\";\n }\n\n ea.hooks.doAction(\"advancedDataTable.panelAction\", _this4.panel, _this4.model, _this4.view, event);\n };\n } // init panel\n\n }, {\n key: \"initPanel\",\n value: function initPanel(panel, model, view) {\n var _this5 = this;\n\n this.panel = panel;\n this.model = model;\n this.view = view; // init inline edit\n\n ea.hooks.doAction(\"advancedDataTable.initInlineEdit\"); // init panel action\n\n ea.hooks.doAction(\"advancedDataTable.initPanelAction\"); // after panel init hook\n\n ea.hooks.doAction(\"advancedDataTable.afterInitPanel\", panel, model, view);\n model.once(\"editor:close\", function () {\n // parse table html\n var origTable = _this5.parseHTML(_this5.table.cloneNode(true));\n\n if (_this5.tableInnerHTML == null) {\n _this5.tableInnerHTML = origTable.innerHTML;\n } // update table\n\n\n _this5.updateFromView(_this5.view, {\n ea_adv_data_table_static_html: _this5.tableInnerHTML\n }, true);\n });\n } // context menu\n\n }, {\n key: \"initContextMenu\",\n value: function initContextMenu(groups, element) {\n if (element.options.model.attributes.widgetType == \"eael-advanced-data-table\" && element.options.model.attributes.settings.attributes.ea_adv_data_table_source == \"static\") {\n groups.push({\n name: \"ea_advanced_data_table\",\n actions: [{\n name: \"add_row_above\",\n title: \"Add Row Above\",\n callback: function callback() {\n var _ea$hooks$applyFilter = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter.view,\n table = _ea$hooks$applyFilter.table,\n activeCell = _ea$hooks$applyFilter.activeCell;\n\n if (activeCell !== null && activeCell.tagName.toLowerCase() != \"th\") {\n var index = activeCell.parentNode.rowIndex;\n var row = table.insertRow(index); // insert cells in row\n\n for (var i = 0; i < table.rows[0].cells.length; i++) {\n var cell = row.insertCell(i); // init inline editor\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", cell);\n } // remove active cell\n\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n }\n }\n }, {\n name: \"add_row_below\",\n title: \"Add Row Below\",\n callback: function callback() {\n var _ea$hooks$applyFilter2 = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter2.view,\n table = _ea$hooks$applyFilter2.table,\n activeCell = _ea$hooks$applyFilter2.activeCell;\n\n if (activeCell !== null) {\n var index = activeCell.parentNode.rowIndex + 1;\n var row = table.insertRow(index);\n\n for (var i = 0; i < table.rows[0].cells.length; i++) {\n var cell = row.insertCell(i); // init inline editor\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", cell);\n } // remove active cell\n\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n }\n }\n }, {\n name: \"add_column_left\",\n title: \"Add Column Left\",\n callback: function callback() {\n var _ea$hooks$applyFilter3 = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter3.view,\n table = _ea$hooks$applyFilter3.table,\n activeCell = _ea$hooks$applyFilter3.activeCell;\n\n if (activeCell !== null) {\n var index = activeCell.cellIndex;\n\n for (var i = 0; i < table.rows.length; i++) {\n if (table.rows[i].cells[0].tagName.toLowerCase() == \"th\") {\n var cell = table.rows[i].insertBefore(document.createElement(\"th\"), table.rows[i].cells[index]); // init inline editor\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", cell);\n } else {\n var _cell = table.rows[i].insertCell(index); // init inline editor\n\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", _cell);\n }\n } // remove active cell\n\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n }\n }\n }, {\n name: \"add_column_right\",\n title: \"Add Column Right\",\n callback: function callback() {\n var _ea$hooks$applyFilter4 = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter4.view,\n table = _ea$hooks$applyFilter4.table,\n activeCell = _ea$hooks$applyFilter4.activeCell;\n\n if (activeCell !== null) {\n var index = activeCell.cellIndex + 1;\n\n for (var i = 0; i < table.rows.length; i++) {\n if (table.rows[i].cells[0].tagName.toLowerCase() == \"th\") {\n var cell = table.rows[i].insertBefore(document.createElement(\"th\"), table.rows[i].cells[index]); // init inline editor\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", cell);\n } else {\n var _cell2 = table.rows[i].insertCell(index); // init inline editor\n\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", _cell2);\n }\n } // remove active cell\n\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n }\n }\n }, {\n name: \"delete_row\",\n title: \"Delete Row\",\n callback: function callback() {\n var _ea$hooks$applyFilter5 = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter5.view,\n table = _ea$hooks$applyFilter5.table,\n activeCell = _ea$hooks$applyFilter5.activeCell;\n\n if (activeCell !== null) {\n var index = activeCell.parentNode.rowIndex; // delete row\n\n table.deleteRow(index); // remove active cell\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n }\n }\n }, {\n name: \"delete_column\",\n title: \"Delete Column\",\n callback: function callback() {\n var _ea$hooks$applyFilter6 = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter6.view,\n table = _ea$hooks$applyFilter6.table,\n activeCell = _ea$hooks$applyFilter6.activeCell;\n\n if (activeCell !== null) {\n var index = activeCell.cellIndex; // delete columns\n\n for (var i = 0; i < table.rows.length; i++) {\n table.rows[i].deleteCell(index);\n } // remove active cell\n\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n }\n }\n }]\n });\n }\n\n return groups;\n }\n }]);\n\n return advancedDataTableEdit;\n}();\n\nea.hooks.addAction(\"editMode.init\", \"ea\", function () {\n new advancedDataTableEdit();\n});\n\n//# sourceURL=webpack:///./src/js/edit/advanced-data-table.js?");
|
| 97 |
|
| 98 |
/***/ })
|
| 99 |
|
| 93 |
/*! no static exports found */
|
| 94 |
/***/ (function(module, exports) {
|
| 95 |
|
| 96 |
+
eval("function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nvar advancedDataTableEdit = /*#__PURE__*/function () {\n function advancedDataTableEdit() {\n _classCallCheck(this, advancedDataTableEdit);\n\n // class props\n this.panel = null;\n this.model = null;\n this.view = null;\n this.table = null;\n this.tableInnerHTML = null;\n this.timeout = null;\n this.activeCell = null;\n this.dragStartX = null;\n this.dragStartWidth = null;\n this.dragEl = null;\n this.dragging = false; // register hooks\n\n ea.hooks.addFilter(\"advancedDataTable.getClassProps\", \"ea\", this.getClassProps.bind(this));\n ea.hooks.addFilter(\"advancedDataTable.setClassProps\", \"ea\", this.setClassProps.bind(this));\n ea.hooks.addFilter(\"advancedDataTable.parseHTML\", \"ea\", this.parseHTML);\n ea.hooks.addAction(\"advancedDataTable.initEditor\", \"ea\", this.initEditor.bind(this));\n ea.hooks.addAction(\"advancedDataTable.updateFromView\", \"ea\", this.updateFromView.bind(this));\n ea.hooks.addAction(\"advancedDataTable.initInlineEdit\", \"ea\", this.initInlineEdit.bind(this));\n ea.hooks.addAction(\"advancedDataTable.initPanelAction\", \"ea\", this.initPanelAction.bind(this));\n ea.hooks.addAction(\"advancedDataTable.triggerTextChange\", \"ea\", this.triggerTextChange.bind(this));\n elementor.hooks.addFilter(\"elements/widget/contextMenuGroups\", this.initContextMenu);\n elementor.hooks.addAction(\"panel/open_editor/widget/eael-advanced-data-table\", this.initPanel.bind(this));\n } // update model from view\n\n\n _createClass(advancedDataTableEdit, [{\n key: \"updateFromView\",\n value: function updateFromView(view, value) {\n var refresh = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;\n var model = view.model; // disable elementor remote server render\n\n model.remoteRender = refresh;\n\n if (elementor.config.version > \"2.7.6\") {\n var container = view.getContainer();\n var settings = view.getContainer().settings.attributes;\n Object.keys(value).forEach(function (key) {\n settings[key] = value[key];\n });\n parent.window.$e.run(\"document/elements/settings\", {\n container: container,\n settings: settings,\n options: {\n external: refresh\n }\n });\n } else {\n // update backbone model\n Object.keys(value).forEach(function (key) {\n model.setSetting(key, value[key]);\n });\n } // enable elementor remote server render just after elementor throttle\n // ignore multiple assign\n\n\n this.timeout = setTimeout(function () {\n model.remoteRender = true;\n }, 1001);\n } // get class properties\n\n }, {\n key: \"getClassProps\",\n value: function getClassProps() {\n return {\n view: this.view,\n model: this.model,\n table: this.table,\n activeCell: this.activeCell\n };\n } // get class properties\n\n }, {\n key: \"setClassProps\",\n value: function setClassProps(props) {\n var _this = this;\n\n Object.keys(props).forEach(function (key) {\n _this[key] = props[key];\n });\n } // parse table html\n\n }, {\n key: \"parseHTML\",\n value: function parseHTML(tableHTML) {\n tableHTML.querySelectorAll(\"th, td\").forEach(function (el) {\n if (el.querySelector(\".inline-editor\") !== null) {\n el.innerHTML = decodeURI(el.dataset.quill || \"\");\n delete el.dataset.quill;\n }\n });\n return tableHTML;\n } // init editor\n\n }, {\n key: \"initEditor\",\n value: function initEditor(cell) {\n var _this2 = this;\n\n // init value\n cell.dataset.quill = encodeURI(cell.innerHTML); // insert editor dom\n\n cell.innerHTML = \"<div class=\\\"inline-editor\\\">\".concat(cell.innerHTML, \"</div>\"); // init quill\n\n var quill = new Quill(cell.querySelector(\".inline-editor\"), {\n theme: \"bubble\",\n modules: {\n toolbar: [\"bold\", \"italic\", \"underline\", \"strike\", \"link\", {\n list: \"ordered\"\n }, {\n list: \"bullet\"\n }]\n }\n }); // bind change\n\n quill.on(\"text-change\", function (delta, oldDelta, source) {\n clearTimeout(_this2.timeout); // update data\n\n cell.dataset.quill = encodeURI(quill.root.innerHTML); // parse table html\n\n var origTable = _this2.parseHTML(_this2.table.cloneNode(true));\n\n _this2.tableInnerHTML = origTable.innerHTML; // update table\n\n _this2.updateFromView(_this2.view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n });\n } // init inline editing features\n\n }, {\n key: \"initInlineEdit\",\n value: function initInlineEdit() {\n var _this3 = this;\n\n var interval = setInterval(function () {\n if (_this3.view.el.querySelector(\".ea-advanced-data-table\")) {\n // init table\n if (_this3.table !== _this3.view.el.querySelector(\".ea-advanced-data-table\")) {\n _this3.table = _this3.view.el.querySelector(\".ea-advanced-data-table\"); // iniline editor\n\n if (_this3.table.classList.contains(\"ea-advanced-data-table-static\")) {\n _this3.table.querySelectorAll(\"th, td\").forEach(function (cell) {\n _this3.initEditor(cell);\n });\n } // mousedown\n\n\n _this3.table.addEventListener(\"mousedown\", function (e) {\n e.stopPropagation();\n\n if (e.target.tagName.toLowerCase() === \"th\") {\n _this3.dragging = true;\n _this3.dragEl = e.target;\n _this3.dragStartX = e.pageX;\n _this3.dragStartWidth = e.target.offsetWidth;\n }\n\n if (e.target.tagName.toLowerCase() === \"th\" || e.target.tagName.toLowerCase() === \"td\") {\n _this3.activeCell = e.target;\n } else if (e.target.parentNode.tagName.toLowerCase() === \"th\" || e.target.parentNode.tagName.toLowerCase() === \"td\") {\n _this3.activeCell = e.target.parentNode;\n } else if (e.target.parentNode.parentNode.tagName.toLowerCase() === \"th\" || e.target.parentNode.parentNode.tagName.toLowerCase() === \"td\") {\n _this3.activeCell = e.target.parentNode.parentNode;\n } else if (e.target.parentNode.parentNode.parentNode.tagName.toLowerCase() === \"th\" || e.target.parentNode.parentNode.parentNode.tagName.toLowerCase() === \"td\") {\n _this3.activeCell = e.target.parentNode.parentNode.parentNode;\n }\n }); // mousemove\n\n\n _this3.table.addEventListener(\"mousemove\", function (e) {\n if (_this3.dragging) {\n _this3.dragEl.style.width = \"\".concat(_this3.dragStartWidth + (event.pageX - _this3.dragStartX), \"px\");\n }\n }); // mouseup\n\n\n _this3.table.addEventListener(\"mouseup\", function (e) {\n if (_this3.dragging) {\n _this3.dragging = false;\n clearTimeout(_this3.timeout);\n\n if (_this3.table.classList.contains(\"ea-advanced-data-table-static\")) {\n // parse table html\n var origTable = _this3.parseHTML(_this3.table.cloneNode(true)); // update table\n\n\n _this3.updateFromView(_this3.view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n } else {\n // th width store\n var widths = []; // collect width of th\n\n _this3.table.querySelectorAll(\"th\").forEach(function (el, index) {\n widths[index] = el.style.width;\n }); // update table\n\n\n _this3.updateFromView(_this3.view, {\n ea_adv_data_table_dynamic_th_width: widths\n });\n }\n }\n }); // clear style\n\n\n _this3.table.addEventListener(\"dblclick\", function (e) {\n if (e.target.tagName.toLowerCase() === \"th\") {\n e.stopPropagation();\n clearTimeout(_this3.timeout);\n\n if (_this3.table.classList.contains(\"ea-advanced-data-table-static\")) {\n // parse table html\n var origTable = _this3.parseHTML(_this3.table.cloneNode(true)); // update table\n\n\n _this3.updateFromView(_this3.view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n });\n } else {\n // th width store\n var widths = []; // collect width of th\n\n _this3.table.querySelectorAll(\"th\").forEach(function (el, index) {\n widths[index] = el.style.width;\n }); // update table\n\n\n _this3.updateFromView(_this3.view, {\n ea_adv_data_table_dynamic_th_width: widths\n });\n }\n }\n });\n }\n\n clearInterval(interval);\n }\n }, 500);\n } // panel action\n\n }, {\n key: \"initPanelAction\",\n value: function initPanelAction() {\n var _this4 = this;\n\n this.panel.content.el.onclick = function (event) {\n if (event.target.dataset.event == \"ea:advTable:export\") {\n // export\n var rows = _this4.table.querySelectorAll(\"table tr\");\n\n var csv = []; // generate csv\n\n for (var i = 0; i < rows.length; i++) {\n var row = [];\n\n var _cols = rows[i].querySelectorAll(\"th, td\");\n\n if (_this4.table.classList.contains(\"ea-advanced-data-table-static\")) {\n for (var j = 0; j < _cols.length; j++) {\n row.push(JSON.stringify(decodeURI(_cols[j].dataset.quill)));\n }\n } else {\n for (var _j = 0; _j < _cols.length; _j++) {\n row.push(JSON.stringify(_cols[_j].innerHTML.replace(/(\\r\\n|\\n|\\r)/gm, \" \").trim()));\n }\n }\n\n csv.push(row.join(\",\"));\n } // download\n\n\n var csv_file = new Blob([csv.join(\"\\n\")], {\n type: \"text/csv\"\n });\n var downloadLink = parent.document.createElement(\"a\");\n downloadLink.classList.add(\"ea-adv-data-table-download-\".concat(_this4.model.attributes.id));\n downloadLink.download = \"ea-adv-data-table-\".concat(_this4.model.attributes.id, \".csv\");\n downloadLink.href = window.URL.createObjectURL(csv_file);\n downloadLink.style.display = \"none\";\n parent.document.body.appendChild(downloadLink);\n downloadLink.click();\n parent.document.querySelector(\".ea-adv-data-table-download-\".concat(_this4.model.attributes.id)).remove();\n } else if (event.target.dataset.event == \"ea:advTable:import\") {\n // import\n var textarea = _this4.panel.content.el.querySelector(\".ea_adv_table_csv_string\");\n\n var enableHeader = _this4.panel.content.el.querySelector(\".ea_adv_table_csv_string_table\").checked;\n\n var csletr = textarea.value.split(\"\\n\");\n var header = \"\";\n var body = \"\";\n\n if (textarea.value.length > 0) {\n body += \"<tbody>\";\n csletr.forEach(function (row, index) {\n if (row.length > 0) {\n cols = row.match(/(\"(?:[^\"\\\\]|\\\\.)*\"|[^\",\"]+)/gm);\n\n if (cols.length > 0) {\n if (enableHeader && index == 0) {\n header += \"<thead><tr>\";\n cols.forEach(function (col) {\n if (col.match(/(^\"\")|(^\")|(\"$)|(\"\"$)/g)) {\n header += \"<th>\".concat(JSON.parse(col), \"</th>\");\n } else {\n header += \"<th>\".concat(col, \"</th>\");\n }\n });\n header += \"</tr></thead>\";\n } else {\n body += \"<tr>\";\n cols.forEach(function (col) {\n if (col.match(/(^\"\")|(^\")|(\"$)|(\"\"$)/g)) {\n body += \"<td>\".concat(JSON.parse(col), \"</td>\");\n } else {\n body += \"<td>\".concat(col, \"</td>\");\n }\n });\n body += \"</tr>\";\n }\n }\n }\n });\n body += \"</tbody>\";\n\n if (header.length > 0 || body.length > 0) {\n _this4.tableInnerHTML = header + body;\n\n _this4.updateFromView(_this4.view, {\n ea_adv_data_table_static_html: header + body\n }, true); // init inline edit\n\n\n var interval = setInterval(function () {\n if (_this4.view.el.querySelector(\".ea-advanced-data-table\").innerHTML == header + body) {\n clearInterval(interval);\n ea.hooks.doAction(\"advancedDataTable.initInlineEdit\");\n }\n }, 500);\n }\n }\n\n textarea.value = \"\";\n }\n\n ea.hooks.doAction(\"advancedDataTable.panelAction\", _this4.panel, _this4.model, _this4.view, event);\n };\n } // init panel\n\n }, {\n key: \"initPanel\",\n value: function initPanel(panel, model, view) {\n var _this5 = this;\n\n this.panel = panel;\n this.model = model;\n this.view = view; // init inline edit\n\n ea.hooks.doAction(\"advancedDataTable.initInlineEdit\"); // init panel action\n\n ea.hooks.doAction(\"advancedDataTable.initPanelAction\"); // after panel init hook\n\n ea.hooks.doAction(\"advancedDataTable.afterInitPanel\", panel, model, view);\n model.once(\"editor:close\", function () {\n // parse table html\n var origTable = _this5.parseHTML(_this5.table.cloneNode(true));\n\n if (_this5.tableInnerHTML == null) {\n _this5.tableInnerHTML = origTable.innerHTML;\n } // update table\n\n\n _this5.updateFromView(_this5.view, {\n ea_adv_data_table_static_html: _this5.tableInnerHTML\n }, true);\n });\n } // context menu\n\n }, {\n key: \"initContextMenu\",\n value: function initContextMenu(groups, element) {\n if (element.options.model.attributes.widgetType == \"eael-advanced-data-table\" && element.options.model.attributes.settings.attributes.ea_adv_data_table_source == \"static\") {\n groups.push({\n name: \"ea_advanced_data_table\",\n actions: [{\n name: \"add_row_above\",\n title: \"Add Row Above\",\n callback: function callback() {\n var _ea$hooks$applyFilter = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter.view,\n table = _ea$hooks$applyFilter.table,\n activeCell = _ea$hooks$applyFilter.activeCell;\n\n if (activeCell !== null && activeCell.tagName.toLowerCase() != \"th\") {\n var index = activeCell.parentNode.rowIndex;\n var row = table.insertRow(index); // insert cells in row\n\n for (var i = 0; i < table.rows[0].cells.length; i++) {\n var cell = row.insertCell(i); // init inline editor\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", cell);\n } // remove active cell\n\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n }); // trigger text-change event\n\n ea.hooks.doAction(\"advancedDataTable.triggerTextChange\", table);\n }\n }\n }, {\n name: \"add_row_below\",\n title: \"Add Row Below\",\n callback: function callback() {\n var _ea$hooks$applyFilter2 = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter2.view,\n table = _ea$hooks$applyFilter2.table,\n activeCell = _ea$hooks$applyFilter2.activeCell;\n\n if (activeCell !== null) {\n var index = activeCell.parentNode.rowIndex + 1;\n var row = table.insertRow(index);\n\n for (var i = 0; i < table.rows[0].cells.length; i++) {\n var cell = row.insertCell(i); // init inline editor\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", cell);\n } // remove active cell\n\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n }); // trigger text-change event\n\n ea.hooks.doAction(\"advancedDataTable.triggerTextChange\", table);\n }\n }\n }, {\n name: \"add_column_left\",\n title: \"Add Column Left\",\n callback: function callback() {\n var _ea$hooks$applyFilter3 = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter3.view,\n table = _ea$hooks$applyFilter3.table,\n activeCell = _ea$hooks$applyFilter3.activeCell;\n\n if (activeCell !== null) {\n var index = activeCell.cellIndex;\n\n for (var i = 0; i < table.rows.length; i++) {\n if (table.rows[i].cells[0].tagName.toLowerCase() == \"th\") {\n var cell = table.rows[i].insertBefore(document.createElement(\"th\"), table.rows[i].cells[index]); // init inline editor\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", cell);\n } else {\n var _cell = table.rows[i].insertCell(index); // init inline editor\n\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", _cell);\n }\n } // remove active cell\n\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n }); // trigger text-change event\n\n ea.hooks.doAction(\"advancedDataTable.triggerTextChange\", table);\n }\n }\n }, {\n name: \"add_column_right\",\n title: \"Add Column Right\",\n callback: function callback() {\n var _ea$hooks$applyFilter4 = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter4.view,\n table = _ea$hooks$applyFilter4.table,\n activeCell = _ea$hooks$applyFilter4.activeCell;\n\n if (activeCell !== null) {\n var index = activeCell.cellIndex + 1;\n\n for (var i = 0; i < table.rows.length; i++) {\n if (table.rows[i].cells[0].tagName.toLowerCase() == \"th\") {\n var cell = table.rows[i].insertBefore(document.createElement(\"th\"), table.rows[i].cells[index]); // init inline editor\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", cell);\n } else {\n var _cell2 = table.rows[i].insertCell(index); // init inline editor\n\n\n ea.hooks.doAction(\"advancedDataTable.initEditor\", _cell2);\n }\n } // remove active cell\n\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n }); // trigger text-change event\n\n ea.hooks.doAction(\"advancedDataTable.triggerTextChange\", table);\n }\n }\n }, {\n name: \"delete_row\",\n title: \"Delete Row\",\n callback: function callback() {\n var _ea$hooks$applyFilter5 = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter5.view,\n table = _ea$hooks$applyFilter5.table,\n activeCell = _ea$hooks$applyFilter5.activeCell;\n\n if (activeCell !== null) {\n var index = activeCell.parentNode.rowIndex; // delete row\n\n table.deleteRow(index); // remove active cell\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n }); // trigger text-change event\n\n ea.hooks.doAction(\"advancedDataTable.triggerTextChange\", table);\n }\n }\n }, {\n name: \"delete_column\",\n title: \"Delete Column\",\n callback: function callback() {\n var _ea$hooks$applyFilter6 = ea.hooks.applyFilters(\"advancedDataTable.getClassProps\"),\n view = _ea$hooks$applyFilter6.view,\n table = _ea$hooks$applyFilter6.table,\n activeCell = _ea$hooks$applyFilter6.activeCell;\n\n if (activeCell !== null) {\n var index = activeCell.cellIndex; // delete columns\n\n for (var i = 0; i < table.rows.length; i++) {\n table.rows[i].deleteCell(index);\n } // remove active cell\n\n\n ea.hooks.applyFilters(\"advancedDataTable.setClassProps\", {\n activeCell: null\n }); // parse table html\n\n var origTable = ea.hooks.applyFilters(\"advancedDataTable.parseHTML\", table.cloneNode(true)); // update model\n\n ea.hooks.doAction(\"advancedDataTable.updateFromView\", view, {\n ea_adv_data_table_static_html: origTable.innerHTML\n }); // trigger text-change event\n\n ea.hooks.doAction(\"advancedDataTable.triggerTextChange\", table);\n }\n }\n }]\n });\n }\n\n return groups;\n }\n }, {\n key: \"triggerTextChange\",\n value: function triggerTextChange(table) {\n if (table.classList.contains(\"ea-advanced-data-table-static\")) {\n var cellSelector = jQuery('thead tr:first-child th:first-child .ql-editor p', table),\n cellSelector = cellSelector.length ? cellSelector : jQuery('tbody tr:first-child td:first-child .ql-editor p', table),\n cellData = cellSelector.html();\n cellSelector.html(cellData + ' ');\n setTimeout(function () {\n cellSelector.html(cellData);\n }, 1100);\n }\n }\n }]);\n\n return advancedDataTableEdit;\n}();\n\nea.hooks.addAction(\"editMode.init\", \"ea\", function () {\n new advancedDataTableEdit();\n});\n\n//# sourceURL=webpack:///./src/js/edit/advanced-data-table.js?");
|
| 97 |
|
| 98 |
/***/ })
|
| 99 |
|
assets/front-end/js/edit/advanced-data-table.min.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
!function(e){var a={};function t(n){if(a[n])return a[n].exports;var l=a[n]={i:n,l:!1,exports:{}};return e[n].call(l.exports,l,l.exports,t),l.l=!0,l.exports}t.m=e,t.c=a,t.d=function(e,a,n){t.o(e,a)||Object.defineProperty(e,a,{enumerable:!0,get:n})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,a){if(1&a&&(e=t(e)),8&a)return e;if(4&a&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(t.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&a&&"string"!=typeof e)for(var l in e)t.d(n,l,function(a){return e[a]}.bind(null,l));return n},t.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(a,"a",a),a},t.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},t.p="",t(t.s=28)}({28:function(e,a){function t(e,a){for(var t=0;t<a.length;t++){var n=a[t];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var n=function(){function e(){!function(e,a){if(!(e instanceof a))throw new TypeError("Cannot call a class as a function")}(this,e),this.panel=null,this.model=null,this.view=null,this.table=null,this.tableInnerHTML=null,this.timeout=null,this.activeCell=null,this.dragStartX=null,this.dragStartWidth=null,this.dragEl=null,this.dragging=!1,ea.hooks.addFilter("advancedDataTable.getClassProps","ea",this.getClassProps.bind(this)),ea.hooks.addFilter("advancedDataTable.setClassProps","ea",this.setClassProps.bind(this)),ea.hooks.addFilter("advancedDataTable.parseHTML","ea",this.parseHTML),ea.hooks.addAction("advancedDataTable.initEditor","ea",this.initEditor.bind(this)),ea.hooks.addAction("advancedDataTable.updateFromView","ea",this.updateFromView.bind(this)),ea.hooks.addAction("advancedDataTable.initInlineEdit","ea",this.initInlineEdit.bind(this)),ea.hooks.addAction("advancedDataTable.initPanelAction","ea",this.initPanelAction.bind(this)),elementor.hooks.addFilter("elements/widget/contextMenuGroups",this.initContextMenu),elementor.hooks.addAction("panel/open_editor/widget/eael-advanced-data-table",this.initPanel.bind(this))}var a,n,l;return a=e,(n=[{key:"updateFromView",value:function(e,a){var t=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=e.model;if(n.remoteRender=t,elementor.config.version>"2.7.6"){var l=e.getContainer(),o=e.getContainer().settings.attributes;Object.keys(a).forEach((function(e){o[e]=a[e]})),parent.window.$e.run("document/elements/settings",{container:l,settings:o,options:{external:t}})}else Object.keys(a).forEach((function(e){n.setSetting(e,a[e])}));this.timeout=setTimeout((function(){n.remoteRender=!0}),1001)}},{key:"getClassProps",value:function(){return{view:this.view,model:this.model,table:this.table,activeCell:this.activeCell}}},{key:"setClassProps",value:function(e){var a=this;Object.keys(e).forEach((function(t){a[t]=e[t]}))}},{key:"parseHTML",value:function(e){return e.querySelectorAll("th, td").forEach((function(e){null!==e.querySelector(".inline-editor")&&(e.innerHTML=decodeURI(e.dataset.quill||""),delete e.dataset.quill)})),e}},{key:"initEditor",value:function(e){var a=this;e.dataset.quill=encodeURI(e.innerHTML),e.innerHTML='<div class="inline-editor">'.concat(e.innerHTML,"</div>");var t=new Quill(e.querySelector(".inline-editor"),{theme:"bubble",modules:{toolbar:["bold","italic","underline","strike","link",{list:"ordered"},{list:"bullet"}]}});t.on("text-change",(function(n,l,o){clearTimeout(a.timeout),e.dataset.quill=encodeURI(t.root.innerHTML);var i=a.parseHTML(a.table.cloneNode(!0));a.tableInnerHTML=i.innerHTML,a.updateFromView(a.view,{ea_adv_data_table_static_html:i.innerHTML})}))}},{key:"initInlineEdit",value:function(){var e=this,a=setInterval((function(){e.view.el.querySelector(".ea-advanced-data-table")&&(e.table!==e.view.el.querySelector(".ea-advanced-data-table")&&(e.table=e.view.el.querySelector(".ea-advanced-data-table"),e.table.classList.contains("ea-advanced-data-table-static")&&e.table.querySelectorAll("th, td").forEach((function(a){e.initEditor(a)})),e.table.addEventListener("mousedown",(function(a){a.stopPropagation(),"th"===a.target.tagName.toLowerCase()&&(e.dragging=!0,e.dragEl=a.target,e.dragStartX=a.pageX,e.dragStartWidth=a.target.offsetWidth),"th"===a.target.tagName.toLowerCase()||"td"===a.target.tagName.toLowerCase()?e.activeCell=a.target:"th"===a.target.parentNode.tagName.toLowerCase()||"td"===a.target.parentNode.tagName.toLowerCase()?e.activeCell=a.target.parentNode:"th"===a.target.parentNode.parentNode.tagName.toLowerCase()||"td"===a.target.parentNode.parentNode.tagName.toLowerCase()?e.activeCell=a.target.parentNode.parentNode:"th"!==a.target.parentNode.parentNode.parentNode.tagName.toLowerCase()&&"td"!==a.target.parentNode.parentNode.parentNode.tagName.toLowerCase()||(e.activeCell=a.target.parentNode.parentNode.parentNode)})),e.table.addEventListener("mousemove",(function(a){e.dragging&&(e.dragEl.style.width="".concat(e.dragStartWidth+(event.pageX-e.dragStartX),"px"))})),e.table.addEventListener("mouseup",(function(a){if(e.dragging)if(e.dragging=!1,clearTimeout(e.timeout),e.table.classList.contains("ea-advanced-data-table-static")){var t=e.parseHTML(e.table.cloneNode(!0));e.updateFromView(e.view,{ea_adv_data_table_static_html:t.innerHTML})}else{var n=[];e.table.querySelectorAll("th").forEach((function(e,a){n[a]=e.style.width})),e.updateFromView(e.view,{ea_adv_data_table_dynamic_th_width:n})}})),e.table.addEventListener("dblclick",(function(a){if("th"===a.target.tagName.toLowerCase())if(a.stopPropagation(),clearTimeout(e.timeout),e.table.classList.contains("ea-advanced-data-table-static")){var t=e.parseHTML(e.table.cloneNode(!0));e.updateFromView(e.view,{ea_adv_data_table_static_html:t.innerHTML})}else{var n=[];e.table.querySelectorAll("th").forEach((function(e,a){n[a]=e.style.width})),e.updateFromView(e.view,{ea_adv_data_table_dynamic_th_width:n})}}))),clearInterval(a))}),500)}},{key:"initPanelAction",value:function(){var e=this;this.panel.content.el.onclick=function(a){if("ea:advTable:export"==a.target.dataset.event){for(var t=e.table.querySelectorAll("table tr"),n=[],l=0;l<t.length;l++){var o=[],i=t[l].querySelectorAll("th, td");if(e.table.classList.contains("ea-advanced-data-table-static"))for(var r=0;r<i.length;r++)o.push(JSON.stringify(decodeURI(i[r].dataset.quill)));else for(var d=0;d<i.length;d++)o.push(JSON.stringify(i[d].innerHTML.replace(/(\r\n|\n|\r)/gm," ").trim()));n.push(o.join(","))}var s=new Blob([n.join("\n")],{type:"text/csv"}),c=parent.document.createElement("a");c.classList.add("ea-adv-data-table-download-".concat(e.model.attributes.id)),c.download="ea-adv-data-table-".concat(e.model.attributes.id,".csv"),c.href=window.URL.createObjectURL(s),c.style.display="none",parent.document.body.appendChild(c),c.click(),parent.document.querySelector(".ea-adv-data-table-download-".concat(e.model.attributes.id)).remove()}else if("ea:advTable:import"==a.target.dataset.event){var v=e.panel.content.el.querySelector(".ea_adv_table_csv_string"),u=e.panel.content.el.querySelector(".ea_adv_table_csv_string_table").checked,h=v.value.split("\n"),b="",p="";if(v.value.length>0&&(p+="<tbody>",h.forEach((function(e,a){e.length>0&&(cols=e.match(/("(?:[^"\\]|\\.)*"|[^","]+)/gm),cols.length>0&&(u&&0==a?(b+="<thead><tr>",cols.forEach((function(e){e.match(/(^"")|(^")|("$)|(""$)/g)?b+="<th>".concat(JSON.parse(e),"</th>"):b+="<th>".concat(e,"</th>")})),b+="</tr></thead>"):(p+="<tr>",cols.forEach((function(e){e.match(/(^"")|(^")|("$)|(""$)/g)?p+="<td>".concat(JSON.parse(e),"</td>"):p+="<td>".concat(e,"</td>")})),p+="</tr>")))})),p+="</tbody>",b.length>0||p.length>0)){e.tableInnerHTML=b+p,e.updateFromView(e.view,{ea_adv_data_table_static_html:b+p},!0);var f=setInterval((function(){e.view.el.querySelector(".ea-advanced-data-table").innerHTML==b+p&&(clearInterval(f),ea.hooks.doAction("advancedDataTable.initInlineEdit"))}),500)}v.value=""}ea.hooks.doAction("advancedDataTable.panelAction",e.panel,e.model,e.view,a)}}},{key:"initPanel",value:function(e,a,t){var n=this;this.panel=e,this.model=a,this.view=t,ea.hooks.doAction("advancedDataTable.initInlineEdit"),ea.hooks.doAction("advancedDataTable.initPanelAction"),ea.hooks.doAction("advancedDataTable.afterInitPanel",e,a,t),a.once("editor:close",(function(){var e=n.parseHTML(n.table.cloneNode(!0));null==n.tableInnerHTML&&(n.tableInnerHTML=e.innerHTML),n.updateFromView(n.view,{ea_adv_data_table_static_html:n.tableInnerHTML},!0)}))}},{key:"initContextMenu",value:function(e,a){return"eael-advanced-data-table"==a.options.model.attributes.widgetType&&"static"==a.options.model.attributes.settings.attributes.ea_adv_data_table_source&&e.push({name:"ea_advanced_data_table",actions:[{name:"add_row_above",title:"Add Row Above",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n&&"th"!=n.tagName.toLowerCase()){for(var l=n.parentNode.rowIndex,o=t.insertRow(l),i=0;i<t.rows[0].cells.length;i++){var r=o.insertCell(i);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML})}}},{name:"add_row_below",title:"Add Row Below",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.parentNode.rowIndex+1,o=t.insertRow(l),i=0;i<t.rows[0].cells.length;i++){var r=o.insertCell(i);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML})}}},{name:"add_column_left",title:"Add Column Left",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex,o=0;o<t.rows.length;o++)if("th"==t.rows[o].cells[0].tagName.toLowerCase()){var i=t.rows[o].insertBefore(document.createElement("th"),t.rows[o].cells[l]);ea.hooks.doAction("advancedDataTable.initEditor",i)}else{var r=t.rows[o].insertCell(l);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML})}}},{name:"add_column_right",title:"Add Column Right",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex+1,o=0;o<t.rows.length;o++)if("th"==t.rows[o].cells[0].tagName.toLowerCase()){var i=t.rows[o].insertBefore(document.createElement("th"),t.rows[o].cells[l]);ea.hooks.doAction("advancedDataTable.initEditor",i)}else{var r=t.rows[o].insertCell(l);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML})}}},{name:"delete_row",title:"Delete Row",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){var l=n.parentNode.rowIndex;t.deleteRow(l),ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var o=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:o.innerHTML})}}},{name:"delete_column",title:"Delete Column",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex,o=0;o<t.rows.length;o++)t.rows[o].deleteCell(l);ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var i=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:i.innerHTML})}}}]}),e}}])&&t(a.prototype,n),l&&t(a,l),e}();ea.hooks.addAction("editMode.init","ea",(function(){new n}))}});
|
| 1 |
+
!function(e){var a={};function t(n){if(a[n])return a[n].exports;var l=a[n]={i:n,l:!1,exports:{}};return e[n].call(l.exports,l,l.exports,t),l.l=!0,l.exports}t.m=e,t.c=a,t.d=function(e,a,n){t.o(e,a)||Object.defineProperty(e,a,{enumerable:!0,get:n})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,a){if(1&a&&(e=t(e)),8&a)return e;if(4&a&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(t.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&a&&"string"!=typeof e)for(var l in e)t.d(n,l,function(a){return e[a]}.bind(null,l));return n},t.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(a,"a",a),a},t.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},t.p="",t(t.s=28)}({28:function(e,a){function t(e,a){for(var t=0;t<a.length;t++){var n=a[t];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var n=function(){function e(){!function(e,a){if(!(e instanceof a))throw new TypeError("Cannot call a class as a function")}(this,e),this.panel=null,this.model=null,this.view=null,this.table=null,this.tableInnerHTML=null,this.timeout=null,this.activeCell=null,this.dragStartX=null,this.dragStartWidth=null,this.dragEl=null,this.dragging=!1,ea.hooks.addFilter("advancedDataTable.getClassProps","ea",this.getClassProps.bind(this)),ea.hooks.addFilter("advancedDataTable.setClassProps","ea",this.setClassProps.bind(this)),ea.hooks.addFilter("advancedDataTable.parseHTML","ea",this.parseHTML),ea.hooks.addAction("advancedDataTable.initEditor","ea",this.initEditor.bind(this)),ea.hooks.addAction("advancedDataTable.updateFromView","ea",this.updateFromView.bind(this)),ea.hooks.addAction("advancedDataTable.initInlineEdit","ea",this.initInlineEdit.bind(this)),ea.hooks.addAction("advancedDataTable.initPanelAction","ea",this.initPanelAction.bind(this)),ea.hooks.addAction("advancedDataTable.triggerTextChange","ea",this.triggerTextChange.bind(this)),elementor.hooks.addFilter("elements/widget/contextMenuGroups",this.initContextMenu),elementor.hooks.addAction("panel/open_editor/widget/eael-advanced-data-table",this.initPanel.bind(this))}var a,n,l;return a=e,(n=[{key:"updateFromView",value:function(e,a){var t=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=e.model;if(n.remoteRender=t,elementor.config.version>"2.7.6"){var l=e.getContainer(),o=e.getContainer().settings.attributes;Object.keys(a).forEach((function(e){o[e]=a[e]})),parent.window.$e.run("document/elements/settings",{container:l,settings:o,options:{external:t}})}else Object.keys(a).forEach((function(e){n.setSetting(e,a[e])}));this.timeout=setTimeout((function(){n.remoteRender=!0}),1001)}},{key:"getClassProps",value:function(){return{view:this.view,model:this.model,table:this.table,activeCell:this.activeCell}}},{key:"setClassProps",value:function(e){var a=this;Object.keys(e).forEach((function(t){a[t]=e[t]}))}},{key:"parseHTML",value:function(e){return e.querySelectorAll("th, td").forEach((function(e){null!==e.querySelector(".inline-editor")&&(e.innerHTML=decodeURI(e.dataset.quill||""),delete e.dataset.quill)})),e}},{key:"initEditor",value:function(e){var a=this;e.dataset.quill=encodeURI(e.innerHTML),e.innerHTML='<div class="inline-editor">'.concat(e.innerHTML,"</div>");var t=new Quill(e.querySelector(".inline-editor"),{theme:"bubble",modules:{toolbar:["bold","italic","underline","strike","link",{list:"ordered"},{list:"bullet"}]}});t.on("text-change",(function(n,l,o){clearTimeout(a.timeout),e.dataset.quill=encodeURI(t.root.innerHTML);var i=a.parseHTML(a.table.cloneNode(!0));a.tableInnerHTML=i.innerHTML,a.updateFromView(a.view,{ea_adv_data_table_static_html:i.innerHTML})}))}},{key:"initInlineEdit",value:function(){var e=this,a=setInterval((function(){e.view.el.querySelector(".ea-advanced-data-table")&&(e.table!==e.view.el.querySelector(".ea-advanced-data-table")&&(e.table=e.view.el.querySelector(".ea-advanced-data-table"),e.table.classList.contains("ea-advanced-data-table-static")&&e.table.querySelectorAll("th, td").forEach((function(a){e.initEditor(a)})),e.table.addEventListener("mousedown",(function(a){a.stopPropagation(),"th"===a.target.tagName.toLowerCase()&&(e.dragging=!0,e.dragEl=a.target,e.dragStartX=a.pageX,e.dragStartWidth=a.target.offsetWidth),"th"===a.target.tagName.toLowerCase()||"td"===a.target.tagName.toLowerCase()?e.activeCell=a.target:"th"===a.target.parentNode.tagName.toLowerCase()||"td"===a.target.parentNode.tagName.toLowerCase()?e.activeCell=a.target.parentNode:"th"===a.target.parentNode.parentNode.tagName.toLowerCase()||"td"===a.target.parentNode.parentNode.tagName.toLowerCase()?e.activeCell=a.target.parentNode.parentNode:"th"!==a.target.parentNode.parentNode.parentNode.tagName.toLowerCase()&&"td"!==a.target.parentNode.parentNode.parentNode.tagName.toLowerCase()||(e.activeCell=a.target.parentNode.parentNode.parentNode)})),e.table.addEventListener("mousemove",(function(a){e.dragging&&(e.dragEl.style.width="".concat(e.dragStartWidth+(event.pageX-e.dragStartX),"px"))})),e.table.addEventListener("mouseup",(function(a){if(e.dragging)if(e.dragging=!1,clearTimeout(e.timeout),e.table.classList.contains("ea-advanced-data-table-static")){var t=e.parseHTML(e.table.cloneNode(!0));e.updateFromView(e.view,{ea_adv_data_table_static_html:t.innerHTML})}else{var n=[];e.table.querySelectorAll("th").forEach((function(e,a){n[a]=e.style.width})),e.updateFromView(e.view,{ea_adv_data_table_dynamic_th_width:n})}})),e.table.addEventListener("dblclick",(function(a){if("th"===a.target.tagName.toLowerCase())if(a.stopPropagation(),clearTimeout(e.timeout),e.table.classList.contains("ea-advanced-data-table-static")){var t=e.parseHTML(e.table.cloneNode(!0));e.updateFromView(e.view,{ea_adv_data_table_static_html:t.innerHTML})}else{var n=[];e.table.querySelectorAll("th").forEach((function(e,a){n[a]=e.style.width})),e.updateFromView(e.view,{ea_adv_data_table_dynamic_th_width:n})}}))),clearInterval(a))}),500)}},{key:"initPanelAction",value:function(){var e=this;this.panel.content.el.onclick=function(a){if("ea:advTable:export"==a.target.dataset.event){for(var t=e.table.querySelectorAll("table tr"),n=[],l=0;l<t.length;l++){var o=[],i=t[l].querySelectorAll("th, td");if(e.table.classList.contains("ea-advanced-data-table-static"))for(var r=0;r<i.length;r++)o.push(JSON.stringify(decodeURI(i[r].dataset.quill)));else for(var d=0;d<i.length;d++)o.push(JSON.stringify(i[d].innerHTML.replace(/(\r\n|\n|\r)/gm," ").trim()));n.push(o.join(","))}var s=new Blob([n.join("\n")],{type:"text/csv"}),c=parent.document.createElement("a");c.classList.add("ea-adv-data-table-download-".concat(e.model.attributes.id)),c.download="ea-adv-data-table-".concat(e.model.attributes.id,".csv"),c.href=window.URL.createObjectURL(s),c.style.display="none",parent.document.body.appendChild(c),c.click(),parent.document.querySelector(".ea-adv-data-table-download-".concat(e.model.attributes.id)).remove()}else if("ea:advTable:import"==a.target.dataset.event){var v=e.panel.content.el.querySelector(".ea_adv_table_csv_string"),u=e.panel.content.el.querySelector(".ea_adv_table_csv_string_table").checked,h=v.value.split("\n"),b="",p="";if(v.value.length>0&&(p+="<tbody>",h.forEach((function(e,a){e.length>0&&(cols=e.match(/("(?:[^"\\]|\\.)*"|[^","]+)/gm),cols.length>0&&(u&&0==a?(b+="<thead><tr>",cols.forEach((function(e){e.match(/(^"")|(^")|("$)|(""$)/g)?b+="<th>".concat(JSON.parse(e),"</th>"):b+="<th>".concat(e,"</th>")})),b+="</tr></thead>"):(p+="<tr>",cols.forEach((function(e){e.match(/(^"")|(^")|("$)|(""$)/g)?p+="<td>".concat(JSON.parse(e),"</td>"):p+="<td>".concat(e,"</td>")})),p+="</tr>")))})),p+="</tbody>",b.length>0||p.length>0)){e.tableInnerHTML=b+p,e.updateFromView(e.view,{ea_adv_data_table_static_html:b+p},!0);var g=setInterval((function(){e.view.el.querySelector(".ea-advanced-data-table").innerHTML==b+p&&(clearInterval(g),ea.hooks.doAction("advancedDataTable.initInlineEdit"))}),500)}v.value=""}ea.hooks.doAction("advancedDataTable.panelAction",e.panel,e.model,e.view,a)}}},{key:"initPanel",value:function(e,a,t){var n=this;this.panel=e,this.model=a,this.view=t,ea.hooks.doAction("advancedDataTable.initInlineEdit"),ea.hooks.doAction("advancedDataTable.initPanelAction"),ea.hooks.doAction("advancedDataTable.afterInitPanel",e,a,t),a.once("editor:close",(function(){var e=n.parseHTML(n.table.cloneNode(!0));null==n.tableInnerHTML&&(n.tableInnerHTML=e.innerHTML),n.updateFromView(n.view,{ea_adv_data_table_static_html:n.tableInnerHTML},!0)}))}},{key:"initContextMenu",value:function(e,a){return"eael-advanced-data-table"==a.options.model.attributes.widgetType&&"static"==a.options.model.attributes.settings.attributes.ea_adv_data_table_source&&e.push({name:"ea_advanced_data_table",actions:[{name:"add_row_above",title:"Add Row Above",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n&&"th"!=n.tagName.toLowerCase()){for(var l=n.parentNode.rowIndex,o=t.insertRow(l),i=0;i<t.rows[0].cells.length;i++){var r=o.insertCell(i);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML}),ea.hooks.doAction("advancedDataTable.triggerTextChange",t)}}},{name:"add_row_below",title:"Add Row Below",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.parentNode.rowIndex+1,o=t.insertRow(l),i=0;i<t.rows[0].cells.length;i++){var r=o.insertCell(i);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML}),ea.hooks.doAction("advancedDataTable.triggerTextChange",t)}}},{name:"add_column_left",title:"Add Column Left",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex,o=0;o<t.rows.length;o++)if("th"==t.rows[o].cells[0].tagName.toLowerCase()){var i=t.rows[o].insertBefore(document.createElement("th"),t.rows[o].cells[l]);ea.hooks.doAction("advancedDataTable.initEditor",i)}else{var r=t.rows[o].insertCell(l);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML}),ea.hooks.doAction("advancedDataTable.triggerTextChange",t)}}},{name:"add_column_right",title:"Add Column Right",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex+1,o=0;o<t.rows.length;o++)if("th"==t.rows[o].cells[0].tagName.toLowerCase()){var i=t.rows[o].insertBefore(document.createElement("th"),t.rows[o].cells[l]);ea.hooks.doAction("advancedDataTable.initEditor",i)}else{var r=t.rows[o].insertCell(l);ea.hooks.doAction("advancedDataTable.initEditor",r)}ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var d=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:d.innerHTML}),ea.hooks.doAction("advancedDataTable.triggerTextChange",t)}}},{name:"delete_row",title:"Delete Row",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){var l=n.parentNode.rowIndex;t.deleteRow(l),ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var o=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:o.innerHTML}),ea.hooks.doAction("advancedDataTable.triggerTextChange",t)}}},{name:"delete_column",title:"Delete Column",callback:function(){var e=ea.hooks.applyFilters("advancedDataTable.getClassProps"),a=e.view,t=e.table,n=e.activeCell;if(null!==n){for(var l=n.cellIndex,o=0;o<t.rows.length;o++)t.rows[o].deleteCell(l);ea.hooks.applyFilters("advancedDataTable.setClassProps",{activeCell:null});var i=ea.hooks.applyFilters("advancedDataTable.parseHTML",t.cloneNode(!0));ea.hooks.doAction("advancedDataTable.updateFromView",a,{ea_adv_data_table_static_html:i.innerHTML}),ea.hooks.doAction("advancedDataTable.triggerTextChange",t)}}}]}),e}},{key:"triggerTextChange",value:function(e){if(e.classList.contains("ea-advanced-data-table-static")){var a,t=(a=(a=jQuery("thead tr:first-child th:first-child .ql-editor p",e)).length?a:jQuery("tbody tr:first-child td:first-child .ql-editor p",e)).html();a.html(t+" "),setTimeout((function(){a.html(t)}),1100)}}}])&&t(a.prototype,n),l&&t(a,l),e}();ea.hooks.addAction("editMode.init","ea",(function(){new n}))}});
|
assets/front-end/js/view/advanced-tabs.js
CHANGED
|
@@ -93,7 +93,7 @@
|
|
| 93 |
/*! no static exports found */
|
| 94 |
/***/ (function(module, exports) {
|
| 95 |
|
| 96 |
-
eval("ea.hooks.addAction(\"init\", \"ea\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-adv-tabs.default\", function ($scope, $) {\n var $currentTab = $scope.find('.eael-advance-tabs'),\n $currentTabId = '#' + $currentTab.attr('id').toString();\n var hashTag = window.location.hash.substr(1);\n $($currentTabId + ' > .eael-tabs-nav ul li', $scope).each(function (index) {\n if (hashTag && $(this).attr(\"id\") == hashTag) {\n $($currentTabId + ' .eael-tabs-nav > ul li', $scope).removeClass(\"active\").addClass(\"inactive\");\n $(this).removeClass(\"inactive\").addClass(\"active\");\n } else {\n if ($(this).hasClass(\"active-default\")) {\n $($currentTabId + ' .eael-tabs-nav > ul li', $scope).removeClass(\"active\").addClass(\"inactive\");\n $(this).removeClass(\"inactive\").addClass('active');\n } else {\n if (index == 0) {\n $(this).removeClass(\"inactive\").addClass(\"active\");\n }\n }\n }\n });\n $($currentTabId + ' > .eael-tabs-content > div', $scope).each(function (index) {\n if (hashTag && $(this).attr(\"id\") == hashTag) {\n $($currentTabId + ' > .eael-tabs-content > div', $scope).removeClass(\"active\");\n $(this).removeClass(\"inactive\").addClass(\"active\");\n } else {\n if ($(this).hasClass(\"active-default\")) {\n $($currentTabId + ' > .eael-tabs-content > div', $scope).removeClass(\"active\");\n $(this).removeClass(\"inactive\").addClass(\"active\");\n } else {\n if (index == 0) {\n $(this).removeClass(\"inactive\").addClass(\"active\");\n }\n }\n }\n });\n $($currentTabId + ' .eael-tabs-nav ul li', $scope).on(\"click\", function (e) {\n e.preventDefault();\n var currentTabIndex = $(this).index();\n var tabsContainer = $(this).closest(\".eael-advance-tabs\");\n var tabsNav = $(tabsContainer).children(\".eael-tabs-nav\").children(\"ul\").children(\"li\");\n var tabsContent = $(tabsContainer).children(\".eael-tabs-content\").children(\"div\");\n $(this).parent(\"li\").addClass(\"active\");\n $(tabsNav).removeClass(\"active active-default\").addClass(\"inactive\");\n $(this).addClass(\"active\").removeClass(\"inactive\");\n $(tabsContent).removeClass(\"active\").addClass(\"inactive\");\n $(tabsContent).eq(currentTabIndex).addClass(\"active\").removeClass(\"inactive\");\n $(tabsContent).each(function (index) {\n $(this).removeClass(\"active-default\");\n });\n var $filterGallery = tabsContent.eq(currentTabIndex).find(\".eael-filter-gallery-container\"),\n $postGridGallery = tabsContent.eq(currentTabIndex).find(\".eael-post-grid.eael-post-appender\"),\n $twitterfeedGallery = tabsContent.eq(currentTabIndex).find(\".eael-twitter-feed-masonry\"),\n $instaGallery = tabsContent.eq(currentTabIndex).find(\".eael-instafeed\"),\n $paGallery = tabsContent.eq(currentTabIndex).find(\".premium-gallery-container\"),\n $evCalendar = $(\".eael-event-calendar-cls\", tabsContent);\n\n if ($postGridGallery.length) {\n $postGridGallery.isotope(\"layout\");\n }\n\n if ($twitterfeedGallery.length) {\n $twitterfeedGallery.isotope(\"layout\");\n }\n\n if ($filterGallery.length) {\n $filterGallery.isotope(\"layout\");\n }\n\n if ($instaGallery.length) {\n $instaGallery.isotope(\"layout\");\n }\n\n if ($paGallery.length) {\n $paGallery.each(function (index, item) {\n $(item).isotope(\"layout\");\n });\n }\n\n if ($evCalendar.length) {\n ea.hooks.doAction(\"eventCalendar.reinit\");\n }\n });\n });\n});\n\n//# sourceURL=webpack:///./src/js/view/advanced-tabs.js?");
|
| 97 |
|
| 98 |
/***/ })
|
| 99 |
|
| 93 |
/*! no static exports found */
|
| 94 |
/***/ (function(module, exports) {
|
| 95 |
|
| 96 |
+
eval("ea.hooks.addAction(\"init\", \"ea\", function () {\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-adv-tabs.default\", function ($scope, $) {\n var $currentTab = $scope.find('.eael-advance-tabs'),\n $currentTabId = '#' + $currentTab.attr('id').toString();\n var hashTag = window.location.hash.substr(1);\n var hashLink = false;\n $($currentTabId + ' > .eael-tabs-nav ul li', $scope).each(function (index) {\n if (hashTag && $(this).attr(\"id\") == hashTag) {\n $($currentTabId + ' .eael-tabs-nav > ul li', $scope).removeClass(\"active\").addClass(\"inactive\");\n $(this).removeClass(\"inactive\").addClass(\"active\");\n hashLink = true;\n } else {\n if ($(this).hasClass(\"active-default\") && !hashLink) {\n $($currentTabId + ' .eael-tabs-nav > ul li', $scope).removeClass(\"active\").addClass(\"inactive\");\n $(this).removeClass(\"inactive\").addClass('active');\n } else {\n if (index == 0) {\n $(this).removeClass(\"inactive\").addClass(\"active\");\n }\n }\n }\n });\n var hashContent = false;\n $($currentTabId + ' > .eael-tabs-content > div', $scope).each(function (index) {\n if (hashTag && $(this).attr(\"id\") == hashTag) {\n $($currentTabId + ' > .eael-tabs-content > div', $scope).removeClass(\"active\");\n var nestedLink = $(this).closest('.eael-tabs-content').closest('.eael-tab-content-item');\n\n if (nestedLink.length) {\n var parentTab = nestedLink.closest('.eael-advance-tabs'),\n titleID = $(\"#\" + nestedLink.attr(\"id\")),\n contentID = titleID.data('title-link');\n parentTab.find(\" > .eael-tabs-nav > ul > li\").removeClass('active');\n parentTab.find(\" > .eael-tabs-content > div\").removeClass('active');\n titleID.addClass(\"active\");\n $(\"#\" + contentID).addClass(\"active\");\n }\n\n $(this).removeClass(\"inactive\").addClass(\"active\");\n hashContent = true;\n } else {\n if ($(this).hasClass(\"active-default\") && !hashContent) {\n $($currentTabId + ' > .eael-tabs-content > div', $scope).removeClass(\"active\");\n $(this).removeClass(\"inactive\").addClass(\"active\");\n } else {\n if (index == 0) {\n $(this).removeClass(\"inactive\").addClass(\"active\");\n }\n }\n }\n });\n $($currentTabId + ' .eael-tabs-nav ul li', $scope).on(\"click\", function (e) {\n e.preventDefault();\n var currentTabIndex = $(this).index();\n var tabsContainer = $(this).closest(\".eael-advance-tabs\");\n var tabsNav = $(tabsContainer).children(\".eael-tabs-nav\").children(\"ul\").children(\"li\");\n var tabsContent = $(tabsContainer).children(\".eael-tabs-content\").children(\"div\");\n $(this).parent(\"li\").addClass(\"active\");\n $(tabsNav).removeClass(\"active active-default\").addClass(\"inactive\");\n $(this).addClass(\"active\").removeClass(\"inactive\");\n $(tabsContent).removeClass(\"active\").addClass(\"inactive\");\n $(tabsContent).eq(currentTabIndex).addClass(\"active\").removeClass(\"inactive\");\n $(tabsContent).each(function (index) {\n $(this).removeClass(\"active-default\");\n });\n var $filterGallery = tabsContent.eq(currentTabIndex).find(\".eael-filter-gallery-container\"),\n $postGridGallery = tabsContent.eq(currentTabIndex).find(\".eael-post-grid.eael-post-appender\"),\n $twitterfeedGallery = tabsContent.eq(currentTabIndex).find(\".eael-twitter-feed-masonry\"),\n $instaGallery = tabsContent.eq(currentTabIndex).find(\".eael-instafeed\"),\n $paGallery = tabsContent.eq(currentTabIndex).find(\".premium-gallery-container\"),\n $evCalendar = $(\".eael-event-calendar-cls\", tabsContent);\n\n if ($postGridGallery.length) {\n $postGridGallery.isotope(\"layout\");\n }\n\n if ($twitterfeedGallery.length) {\n $twitterfeedGallery.isotope(\"layout\");\n }\n\n if ($filterGallery.length) {\n $filterGallery.isotope(\"layout\");\n }\n\n if ($instaGallery.length) {\n $instaGallery.isotope(\"layout\");\n }\n\n if ($paGallery.length) {\n $paGallery.each(function (index, item) {\n $(item).isotope(\"layout\");\n });\n }\n\n if ($evCalendar.length) {\n ea.hooks.doAction(\"eventCalendar.reinit\");\n }\n });\n });\n});\n\n//# sourceURL=webpack:///./src/js/view/advanced-tabs.js?");
|
| 97 |
|
| 98 |
/***/ })
|
| 99 |
|
assets/front-end/js/view/advanced-tabs.min.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
!function(e){var t={};function a(
|
| 1 |
+
!function(e){var t={};function a(i){if(t[i])return t[i].exports;var n=t[i]={i:i,l:!1,exports:{}};return e[i].call(n.exports,n,n.exports,a),n.l=!0,n.exports}a.m=e,a.c=t,a.d=function(e,t,i){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(a.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)a.d(i,n,function(t){return e[t]}.bind(null,n));return i},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=2)}({2:function(e,t){ea.hooks.addAction("init","ea",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-adv-tabs.default",(function(e,t){var a="#"+e.find(".eael-advance-tabs").attr("id").toString(),i=window.location.hash.substr(1),n=!1;t(a+" > .eael-tabs-nav ul li",e).each((function(s){i&&t(this).attr("id")==i?(t(a+" .eael-tabs-nav > ul li",e).removeClass("active").addClass("inactive"),t(this).removeClass("inactive").addClass("active"),n=!0):t(this).hasClass("active-default")&&!n?(t(a+" .eael-tabs-nav > ul li",e).removeClass("active").addClass("inactive"),t(this).removeClass("inactive").addClass("active")):0==s&&t(this).removeClass("inactive").addClass("active")}));var s=!1;t(a+" > .eael-tabs-content > div",e).each((function(n){if(i&&t(this).attr("id")==i){t(a+" > .eael-tabs-content > div",e).removeClass("active");var l=t(this).closest(".eael-tabs-content").closest(".eael-tab-content-item");if(l.length){var o=l.closest(".eael-advance-tabs"),r=t("#"+l.attr("id")),c=r.data("title-link");o.find(" > .eael-tabs-nav > ul > li").removeClass("active"),o.find(" > .eael-tabs-content > div").removeClass("active"),r.addClass("active"),t("#"+c).addClass("active")}t(this).removeClass("inactive").addClass("active"),s=!0}else t(this).hasClass("active-default")&&!s?(t(a+" > .eael-tabs-content > div",e).removeClass("active"),t(this).removeClass("inactive").addClass("active")):0==n&&t(this).removeClass("inactive").addClass("active")})),t(a+" .eael-tabs-nav ul li",e).on("click",(function(e){e.preventDefault();var a=t(this).index(),i=t(this).closest(".eael-advance-tabs"),n=t(i).children(".eael-tabs-nav").children("ul").children("li"),s=t(i).children(".eael-tabs-content").children("div");t(this).parent("li").addClass("active"),t(n).removeClass("active active-default").addClass("inactive"),t(this).addClass("active").removeClass("inactive"),t(s).removeClass("active").addClass("inactive"),t(s).eq(a).addClass("active").removeClass("inactive"),t(s).each((function(e){t(this).removeClass("active-default")}));var l=s.eq(a).find(".eael-filter-gallery-container"),o=s.eq(a).find(".eael-post-grid.eael-post-appender"),r=s.eq(a).find(".eael-twitter-feed-masonry"),c=s.eq(a).find(".eael-instafeed"),d=s.eq(a).find(".premium-gallery-container"),v=t(".eael-event-calendar-cls",s);o.length&&o.isotope("layout"),r.length&&r.isotope("layout"),l.length&&l.isotope("layout"),c.length&&c.isotope("layout"),d.length&&d.each((function(e,a){t(a).isotope("layout")})),v.length&&ea.hooks.doAction("eventCalendar.reinit")}))}))}))}});
|
assets/front-end/js/view/filterable-gallery.js
CHANGED
|
@@ -93,7 +93,7 @@
|
|
| 93 |
/*! no static exports found */
|
| 94 |
/***/ (function(module, exports) {
|
| 95 |
|
| 96 |
-
eval("function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\nfunction _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== \"undefined\" && o[Symbol.iterator] || o[\"@@iterator\"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === \"number\") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e2) { throw _e2; }, f: F }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e3) { didErr = true; err = _e3; }, f: function f() { try { if (!normalCompletion && it[\"return\"] != null) it[\"return\"](); } finally { if (didErr) throw err; } } }; }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n var filterableGalleryHandler = function filterableGalleryHandler($scope, $) {\n var filterControls = $scope.find(\".fg-layout-3-filter-controls\").eq(0),\n filterTrigger = $scope.find(\"#fg-filter-trigger\"),\n form = $scope.find(\".fg-layout-3-search-box\"),\n input = $scope.find(\"#fg-search-box-input\"),\n searchRegex,\n buttonFilter,\n timer;\n\n if (form.length) {\n form.on(\"submit\", function (e) {\n e.preventDefault();\n });\n }\n\n filterTrigger.on(\"click\", function () {\n filterControls.toggleClass(\"open-filters\");\n });\n filterTrigger.on(\"blur\", function () {\n filterControls.removeClass(\"open-filters\");\n });\n\n if (!isEditMode) {\n var $gallery = $(\".eael-filter-gallery-container\", $scope),\n $settings = $gallery.data(\"settings\"),\n fg_items = $gallery_items = $gallery.data(\"gallery-items\"),\n $layout_mode = $settings.grid_style === \"masonry\" ? \"masonry\" : \"fitRows\",\n $gallery_enabled = $settings.gallery_enabled === \"yes\",\n $init_show_setting = $gallery.data(\"init-show\");\n fg_items.splice(0, $init_show_setting); // init isotope\n\n var gwrap = $(\".eael-filter-gallery-wrapper\");\n var layoutMode = gwrap.data(\"layout-mode\");\n var mfpCaption = gwrap.data(\"mfp_caption\");\n var $isotope_gallery = $gallery.isotope({\n itemSelector: \".eael-filterable-gallery-item-wrap\",\n layoutMode: $layout_mode,\n percentPosition: true,\n stagger: 30,\n transitionDuration: $settings.duration + \"ms\",\n filter: function filter() {\n var $this = $(this);\n var $result = searchRegex ? $this.text().match(searchRegex) : true;\n\n if (buttonFilter === undefined) {\n if (layoutMode !== \"layout_3\") {\n buttonFilter = $scope.find(\".eael-filter-gallery-control ul li\").first().data(\"filter\");\n } else {\n buttonFilter = $scope.find(\".fg-layout-3-filter-controls li\").first().data(\"filter\");\n }\n }\n\n var buttonResult = buttonFilter ? $this.is(buttonFilter) : true;\n return $result && buttonResult;\n }\n }); // Popup\n\n $($scope).magnificPopup({\n delegate: \".eael-magnific-link.active\",\n type: \"image\",\n gallery: {\n enabled: $gallery_enabled\n },\n image: {\n titleSrc: function titleSrc(item) {\n if (mfpCaption === \"yes\") {\n return item.el.parents('.gallery-item-caption-over').find('.fg-item-title').html() || item.el.parents('.gallery-item-caption-wrap').find('.fg-item-title').html() || item.el.parents('.eael-filterable-gallery-item-wrap').find('.fg-item-title').html();\n }\n }\n }\n }); // filter\n\n $scope.on(\"click\", \".control\", function () {\n var $this = $(this);\n buttonFilter = $(this).attr(\"data-filter\");\n var $tspan = $scope.find(\"#fg-filter-trigger > span\");\n\n if ($tspan.length) {\n $tspan.text($this.text());\n }\n\n var LoadMoreShow = $(this).data(\"load-more-status\"),\n loadMore = $(\".eael-gallery-load-more\", $scope); //hide load more button if selected control have no item to show\n\n if (LoadMoreShow || fg_items.length < 1) {\n loadMore.hide();\n } else {\n loadMore.show();\n }\n\n $this.siblings().removeClass(\"active\");\n $this.addClass(\"active\"); //Only filtered items should be available for popup\n\n if ($(this).hasClass('all-control')) {\n //All items are active\n $('.eael-filterable-gallery-item-wrap .eael-magnific-link').removeClass('active').addClass('active');\n } else {\n $('.eael-filterable-gallery-item-wrap .eael-magnific-link').removeClass('active');\n $(buttonFilter + ' .eael-magnific-link').addClass('active');\n }\n\n $isotope_gallery.isotope();\n }); //quick search\n\n input.on(\"input\", function () {\n var $this = $(this);\n clearTimeout(timer);\n timer = setTimeout(function () {\n searchRegex = new RegExp($this.val(), \"gi\");\n $isotope_gallery.isotope();\n }, 600);\n }); // layout gal, while images are loading\n\n $isotope_gallery.imagesLoaded().progress(function () {\n $isotope_gallery.isotope(\"layout\");\n }); // layout gal, on click tabs\n\n $isotope_gallery.on(\"arrangeComplete\", function () {\n $isotope_gallery.isotope(\"layout\");\n }); // layout gal, after window loaded\n\n $(window).on(\"load\", function () {\n $isotope_gallery.isotope(\"layout\");\n }); // Load more button\n\n $scope.on(\"click\", \".eael-gallery-load-more\", function (e) {\n e.preventDefault();\n var $this = $(this),\n $init_show = $(\".eael-filter-gallery-container\", $scope).children(\".eael-filterable-gallery-item-wrap\").length,\n $total_items = $gallery.data(\"total-gallery-items\"),\n $images_per_page = $gallery.data(\"images-per-page\"),\n $nomore_text = $gallery.data(\"nomore-item-text\"),\n filter_enable = $(\".eael-filter-gallery-control\", $scope).length,\n $items = [];\n var filter_name = $(\".eael-filter-gallery-control li.active\", $scope).data('filter');\n\n if (filterControls.length > 0) {\n filter_name = $(\".fg-layout-3-filter-controls li.active\", $scope).data('filter');\n }\n\n var item_found = 0;\n var index_list = [];\n\n var _iterator = _createForOfIteratorHelper(fg_items.entries()),\n _step;\n\n try {\n for (_iterator.s(); !(_step = _iterator.n()).done;) {\n var _step$value = _slicedToArray(_step.value, 2),\n index = _step$value[0],\n item = _step$value[1];\n\n if (filter_name !== '' && filter_name !== '*' && filter_enable) {\n var element = $($(item)[0]);\n\n if (element.is(filter_name)) {\n ++item_found;\n $items.push($(item)[0]);\n index_list.push(index);\n }\n\n if (fg_items.length - 1 === index) {\n $(\".eael-filter-gallery-control li.active\", $scope).data('load-more-status', 1);\n $this.hide();\n }\n } else {\n ++item_found;\n $items.push($(item)[0]);\n index_list.push(index);\n }\n\n if (item_found === $images_per_page) {\n break;\n }\n }\n } catch (err) {\n _iterator.e(err);\n } finally {\n _iterator.f();\n }\n\n if (index_list.length > 0) {\n fg_items = fg_items.filter(function (item, index) {\n return !index_list.includes(index);\n });\n }\n\n if (fg_items.length < 1) {\n $this.html('<div class=\"no-more-items-text\">' + $nomore_text + \"</div>\");\n setTimeout(function () {\n $this.fadeOut(\"slow\");\n }, 600);\n } // append items\n\n\n $gallery.append($items);\n $isotope_gallery.isotope(\"appended\", $items);\n $isotope_gallery.imagesLoaded().progress(function () {\n $isotope_gallery.isotope(\"layout\");\n });\n }); // Fix issue on Safari: hide filter menu\n\n $(document).on('mouseup', function (e) {\n if (!filterTrigger.is(e.target) && filterTrigger.has(e.target).length === 0) {\n filterControls.removeClass(\"open-filters\");\n }\n });\n }\n };\n\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-filterable-gallery.default\", filterableGalleryHandler);\n});\n\n//# sourceURL=webpack:///./src/js/view/filterable-gallery.js?");
|
| 97 |
|
| 98 |
/***/ })
|
| 99 |
|
| 93 |
/*! no static exports found */
|
| 94 |
/***/ (function(module, exports) {
|
| 95 |
|
| 96 |
+
eval("function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\nfunction _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== \"undefined\" && o[Symbol.iterator] || o[\"@@iterator\"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === \"number\") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e2) { throw _e2; }, f: F }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e3) { didErr = true; err = _e3; }, f: function f() { try { if (!normalCompletion && it[\"return\"] != null) it[\"return\"](); } finally { if (didErr) throw err; } } }; }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\njQuery(window).on(\"elementor/frontend/init\", function () {\n var filterableGalleryHandler = function filterableGalleryHandler($scope, $) {\n var filterControls = $scope.find(\".fg-layout-3-filter-controls\").eq(0),\n filterTrigger = $scope.find(\"#fg-filter-trigger\"),\n form = $scope.find(\".fg-layout-3-search-box\"),\n input = $scope.find(\"#fg-search-box-input\"),\n searchRegex,\n buttonFilter,\n timer;\n\n if (form.length) {\n form.on(\"submit\", function (e) {\n e.preventDefault();\n });\n }\n\n filterTrigger.on(\"click\", function () {\n filterControls.toggleClass(\"open-filters\");\n });\n filterTrigger.on(\"blur\", function () {\n filterControls.removeClass(\"open-filters\");\n });\n\n if (!isEditMode) {\n var $gallery = $(\".eael-filter-gallery-container\", $scope),\n $settings = $gallery.data(\"settings\"),\n fg_items = $gallery_items = $gallery.data(\"gallery-items\"),\n $layout_mode = $settings.grid_style === \"masonry\" ? \"masonry\" : \"fitRows\",\n $gallery_enabled = $settings.gallery_enabled === \"yes\",\n $images_per_page = $gallery.data(\"images-per-page\"),\n $init_show_setting = $gallery.data(\"init-show\");\n fg_items.splice(0, $init_show_setting); // init isotope\n\n var gwrap = $(\".eael-filter-gallery-wrapper\");\n var layoutMode = gwrap.data(\"layout-mode\");\n var mfpCaption = gwrap.data(\"mfp_caption\");\n var $isotope_gallery = $gallery.isotope({\n itemSelector: \".eael-filterable-gallery-item-wrap\",\n layoutMode: $layout_mode,\n percentPosition: true,\n stagger: 30,\n transitionDuration: $settings.duration + \"ms\",\n filter: function filter() {\n var $this = $(this);\n var $result = searchRegex ? $this.text().match(searchRegex) : true;\n\n if (buttonFilter === undefined) {\n if (layoutMode !== \"layout_3\") {\n buttonFilter = $scope.find(\".eael-filter-gallery-control ul li\").first().data(\"filter\");\n } else {\n buttonFilter = $scope.find(\".fg-layout-3-filter-controls li\").first().data(\"filter\");\n }\n }\n\n var buttonResult = buttonFilter ? $this.is(buttonFilter) : true;\n return $result && buttonResult;\n }\n }); // Popup\n\n $($scope).magnificPopup({\n delegate: \".eael-magnific-link.active\",\n type: \"image\",\n gallery: {\n enabled: $gallery_enabled\n },\n image: {\n titleSrc: function titleSrc(item) {\n if (mfpCaption === \"yes\") {\n return item.el.parents('.gallery-item-caption-over').find('.fg-item-title').html() || item.el.parents('.gallery-item-caption-wrap').find('.fg-item-title').html() || item.el.parents('.eael-filterable-gallery-item-wrap').find('.fg-item-title').html();\n }\n }\n }\n }); // filter\n\n $scope.on(\"click\", \".control\", function () {\n var $this = $(this);\n buttonFilter = $(this).attr(\"data-filter\");\n var initData = $(\".eael-filter-gallery-container .eael-filterable-gallery-item-wrap\" + buttonFilter, $scope).length;\n var $tspan = $scope.find(\"#fg-filter-trigger > span\");\n\n if ($tspan.length) {\n $tspan.text($this.text());\n }\n\n var firstInit = parseInt($this.data('first-init'));\n\n if (!firstInit) {\n $this.data('first-init', 1);\n var item_found = initData;\n var index_list = $items = [];\n\n var _iterator = _createForOfIteratorHelper(fg_items.entries()),\n _step;\n\n try {\n for (_iterator.s(); !(_step = _iterator.n()).done;) {\n var _step$value = _slicedToArray(_step.value, 2),\n index = _step$value[0],\n item = _step$value[1];\n\n if (buttonFilter !== '' && buttonFilter !== '*') {\n var element = $($(item)[0]);\n\n if (element.is(buttonFilter)) {\n ++item_found;\n $items.push($(item)[0]);\n index_list.push(index);\n }\n }\n\n if (item_found === $images_per_page) {\n break;\n }\n }\n } catch (err) {\n _iterator.e(err);\n } finally {\n _iterator.f();\n }\n\n if (index_list.length > 0) {\n fg_items = fg_items.filter(function (item, index) {\n return !index_list.includes(index);\n });\n }\n }\n\n var LoadMoreShow = $(this).data(\"load-more-status\"),\n loadMore = $(\".eael-gallery-load-more\", $scope); //hide load more button if selected control have no item to show\n\n if (LoadMoreShow || fg_items.length < 1) {\n loadMore.hide();\n } else {\n loadMore.show();\n }\n\n $this.siblings().removeClass(\"active\");\n $this.addClass(\"active\");\n\n if (!firstInit && $items.length > 0) {\n $isotope_gallery.isotope({\n filter: buttonFilter\n });\n $gallery.append($items);\n $isotope_gallery.isotope('appended', $items);\n $isotope_gallery.imagesLoaded().progress(function () {\n $isotope_gallery.isotope(\"layout\");\n });\n } else {\n $isotope_gallery.isotope({\n filter: buttonFilter\n });\n }\n }); //quick search\n\n input.on(\"input\", function () {\n var $this = $(this);\n clearTimeout(timer);\n timer = setTimeout(function () {\n searchRegex = new RegExp($this.val(), \"gi\");\n $isotope_gallery.isotope();\n }, 600);\n }); // layout gal, while images are loading\n\n $isotope_gallery.imagesLoaded().progress(function () {\n $isotope_gallery.isotope(\"layout\");\n }); // layout gal, on click tabs\n\n $isotope_gallery.on(\"arrangeComplete\", function () {\n $isotope_gallery.isotope(\"layout\");\n }); // layout gal, after window loaded\n\n $(window).on(\"load\", function () {\n $isotope_gallery.isotope(\"layout\");\n }); // Load more button\n\n $scope.on(\"click\", \".eael-gallery-load-more\", function (e) {\n e.preventDefault();\n var $this = $(this),\n // $init_show = $(\".eael-filter-gallery-container\", $scope).children(\".eael-filterable-gallery-item-wrap\").length,\n // $total_items = $gallery.data(\"total-gallery-items\"),\n $nomore_text = $gallery.data(\"nomore-item-text\"),\n filter_enable = $(\".eael-filter-gallery-control\", $scope).length,\n $items = [];\n var filter_name = $(\".eael-filter-gallery-control li.active\", $scope).data('filter');\n\n if (filterControls.length > 0) {\n filter_name = $(\".fg-layout-3-filter-controls li.active\", $scope).data('filter');\n }\n\n var item_found = 0;\n var index_list = [];\n\n var _iterator2 = _createForOfIteratorHelper(fg_items.entries()),\n _step2;\n\n try {\n for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {\n var _step2$value = _slicedToArray(_step2.value, 2),\n index = _step2$value[0],\n item = _step2$value[1];\n\n if (filter_name !== '' && filter_name !== '*' && filter_enable) {\n var element = $($(item)[0]);\n\n if (element.is(filter_name)) {\n ++item_found;\n $items.push($(item)[0]);\n index_list.push(index);\n }\n\n if (fg_items.length - 1 === index) {\n $(\".eael-filter-gallery-control li.active\", $scope).data('load-more-status', 1);\n $this.hide();\n }\n } else {\n ++item_found;\n $items.push($(item)[0]);\n index_list.push(index);\n }\n\n if (item_found === $images_per_page) {\n break;\n }\n }\n } catch (err) {\n _iterator2.e(err);\n } finally {\n _iterator2.f();\n }\n\n if (index_list.length > 0) {\n fg_items = fg_items.filter(function (item, index) {\n return !index_list.includes(index);\n });\n }\n\n if (fg_items.length < 1) {\n $this.html('<div class=\"no-more-items-text\">' + $nomore_text + \"</div>\");\n setTimeout(function () {\n $this.fadeOut(\"slow\");\n }, 600);\n } // append items\n\n\n $gallery.append($items);\n $isotope_gallery.isotope(\"appended\", $items);\n $isotope_gallery.imagesLoaded().progress(function () {\n $isotope_gallery.isotope(\"layout\");\n });\n }); // Fix issue on Safari: hide filter menu\n\n $(document).on('mouseup', function (e) {\n if (!filterTrigger.is(e.target) && filterTrigger.has(e.target).length === 0) {\n filterControls.removeClass(\"open-filters\");\n }\n });\n }\n };\n\n elementorFrontend.hooks.addAction(\"frontend/element_ready/eael-filterable-gallery.default\", filterableGalleryHandler);\n});\n\n//# sourceURL=webpack:///./src/js/view/filterable-gallery.js?");
|
| 97 |
|
| 98 |
/***/ })
|
| 99 |
|
assets/front-end/js/view/filterable-gallery.min.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
!function(e){var t={};function r(n){if(t[n])return t[n].exports;var
|
| 1 |
+
!function(e){var t={};function r(n){if(t[n])return t[n].exports;var i=t[n]={i:n,l:!1,exports:{}};return e[n].call(i.exports,i,i.exports,r),i.l=!0,i.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)r.d(n,i,function(t){return e[t]}.bind(null,i));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=10)}({10:function(e,t){function r(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==r)return;var n,i,o=[],a=!0,l=!1;try{for(r=r.call(e);!(a=(n=r.next()).done)&&(o.push(n.value),!t||o.length!==t);a=!0);}catch(e){l=!0,i=e}finally{try{a||null==r.return||r.return()}finally{if(l)throw i}}return o}(e,t)||i(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function n(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=i(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,l=!0,f=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return l=e.done,e},e:function(e){f=!0,a=e},f:function(){try{l||null==r.return||r.return()}finally{if(f)throw a}}}}function i(e,t){if(e){if("string"==typeof e)return o(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?o(e,t):void 0}}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-filterable-gallery.default",(function(e,t){var i,o,a,l=e.find(".fg-layout-3-filter-controls").eq(0),f=e.find("#fg-filter-trigger"),u=e.find(".fg-layout-3-search-box"),s=e.find("#fg-search-box-input");if(u.length&&u.on("submit",(function(e){e.preventDefault()})),f.on("click",(function(){l.toggleClass("open-filters")})),f.on("blur",(function(){l.removeClass("open-filters")})),!isEditMode){var c=t(".eael-filter-gallery-container",e),d=c.data("settings"),p=$gallery_items=c.data("gallery-items"),g="masonry"===d.grid_style?"masonry":"fitRows",y="yes"===d.gallery_enabled,m=c.data("images-per-page"),h=c.data("init-show");p.splice(0,h);var v=t(".eael-filter-gallery-wrapper"),b=v.data("layout-mode"),w=v.data("mfp_caption"),x=c.isotope({itemSelector:".eael-filterable-gallery-item-wrap",layoutMode:g,percentPosition:!0,stagger:30,transitionDuration:d.duration+"ms",filter:function(){var r=t(this),n=!i||r.text().match(i);void 0===o&&(o="layout_3"!==b?e.find(".eael-filter-gallery-control ul li").first().data("filter"):e.find(".fg-layout-3-filter-controls li").first().data("filter"));var a=!o||r.is(o);return n&&a}});t(e).magnificPopup({delegate:".eael-magnific-link.active",type:"image",gallery:{enabled:y},image:{titleSrc:function(e){if("yes"===w)return e.el.parents(".gallery-item-caption-over").find(".fg-item-title").html()||e.el.parents(".gallery-item-caption-wrap").find(".fg-item-title").html()||e.el.parents(".eael-filterable-gallery-item-wrap").find(".fg-item-title").html()}}}),e.on("click",".control",(function(){var i=t(this);o=t(this).attr("data-filter");var a=t(".eael-filter-gallery-container .eael-filterable-gallery-item-wrap"+o,e).length,l=e.find("#fg-filter-trigger > span");l.length&&l.text(i.text());var f=parseInt(i.data("first-init"));if(!f){i.data("first-init",1);var u,s=a,d=$items=[],g=n(p.entries());try{for(g.s();!(u=g.n()).done;){var y=r(u.value,2),h=y[0],v=y[1];if(""!==o&&"*"!==o)t(t(v)[0]).is(o)&&(++s,$items.push(t(v)[0]),d.push(h));if(s===m)break}}catch(e){g.e(e)}finally{g.f()}d.length>0&&(p=p.filter((function(e,t){return!d.includes(t)})))}var b=t(this).data("load-more-status"),w=t(".eael-gallery-load-more",e);b||p.length<1?w.hide():w.show(),i.siblings().removeClass("active"),i.addClass("active"),!f&&$items.length>0?(x.isotope({filter:o}),c.append($items),x.isotope("appended",$items),x.imagesLoaded().progress((function(){x.isotope("layout")}))):x.isotope({filter:o})})),s.on("input",(function(){var e=t(this);clearTimeout(a),a=setTimeout((function(){i=new RegExp(e.val(),"gi"),x.isotope()}),600)})),x.imagesLoaded().progress((function(){x.isotope("layout")})),x.on("arrangeComplete",(function(){x.isotope("layout")})),t(window).on("load",(function(){x.isotope("layout")})),e.on("click",".eael-gallery-load-more",(function(i){i.preventDefault();var o=t(this),a=c.data("nomore-item-text"),f=t(".eael-filter-gallery-control",e).length,u=[],s=t(".eael-filter-gallery-control li.active",e).data("filter");l.length>0&&(s=t(".fg-layout-3-filter-controls li.active",e).data("filter"));var d,g=0,y=[],h=n(p.entries());try{for(h.s();!(d=h.n()).done;){var v=r(d.value,2),b=v[0],w=v[1];if(""!==s&&"*"!==s&&f)t(t(w)[0]).is(s)&&(++g,u.push(t(w)[0]),y.push(b)),p.length-1===b&&(t(".eael-filter-gallery-control li.active",e).data("load-more-status",1),o.hide());else++g,u.push(t(w)[0]),y.push(b);if(g===m)break}}catch(e){h.e(e)}finally{h.f()}y.length>0&&(p=p.filter((function(e,t){return!y.includes(t)}))),p.length<1&&(o.html('<div class="no-more-items-text">'+a+"</div>"),setTimeout((function(){o.fadeOut("slow")}),600)),c.append(u),x.isotope("appended",u),x.imagesLoaded().progress((function(){x.isotope("layout")}))})),t(document).on("mouseup",(function(e){f.is(e.target)||0!==f.has(e.target).length||l.removeClass("open-filters")}))}}))}))}});
|
assets/front-end/js/view/general.min.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=
|
| 1 |
+
!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=82)}({82:function(e,t,n){"use strict";n.r(t);var r=function(e){return"string"!=typeof e||""===e?(console.error("The namespace must be a non-empty string."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.\-\/]*$/.test(e)||(console.error("The namespace can only contain numbers, letters, dashes, periods, underscores and slashes."),!1)};var o=function(e){return"string"!=typeof e||""===e?(console.error("The hook name must be a non-empty string."),!1):/^__/.test(e)?(console.error("The hook name cannot begin with `__`."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.-]*$/.test(e)||(console.error("The hook name can only contain numbers, letters, dashes, periods and underscores."),!1)};var i=function(e,t){return function(n,i,s){var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:10,l=e[t];if(o(n)&&r(i))if("function"==typeof s)if("number"==typeof a){var c={callback:s,priority:a,namespace:i};if(l[n]){var u,d=l[n].handlers;for(u=d.length;u>0&&!(a>=d[u-1].priority);u--);u===d.length?d[u]=c:d.splice(u,0,c),l.__current.forEach((function(e){e.name===n&&e.currentIndex>=u&&e.currentIndex++}))}else l[n]={handlers:[c],runs:0};"hookAdded"!==n&&e.doAction("hookAdded",n,i,s,a)}else console.error("If specified, the hook priority must be a number.");else console.error("The hook callback must be a function.")}};var s=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(i,s){var a=e[t];if(o(i)&&(n||r(s))){if(!a[i])return 0;var l=0;if(n)l=a[i].handlers.length,a[i]={runs:a[i].runs,handlers:[]};else for(var c=a[i].handlers,u=function(e){c[e].namespace===s&&(c.splice(e,1),l++,a.__current.forEach((function(t){t.name===i&&t.currentIndex>=e&&t.currentIndex--})))},d=c.length-1;d>=0;d--)u(d);return"hookRemoved"!==i&&e.doAction("hookRemoved",i,s),l}}};var a=function(e,t){return function(n,r){var o=e[t];return void 0!==r?n in o&&o[n].handlers.some((function(e){return e.namespace===r})):n in o}};var l=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(r){var o=e[t];o[r]||(o[r]={handlers:[],runs:0}),o[r].runs++;var i=o[r].handlers;for(var s=arguments.length,a=new Array(s>1?s-1:0),l=1;l<s;l++)a[l-1]=arguments[l];if(!i||!i.length)return n?a[0]:void 0;var c={name:r,currentIndex:0};for(o.__current.push(c);c.currentIndex<i.length;){var u=i[c.currentIndex],d=u.callback.apply(null,a);n&&(a[0]=d),c.currentIndex++}return o.__current.pop(),n?a[0]:void 0}};var c=function(e,t){return function(){var n,r,o=e[t];return null!==(n=null===(r=o.__current[o.__current.length-1])||void 0===r?void 0:r.name)&&void 0!==n?n:null}};var u=function(e,t){return function(n){var r=e[t];return void 0===n?void 0!==r.__current[0]:!!r.__current[0]&&n===r.__current[0].name}};var d=function(e,t){return function(n){var r=e[t];if(o(n))return r[n]&&r[n].runs?r[n].runs:0}},h=function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.actions=Object.create(null),this.actions.__current=[],this.filters=Object.create(null),this.filters.__current=[],this.addAction=i(this,"actions"),this.addFilter=i(this,"filters"),this.removeAction=s(this,"actions"),this.removeFilter=s(this,"filters"),this.hasAction=a(this,"actions"),this.hasFilter=a(this,"filters"),this.removeAllActions=s(this,"actions",!0),this.removeAllFilters=s(this,"filters",!0),this.doAction=l(this,"actions"),this.applyFilters=l(this,"filters",!0),this.currentAction=c(this,"actions"),this.currentFilter=c(this,"filters"),this.doingAction=u(this,"actions"),this.doingFilter=u(this,"filters"),this.didAction=d(this,"actions"),this.didFilter=d(this,"filters")};var f=function(){return new h},v=f();v.addAction,v.addFilter,v.removeAction,v.removeFilter,v.hasAction,v.hasFilter,v.removeAllActions,v.removeAllFilters,v.doAction,v.applyFilters,v.currentAction,v.currentFilter,v.doingAction,v.doingFilter,v.didAction,v.didFilter,v.actions,v.filters;window.isEditMode=!1,window.ea={hooks:f(),isEditMode:!1},ea.hooks.addAction("widgets.reinit","ea",(function(e){var t=jQuery(".eael-filter-gallery-container",e),n=jQuery(".eael-post-grid:not(.eael-post-carousel)",e),r=jQuery(".eael-twitter-feed-masonry",e),o=jQuery(".eael-instafeed",e),i=jQuery(".premium-gallery-container",e),s=jQuery(".eael-event-calendar-cls",e),a=jQuery(".eael-testimonial-slider",e),l=jQuery(".eael-tm-carousel",e),c=jQuery(".eael-post-carousel:not(.eael-post-grid)",e),u=jQuery(".eael-logo-carousel",e),d=jQuery(".eael-twitter-feed-carousel",e);t.length&&t.isotope("layout"),n.length&&n.isotope("layout"),r.length&&r.isotope("layout"),o.length&&o.isotope("layout"),i.length&&i.isotope("layout"),s.length&&ea.hooks.doAction("eventCalendar.reinit"),a.length&&ea.hooks.doAction("testimonialSlider.reinit"),l.length&&ea.hooks.doAction("teamMemberCarousel.reinit"),c.length&&ea.hooks.doAction("postCarousel.reinit"),u.length&&ea.hooks.doAction("logoCarousel.reinit"),d.length&&ea.hooks.doAction("twitterCarousel.reinit")})),jQuery(window).on("elementor/frontend/init",(function(){window.isEditMode=elementorFrontend.isEditMode(),window.ea.isEditMode=elementorFrontend.isEditMode(),ea.hooks.doAction("init"),ea.isEditMode&&ea.hooks.doAction("editMode.init")}))}});
|
assets/front-end/js/view/load-more.js
CHANGED
|
@@ -93,7 +93,7 @@
|
|
| 93 |
/*! no static exports found */
|
| 94 |
/***/ (function(module, exports) {
|
| 95 |
|
| 96 |
-
eval("(function ($) {\n \"use strict\";\n\n $(document).on(\"click\", \".eael-load-more-button\", function (e) {\n e.preventDefault();\n e.stopPropagation();\n e.stopImmediatePropagation();\n var $this = $(this),\n $LoaderSpan = $(\"span\", $this),\n $text = $LoaderSpan.html(),\n $widget_id = $this.data(\"widget\"),\n $page_id = $this.data(\"page-id\"),\n $nonce = $this.data(\"nonce\"),\n $scope = $(\".elementor-element-\" + $widget_id),\n $class = $this.data(\"class\"),\n $args = $this.data(\"args\"),\n $layout = $this.data(\"layout\"),\n $template_info = $this.data(\"template\"),\n $page = parseInt($this.data(\"page\")) + 1;\n\n if (typeof $widget_id == \"undefined\" || typeof $args == \"undefined\") {\n return;\n }\n\n var obj = {};\n var $data = {\n action: \"load_more\",\n \"class\": $class,\n args: $args,\n page: $page,\n page_id: $page_id,\n widget_id: $widget_id,\n nonce: $nonce,\n template_info: $template_info\n };\n\n if ($data[\"class\"] == \"Essential_Addons_Elementor\\\\Elements\\\\Woo_Product_Gallery\") {\n var $taxonomy = {\n taxonomy: $('.eael-cat-tab li a.active', $scope).data('taxonomy'),\n field: 'term_id',\n terms: $('.eael-cat-tab li a.active', $scope).data('id')\n };\n var eael_cat_tab = localStorage.getItem('eael-cat-tab');\n\n if (eael_cat_tab == 'true') {\n localStorage.removeItem('eael-cat-tab');\n var $gallery_page = 1 + 1;\n } else {\n var $gallery_page = parseInt($('.eael-cat-tab li a.active', $scope).data(\"page\")) + 1;\n }\n\n $data.taxonomy = $taxonomy;\n $data.page = $gallery_page;\n }\n\n String($args).split(\"&\").forEach(function (item, index) {\n var arr = String(item).split(\"=\");\n obj[arr[0]] = arr[1];\n });\n\n if (obj.orderby == \"rand\") {\n var $printed = $(\".eael-grid-post\");\n\n if ($printed.length) {\n var $ids = [];\n $printed.each(function (index, item) {\n var $id = $(item).data(\"id\");\n $ids.push($id);\n });\n $data.post__not_in = $ids;\n }\n }\n\n $this.addClass(\"button--loading\");\n $LoaderSpan.html(localize.i18n.loading);\n $.ajax({\n url: localize.ajaxurl,\n type: \"post\",\n data: $data,\n success: function success(response) {\n var $content = $(response);\n\n if ($content.hasClass(\"no-posts-found\") || $content.length === 0) {\n if ($data[\"class\"] == \"Essential_Addons_Elementor\\\\Elements\\\\Woo_Product_Gallery\") {\n $this.removeClass('button--loading').addClass('hide-load-more');\n $LoaderSpan.html($text);\n } else {\n $this.remove();\n }\n } else {\n if ($data[\"class\"] == \"Essential_Addons_Elementor\\\\Elements\\\\Product_Grid\") {\n $content = $content.filter(\"li\");\n $(\".eael-product-grid .products\", $scope).append($content);\n\n if ($layout == \"masonry\") {\n var dynamicID = \"eael-product-\" + Date.now();\n var $isotope = $(\".eael-product-grid .products\", $scope).isotope();\n $isotope.isotope(\"appended\", $content).isotope(\"layout\");\n $isotope.imagesLoaded().progress(function () {\n $isotope.isotope(\"layout\");\n });\n $content.find(\".woocommerce-product-gallery\").addClass(dynamicID);\n $content.find(\".woocommerce-product-gallery\").addClass(\"eael-new-product\");\n $(\".woocommerce-product-gallery.\" + dynamicID, $scope).each(function () {\n $(this).wc_product_gallery();\n });\n } else {\n var _dynamicID = \"eael-product-\" + Date.now();\n\n $content.find('.woocommerce-product-gallery').addClass(_dynamicID);\n $content.find('.woocommerce-product-gallery').addClass('eael-new-product');\n $(\".woocommerce-product-gallery.\" + _dynamicID, $scope).each(function () {\n $(this).wc_product_gallery();\n });\n }\n } else {\n $(\".eael-post-appender\", $scope).append($content);\n\n if ($layout == \"masonry\") {\n var $isotope = $(\".eael-post-appender\", $scope).isotope();\n $isotope.isotope(\"appended\", $content).isotope(\"layout\");\n $isotope.imagesLoaded().progress(function () {\n $isotope.isotope(\"layout\");\n });\n }\n }\n\n $this.removeClass(\"button--loading\");\n $LoaderSpan.html($text);\n\n if ($data[\"class\"] == \"Essential_Addons_Elementor\\\\Elements\\\\Woo_Product_Gallery\") {\n $('.eael-cat-tab li a.active', $scope).data(\"page\", $gallery_page);\n } else {\n $this.data(\"page\", $page);\n }\n }\n },\n error: function error(response) {\n console.log(response);\n }\n });\n });\n})(jQuery);\n\n//# sourceURL=webpack:///./src/js/view/load-more.js?");
|
| 97 |
|
| 98 |
/***/ })
|
| 99 |
|
| 93 |
/*! no static exports found */
|
| 94 |
/***/ (function(module, exports) {
|
| 95 |
|
| 96 |
+
eval("(function ($) {\n \"use strict\";\n\n $(document).on(\"click\", \".eael-load-more-button\", function (e) {\n e.preventDefault();\n e.stopPropagation();\n e.stopImmediatePropagation();\n var $this = $(this),\n $LoaderSpan = $(\"span\", $this),\n $text = $LoaderSpan.html(),\n $widget_id = $this.data(\"widget\"),\n $page_id = $this.data(\"page-id\"),\n $nonce = $this.data(\"nonce\"),\n $scope = $(\".elementor-element-\" + $widget_id),\n $class = $this.data(\"class\"),\n $args = $this.data(\"args\"),\n $layout = $this.data(\"layout\"),\n $template_info = $this.data(\"template\"),\n $page = parseInt($this.data(\"page\")) + 1,\n $max_page = $this.data(\"max-page\") != undefined ? parseInt($this.data(\"max-page\")) : false;\n\n if (typeof $widget_id == \"undefined\" || typeof $args == \"undefined\") {\n return;\n }\n\n var obj = {};\n var $data = {\n action: \"load_more\",\n \"class\": $class,\n args: $args,\n page: $page,\n page_id: $page_id,\n widget_id: $widget_id,\n nonce: $nonce,\n template_info: $template_info\n };\n\n if ($data[\"class\"] == \"Essential_Addons_Elementor\\\\Elements\\\\Woo_Product_Gallery\") {\n var $taxonomy = {\n taxonomy: $('.eael-cat-tab li a.active', $scope).data('taxonomy'),\n field: 'term_id',\n terms: $('.eael-cat-tab li a.active', $scope).data('id')\n };\n var eael_cat_tab = localStorage.getItem('eael-cat-tab');\n\n if (eael_cat_tab == 'true') {\n localStorage.removeItem('eael-cat-tab');\n var $gallery_page = 1 + 1;\n } else {\n var $gallery_page = parseInt($('.eael-cat-tab li a.active', $scope).data(\"page\")) + 1;\n }\n\n $data.taxonomy = $taxonomy;\n $data.page = $gallery_page;\n }\n\n String($args).split(\"&\").forEach(function (item, index) {\n var arr = String(item).split(\"=\");\n obj[arr[0]] = arr[1];\n });\n\n if (obj.orderby == \"rand\") {\n var $printed = $(\".eael-grid-post\");\n\n if ($printed.length) {\n var $ids = [];\n $printed.each(function (index, item) {\n var $id = $(item).data(\"id\");\n $ids.push($id);\n });\n $data.post__not_in = $ids;\n }\n }\n\n $this.addClass(\"button--loading\");\n $LoaderSpan.html(localize.i18n.loading);\n $.ajax({\n url: localize.ajaxurl,\n type: \"post\",\n data: $data,\n success: function success(response) {\n var $content = $(response);\n\n if ($content.hasClass(\"no-posts-found\") || $content.length === 0) {\n if ($data[\"class\"] == \"Essential_Addons_Elementor\\\\Elements\\\\Woo_Product_Gallery\") {\n $this.removeClass('button--loading').addClass('hide-load-more');\n $LoaderSpan.html($text);\n } else {\n $this.remove();\n }\n } else {\n if ($data[\"class\"] == \"Essential_Addons_Elementor\\\\Elements\\\\Product_Grid\") {\n $content = $content.filter(\"li\");\n $(\".eael-product-grid .products\", $scope).append($content);\n\n if ($layout == \"masonry\") {\n var dynamicID = \"eael-product-\" + Date.now();\n var $isotope = $(\".eael-product-grid .products\", $scope).isotope();\n $isotope.isotope(\"appended\", $content).isotope(\"layout\");\n $isotope.imagesLoaded().progress(function () {\n $isotope.isotope(\"layout\");\n });\n $content.find(\".woocommerce-product-gallery\").addClass(dynamicID);\n $content.find(\".woocommerce-product-gallery\").addClass(\"eael-new-product\");\n $(\".woocommerce-product-gallery.\" + dynamicID, $scope).each(function () {\n $(this).wc_product_gallery();\n });\n } else {\n var _dynamicID = \"eael-product-\" + Date.now();\n\n $content.find('.woocommerce-product-gallery').addClass(_dynamicID);\n $content.find('.woocommerce-product-gallery').addClass('eael-new-product');\n $(\".woocommerce-product-gallery.\" + _dynamicID, $scope).each(function () {\n $(this).wc_product_gallery();\n });\n }\n } else {\n $(\".eael-post-appender\", $scope).append($content);\n\n if ($layout == \"masonry\") {\n var $isotope = $(\".eael-post-appender\", $scope).isotope();\n $isotope.isotope(\"appended\", $content).isotope(\"layout\");\n $isotope.imagesLoaded().progress(function () {\n $isotope.isotope(\"layout\");\n });\n }\n }\n\n $this.removeClass(\"button--loading\");\n $LoaderSpan.html($text);\n\n if ($data[\"class\"] == \"Essential_Addons_Elementor\\\\Elements\\\\Woo_Product_Gallery\") {\n $('.eael-cat-tab li a.active', $scope).data(\"page\", $gallery_page);\n } else {\n $this.data(\"page\", $page);\n }\n\n if ($max_page && $data.page >= $max_page) {\n $this.remove();\n }\n }\n },\n error: function error(response) {\n console.log(response);\n }\n });\n });\n})(jQuery);\n\n//# sourceURL=webpack:///./src/js/view/load-more.js?");
|
| 97 |
|
| 98 |
/***/ })
|
| 99 |
|
assets/front-end/js/view/load-more.min.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
!function(e){var
|
| 1 |
+
!function(e){var a={};function t(o){if(a[o])return a[o].exports;var r=a[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,t),r.l=!0,r.exports}t.m=e,t.c=a,t.d=function(e,a,o){t.o(e,a)||Object.defineProperty(e,a,{enumerable:!0,get:o})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,a){if(1&a&&(e=t(e)),8&a)return e;if(4&a&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(t.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&a&&"string"!=typeof e)for(var r in e)t.d(o,r,function(a){return e[a]}.bind(null,r));return o},t.n=function(e){var a=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(a,"a",a),a},t.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},t.p="",t(t.s=12)}({12:function(e,a){!function(e){"use strict";e(document).on("click",".eael-load-more-button",(function(a){a.preventDefault(),a.stopPropagation(),a.stopImmediatePropagation();var t=e(this),o=e("span",t),r=o.html(),n=t.data("widget"),l=t.data("page-id"),d=t.data("nonce"),i=e(".elementor-element-"+n),s=t.data("class"),c=t.data("args"),p=t.data("layout"),u=t.data("template"),m=parseInt(t.data("page"))+1,f=null!=t.data("max-page")&&parseInt(t.data("max-page"));if(void 0!==n&&void 0!==c){var g={},y={action:"load_more",class:s,args:c,page:m,page_id:l,widget_id:n,nonce:d,template_info:u};if("Essential_Addons_Elementor\\Elements\\Woo_Product_Gallery"==y.class){var _={taxonomy:e(".eael-cat-tab li a.active",i).data("taxonomy"),field:"term_id",terms:e(".eael-cat-tab li a.active",i).data("id")};if("true"==localStorage.getItem("eael-cat-tab")){localStorage.removeItem("eael-cat-tab");var v=2}else v=parseInt(e(".eael-cat-tab li a.active",i).data("page"))+1;y.taxonomy=_,y.page=v}if(String(c).split("&").forEach((function(e,a){var t=String(e).split("=");g[t[0]]=t[1]})),"rand"==g.orderby){var b=e(".eael-grid-post");if(b.length){var h=[];b.each((function(a,t){var o=e(t).data("id");h.push(o)})),y.post__not_in=h}}t.addClass("button--loading"),o.html(localize.i18n.loading),e.ajax({url:localize.ajaxurl,type:"post",data:y,success:function(a){var n=e(a);if(n.hasClass("no-posts-found")||0===n.length)"Essential_Addons_Elementor\\Elements\\Woo_Product_Gallery"==y.class?(t.removeClass("button--loading").addClass("hide-load-more"),o.html(r)):t.remove();else{if("Essential_Addons_Elementor\\Elements\\Product_Grid"==y.class)if(n=n.filter("li"),e(".eael-product-grid .products",i).append(n),"masonry"==p){var l,d="eael-product-"+Date.now();(l=e(".eael-product-grid .products",i).isotope()).isotope("appended",n).isotope("layout"),l.imagesLoaded().progress((function(){l.isotope("layout")})),n.find(".woocommerce-product-gallery").addClass(d),n.find(".woocommerce-product-gallery").addClass("eael-new-product"),e(".woocommerce-product-gallery."+d,i).each((function(){e(this).wc_product_gallery()}))}else{var s="eael-product-"+Date.now();n.find(".woocommerce-product-gallery").addClass(s),n.find(".woocommerce-product-gallery").addClass("eael-new-product"),e(".woocommerce-product-gallery."+s,i).each((function(){e(this).wc_product_gallery()}))}else if(e(".eael-post-appender",i).append(n),"masonry"==p)(l=e(".eael-post-appender",i).isotope()).isotope("appended",n).isotope("layout"),l.imagesLoaded().progress((function(){l.isotope("layout")}));t.removeClass("button--loading"),o.html(r),"Essential_Addons_Elementor\\Elements\\Woo_Product_Gallery"==y.class?e(".eael-cat-tab li a.active",i).data("page",v):t.data("page",m),f&&y.page>=f&&t.remove()}},error:function(e){console.log(e)}})}}))}(jQuery)}});
|
config.php
CHANGED
|
@@ -530,6 +530,11 @@ $config = [
|
|
| 530 |
'type' => 'self',
|
| 531 |
'context' => 'view',
|
| 532 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 533 |
[
|
| 534 |
'file' => EAEL_PLUGIN_PATH . 'assets/front-end/css/view/product-grid.min.css',
|
| 535 |
'type' => 'self',
|
|
@@ -935,6 +940,11 @@ $config = [
|
|
| 935 |
'class' => '\Essential_Addons_Elementor\Elements\Woo_Product_Carousel',
|
| 936 |
'dependency' => [
|
| 937 |
'css' => [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 938 |
[
|
| 939 |
'file' => EAEL_PLUGIN_PATH . 'assets/front-end/css/view/woo-product-carousel.min.css',
|
| 940 |
'type' => 'self',
|
|
@@ -983,6 +993,11 @@ $config = [
|
|
| 983 |
'type' => 'self',
|
| 984 |
'context' => 'view',
|
| 985 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 986 |
[
|
| 987 |
'file' => EAEL_PLUGIN_PATH . 'assets/front-end/css/view/woo-product-gallery.min.css',
|
| 988 |
'type' => 'self',
|
| 530 |
'type' => 'self',
|
| 531 |
'context' => 'view',
|
| 532 |
],
|
| 533 |
+
[
|
| 534 |
+
'file' => EAEL_PLUGIN_PATH . 'assets/front-end/css/view/quick-view.min.css',
|
| 535 |
+
'type' => 'self',
|
| 536 |
+
'context' => 'view',
|
| 537 |
+
],
|
| 538 |
[
|
| 539 |
'file' => EAEL_PLUGIN_PATH . 'assets/front-end/css/view/product-grid.min.css',
|
| 540 |
'type' => 'self',
|
| 940 |
'class' => '\Essential_Addons_Elementor\Elements\Woo_Product_Carousel',
|
| 941 |
'dependency' => [
|
| 942 |
'css' => [
|
| 943 |
+
[
|
| 944 |
+
'file' => EAEL_PLUGIN_PATH . 'assets/front-end/css/view/quick-view.min.css',
|
| 945 |
+
'type' => 'self',
|
| 946 |
+
'context' => 'view',
|
| 947 |
+
],
|
| 948 |
[
|
| 949 |
'file' => EAEL_PLUGIN_PATH . 'assets/front-end/css/view/woo-product-carousel.min.css',
|
| 950 |
'type' => 'self',
|
| 993 |
'type' => 'self',
|
| 994 |
'context' => 'view',
|
| 995 |
],
|
| 996 |
+
[
|
| 997 |
+
'file' => EAEL_PLUGIN_PATH . 'assets/front-end/css/view/quick-view.min.css',
|
| 998 |
+
'type' => 'self',
|
| 999 |
+
'context' => 'view',
|
| 1000 |
+
],
|
| 1001 |
[
|
| 1002 |
'file' => EAEL_PLUGIN_PATH . 'assets/front-end/css/view/woo-product-gallery.min.css',
|
| 1003 |
'type' => 'self',
|
essential_adons_elementor.php
CHANGED
|
@@ -4,12 +4,12 @@
|
|
| 4 |
* Description: The Essential plugin you install after Elementor! Packed with 40+ stunning free elements including Advanced Data Table, Event Calendar, Filterable Gallery, WooCommerce, and many more.
|
| 5 |
* Plugin URI: https://essential-addons.com/elementor/
|
| 6 |
* Author: WPDeveloper
|
| 7 |
-
* Version: 4.9.
|
| 8 |
* Author URI: https://wpdeveloper.net/
|
| 9 |
* Text Domain: essential-addons-for-elementor-lite
|
| 10 |
* Domain Path: /languages
|
| 11 |
*
|
| 12 |
-
* WC tested up to: 5.
|
| 13 |
* Elementor tested up to: 3.4.4
|
| 14 |
* Elementor Pro tested up to: 3.4.1
|
| 15 |
*/
|
|
@@ -27,7 +27,7 @@ define('EAEL_PLUGIN_FILE', __FILE__);
|
|
| 27 |
define('EAEL_PLUGIN_BASENAME', plugin_basename(__FILE__));
|
| 28 |
define('EAEL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
|
| 29 |
define('EAEL_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__)));
|
| 30 |
-
define('EAEL_PLUGIN_VERSION', '4.9.
|
| 31 |
define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
|
| 32 |
define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
|
| 33 |
/**
|
| 4 |
* Description: The Essential plugin you install after Elementor! Packed with 40+ stunning free elements including Advanced Data Table, Event Calendar, Filterable Gallery, WooCommerce, and many more.
|
| 5 |
* Plugin URI: https://essential-addons.com/elementor/
|
| 6 |
* Author: WPDeveloper
|
| 7 |
+
* Version: 4.9.2
|
| 8 |
* Author URI: https://wpdeveloper.net/
|
| 9 |
* Text Domain: essential-addons-for-elementor-lite
|
| 10 |
* Domain Path: /languages
|
| 11 |
*
|
| 12 |
+
* WC tested up to: 5.7.1
|
| 13 |
* Elementor tested up to: 3.4.4
|
| 14 |
* Elementor Pro tested up to: 3.4.1
|
| 15 |
*/
|
| 27 |
define('EAEL_PLUGIN_BASENAME', plugin_basename(__FILE__));
|
| 28 |
define('EAEL_PLUGIN_PATH', trailingslashit(plugin_dir_path(__FILE__)));
|
| 29 |
define('EAEL_PLUGIN_URL', trailingslashit(plugins_url('/', __FILE__)));
|
| 30 |
+
define('EAEL_PLUGIN_VERSION', '4.9.2');
|
| 31 |
define('EAEL_ASSET_PATH', wp_upload_dir()['basedir'] . '/essential-addons-elementor');
|
| 32 |
define('EAEL_ASSET_URL', wp_upload_dir()['baseurl'] . '/essential-addons-elementor');
|
| 33 |
/**
|
includes/Classes/Helper.php
CHANGED
|
@@ -921,7 +921,7 @@ class Helper
|
|
| 921 |
<div id="product-<?php the_ID(); ?>" <?php post_class( 'product' ); ?>>
|
| 922 |
<div class="eael-product-image-wrap">
|
| 923 |
<?php
|
| 924 |
-
echo ( ! $product->
|
| 925 |
do_action( 'eael_woo_single_product_image' );
|
| 926 |
?>
|
| 927 |
</div>
|
| 921 |
<div id="product-<?php the_ID(); ?>" <?php post_class( 'product' ); ?>>
|
| 922 |
<div class="eael-product-image-wrap">
|
| 923 |
<?php
|
| 924 |
+
echo ( ! $product->is_in_stock() ? '<span class="eael-onsale outofstock '.$sale_badge_preset.' '.$sale_badge_align.'">'. $stockout_text .'</span>' : ($product->is_on_sale() ? '<span class="eael-onsale '.$sale_badge_preset.' '.$sale_badge_align.'">' . $sale_text . '</span>' : '') );
|
| 925 |
do_action( 'eael_woo_single_product_image' );
|
| 926 |
?>
|
| 927 |
</div>
|
includes/Elements/Adv_Tabs.php
CHANGED
|
@@ -672,9 +672,9 @@ class Adv_Tabs extends Widget_Base
|
|
| 672 |
'default' => '#fff',
|
| 673 |
'selectors' => [
|
| 674 |
'{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active > i' => 'color: {{VALUE}};',
|
| 675 |
-
'{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active-default > i' => 'color: {{VALUE}};',
|
| 676 |
'{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active > svg' => 'fill: {{VALUE}};',
|
| 677 |
-
'{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active-default > svg' => 'fill: {{VALUE}};',
|
| 678 |
],
|
| 679 |
'condition' => [
|
| 680 |
'eael_adv_tabs_icon_show' => 'yes',
|
|
@@ -956,7 +956,7 @@ class Adv_Tabs extends Widget_Base
|
|
| 956 |
<?php foreach ($settings['eael_adv_tabs_tab'] as $tab) :
|
| 957 |
$eael_find_default_tab[] = $tab['eael_adv_tabs_tab_show_as_default']; ?>
|
| 958 |
|
| 959 |
-
<div id="<?php echo $tab['eael_adv_tabs_tab_id'] ? $tab['eael_adv_tabs_tab_id'] : Helper::str_to_css_id($tab['eael_adv_tabs_tab_title']); ?>" class="clearfix <?php echo esc_attr($tab['eael_adv_tabs_tab_show_as_default']); ?>">
|
| 960 |
<?php if ('content' == $tab['eael_adv_tabs_text_type']) : ?>
|
| 961 |
<?php echo do_shortcode($tab['eael_adv_tabs_tab_content']); ?>
|
| 962 |
<?php elseif ('template' == $tab['eael_adv_tabs_text_type']) : ?>
|
| 672 |
'default' => '#fff',
|
| 673 |
'selectors' => [
|
| 674 |
'{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active > i' => 'color: {{VALUE}};',
|
| 675 |
+
//'{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active-default > i' => 'color: {{VALUE}};',
|
| 676 |
'{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active > svg' => 'fill: {{VALUE}};',
|
| 677 |
+
//'{{WRAPPER}} .eael-advance-tabs .eael-tabs-nav > ul li.active-default > svg' => 'fill: {{VALUE}};',
|
| 678 |
],
|
| 679 |
'condition' => [
|
| 680 |
'eael_adv_tabs_icon_show' => 'yes',
|
| 956 |
<?php foreach ($settings['eael_adv_tabs_tab'] as $tab) :
|
| 957 |
$eael_find_default_tab[] = $tab['eael_adv_tabs_tab_show_as_default']; ?>
|
| 958 |
|
| 959 |
+
<div id="<?php echo $tab['eael_adv_tabs_tab_id'] ? $tab['eael_adv_tabs_tab_id'] : Helper::str_to_css_id($tab['eael_adv_tabs_tab_title']).'-tab'; ?>" class="clearfix eael-tab-content-item <?php echo esc_attr($tab['eael_adv_tabs_tab_show_as_default']); ?>" data-title-link="<?php echo $tab['eael_adv_tabs_tab_id'] ? $tab['eael_adv_tabs_tab_id'] : Helper::str_to_css_id($tab['eael_adv_tabs_tab_title']); ?>">
|
| 960 |
<?php if ('content' == $tab['eael_adv_tabs_text_type']) : ?>
|
| 961 |
<?php echo do_shortcode($tab['eael_adv_tabs_tab_content']); ?>
|
| 962 |
<?php elseif ('template' == $tab['eael_adv_tabs_text_type']) : ?>
|
includes/Elements/Event_Calendar.php
CHANGED
|
@@ -1869,10 +1869,9 @@ class Event_Calendar extends Widget_Base
|
|
| 1869 |
set_transient($transient_key, $data, $settings['eael_event_calendar_data_cache_limit'] * MINUTE_IN_SECONDS);
|
| 1870 |
}
|
| 1871 |
|
| 1872 |
-
|
| 1873 |
$data = json_decode($data);
|
| 1874 |
if (isset($data->items)) {
|
| 1875 |
-
$calendar_data = [];
|
| 1876 |
|
| 1877 |
foreach ($data->items as $key => $item) {
|
| 1878 |
if ($item->status !== 'confirmed') {
|
| 1869 |
set_transient($transient_key, $data, $settings['eael_event_calendar_data_cache_limit'] * MINUTE_IN_SECONDS);
|
| 1870 |
}
|
| 1871 |
|
| 1872 |
+
$calendar_data = [];
|
| 1873 |
$data = json_decode($data);
|
| 1874 |
if (isset($data->items)) {
|
|
|
|
| 1875 |
|
| 1876 |
foreach ($data->items as $key => $item) {
|
| 1877 |
if ($item->status !== 'confirmed') {
|
includes/Elements/Feature_List.php
CHANGED
|
@@ -849,7 +849,7 @@ class Feature_List extends Widget_Base {
|
|
| 849 |
$border = $settings['eael_feature_list_icon_border_width']['right'] + $settings['eael_feature_list_icon_border_width']['left'];
|
| 850 |
}
|
| 851 |
|
| 852 |
-
if ( $settings['eael_feature_list_icon_shape'] == 'rhombus' ) {
|
| 853 |
$margin = 30;
|
| 854 |
$connector_width = intval( $circle_size + $margin + ( !empty( $settings['eael_feature_list_connector_width']['size'] ) ? $settings['eael_feature_list_connector_width']['size'] : 0 ) );
|
| 855 |
} else {
|
|
@@ -857,31 +857,34 @@ class Feature_List extends Widget_Base {
|
|
| 857 |
}
|
| 858 |
|
| 859 |
// connector
|
| 860 |
-
if ( $settings['eael_feature_list_icon_position'] == 'right' ) {
|
| 861 |
$connector = 'left: calc(100% - ' . $connector_width . 'px); right: 0;';
|
| 862 |
} else {
|
| 863 |
$connector = 'right: calc(100% - ' . $connector_width . 'px); left: 0;';
|
| 864 |
}
|
| 865 |
// mobile
|
| 866 |
-
if ( $settings['eael_feature_list_icon_position_tablet'] == 'right' ) {
|
| 867 |
$connector_tablet = 'left: calc(100% - ' . $connector_width . 'px); right: 0;';
|
| 868 |
} else {
|
| 869 |
$connector_tablet = 'right: calc(100% - ' . $connector_width . 'px); left: 0;';
|
| 870 |
}
|
| 871 |
// mobile
|
| 872 |
-
if ( $settings['eael_feature_list_icon_position_mobile'] == 'right' ) {
|
| 873 |
$connector_mobile = 'left: calc(100% - ' . $connector_width . 'px); right: 0;';
|
| 874 |
} else {
|
| 875 |
$connector_mobile = 'right: calc(100% - ' . $connector_width . 'px); left: 0;';
|
| 876 |
}
|
| 877 |
// icon position for all mode
|
|
|
|
|
|
|
|
|
|
| 878 |
$this->add_render_attribute(
|
| 879 |
'eael_feature_list_wrapper',
|
| 880 |
[
|
| 881 |
'class' => [
|
| 882 |
-
'-icon-position-' . $
|
| 883 |
-
'-tablet-icon-position-' . $
|
| 884 |
-
'-mobile-icon-position-' . $
|
| 885 |
],
|
| 886 |
]
|
| 887 |
);
|
| 849 |
$border = $settings['eael_feature_list_icon_border_width']['right'] + $settings['eael_feature_list_icon_border_width']['left'];
|
| 850 |
}
|
| 851 |
|
| 852 |
+
if ( !empty($settings['eael_feature_list_icon_shape']) && $settings['eael_feature_list_icon_shape'] == 'rhombus' ) {
|
| 853 |
$margin = 30;
|
| 854 |
$connector_width = intval( $circle_size + $margin + ( !empty( $settings['eael_feature_list_connector_width']['size'] ) ? $settings['eael_feature_list_connector_width']['size'] : 0 ) );
|
| 855 |
} else {
|
| 857 |
}
|
| 858 |
|
| 859 |
// connector
|
| 860 |
+
if ( !empty($settings['eael_feature_list_icon_position']) && $settings['eael_feature_list_icon_position'] == 'right' ) {
|
| 861 |
$connector = 'left: calc(100% - ' . $connector_width . 'px); right: 0;';
|
| 862 |
} else {
|
| 863 |
$connector = 'right: calc(100% - ' . $connector_width . 'px); left: 0;';
|
| 864 |
}
|
| 865 |
// mobile
|
| 866 |
+
if ( !empty($settings['eael_feature_list_icon_position_tablet']) && $settings['eael_feature_list_icon_position_tablet'] == 'right' ) {
|
| 867 |
$connector_tablet = 'left: calc(100% - ' . $connector_width . 'px); right: 0;';
|
| 868 |
} else {
|
| 869 |
$connector_tablet = 'right: calc(100% - ' . $connector_width . 'px); left: 0;';
|
| 870 |
}
|
| 871 |
// mobile
|
| 872 |
+
if ( !empty($settings['eael_feature_list_icon_position_mobile']) && $settings['eael_feature_list_icon_position_mobile'] == 'right' ) {
|
| 873 |
$connector_mobile = 'left: calc(100% - ' . $connector_width . 'px); right: 0;';
|
| 874 |
} else {
|
| 875 |
$connector_mobile = 'right: calc(100% - ' . $connector_width . 'px); left: 0;';
|
| 876 |
}
|
| 877 |
// icon position for all mode
|
| 878 |
+
$eael_feature_list_icon_position_setting = ( !empty($settings['eael_feature_list_icon_position']) && $settings['eael_feature_list_icon_position'] ) ? $settings['eael_feature_list_icon_position'] : '';
|
| 879 |
+
$eael_feature_list_icon_position_tablet_setting = ( !empty($settings['eael_feature_list_icon_position_tablet']) && $settings['eael_feature_list_icon_position_tablet'] ) ? $settings['eael_feature_list_icon_position_tablet'] : '';
|
| 880 |
+
$eael_feature_list_icon_position_mobile_setting = ( !empty($settings['eael_feature_list_icon_position_mobile']) && $settings['eael_feature_list_icon_position_mobile'] ) ? $settings['eael_feature_list_icon_position_mobile'] : '';
|
| 881 |
$this->add_render_attribute(
|
| 882 |
'eael_feature_list_wrapper',
|
| 883 |
[
|
| 884 |
'class' => [
|
| 885 |
+
'-icon-position-' . $eael_feature_list_icon_position_setting,
|
| 886 |
+
'-tablet-icon-position-' . $eael_feature_list_icon_position_tablet_setting,
|
| 887 |
+
'-mobile-icon-position-' . $eael_feature_list_icon_position_mobile_setting,
|
| 888 |
],
|
| 889 |
]
|
| 890 |
);
|
includes/Elements/Filterable_Gallery.php
CHANGED
|
@@ -21,7 +21,8 @@ use \Essential_Addons_Elementor\Classes\Helper;
|
|
| 21 |
|
| 22 |
class Filterable_Gallery extends Widget_Base
|
| 23 |
{
|
| 24 |
-
|
|
|
|
| 25 |
public function get_name()
|
| 26 |
{
|
| 27 |
return 'eael-filterable-gallery';
|
|
@@ -2775,12 +2776,12 @@ class Filterable_Gallery extends Widget_Base
|
|
| 2775 |
<div class="eael-filter-gallery-control">
|
| 2776 |
<ul><?php
|
| 2777 |
if ($settings['eael_fg_all_label_text']) {
|
| 2778 |
-
?><li data-load-more-status="0" class="control all-control active" data-filter="*"><?php echo $all_text; ?></li><?php
|
| 2779 |
}
|
| 2780 |
|
| 2781 |
foreach ($settings['eael_fg_controls'] as $key => $control) :
|
| 2782 |
$sorter_filter = $this->sorter_class($control['eael_fg_control']);
|
| 2783 |
-
?><li data-load-more-status="0" class="control <?php if ($key == 0 && empty($settings['eael_fg_all_label_text'])) {
|
| 2784 |
echo 'active';
|
| 2785 |
} ?>" data-filter=".eael-cf-<?php echo esc_attr($sorter_filter); ?>"><?php echo esc_html__($control['eael_fg_control']); ?></li><?php
|
| 2786 |
endforeach;
|
|
@@ -2931,6 +2932,147 @@ class Filterable_Gallery extends Widget_Base
|
|
| 2931 |
return $gallery_store;
|
| 2932 |
}
|
| 2933 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2934 |
protected function render_fg_buttons($settings, $item)
|
| 2935 |
{
|
| 2936 |
$zoom_icon_migrated = isset($settings['__fa4_migrated']['eael_section_fg_zoom_icon_new']);
|
|
@@ -3005,27 +3147,7 @@ class Filterable_Gallery extends Widget_Base
|
|
| 3005 |
$html .= '<div class="fg-layout-3-item eael-gallery-grid-item">';
|
| 3006 |
|
| 3007 |
if ($settings['eael_section_fg_full_image_clickable']) {
|
| 3008 |
-
|
| 3009 |
-
if ($settings['eael_section_fg_full_image_action'] === 'lightbox') {
|
| 3010 |
-
$eael_magnific_link_class = isset($item['video_gallery_switch']) && ($item['video_gallery_switch'] === 'true') ? ' ' : 'eael-magnific-link active ';
|
| 3011 |
-
|
| 3012 |
-
$html .= '<a href="' . esc_url($item['image']) . '" class="'.$eael_magnific_link_class.' media-content-wrap" data-elementor-open-lightbox="no">';
|
| 3013 |
-
}
|
| 3014 |
-
|
| 3015 |
-
if ($settings['eael_section_fg_full_image_action'] === 'link') {
|
| 3016 |
-
|
| 3017 |
-
$fia_string = 'href="' . esc_url($item['link']['url']) . '"';
|
| 3018 |
-
|
| 3019 |
-
if ($item['link']['nofollow']) {
|
| 3020 |
-
$fia_string .= 'rel="nofollow"';
|
| 3021 |
-
}
|
| 3022 |
-
|
| 3023 |
-
if ($item['link']['is_external']) {
|
| 3024 |
-
$fia_string .= 'target="_blank"';
|
| 3025 |
-
}
|
| 3026 |
-
|
| 3027 |
-
$html .= '<a ' . $fia_string . '>';
|
| 3028 |
-
}
|
| 3029 |
}
|
| 3030 |
|
| 3031 |
$html .= '<div class="gallery-item-thumbnail-wrap fg-layout-3-item-thumb">';
|
|
@@ -3041,18 +3163,11 @@ class Filterable_Gallery extends Widget_Base
|
|
| 3041 |
$html .= '<div class="fg-item-ratings"><i class="fas fa-star"></i> ' . $item['ratings'] . '</div>';
|
| 3042 |
}
|
| 3043 |
$html .= '</div>';
|
| 3044 |
-
|
| 3045 |
if (isset($item['video_gallery_switch']) && ($item['video_gallery_switch'] === 'true')) {
|
| 3046 |
-
$
|
| 3047 |
-
$video_url = isset($item['video_link']) ? $item['video_link'] : '#';
|
| 3048 |
-
|
| 3049 |
-
$html .= '<a href="' . esc_url($video_url) . '" class="video-popup eael-magnific-link active eael-magnific-video-link mfp-iframe">';
|
| 3050 |
-
if (!empty($icon_url)) $html .= '<img src="' . esc_url($icon_url) . '">';
|
| 3051 |
-
$html .= '</a>';
|
| 3052 |
} else {
|
| 3053 |
-
|
| 3054 |
if (empty($settings['eael_section_fg_full_image_clickable'])) {
|
| 3055 |
-
|
| 3056 |
$html .= $this->render_fg_buttons($settings, $item);
|
| 3057 |
}
|
| 3058 |
}
|
|
@@ -3089,7 +3204,7 @@ class Filterable_Gallery extends Widget_Base
|
|
| 3089 |
$caption_style = $settings['eael_fg_caption_style'] == 'card' ? 'caption-style-card' : 'caption-style-hoverer';
|
| 3090 |
|
| 3091 |
foreach ($gallery as $item) {
|
| 3092 |
-
$popup_status = false;
|
| 3093 |
|
| 3094 |
if ($item['controls'] != '') {
|
| 3095 |
$html = '<div class="eael-filterable-gallery-item-wrap eael-cf-' . $item['controls'] . '">
|
|
@@ -3104,58 +3219,17 @@ class Filterable_Gallery extends Widget_Base
|
|
| 3104 |
&& $item['video_gallery_switch'] != 'true'
|
| 3105 |
&& $settings['eael_fg_show_popup'] === 'media'
|
| 3106 |
) {
|
| 3107 |
-
$popup_status = true;
|
| 3108 |
-
$html .= '<a href="' . esc_url($item['image']) . '" class="eael-magnific-link
|
| 3109 |
}
|
| 3110 |
|
| 3111 |
if ($settings['eael_section_fg_full_image_clickable']) {
|
| 3112 |
-
|
| 3113 |
-
$popup_status = true;
|
| 3114 |
-
$eael_magnific_link_class = isset($item['video_gallery_switch']) && ($item['video_gallery_switch'] === 'true') ? ' ' : 'eael-magnific-link active ';
|
| 3115 |
-
$html .= '<a href="' . esc_url($item['image']) . '" class="'.$eael_magnific_link_class.' media-content-wrap" data-elementor-open-lightbox="no">';
|
| 3116 |
-
}
|
| 3117 |
-
|
| 3118 |
-
if ($settings['eael_section_fg_full_image_action'] === 'link') {
|
| 3119 |
-
$fia_string = 'href="' . esc_url($item['link']['url']) . '"';
|
| 3120 |
-
|
| 3121 |
-
if ($item['link']['nofollow']) {
|
| 3122 |
-
$fia_string .= 'rel="nofollow"';
|
| 3123 |
-
}
|
| 3124 |
-
|
| 3125 |
-
if ($item['link']['is_external']) {
|
| 3126 |
-
$fia_string .= 'target="_blank"';
|
| 3127 |
-
}
|
| 3128 |
-
|
| 3129 |
-
$html .= '<a ' . $fia_string . '>';
|
| 3130 |
-
}
|
| 3131 |
}
|
| 3132 |
|
| 3133 |
$html .= '<div class="gallery-item-thumbnail-wrap">';
|
| 3134 |
-
$html .= '<img src="' . $item['image'] . '" data-lazy-src="'.$item['image'].'" alt="' . esc_attr(get_post_meta($item['image_id'], '_wp_attachment_image_alt', true)) . '" class="gallery-item-thumbnail">';
|
| 3135 |
-
|
| 3136 |
-
if ( empty($settings['eael_section_fg_full_image_clickable']) && $item['video_gallery_switch'] !== 'true' ) {
|
| 3137 |
-
if ($settings['eael_fg_show_popup'] == 'buttons' && $settings['eael_fg_caption_style'] === 'card') {
|
| 3138 |
-
$html .= '<div class="gallery-item-caption-wrap card-hover-bg caption-style-hoverer ' . $settings['eael_fg_grid_hover_style'] . '">
|
| 3139 |
-
' . $this->render_fg_buttons($settings, $item) . '
|
| 3140 |
-
</div>';
|
| 3141 |
-
} elseif ( $settings['eael_fg_show_popup'] === 'media' && $settings['eael_fg_caption_style'] === 'card' ) {
|
| 3142 |
-
$html .= '<div class="gallery-item-caption-wrap card-hover-bg caption-style-hoverer ' . $settings['eael_fg_grid_hover_style'] . '"></div>';
|
| 3143 |
-
}
|
| 3144 |
-
}
|
| 3145 |
-
|
| 3146 |
-
if (isset($item['video_gallery_switch']) && ($item['video_gallery_switch'] === 'true')) {
|
| 3147 |
-
$icon_url = isset($item['play_icon']['url']) ? $item['play_icon']['url'] : '';
|
| 3148 |
-
$video_url = isset($item['video_link']) ? $item['video_link'] : '#';
|
| 3149 |
|
| 3150 |
-
|
| 3151 |
-
$html .= '<div class="video-popup-bg"></div>';
|
| 3152 |
-
|
| 3153 |
-
if (!empty($icon_url)) {
|
| 3154 |
-
$html .= '<img src="' . esc_url($icon_url) . '">';
|
| 3155 |
-
}
|
| 3156 |
-
|
| 3157 |
-
$html .= '</a>';
|
| 3158 |
-
}
|
| 3159 |
|
| 3160 |
$html .= '</div>';
|
| 3161 |
|
|
@@ -3163,42 +3237,14 @@ class Filterable_Gallery extends Widget_Base
|
|
| 3163 |
$html .= '</a>';
|
| 3164 |
}
|
| 3165 |
|
| 3166 |
-
if ($settings['eael_fg_show_popup'] == 'media' && $settings['eael_fg_caption_style'] !== 'card' && !$popup_status) {
|
| 3167 |
-
$html .= '<a href="' . esc_url($item['image']) . '" class="eael-magnific-link
|
| 3168 |
}
|
| 3169 |
|
| 3170 |
|
| 3171 |
if ($item['video_gallery_switch'] != 'true' || $settings['eael_fg_caption_style'] == 'card') {
|
| 3172 |
if ($settings['eael_fg_grid_hover_style'] !== 'eael-none') {
|
| 3173 |
-
$html .=
|
| 3174 |
-
|
| 3175 |
-
if ('hoverer' == $settings['eael_fg_caption_style']) {
|
| 3176 |
-
$html .= '<div class="gallery-item-hoverer-bg"></div>';
|
| 3177 |
-
}
|
| 3178 |
-
|
| 3179 |
-
$html .= '<div class="gallery-item-caption-over">';
|
| 3180 |
-
if (isset($item['title']) && !empty($item['title']) || isset($item['content']) && !empty($item['content'])) {
|
| 3181 |
-
if (!empty($item['title'])) {
|
| 3182 |
-
$html .= '<' . Helper::eael_validate_html_tag($settings['title_tag']) . ' class="fg-item-title">' . $item['title'] . '</' . Helper::eael_validate_html_tag($settings['title_tag']) . '>';
|
| 3183 |
-
}
|
| 3184 |
-
|
| 3185 |
-
if (!empty($item['content'])) {
|
| 3186 |
-
$html .= '<div class="fg-item-content">' . wpautop($item['content']) . '</div>';
|
| 3187 |
-
}
|
| 3188 |
-
}
|
| 3189 |
-
|
| 3190 |
-
if ($settings['eael_fg_show_popup'] == 'buttons' && $settings['eael_fg_caption_style'] !== 'card') {
|
| 3191 |
-
if (empty($settings['eael_section_fg_full_image_clickable'])) {
|
| 3192 |
-
$html .= ($this->render_fg_buttons($settings, $item));
|
| 3193 |
-
}
|
| 3194 |
-
}
|
| 3195 |
-
$html .= '</div>';
|
| 3196 |
-
|
| 3197 |
-
$html .= '</div>';
|
| 3198 |
-
|
| 3199 |
-
if ($settings['eael_section_fg_full_image_clickable']) {
|
| 3200 |
-
$html .= '</a>';
|
| 3201 |
-
}
|
| 3202 |
}
|
| 3203 |
}
|
| 3204 |
|
|
@@ -3285,7 +3331,7 @@ class Filterable_Gallery extends Widget_Base
|
|
| 3285 |
<div <?php echo $this->get_render_attribute_string('gallery-items-wrap'); ?>>
|
| 3286 |
<?php
|
| 3287 |
$init_show = absint($settings['eael_fg_items_to_show']);
|
| 3288 |
-
|
| 3289 |
for ($i = 0; $i < $init_show; $i++) {
|
| 3290 |
if (array_key_exists($i, $this->render_gallery_items())) {
|
| 3291 |
if ('layout_3' == $settings['eael_fg_caption_style'])
|
|
@@ -3380,26 +3426,51 @@ class Filterable_Gallery extends Widget_Base
|
|
| 3380 |
// filter
|
| 3381 |
$scope.on("click", ".control", function() {
|
| 3382 |
var $this = $(this);
|
|
|
|
| 3383 |
buttonFilter = $(this).attr('data-filter');
|
| 3384 |
-
//delegateAbc = $(this).attr('data-filter') + ' a.eael-magnific-link';
|
| 3385 |
|
| 3386 |
if ($scope.find('#fg-filter-trigger > span')) {
|
| 3387 |
$scope.find('#fg-filter-trigger > span').text($this.text());
|
| 3388 |
}
|
| 3389 |
|
| 3390 |
-
|
| 3391 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3392 |
|
| 3393 |
-
|
| 3394 |
-
|
| 3395 |
-
|
| 3396 |
-
|
| 3397 |
-
}else {
|
| 3398 |
-
$('.eael-filterable-gallery-item-wrap .eael-magnific-link').removeClass('active');
|
| 3399 |
-
$(buttonFilter + ' .eael-magnific-link').addClass('active');
|
| 3400 |
-
}
|
| 3401 |
|
| 3402 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3403 |
});
|
| 3404 |
|
| 3405 |
//quick search
|
|
@@ -3428,8 +3499,8 @@ class Filterable_Gallery extends Widget_Base
|
|
| 3428 |
$scope.on("click", ".eael-gallery-load-more", function (e) {
|
| 3429 |
e.preventDefault();
|
| 3430 |
var $this = $(this),
|
| 3431 |
-
$init_show = $(".eael-filter-gallery-container", $scope).children(".eael-filterable-gallery-item-wrap").length,
|
| 3432 |
-
$total_items = $gallery.data("total-gallery-items"),
|
| 3433 |
$images_per_page = $gallery.data("images-per-page"),
|
| 3434 |
$nomore_text = $gallery.data("nomore-item-text"),
|
| 3435 |
filter_enable = $(".eael-filter-gallery-control",$scope).length,
|
| 21 |
|
| 22 |
class Filterable_Gallery extends Widget_Base
|
| 23 |
{
|
| 24 |
+
private $popup_status = false;
|
| 25 |
+
|
| 26 |
public function get_name()
|
| 27 |
{
|
| 28 |
return 'eael-filterable-gallery';
|
| 2776 |
<div class="eael-filter-gallery-control">
|
| 2777 |
<ul><?php
|
| 2778 |
if ($settings['eael_fg_all_label_text']) {
|
| 2779 |
+
?><li data-load-more-status="0" data-first-init="1" class="control all-control active" data-filter="*"><?php echo $all_text; ?></li><?php
|
| 2780 |
}
|
| 2781 |
|
| 2782 |
foreach ($settings['eael_fg_controls'] as $key => $control) :
|
| 2783 |
$sorter_filter = $this->sorter_class($control['eael_fg_control']);
|
| 2784 |
+
?><li data-load-more-status="0" data-first-init="0" class="control <?php if ($key == 0 && empty($settings['eael_fg_all_label_text'])) {
|
| 2785 |
echo 'active';
|
| 2786 |
} ?>" data-filter=".eael-cf-<?php echo esc_attr($sorter_filter); ?>"><?php echo esc_html__($control['eael_fg_control']); ?></li><?php
|
| 2787 |
endforeach;
|
| 2932 |
return $gallery_store;
|
| 2933 |
}
|
| 2934 |
|
| 2935 |
+
/**
|
| 2936 |
+
* Generating gallery item full image clickable content
|
| 2937 |
+
*
|
| 2938 |
+
* @since 4.7.5
|
| 2939 |
+
* @param array $settings : Elementor provided settings
|
| 2940 |
+
* @param array $item : Gallery item
|
| 2941 |
+
* @param boolean $check_popup_status
|
| 2942 |
+
* @return string : Html markup
|
| 2943 |
+
*/
|
| 2944 |
+
public function gallery_item_full_image_clickable_content($settings, $item, $check_popup_status=true){
|
| 2945 |
+
$html = '';
|
| 2946 |
+
|
| 2947 |
+
if($check_popup_status){
|
| 2948 |
+
if ($settings['eael_section_fg_full_image_action'] === 'lightbox' && !$this->popup_status) {
|
| 2949 |
+
$this->popup_status = true;
|
| 2950 |
+
$html .= '<a href="' . esc_url($item['image']) . '" class="eael-magnific-link media-content-wrap" data-elementor-open-lightbox="no">';
|
| 2951 |
+
}
|
| 2952 |
+
}else {
|
| 2953 |
+
if ($settings['eael_section_fg_full_image_action'] === 'lightbox') {
|
| 2954 |
+
$html .= '<a href="' . esc_url($item['image']) . '" class="eael-magnific-link media-content-wrap" data-elementor-open-lightbox="no">';
|
| 2955 |
+
}
|
| 2956 |
+
}
|
| 2957 |
+
|
| 2958 |
+
if ($settings['eael_section_fg_full_image_action'] === 'link') {
|
| 2959 |
+
$item_link_url = ( !empty($item['link']) && !empty($item['link']['url']) ) ? esc_url($item['link']['url']) : '#';
|
| 2960 |
+
$fia_string = 'href="' . $item_link_url . '"';
|
| 2961 |
+
|
| 2962 |
+
if ( !empty($item['link']) && !empty($item['link']['nofollow']) ) {
|
| 2963 |
+
$fia_string .= 'rel="nofollow"';
|
| 2964 |
+
}
|
| 2965 |
+
|
| 2966 |
+
if ( !empty($item['link']) && !empty($item['link']['is_external']) ) {
|
| 2967 |
+
$fia_string .= 'target="_blank"';
|
| 2968 |
+
}
|
| 2969 |
+
|
| 2970 |
+
$html .= '<a ' . $fia_string . '>';
|
| 2971 |
+
}
|
| 2972 |
+
|
| 2973 |
+
return $html;
|
| 2974 |
+
}
|
| 2975 |
+
|
| 2976 |
+
/**
|
| 2977 |
+
* Generating video gallery item thumbnail content
|
| 2978 |
+
*
|
| 2979 |
+
* @since 4.7.5
|
| 2980 |
+
* @param array $settings : Elementor provided settings
|
| 2981 |
+
* @param array $item : Gallery item
|
| 2982 |
+
* @return string : Html markup
|
| 2983 |
+
*/
|
| 2984 |
+
protected function gallery_item_thumbnail_content($settings, $item){
|
| 2985 |
+
$html = '<img src="' . $item['image'] . '" data-lazy-src="'.$item['image'].'" alt="' . esc_attr(get_post_meta($item['image_id'], '_wp_attachment_image_alt', true)) . '" class="gallery-item-thumbnail">';
|
| 2986 |
+
|
| 2987 |
+
if ( empty($settings['eael_section_fg_full_image_clickable']) && $item['video_gallery_switch'] !== 'true' ) {
|
| 2988 |
+
if ($settings['eael_fg_show_popup'] == 'buttons' && $settings['eael_fg_caption_style'] === 'card') {
|
| 2989 |
+
$html .= '<div class="gallery-item-caption-wrap card-hover-bg caption-style-hoverer ' . $settings['eael_fg_grid_hover_style'] . '">
|
| 2990 |
+
' . $this->render_fg_buttons($settings, $item) . '
|
| 2991 |
+
</div>';
|
| 2992 |
+
} elseif ( $settings['eael_fg_show_popup'] === 'media' && $settings['eael_fg_caption_style'] === 'card' ) {
|
| 2993 |
+
$html .= '<div class="gallery-item-caption-wrap card-hover-bg caption-style-hoverer ' . $settings['eael_fg_grid_hover_style'] . '"></div>';
|
| 2994 |
+
}
|
| 2995 |
+
}
|
| 2996 |
+
|
| 2997 |
+
if (isset($item['video_gallery_switch']) && ($item['video_gallery_switch'] === 'true')) {
|
| 2998 |
+
$html .= $this->video_gallery_switch_content($item);
|
| 2999 |
+
}
|
| 3000 |
+
|
| 3001 |
+
return $html;
|
| 3002 |
+
}
|
| 3003 |
+
|
| 3004 |
+
/**
|
| 3005 |
+
* Generating video gallery switch content
|
| 3006 |
+
*
|
| 3007 |
+
* @since 4.7.5
|
| 3008 |
+
* @param array $item : Gallery item
|
| 3009 |
+
* @param boolean $show_video_popup_bg
|
| 3010 |
+
* @return string : Html markup
|
| 3011 |
+
*/
|
| 3012 |
+
protected function video_gallery_switch_content($item, $show_video_popup_bg=true){
|
| 3013 |
+
$html = '';
|
| 3014 |
+
|
| 3015 |
+
$icon_url = isset($item['play_icon']['url']) ? $item['play_icon']['url'] : '';
|
| 3016 |
+
$video_url = isset($item['video_link']) ? $item['video_link'] : '#';
|
| 3017 |
+
|
| 3018 |
+
$html .= '<a href="' . esc_url($video_url) . '" class="video-popup eael-magnific-link eael-magnific-video-link mfp-iframe">';
|
| 3019 |
+
|
| 3020 |
+
if( $show_video_popup_bg ){
|
| 3021 |
+
$html .= '<div class="video-popup-bg"></div>';
|
| 3022 |
+
}
|
| 3023 |
+
|
| 3024 |
+
if (!empty($icon_url)) {
|
| 3025 |
+
$html .= '<img src="' . esc_url($icon_url) . '">';
|
| 3026 |
+
}
|
| 3027 |
+
|
| 3028 |
+
$html .= '</a>';
|
| 3029 |
+
|
| 3030 |
+
return $html;
|
| 3031 |
+
}
|
| 3032 |
+
|
| 3033 |
+
/**
|
| 3034 |
+
* Generating caption content for gallery item
|
| 3035 |
+
*
|
| 3036 |
+
* @since 4.7.5
|
| 3037 |
+
* @param array $settings : Elementor provided settings
|
| 3038 |
+
* @param array $item : Gallery item
|
| 3039 |
+
* @param string $caption_style
|
| 3040 |
+
* @return string : Html markup
|
| 3041 |
+
*/
|
| 3042 |
+
protected function gallery_item_caption_content($settings, $item, $caption_style){
|
| 3043 |
+
$html = '<div class="gallery-item-caption-wrap ' . $caption_style . ' ' . $settings['eael_fg_grid_hover_style'] . '">';
|
| 3044 |
+
|
| 3045 |
+
if ('hoverer' == $settings['eael_fg_caption_style']) {
|
| 3046 |
+
$html .= '<div class="gallery-item-hoverer-bg"></div>';
|
| 3047 |
+
}
|
| 3048 |
+
|
| 3049 |
+
$html .= '<div class="gallery-item-caption-over">';
|
| 3050 |
+
if (isset($item['title']) && !empty($item['title']) || isset($item['content']) && !empty($item['content'])) {
|
| 3051 |
+
if (!empty($item['title'])) {
|
| 3052 |
+
$html .= '<' . Helper::eael_validate_html_tag($settings['title_tag']) . ' class="fg-item-title">' . $item['title'] . '</' . Helper::eael_validate_html_tag($settings['title_tag']) . '>';
|
| 3053 |
+
}
|
| 3054 |
+
|
| 3055 |
+
if (!empty($item['content'])) {
|
| 3056 |
+
$html .= '<div class="fg-item-content">' . wpautop($item['content']) . '</div>';
|
| 3057 |
+
}
|
| 3058 |
+
}
|
| 3059 |
+
|
| 3060 |
+
if ($settings['eael_fg_show_popup'] == 'buttons' && $settings['eael_fg_caption_style'] !== 'card') {
|
| 3061 |
+
if (empty($settings['eael_section_fg_full_image_clickable'])) {
|
| 3062 |
+
$html .= ($this->render_fg_buttons($settings, $item));
|
| 3063 |
+
}
|
| 3064 |
+
}
|
| 3065 |
+
$html .= '</div>';
|
| 3066 |
+
|
| 3067 |
+
$html .= '</div>';
|
| 3068 |
+
|
| 3069 |
+
if ($settings['eael_section_fg_full_image_clickable']) {
|
| 3070 |
+
$html .= '</a>';
|
| 3071 |
+
}
|
| 3072 |
+
|
| 3073 |
+
return $html;
|
| 3074 |
+
}
|
| 3075 |
+
|
| 3076 |
protected function render_fg_buttons($settings, $item)
|
| 3077 |
{
|
| 3078 |
$zoom_icon_migrated = isset($settings['__fa4_migrated']['eael_section_fg_zoom_icon_new']);
|
| 3147 |
$html .= '<div class="fg-layout-3-item eael-gallery-grid-item">';
|
| 3148 |
|
| 3149 |
if ($settings['eael_section_fg_full_image_clickable']) {
|
| 3150 |
+
$html .= $this->gallery_item_full_image_clickable_content($settings, $item, false);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3151 |
}
|
| 3152 |
|
| 3153 |
$html .= '<div class="gallery-item-thumbnail-wrap fg-layout-3-item-thumb">';
|
| 3163 |
$html .= '<div class="fg-item-ratings"><i class="fas fa-star"></i> ' . $item['ratings'] . '</div>';
|
| 3164 |
}
|
| 3165 |
$html .= '</div>';
|
| 3166 |
+
|
| 3167 |
if (isset($item['video_gallery_switch']) && ($item['video_gallery_switch'] === 'true')) {
|
| 3168 |
+
$html .= $this->video_gallery_switch_content($item, false);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3169 |
} else {
|
|
|
|
| 3170 |
if (empty($settings['eael_section_fg_full_image_clickable'])) {
|
|
|
|
| 3171 |
$html .= $this->render_fg_buttons($settings, $item);
|
| 3172 |
}
|
| 3173 |
}
|
| 3204 |
$caption_style = $settings['eael_fg_caption_style'] == 'card' ? 'caption-style-card' : 'caption-style-hoverer';
|
| 3205 |
|
| 3206 |
foreach ($gallery as $item) {
|
| 3207 |
+
$this->popup_status = false;
|
| 3208 |
|
| 3209 |
if ($item['controls'] != '') {
|
| 3210 |
$html = '<div class="eael-filterable-gallery-item-wrap eael-cf-' . $item['controls'] . '">
|
| 3219 |
&& $item['video_gallery_switch'] != 'true'
|
| 3220 |
&& $settings['eael_fg_show_popup'] === 'media'
|
| 3221 |
) {
|
| 3222 |
+
$this->popup_status = true;
|
| 3223 |
+
$html .= '<a href="' . esc_url($item['image']) . '" class="eael-magnific-link media-content-wrap" data-elementor-open-lightbox="no">';
|
| 3224 |
}
|
| 3225 |
|
| 3226 |
if ($settings['eael_section_fg_full_image_clickable']) {
|
| 3227 |
+
$html .= $this->gallery_item_full_image_clickable_content($settings, $item);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3228 |
}
|
| 3229 |
|
| 3230 |
$html .= '<div class="gallery-item-thumbnail-wrap">';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3231 |
|
| 3232 |
+
$html .= $this->gallery_item_thumbnail_content($settings, $item);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3233 |
|
| 3234 |
$html .= '</div>';
|
| 3235 |
|
| 3237 |
$html .= '</a>';
|
| 3238 |
}
|
| 3239 |
|
| 3240 |
+
if ($settings['eael_fg_show_popup'] == 'media' && $settings['eael_fg_caption_style'] !== 'card' && !$this->popup_status) {
|
| 3241 |
+
$html .= '<a href="' . esc_url($item['image']) . '" class="eael-magnific-link media-content-wrap" data-elementor-open-lightbox="no">';
|
| 3242 |
}
|
| 3243 |
|
| 3244 |
|
| 3245 |
if ($item['video_gallery_switch'] != 'true' || $settings['eael_fg_caption_style'] == 'card') {
|
| 3246 |
if ($settings['eael_fg_grid_hover_style'] !== 'eael-none') {
|
| 3247 |
+
$html .= $this->gallery_item_caption_content($settings, $item, $caption_style);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3248 |
}
|
| 3249 |
}
|
| 3250 |
|
| 3331 |
<div <?php echo $this->get_render_attribute_string('gallery-items-wrap'); ?>>
|
| 3332 |
<?php
|
| 3333 |
$init_show = absint($settings['eael_fg_items_to_show']);
|
| 3334 |
+
|
| 3335 |
for ($i = 0; $i < $init_show; $i++) {
|
| 3336 |
if (array_key_exists($i, $this->render_gallery_items())) {
|
| 3337 |
if ('layout_3' == $settings['eael_fg_caption_style'])
|
| 3426 |
// filter
|
| 3427 |
$scope.on("click", ".control", function() {
|
| 3428 |
var $this = $(this);
|
| 3429 |
+
const firstInit = parseInt($this.data('first-init'));
|
| 3430 |
buttonFilter = $(this).attr('data-filter');
|
|
|
|
| 3431 |
|
| 3432 |
if ($scope.find('#fg-filter-trigger > span')) {
|
| 3433 |
$scope.find('#fg-filter-trigger > span').text($this.text());
|
| 3434 |
}
|
| 3435 |
|
| 3436 |
+
if(!firstInit){
|
| 3437 |
+
$this.data('first-init', 1);
|
| 3438 |
+
let item_found = 0;
|
| 3439 |
+
let index_list = $items = [];
|
| 3440 |
+
for (const [index, item] of fg_items.entries()){
|
| 3441 |
+
if (buttonFilter !== '' && buttonFilter !== '*') {
|
| 3442 |
+
let element = $($(item)[0]);
|
| 3443 |
+
if (element.is(buttonFilter)) {
|
| 3444 |
+
++item_found;
|
| 3445 |
+
$items.push($(item)[0]);
|
| 3446 |
+
index_list.push(index);
|
| 3447 |
+
}
|
| 3448 |
+
}
|
| 3449 |
|
| 3450 |
+
if (item_found === $init_show_setting) {
|
| 3451 |
+
break;
|
| 3452 |
+
}
|
| 3453 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3454 |
|
| 3455 |
+
if(index_list.length>0){
|
| 3456 |
+
fg_items = fg_items.filter(function (item, index){
|
| 3457 |
+
return !index_list.includes(index);
|
| 3458 |
+
});
|
| 3459 |
+
}
|
| 3460 |
+
}
|
| 3461 |
+
|
| 3462 |
+
$this.siblings().removeClass("active");
|
| 3463 |
+
$this.addClass("active");
|
| 3464 |
+
if (!firstInit && $items.length > 0) {
|
| 3465 |
+
$gallery.append($items);
|
| 3466 |
+
$isotope_gallery.isotope('appended', $items);
|
| 3467 |
+
$isotope_gallery.isotope({filter: buttonFilter});
|
| 3468 |
+
$isotope_gallery.imagesLoaded().progress(function () {
|
| 3469 |
+
$isotope_gallery.isotope("layout");
|
| 3470 |
+
});
|
| 3471 |
+
} else {
|
| 3472 |
+
$isotope_gallery.isotope({filter: buttonFilter});
|
| 3473 |
+
}
|
| 3474 |
});
|
| 3475 |
|
| 3476 |
//quick search
|
| 3499 |
$scope.on("click", ".eael-gallery-load-more", function (e) {
|
| 3500 |
e.preventDefault();
|
| 3501 |
var $this = $(this),
|
| 3502 |
+
// $init_show = $(".eael-filter-gallery-container", $scope).children(".eael-filterable-gallery-item-wrap").length,
|
| 3503 |
+
// $total_items = $gallery.data("total-gallery-items"),
|
| 3504 |
$images_per_page = $gallery.data("images-per-page"),
|
| 3505 |
$nomore_text = $gallery.data("nomore-item-text"),
|
| 3506 |
filter_enable = $(".eael-filter-gallery-control",$scope).length,
|
includes/Elements/Info_Box.php
CHANGED
|
@@ -101,7 +101,8 @@ class Info_Box extends Widget_Base
|
|
| 101 |
],
|
| 102 |
'number' => [
|
| 103 |
'title' => esc_html__('Number', 'essential-addons-for-elementor-lite'),
|
| 104 |
-
'icon' => 'fa fa-sort-numeric-desc',
|
|
|
|
| 105 |
],
|
| 106 |
'icon' => [
|
| 107 |
'title' => esc_html__('Icon', 'essential-addons-for-elementor-lite'),
|
|
@@ -109,7 +110,8 @@ class Info_Box extends Widget_Base
|
|
| 109 |
],
|
| 110 |
'img' => [
|
| 111 |
'title' => esc_html__('Image', 'essential-addons-for-elementor-lite'),
|
| 112 |
-
'icon' => 'fa fa-picture-o',
|
|
|
|
| 113 |
],
|
| 114 |
],
|
| 115 |
'default' => 'icon',
|
| 101 |
],
|
| 102 |
'number' => [
|
| 103 |
'title' => esc_html__('Number', 'essential-addons-for-elementor-lite'),
|
| 104 |
+
//'icon' => 'fa fa-sort-numeric-desc', //not showing/supported
|
| 105 |
+
'icon' => 'fas fa-sort-numeric-up-alt', //fa version 5
|
| 106 |
],
|
| 107 |
'icon' => [
|
| 108 |
'title' => esc_html__('Icon', 'essential-addons-for-elementor-lite'),
|
| 110 |
],
|
| 111 |
'img' => [
|
| 112 |
'title' => esc_html__('Image', 'essential-addons-for-elementor-lite'),
|
| 113 |
+
//'icon' => 'fa fa-picture-o',
|
| 114 |
+
'icon' => 'far fa-image',
|
| 115 |
],
|
| 116 |
],
|
| 117 |
'default' => 'icon',
|
includes/Elements/Login_Register.php
CHANGED
|
@@ -202,7 +202,7 @@ class Login_Register extends Widget_Base {
|
|
| 202 |
|
| 203 |
if(!$this->pro_enabled){
|
| 204 |
$this->social_login_promo();
|
| 205 |
-
|
| 206 |
|
| 207 |
do_action( 'eael/login-register/after-login-controls-section', $this );
|
| 208 |
// Registration For Related---
|
|
@@ -1032,32 +1032,32 @@ class Login_Register extends Widget_Base {
|
|
| 1032 |
|
| 1033 |
protected function show_pro_promotion(){
|
| 1034 |
|
| 1035 |
-
|
| 1036 |
-
|
| 1037 |
-
|
| 1038 |
-
|
| 1039 |
-
|
| 1040 |
-
|
| 1041 |
-
|
| 1042 |
-
|
| 1043 |
-
|
| 1044 |
-
|
| 1045 |
-
|
| 1046 |
-
|
| 1047 |
-
|
| 1048 |
-
|
| 1049 |
-
|
| 1050 |
-
|
| 1051 |
-
|
| 1052 |
-
|
| 1053 |
-
|
| 1054 |
-
|
| 1055 |
-
|
| 1056 |
-
|
| 1057 |
-
|
| 1058 |
-
|
| 1059 |
-
|
| 1060 |
-
|
| 1061 |
|
| 1062 |
protected function init_content_register_fields_controls() {
|
| 1063 |
|
|
@@ -1244,13 +1244,13 @@ class Login_Register extends Widget_Base {
|
|
| 1244 |
],
|
| 1245 |
] );
|
| 1246 |
|
| 1247 |
-
|
| 1248 |
-
|
| 1249 |
-
|
| 1250 |
-
|
| 1251 |
-
|
| 1252 |
-
|
| 1253 |
-
|
| 1254 |
|
| 1255 |
$this->add_control( 'register_user_role', [
|
| 1256 |
'label' => __( 'New User Role', 'essential-addons-for-elementor-lite' ),
|
| 202 |
|
| 203 |
if(!$this->pro_enabled){
|
| 204 |
$this->social_login_promo();
|
| 205 |
+
}
|
| 206 |
|
| 207 |
do_action( 'eael/login-register/after-login-controls-section', $this );
|
| 208 |
// Registration For Related---
|
| 1032 |
|
| 1033 |
protected function show_pro_promotion(){
|
| 1034 |
|
| 1035 |
+
$this->start_controls_section(
|
| 1036 |
+
'eael_section_pro',
|
| 1037 |
+
[
|
| 1038 |
+
'label' => __( 'Go Premium for More Features', 'essential-addons-for-elementor-lite' ),
|
| 1039 |
+
]
|
| 1040 |
+
);
|
| 1041 |
+
|
| 1042 |
+
$this->add_control(
|
| 1043 |
+
'eael_control_get_pro',
|
| 1044 |
+
[
|
| 1045 |
+
'label' => __( 'Unlock more possibilities', 'essential-addons-for-elementor-lite' ),
|
| 1046 |
+
'type' => Controls_Manager::CHOOSE,
|
| 1047 |
+
'options' => [
|
| 1048 |
+
'1' => [
|
| 1049 |
+
'title' => '',
|
| 1050 |
+
'icon' => 'fa fa-unlock-alt',
|
| 1051 |
+
],
|
| 1052 |
+
],
|
| 1053 |
+
'default' => '1',
|
| 1054 |
+
'description' => '<span class="pro-feature"> Get the <a href="https://wpdeveloper.net/upgrade/ea-pro" target="_blank">Pro version</a> for more stunning elements and customization options.</span>',
|
| 1055 |
+
]
|
| 1056 |
+
);
|
| 1057 |
+
|
| 1058 |
+
$this->end_controls_section();
|
| 1059 |
+
|
| 1060 |
+
}
|
| 1061 |
|
| 1062 |
protected function init_content_register_fields_controls() {
|
| 1063 |
|
| 1244 |
],
|
| 1245 |
] );
|
| 1246 |
|
| 1247 |
+
if(current_user_can('create_users')){
|
| 1248 |
+
$user_role = $this->get_user_roles();
|
| 1249 |
+
}else{
|
| 1250 |
+
$user_role = [
|
| 1251 |
+
get_option( 'default_role' ) => ucfirst(get_option( 'default_role' ))
|
| 1252 |
+
];
|
| 1253 |
+
}
|
| 1254 |
|
| 1255 |
$this->add_control( 'register_user_role', [
|
| 1256 |
'label' => __( 'New User Role', 'essential-addons-for-elementor-lite' ),
|
includes/Elements/Post_Grid.php
CHANGED
|
@@ -1078,11 +1078,15 @@ class Post_Grid extends Widget_Base
|
|
| 1078 |
$template = $this->get_template($settings['eael_dynamic_template_Layout']);
|
| 1079 |
$settings['loadable_file_name'] = $this->get_filename_only($template);
|
| 1080 |
$dir_name = $this->get_temp_dir_name($settings['loadable_file_name']);
|
|
|
|
| 1081 |
|
| 1082 |
if(file_exists($template)){
|
| 1083 |
$query = new \WP_Query( $args );
|
| 1084 |
|
| 1085 |
if ( $query->have_posts() ) {
|
|
|
|
|
|
|
|
|
|
| 1086 |
|
| 1087 |
while ( $query->have_posts() ) {
|
| 1088 |
$query->the_post();
|
|
@@ -1101,7 +1105,9 @@ class Post_Grid extends Widget_Base
|
|
| 1101 |
<div class="clearfix"></div>
|
| 1102 |
</div>';
|
| 1103 |
|
| 1104 |
-
|
|
|
|
|
|
|
| 1105 |
|
| 1106 |
if (Plugin::instance()->editor->is_edit_mode()) {?>
|
| 1107 |
<script type="text/javascript">
|
| 1078 |
$template = $this->get_template($settings['eael_dynamic_template_Layout']);
|
| 1079 |
$settings['loadable_file_name'] = $this->get_filename_only($template);
|
| 1080 |
$dir_name = $this->get_temp_dir_name($settings['loadable_file_name']);
|
| 1081 |
+
$found_posts = 0;
|
| 1082 |
|
| 1083 |
if(file_exists($template)){
|
| 1084 |
$query = new \WP_Query( $args );
|
| 1085 |
|
| 1086 |
if ( $query->have_posts() ) {
|
| 1087 |
+
$found_posts = $query->found_posts;
|
| 1088 |
+
$max_page = ceil( $found_posts / absint( $args['posts_per_page'] ) );
|
| 1089 |
+
$args['max_page'] = $max_page;
|
| 1090 |
|
| 1091 |
while ( $query->have_posts() ) {
|
| 1092 |
$query->the_post();
|
| 1105 |
<div class="clearfix"></div>
|
| 1106 |
</div>';
|
| 1107 |
|
| 1108 |
+
if ( $found_posts > $args['posts_per_page'] ) {
|
| 1109 |
+
$this->print_load_more_button( $settings, $args, $dir_name );
|
| 1110 |
+
}
|
| 1111 |
|
| 1112 |
if (Plugin::instance()->editor->is_edit_mode()) {?>
|
| 1113 |
<script type="text/javascript">
|
includes/Elements/Post_Timeline.php
CHANGED
|
@@ -482,10 +482,14 @@ class Post_Timeline extends Widget_Base
|
|
| 482 |
$template = $this->get_template($this->get_settings('eael_dynamic_template_Layout'));
|
| 483 |
$settings['loadable_file_name'] = $this->get_filename_only($template);
|
| 484 |
$dir_name = $this->get_temp_dir_name($settings['loadable_file_name']);
|
|
|
|
| 485 |
|
| 486 |
if(file_exists($template)){
|
| 487 |
$query = new \WP_Query($args);
|
| 488 |
if ($query->have_posts()) {
|
|
|
|
|
|
|
|
|
|
| 489 |
while ($query->have_posts()) {
|
| 490 |
$query->the_post();
|
| 491 |
include($template);
|
|
@@ -500,6 +504,8 @@ class Post_Timeline extends Widget_Base
|
|
| 500 |
echo '</div>
|
| 501 |
</div>';
|
| 502 |
|
| 503 |
-
|
|
|
|
|
|
|
| 504 |
}
|
| 505 |
}
|
| 482 |
$template = $this->get_template($this->get_settings('eael_dynamic_template_Layout'));
|
| 483 |
$settings['loadable_file_name'] = $this->get_filename_only($template);
|
| 484 |
$dir_name = $this->get_temp_dir_name($settings['loadable_file_name']);
|
| 485 |
+
$found_posts = 0;
|
| 486 |
|
| 487 |
if(file_exists($template)){
|
| 488 |
$query = new \WP_Query($args);
|
| 489 |
if ($query->have_posts()) {
|
| 490 |
+
$found_posts = $query->found_posts;
|
| 491 |
+
$max_page = ceil( $found_posts / absint( $args['posts_per_page'] ) );
|
| 492 |
+
$args['max_page'] = $max_page;
|
| 493 |
while ($query->have_posts()) {
|
| 494 |
$query->the_post();
|
| 495 |
include($template);
|
| 504 |
echo '</div>
|
| 505 |
</div>';
|
| 506 |
|
| 507 |
+
if ( $found_posts > $args['posts_per_page'] ) {
|
| 508 |
+
$this->print_load_more_button( $settings, $args, $dir_name );
|
| 509 |
+
}
|
| 510 |
}
|
| 511 |
}
|
includes/Elements/Product_Grid.php
CHANGED
|
@@ -117,7 +117,7 @@ class Product_Grid extends Widget_Base
|
|
| 117 |
case 'grouped':
|
| 118 |
return $this->grouped_add_to_cart_button_text;
|
| 119 |
case 'simple':
|
| 120 |
-
if ( ! $product->
|
| 121 |
return $this->default_add_to_cart_button_text;
|
| 122 |
}
|
| 123 |
return $this->simple_add_to_cart_button_text;
|
|
@@ -527,6 +527,16 @@ class Product_Grid extends Widget_Base
|
|
| 527 |
'type' => Controls_Manager::SWITCHER,
|
| 528 |
]);
|
| 529 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 530 |
$this->end_controls_section();
|
| 531 |
}
|
| 532 |
|
|
@@ -3025,11 +3035,16 @@ class Product_Grid extends Widget_Base
|
|
| 3025 |
$template = $this->get_template($settings['eael_dynamic_template_Layout']);
|
| 3026 |
$settings['loadable_file_name'] = $this->get_filename_only($template);
|
| 3027 |
$dir_name = $this->get_temp_dir_name($settings['loadable_file_name']);
|
|
|
|
| 3028 |
|
| 3029 |
if (file_exists($template)) {
|
| 3030 |
$settings['eael_page_id'] = get_the_ID();
|
| 3031 |
$query = new \WP_Query($args);
|
| 3032 |
if ($query->have_posts()) {
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3033 |
echo '<ul class="products" data-layout-mode="' . $settings["eael_product_grid_layout"] . '">';
|
| 3034 |
while ($query->have_posts()) {
|
| 3035 |
$query->the_post();
|
|
@@ -3048,8 +3063,9 @@ class Product_Grid extends Widget_Base
|
|
| 3048 |
echo HelperClass::eael_pagination($args, $settings);
|
| 3049 |
}
|
| 3050 |
|
| 3051 |
-
|
| 3052 |
-
|
|
|
|
| 3053 |
?>
|
| 3054 |
</div>
|
| 3055 |
</div>
|
| 117 |
case 'grouped':
|
| 118 |
return $this->grouped_add_to_cart_button_text;
|
| 119 |
case 'simple':
|
| 120 |
+
if ( ! $product->is_in_stock() ) {
|
| 121 |
return $this->default_add_to_cart_button_text;
|
| 122 |
}
|
| 123 |
return $this->simple_add_to_cart_button_text;
|
| 527 |
'type' => Controls_Manager::SWITCHER,
|
| 528 |
]);
|
| 529 |
|
| 530 |
+
$this->add_control(
|
| 531 |
+
'eael_product_grid_image_clickable',
|
| 532 |
+
[
|
| 533 |
+
'label' => esc_html__('Image Clickable?', 'essential-addons-for-elementor-lite'),
|
| 534 |
+
'type' => Controls_Manager::SWITCHER,
|
| 535 |
+
'return_value' => 'yes',
|
| 536 |
+
'default' => 'no',
|
| 537 |
+
]
|
| 538 |
+
);
|
| 539 |
+
|
| 540 |
$this->end_controls_section();
|
| 541 |
}
|
| 542 |
|
| 3035 |
$template = $this->get_template($settings['eael_dynamic_template_Layout']);
|
| 3036 |
$settings['loadable_file_name'] = $this->get_filename_only($template);
|
| 3037 |
$dir_name = $this->get_temp_dir_name($settings['loadable_file_name']);
|
| 3038 |
+
$found_posts = 0;
|
| 3039 |
|
| 3040 |
if (file_exists($template)) {
|
| 3041 |
$settings['eael_page_id'] = get_the_ID();
|
| 3042 |
$query = new \WP_Query($args);
|
| 3043 |
if ($query->have_posts()) {
|
| 3044 |
+
$found_posts = $query->found_posts;
|
| 3045 |
+
$max_page = ceil( $found_posts / absint( $args['posts_per_page'] ) );
|
| 3046 |
+
$args['max_page'] = $max_page;
|
| 3047 |
+
|
| 3048 |
echo '<ul class="products" data-layout-mode="' . $settings["eael_product_grid_layout"] . '">';
|
| 3049 |
while ($query->have_posts()) {
|
| 3050 |
$query->the_post();
|
| 3063 |
echo HelperClass::eael_pagination($args, $settings);
|
| 3064 |
}
|
| 3065 |
|
| 3066 |
+
if ( $found_posts > $args['posts_per_page'] ) {
|
| 3067 |
+
$this->print_load_more_button( $settings, $args, $dir_name );
|
| 3068 |
+
}
|
| 3069 |
?>
|
| 3070 |
</div>
|
| 3071 |
</div>
|
includes/Elements/Woo_Checkout.php
CHANGED
|
@@ -2696,6 +2696,7 @@ class Woo_Checkout extends Widget_Base {
|
|
| 2696 |
'ea_woo_checkout_shop_link' => $settings['ea_woo_checkout_shop_link'],
|
| 2697 |
'ea_woo_checkout_shop_link_text' => $settings['ea_woo_checkout_shop_link_text'],
|
| 2698 |
'ea_woo_checkout_table_subtotal_text' => $settings['ea_woo_checkout_table_subtotal_text'],
|
|
|
|
| 2699 |
'ea_woo_checkout_table_total_text' => $settings['ea_woo_checkout_table_total_text'],
|
| 2700 |
];
|
| 2701 |
$this->ea_woo_checkout_add_actions($settings);
|
| 2696 |
'ea_woo_checkout_shop_link' => $settings['ea_woo_checkout_shop_link'],
|
| 2697 |
'ea_woo_checkout_shop_link_text' => $settings['ea_woo_checkout_shop_link_text'],
|
| 2698 |
'ea_woo_checkout_table_subtotal_text' => $settings['ea_woo_checkout_table_subtotal_text'],
|
| 2699 |
+
'ea_woo_checkout_table_shipping_text' => $settings['ea_woo_checkout_table_shipping_text'],
|
| 2700 |
'ea_woo_checkout_table_total_text' => $settings['ea_woo_checkout_table_total_text'],
|
| 2701 |
];
|
| 2702 |
$this->ea_woo_checkout_add_actions($settings);
|
includes/Elements/Woo_Product_Carousel.php
CHANGED
|
@@ -408,6 +408,16 @@ class Woo_Product_Carousel extends Widget_Base {
|
|
| 408 |
]
|
| 409 |
);
|
| 410 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 411 |
$this->end_controls_section();
|
| 412 |
}
|
| 413 |
|
| 408 |
]
|
| 409 |
);
|
| 410 |
|
| 411 |
+
$this->add_control(
|
| 412 |
+
'eael_product_carousel_image_clickable',
|
| 413 |
+
[
|
| 414 |
+
'label' => esc_html__('Image Clickable?', 'essential-addons-for-elementor-lite'),
|
| 415 |
+
'type' => Controls_Manager::SWITCHER,
|
| 416 |
+
'return_value' => 'yes',
|
| 417 |
+
'default' => 'no',
|
| 418 |
+
]
|
| 419 |
+
);
|
| 420 |
+
|
| 421 |
$this->end_controls_section();
|
| 422 |
}
|
| 423 |
|
includes/Elements/Woo_Product_Gallery.php
CHANGED
|
@@ -2369,11 +2369,16 @@ class Woo_Product_Gallery extends Widget_Base {
|
|
| 2369 |
$template = $this->get_template( $settings[ 'eael_product_gallery_dynamic_template' ] );
|
| 2370 |
$settings[ 'loadable_file_name' ] = $this->get_filename_only( $template );
|
| 2371 |
$dir_name = $this->get_temp_dir_name( $settings[ 'loadable_file_name' ] );
|
|
|
|
| 2372 |
|
| 2373 |
if ( file_exists( $template ) ) {
|
| 2374 |
$settings[ 'eael_page_id' ] = get_the_ID();
|
| 2375 |
$query = new \WP_Query( $args );
|
| 2376 |
if ( $query->have_posts() ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2377 |
echo '<ul class="products eael-post-appender eael-post-appender-' . $this->get_id() . '" data-layout-mode="' . $settings[ "eael_product_gallery_items_layout" ] . '">';
|
| 2378 |
while ( $query->have_posts() ) {
|
| 2379 |
$query->the_post();
|
|
@@ -2388,7 +2393,9 @@ class Woo_Product_Gallery extends Widget_Base {
|
|
| 2388 |
_e( '<p class="no-posts-found">No layout found!</p>', 'essential-addons-for-elementor-lite' );
|
| 2389 |
}
|
| 2390 |
|
| 2391 |
-
|
|
|
|
|
|
|
| 2392 |
?>
|
| 2393 |
</div>
|
| 2394 |
</div>
|
| 2369 |
$template = $this->get_template( $settings[ 'eael_product_gallery_dynamic_template' ] );
|
| 2370 |
$settings[ 'loadable_file_name' ] = $this->get_filename_only( $template );
|
| 2371 |
$dir_name = $this->get_temp_dir_name( $settings[ 'loadable_file_name' ] );
|
| 2372 |
+
$found_posts = 0;
|
| 2373 |
|
| 2374 |
if ( file_exists( $template ) ) {
|
| 2375 |
$settings[ 'eael_page_id' ] = get_the_ID();
|
| 2376 |
$query = new \WP_Query( $args );
|
| 2377 |
if ( $query->have_posts() ) {
|
| 2378 |
+
$found_posts = $query->found_posts;
|
| 2379 |
+
$max_page = ceil( $found_posts / absint( $args['posts_per_page'] ) );
|
| 2380 |
+
$args['max_page'] = $max_page;
|
| 2381 |
+
|
| 2382 |
echo '<ul class="products eael-post-appender eael-post-appender-' . $this->get_id() . '" data-layout-mode="' . $settings[ "eael_product_gallery_items_layout" ] . '">';
|
| 2383 |
while ( $query->have_posts() ) {
|
| 2384 |
$query->the_post();
|
| 2393 |
_e( '<p class="no-posts-found">No layout found!</p>', 'essential-addons-for-elementor-lite' );
|
| 2394 |
}
|
| 2395 |
|
| 2396 |
+
if ( $found_posts > $args['posts_per_page'] ) {
|
| 2397 |
+
$this->print_load_more_button( $settings, $args, $dir_name );
|
| 2398 |
+
}
|
| 2399 |
?>
|
| 2400 |
</div>
|
| 2401 |
</div>
|
includes/Extensions/Table_of_Content.php
CHANGED
|
@@ -277,6 +277,30 @@ class Table_of_Content
|
|
| 277 |
]
|
| 278 |
);
|
| 279 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 280 |
$element->add_control(
|
| 281 |
'eael_ext_toc_sticky_scroll',
|
| 282 |
[
|
| 277 |
]
|
| 278 |
);
|
| 279 |
|
| 280 |
+
$element->add_responsive_control(
|
| 281 |
+
'eael_ext_toc_max_height',
|
| 282 |
+
[
|
| 283 |
+
'label' => __( 'Height', 'essential-addons-for-elementor-lite' ),
|
| 284 |
+
'type' => Controls_Manager::SLIDER,
|
| 285 |
+
'range' => [
|
| 286 |
+
'vh' => [
|
| 287 |
+
'min' => 10,
|
| 288 |
+
'max' => 100,
|
| 289 |
+
],
|
| 290 |
+
],
|
| 291 |
+
'default' => [
|
| 292 |
+
'size' => 50,
|
| 293 |
+
],
|
| 294 |
+
'size_units' => [ 'vh' ],
|
| 295 |
+
'selectors' => [
|
| 296 |
+
'{{WRAPPER}} .eael-toc.eael-sticky .eael-toc-body' => 'max-height: {{SIZE}}vh; height: {{SIZE}}vh;',
|
| 297 |
+
],
|
| 298 |
+
'condition' => [
|
| 299 |
+
'eael_ext_table_of_content' => 'yes',
|
| 300 |
+
],
|
| 301 |
+
]
|
| 302 |
+
);
|
| 303 |
+
|
| 304 |
$element->add_control(
|
| 305 |
'eael_ext_toc_sticky_scroll',
|
| 306 |
[
|
includes/Template/Eicon-Woocommerce/default.php
CHANGED
|
@@ -38,6 +38,7 @@ $sale_badge_preset = isset($settings['eael_product_sale_badge_preset']) ? $setti
|
|
| 38 |
// should print vars
|
| 39 |
$should_print_rating = isset( $settings['eael_product_grid_rating'] ) && 'yes' === $settings['eael_product_grid_rating'];
|
| 40 |
$should_print_quick_view = isset( $settings['eael_product_grid_quick_view'] ) && 'yes' === $settings['eael_product_grid_quick_view'];
|
|
|
|
| 41 |
$should_print_price = isset( $settings['eael_product_grid_price'] ) && 'yes' === $settings['eael_product_grid_price'];
|
| 42 |
$should_print_excerpt = isset( $settings['eael_product_grid_excerpt'] ) && ('yes' === $settings['eael_product_grid_excerpt'] && has_excerpt());
|
| 43 |
$widget_id = isset($settings['eael_widget_id']) ? $settings['eael_widget_id'] : null;
|
|
@@ -52,13 +53,22 @@ $quick_view_setting = [
|
|
| 52 |
];
|
| 53 |
if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-product-reveal' ) { ?>
|
| 54 |
<li class="product">
|
| 55 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
<?php echo wp_kses_post( $product->get_image( 'woocommerce_thumbnail', ['loading' => 'eager'] ) );
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
printf('<%1$s class="woocommerce-loop-product__title">%2$s</%1$s>', $title_tag, $product->get_title());
|
| 58 |
if ( $should_print_rating ) {
|
| 59 |
echo wp_kses_post( wc_get_rating_html( $product->get_average_rating(), $product->get_rating_count() ) );
|
| 60 |
}
|
| 61 |
-
if ( ! $product->
|
| 62 |
printf( '<span class="outofstock-badge">%s</span>', $stock_out_badge_text );
|
| 63 |
} elseif ( $product->is_on_sale() ) {
|
| 64 |
printf( '<span class="onsale">%s</span>', $sale_badge_text );
|
|
@@ -68,20 +78,28 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
| 68 |
echo '<div class="eael-product-price">'.$product->get_price_html().'</div>';
|
| 69 |
}
|
| 70 |
?>
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
</li>
|
| 79 |
<?php
|
| 80 |
} else if ( $grid_style_preset == 'eael-product-overlay' ) {
|
| 81 |
?>
|
| 82 |
<li class="product">
|
| 83 |
<div class="overlay">
|
| 84 |
-
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
<div class="button-wrap clearfix">
|
| 86 |
<a href="<?php echo esc_url( $product->get_permalink() ); ?>" class="product-link"><span class="fas fa-link"></span></a>
|
| 87 |
<?php
|
|
@@ -99,7 +117,7 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
| 99 |
echo wc_get_rating_html( $product->get_average_rating(), $product->get_rating_count() );
|
| 100 |
}
|
| 101 |
|
| 102 |
-
if ( ! $product->
|
| 103 |
printf( '<span class="outofstock-badge">%s</span>', $stock_out_badge_text );
|
| 104 |
} elseif ( $product->is_on_sale() ) {
|
| 105 |
printf( '<span class="onsale">%s</span>', $sale_badge_text );
|
|
@@ -119,8 +137,15 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
| 119 |
<div class="product-image-wrap">
|
| 120 |
<div class="image-wrap">
|
| 121 |
<?php
|
| 122 |
-
echo (
|
|
|
|
|
|
|
|
|
|
| 123 |
echo $product->get_image($settings['eael_product_grid_image_size_size'], ['loading' => 'eager']);
|
|
|
|
|
|
|
|
|
|
|
|
|
| 124 |
?>
|
| 125 |
</div>
|
| 126 |
<div class="image-hover-wrap">
|
|
@@ -223,10 +248,15 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
| 223 |
<div class="product-image-wrap">
|
| 224 |
<div class="image-wrap">
|
| 225 |
<?php
|
| 226 |
-
|
| 227 |
-
|
|
|
|
|
|
|
| 228 |
echo $product->get_image($settings['eael_product_grid_image_size_size'], ['loading' => 'eager']);
|
| 229 |
-
|
|
|
|
|
|
|
|
|
|
| 230 |
?>
|
| 231 |
</div>
|
| 232 |
<div class="image-hover-wrap">
|
|
@@ -281,10 +311,15 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
| 281 |
<div class="product-image-wrap">
|
| 282 |
<div class="image-wrap">
|
| 283 |
<?php
|
| 284 |
-
|
| 285 |
-
|
|
|
|
|
|
|
| 286 |
echo $product->get_image($settings['eael_product_grid_image_size_size'], ['loading' => 'eager']);
|
| 287 |
-
|
|
|
|
|
|
|
|
|
|
| 288 |
?>
|
| 289 |
</div>
|
| 290 |
</div>
|
|
@@ -413,8 +448,9 @@ if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-
|
|
| 413 |
}
|
| 414 |
|
| 415 |
add_action('woocommerce_before_shop_loop_item_title',function(){
|
| 416 |
-
global $product;
|
| 417 |
-
|
|
|
|
| 418 |
echo '<span class="outofstock-badge">'.__('Stock ', 'essential-addons-for-elementor-lite'). '<br />' . __('Out', 'essential-addons-for-elementor-lite').'</span>';
|
| 419 |
}
|
| 420 |
},9);
|
| 38 |
// should print vars
|
| 39 |
$should_print_rating = isset( $settings['eael_product_grid_rating'] ) && 'yes' === $settings['eael_product_grid_rating'];
|
| 40 |
$should_print_quick_view = isset( $settings['eael_product_grid_quick_view'] ) && 'yes' === $settings['eael_product_grid_quick_view'];
|
| 41 |
+
$should_print_image_clickable = isset( $settings['eael_product_grid_image_clickable'] ) && 'yes' === $settings['eael_product_grid_image_clickable'];
|
| 42 |
$should_print_price = isset( $settings['eael_product_grid_price'] ) && 'yes' === $settings['eael_product_grid_price'];
|
| 43 |
$should_print_excerpt = isset( $settings['eael_product_grid_excerpt'] ) && ('yes' === $settings['eael_product_grid_excerpt'] && has_excerpt());
|
| 44 |
$widget_id = isset($settings['eael_widget_id']) ? $settings['eael_widget_id'] : null;
|
| 53 |
];
|
| 54 |
if ( $grid_style_preset == 'eael-product-simple' || $grid_style_preset == 'eael-product-reveal' ) { ?>
|
| 55 |
<li class="product">
|
| 56 |
+
<div class="eael-product-wrap">
|
| 57 |
+
<?php
|
| 58 |
+
|
| 59 |
+
if( $should_print_image_clickable ) {
|
| 60 |
+
echo '<a href="' . $product->get_permalink() . '" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">';
|
| 61 |
+
}?>
|
| 62 |
<?php echo wp_kses_post( $product->get_image( 'woocommerce_thumbnail', ['loading' => 'eager'] ) );
|
| 63 |
+
if ( $should_print_image_clickable ) {
|
| 64 |
+
echo '</a>';
|
| 65 |
+
}
|
| 66 |
+
|
| 67 |
printf('<%1$s class="woocommerce-loop-product__title">%2$s</%1$s>', $title_tag, $product->get_title());
|
| 68 |
if ( $should_print_rating ) {
|
| 69 |
echo wp_kses_post( wc_get_rating_html( $product->get_average_rating(), $product->get_rating_count() ) );
|
| 70 |
}
|
| 71 |
+
if ( ! $product->is_in_stock() ) {
|
| 72 |
printf( '<span class="outofstock-badge">%s</span>', $stock_out_badge_text );
|
| 73 |
} elseif ( $product->is_on_sale() ) {
|
| 74 |
printf( '<span class="onsale">%s</span>', $sale_badge_text );
|
| 78 |
echo '<div class="eael-product-price">'.$product->get_price_html().'</div>';
|
| 79 |
}
|
| 80 |
?>
|
| 81 |
+
<?php
|
| 82 |
+
woocommerce_template_loop_add_to_cart();
|
| 83 |
+
if ( $should_print_compare_btn ) {
|
| 84 |
+
Product_Grid::print_compare_button( $product->get_id() );
|
| 85 |
+
}
|
| 86 |
+
?>
|
| 87 |
+
</div>
|
| 88 |
</li>
|
| 89 |
<?php
|
| 90 |
} else if ( $grid_style_preset == 'eael-product-overlay' ) {
|
| 91 |
?>
|
| 92 |
<li class="product">
|
| 93 |
<div class="overlay">
|
| 94 |
+
<?php
|
| 95 |
+
if( $should_print_image_clickable ) {
|
| 96 |
+
echo '<a href="' . $product->get_permalink() . '" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">';
|
| 97 |
+
}
|
| 98 |
+
echo $product->get_image( 'woocommerce_thumbnail', ['loading' => 'eager'] );
|
| 99 |
+
if ( $should_print_image_clickable ) {
|
| 100 |
+
echo '</a>';
|
| 101 |
+
}
|
| 102 |
+
?>
|
| 103 |
<div class="button-wrap clearfix">
|
| 104 |
<a href="<?php echo esc_url( $product->get_permalink() ); ?>" class="product-link"><span class="fas fa-link"></span></a>
|
| 105 |
<?php
|
| 117 |
echo wc_get_rating_html( $product->get_average_rating(), $product->get_rating_count() );
|
| 118 |
}
|
| 119 |
|
| 120 |
+
if ( ! $product->is_in_stock() ) {
|
| 121 |
printf( '<span class="outofstock-badge">%s</span>', $stock_out_badge_text );
|
| 122 |
} elseif ( $product->is_on_sale() ) {
|
| 123 |
printf( '<span class="onsale">%s</span>', $sale_badge_text );
|
| 137 |
<div class="product-image-wrap">
|
| 138 |
<div class="image-wrap">
|
| 139 |
<?php
|
| 140 |
+
echo (! $product->is_in_stock() ? '<span class="eael-onsale outofstock '.$sale_badge_preset.' '.$sale_badge_align.'">'.$stock_out_badge_text.'</span>' : ($product->is_on_sale() ? '<span class="eael-onsale '.$sale_badge_preset.' '.$sale_badge_align.'">' . $sale_badge_text . '</span>' : '') );
|
| 141 |
+
if( $should_print_image_clickable ) {
|
| 142 |
+
echo '<a href="' . $product->get_permalink() . '" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">';
|
| 143 |
+
}
|
| 144 |
echo $product->get_image($settings['eael_product_grid_image_size_size'], ['loading' => 'eager']);
|
| 145 |
+
|
| 146 |
+
if( $should_print_image_clickable ) {
|
| 147 |
+
echo '</a>';
|
| 148 |
+
}
|
| 149 |
?>
|
| 150 |
</div>
|
| 151 |
<div class="image-hover-wrap">
|
| 248 |
<div class="product-image-wrap">
|
| 249 |
<div class="image-wrap">
|
| 250 |
<?php
|
| 251 |
+
if( $should_print_image_clickable ) {
|
| 252 |
+
echo '<a href="' . $product->get_permalink() . '" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">';
|
| 253 |
+
}
|
| 254 |
+
echo ( ! $product->is_in_stock() ? '<span class="eael-onsale outofstock '.$sale_badge_preset.' '.$sale_badge_align.'">'.$stock_out_badge_text.'</span>' : ($product->is_on_sale() ? '<span class="eael-onsale '.$sale_badge_preset.' '.$sale_badge_align.'">' . $sale_badge_text. '</span>' : '') );
|
| 255 |
echo $product->get_image($settings['eael_product_grid_image_size_size'], ['loading' => 'eager']);
|
| 256 |
+
|
| 257 |
+
if( $should_print_image_clickable ) {
|
| 258 |
+
echo '</a>';
|
| 259 |
+
}
|
| 260 |
?>
|
| 261 |
</div>
|
| 262 |
<div class="image-hover-wrap">
|
| 311 |
<div class="product-image-wrap">
|
| 312 |
<div class="image-wrap">
|
| 313 |
<?php
|
| 314 |
+
if( $should_print_image_clickable ) {
|
| 315 |
+
echo '<a href="' . $product->get_permalink() . '" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">';
|
| 316 |
+
}
|
| 317 |
+
echo ( ! $product->is_in_stock() ? '<span class="eael-onsale outofstock '.$sale_badge_preset.' '.$sale_badge_align.'">'.$stock_out_badge_text.'</span>' : ($product->is_on_sale() ? '<span class="eael-onsale '.$sale_badge_preset.' '.$sale_badge_align.'">' . $sale_badge_text. '</span>' : '') );
|
| 318 |
echo $product->get_image($settings['eael_product_grid_image_size_size'], ['loading' => 'eager']);
|
| 319 |
+
|
| 320 |
+
if( $should_print_image_clickable ) {
|
| 321 |
+
echo '</a>';
|
| 322 |
+
}
|
| 323 |
?>
|
| 324 |
</div>
|
| 325 |
</div>
|
| 448 |
}
|
| 449 |
|
| 450 |
add_action('woocommerce_before_shop_loop_item_title',function(){
|
| 451 |
+
global $product;
|
| 452 |
+
if ( ! $product->is_in_stock() ) {
|
| 453 |
+
remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_show_product_loop_sale_flash', 10 );
|
| 454 |
echo '<span class="outofstock-badge">'.__('Stock ', 'essential-addons-for-elementor-lite'). '<br />' . __('Out', 'essential-addons-for-elementor-lite').'</span>';
|
| 455 |
}
|
| 456 |
},9);
|
includes/Template/Woo-Product-Carousel/preset-1.php
CHANGED
|
@@ -28,6 +28,7 @@ $stockout_text = !empty($settings['eael_product_carousel_stockout_text']) ? $set
|
|
| 28 |
// should print vars
|
| 29 |
$should_print_rating = isset( $settings['eael_product_carousel_rating'] ) && 'yes' === $settings['eael_product_carousel_rating'];
|
| 30 |
$should_print_quick_view = isset( $settings['eael_product_carousel_quick_view'] ) && 'yes' === $settings['eael_product_carousel_quick_view'];
|
|
|
|
| 31 |
$should_print_price = isset( $settings['eael_product_carousel_price'] ) && 'yes' === $settings['eael_product_carousel_price'];
|
| 32 |
$should_print_excerpt = isset( $settings['eael_product_carousel_excerpt'] ) && ('yes' === $settings['eael_product_carousel_excerpt'] && has_excerpt());
|
| 33 |
$widget_id = isset($settings['eael_widget_id']) ? $settings['eael_widget_id'] : null;
|
|
@@ -45,7 +46,14 @@ if ( true === wc_get_loop_product_visibility( $product->get_id() ) || $product->
|
|
| 45 |
<div class="image-wrap">
|
| 46 |
<?php
|
| 47 |
echo ( ! $product->managing_stock() && ! $product->is_in_stock() ? '<span class="eael-onsale outofstock '.$sale_badge_preset.' '.$sale_badge_align.'">'. $stockout_text .'</span>' : ($product->is_on_sale() ? '<span class="eael-onsale '.$sale_badge_preset.' '.$sale_badge_align.'">' . $sale_text . '</span>' : '') );
|
|
|
|
|
|
|
|
|
|
| 48 |
echo $product->get_image($settings['eael_product_carousel_image_size_size'], ['loading' => 'eager']);
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
?>
|
| 50 |
</div>
|
| 51 |
<div class="image-hover-wrap">
|
| 28 |
// should print vars
|
| 29 |
$should_print_rating = isset( $settings['eael_product_carousel_rating'] ) && 'yes' === $settings['eael_product_carousel_rating'];
|
| 30 |
$should_print_quick_view = isset( $settings['eael_product_carousel_quick_view'] ) && 'yes' === $settings['eael_product_carousel_quick_view'];
|
| 31 |
+
$should_print_image_clickable = isset( $settings['eael_product_carousel_image_clickable'] ) && 'yes' === $settings['eael_product_carousel_image_clickable'];
|
| 32 |
$should_print_price = isset( $settings['eael_product_carousel_price'] ) && 'yes' === $settings['eael_product_carousel_price'];
|
| 33 |
$should_print_excerpt = isset( $settings['eael_product_carousel_excerpt'] ) && ('yes' === $settings['eael_product_carousel_excerpt'] && has_excerpt());
|
| 34 |
$widget_id = isset($settings['eael_widget_id']) ? $settings['eael_widget_id'] : null;
|
| 46 |
<div class="image-wrap">
|
| 47 |
<?php
|
| 48 |
echo ( ! $product->managing_stock() && ! $product->is_in_stock() ? '<span class="eael-onsale outofstock '.$sale_badge_preset.' '.$sale_badge_align.'">'. $stockout_text .'</span>' : ($product->is_on_sale() ? '<span class="eael-onsale '.$sale_badge_preset.' '.$sale_badge_align.'">' . $sale_text . '</span>' : '') );
|
| 49 |
+
if( $should_print_image_clickable ) {
|
| 50 |
+
echo '<a href="' . $product->get_permalink() . '" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">';
|
| 51 |
+
}
|
| 52 |
echo $product->get_image($settings['eael_product_carousel_image_size_size'], ['loading' => 'eager']);
|
| 53 |
+
|
| 54 |
+
if( $should_print_image_clickable ) {
|
| 55 |
+
echo '</a>';
|
| 56 |
+
}
|
| 57 |
?>
|
| 58 |
</div>
|
| 59 |
<div class="image-hover-wrap">
|
includes/Template/Woo-Product-Carousel/preset-2.php
CHANGED
|
@@ -27,6 +27,7 @@ $stockout_text = !empty($settings['eael_product_carousel_stockout_text']) ? $set
|
|
| 27 |
// should print vars
|
| 28 |
$should_print_rating = isset( $settings['eael_product_carousel_rating'] ) && 'yes' === $settings['eael_product_carousel_rating'];
|
| 29 |
$should_print_quick_view = isset( $settings['eael_product_carousel_quick_view'] ) && 'yes' === $settings['eael_product_carousel_quick_view'];
|
|
|
|
| 30 |
$should_print_price = isset( $settings['eael_product_carousel_price'] ) && 'yes' === $settings['eael_product_carousel_price'];
|
| 31 |
$should_print_excerpt = isset( $settings['eael_product_carousel_excerpt'] ) && ('yes' === $settings['eael_product_carousel_excerpt'] && has_excerpt());
|
| 32 |
$widget_id = isset($settings['eael_widget_id']) ? $settings['eael_widget_id'] : null;
|
|
@@ -45,7 +46,14 @@ if ( true === wc_get_loop_product_visibility( $product->get_id() ) || $product->
|
|
| 45 |
<div class="image-wrap">
|
| 46 |
<?php
|
| 47 |
echo ( ! $product->managing_stock() && ! $product->is_in_stock() ? '<span class="eael-onsale outofstock '.$sale_badge_preset.' '.$sale_badge_align.'">'. $stockout_text .'</span>' : ($product->is_on_sale() ? '<span class="eael-onsale '.$sale_badge_preset.' '.$sale_badge_align.'">' . $sale_text . '</span>' : '') );
|
|
|
|
|
|
|
|
|
|
| 48 |
echo $product->get_image($settings['eael_product_carousel_image_size_size'], ['loading' => 'eager']);
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
?>
|
| 50 |
</div>
|
| 51 |
<div class="image-hover-wrap">
|
| 27 |
// should print vars
|
| 28 |
$should_print_rating = isset( $settings['eael_product_carousel_rating'] ) && 'yes' === $settings['eael_product_carousel_rating'];
|
| 29 |
$should_print_quick_view = isset( $settings['eael_product_carousel_quick_view'] ) && 'yes' === $settings['eael_product_carousel_quick_view'];
|
| 30 |
+
$should_print_image_clickable = isset( $settings['eael_product_carousel_image_clickable'] ) && 'yes' === $settings['eael_product_carousel_image_clickable'];
|
| 31 |
$should_print_price = isset( $settings['eael_product_carousel_price'] ) && 'yes' === $settings['eael_product_carousel_price'];
|
| 32 |
$should_print_excerpt = isset( $settings['eael_product_carousel_excerpt'] ) && ('yes' === $settings['eael_product_carousel_excerpt'] && has_excerpt());
|
| 33 |
$widget_id = isset($settings['eael_widget_id']) ? $settings['eael_widget_id'] : null;
|
| 46 |
<div class="image-wrap">
|
| 47 |
<?php
|
| 48 |
echo ( ! $product->managing_stock() && ! $product->is_in_stock() ? '<span class="eael-onsale outofstock '.$sale_badge_preset.' '.$sale_badge_align.'">'. $stockout_text .'</span>' : ($product->is_on_sale() ? '<span class="eael-onsale '.$sale_badge_preset.' '.$sale_badge_align.'">' . $sale_text . '</span>' : '') );
|
| 49 |
+
if( $should_print_image_clickable ) {
|
| 50 |
+
echo '<a href="' . $product->get_permalink() . '" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">';
|
| 51 |
+
}
|
| 52 |
echo $product->get_image($settings['eael_product_carousel_image_size_size'], ['loading' => 'eager']);
|
| 53 |
+
|
| 54 |
+
if( $should_print_image_clickable ) {
|
| 55 |
+
echo '</a>';
|
| 56 |
+
}
|
| 57 |
?>
|
| 58 |
</div>
|
| 59 |
<div class="image-hover-wrap">
|
includes/Template/Woo-Product-Carousel/preset-3.php
CHANGED
|
@@ -26,6 +26,7 @@ $stockout_text = !empty($settings['eael_product_carousel_stockout_text']) ? $set
|
|
| 26 |
// should print vars
|
| 27 |
$should_print_rating = isset( $settings['eael_product_carousel_rating'] ) && 'yes' === $settings['eael_product_carousel_rating'];
|
| 28 |
$should_print_quick_view = isset( $settings['eael_product_carousel_quick_view'] ) && 'yes' === $settings['eael_product_carousel_quick_view'];
|
|
|
|
| 29 |
$should_print_price = isset( $settings['eael_product_carousel_price'] ) && 'yes' === $settings['eael_product_carousel_price'];
|
| 30 |
$should_print_excerpt = isset( $settings['eael_product_carousel_excerpt'] ) && ('yes' === $settings['eael_product_carousel_excerpt'] && has_excerpt());
|
| 31 |
$widget_id = isset($settings['eael_widget_id']) ? $settings['eael_widget_id'] : null;
|
|
@@ -43,7 +44,14 @@ if ( true === wc_get_loop_product_visibility( $product->get_id() ) || $product->
|
|
| 43 |
<div class="image-wrap">
|
| 44 |
<?php
|
| 45 |
echo ( ! $product->managing_stock() && ! $product->is_in_stock() ? '<span class="eael-onsale outofstock '.$sale_badge_preset.' '.$sale_badge_align.'">'. $stockout_text .'</span>' : ($product->is_on_sale() ? '<span class="eael-onsale '.$sale_badge_preset.' '.$sale_badge_align.'">' . $sale_text . '</span>' : '') );
|
|
|
|
|
|
|
|
|
|
| 46 |
echo $product->get_image($settings['eael_product_carousel_image_size_size'], ['loading' => 'eager']);
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
?>
|
| 48 |
</div>
|
| 49 |
<div class="image-hover-wrap">
|
| 26 |
// should print vars
|
| 27 |
$should_print_rating = isset( $settings['eael_product_carousel_rating'] ) && 'yes' === $settings['eael_product_carousel_rating'];
|
| 28 |
$should_print_quick_view = isset( $settings['eael_product_carousel_quick_view'] ) && 'yes' === $settings['eael_product_carousel_quick_view'];
|
| 29 |
+
$should_print_image_clickable = isset( $settings['eael_product_carousel_image_clickable'] ) && 'yes' === $settings['eael_product_carousel_image_clickable'];
|
| 30 |
$should_print_price = isset( $settings['eael_product_carousel_price'] ) && 'yes' === $settings['eael_product_carousel_price'];
|
| 31 |
$should_print_excerpt = isset( $settings['eael_product_carousel_excerpt'] ) && ('yes' === $settings['eael_product_carousel_excerpt'] && has_excerpt());
|
| 32 |
$widget_id = isset($settings['eael_widget_id']) ? $settings['eael_widget_id'] : null;
|
| 44 |
<div class="image-wrap">
|
| 45 |
<?php
|
| 46 |
echo ( ! $product->managing_stock() && ! $product->is_in_stock() ? '<span class="eael-onsale outofstock '.$sale_badge_preset.' '.$sale_badge_align.'">'. $stockout_text .'</span>' : ($product->is_on_sale() ? '<span class="eael-onsale '.$sale_badge_preset.' '.$sale_badge_align.'">' . $sale_text . '</span>' : '') );
|
| 47 |
+
if( $should_print_image_clickable ) {
|
| 48 |
+
echo '<a href="' . $product->get_permalink() . '" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">';
|
| 49 |
+
}
|
| 50 |
echo $product->get_image($settings['eael_product_carousel_image_size_size'], ['loading' => 'eager']);
|
| 51 |
+
|
| 52 |
+
if( $should_print_image_clickable ) {
|
| 53 |
+
echo '</a>';
|
| 54 |
+
}
|
| 55 |
?>
|
| 56 |
</div>
|
| 57 |
<div class="image-hover-wrap">
|
includes/Template/Woo-Product-Carousel/preset-4.php
CHANGED
|
@@ -27,6 +27,7 @@ $stockout_text = !empty($settings['eael_product_carousel_stockout_text']) ? $set
|
|
| 27 |
// should print vars
|
| 28 |
$should_print_rating = isset( $settings['eael_product_carousel_rating'] ) && 'yes' === $settings['eael_product_carousel_rating'];
|
| 29 |
$should_print_quick_view = isset( $settings['eael_product_carousel_quick_view'] ) && 'yes' === $settings['eael_product_carousel_quick_view'];
|
|
|
|
| 30 |
$should_print_price = isset( $settings['eael_product_carousel_price'] ) && 'yes' === $settings['eael_product_carousel_price'];
|
| 31 |
$should_print_excerpt = isset( $settings['eael_product_carousel_excerpt'] ) && ('yes' === $settings['eael_product_carousel_excerpt'] && has_excerpt());
|
| 32 |
$widget_id = isset($settings['eael_widget_id']) ? $settings['eael_widget_id'] : null;
|
|
@@ -45,7 +46,14 @@ if ( true === wc_get_loop_product_visibility( $product->get_id() ) || $product->
|
|
| 45 |
<div class="image-wrap">
|
| 46 |
<?php
|
| 47 |
echo ( ! $product->managing_stock() && ! $product->is_in_stock() ? '<span class="eael-onsale outofstock '.$sale_badge_preset.' '.$sale_badge_align.'">'. $stockout_text .'</span>' : ($product->is_on_sale() ? '<span class="eael-onsale '.$sale_badge_preset.' '.$sale_badge_align.'">' . $sale_text . '</span>' : '') );
|
|
|
|
|
|
|
|
|
|
| 48 |
echo $product->get_image($settings['eael_product_carousel_image_size_size'], ['loading' => 'eager']);
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
?>
|
| 50 |
</div>
|
| 51 |
</div>
|
| 27 |
// should print vars
|
| 28 |
$should_print_rating = isset( $settings['eael_product_carousel_rating'] ) && 'yes' === $settings['eael_product_carousel_rating'];
|
| 29 |
$should_print_quick_view = isset( $settings['eael_product_carousel_quick_view'] ) && 'yes' === $settings['eael_product_carousel_quick_view'];
|
| 30 |
+
$should_print_image_clickable = isset( $settings['eael_product_carousel_image_clickable'] ) && 'yes' === $settings['eael_product_carousel_image_clickable'];
|
| 31 |
$should_print_price = isset( $settings['eael_product_carousel_price'] ) && 'yes' === $settings['eael_product_carousel_price'];
|
| 32 |
$should_print_excerpt = isset( $settings['eael_product_carousel_excerpt'] ) && ('yes' === $settings['eael_product_carousel_excerpt'] && has_excerpt());
|
| 33 |
$widget_id = isset($settings['eael_widget_id']) ? $settings['eael_widget_id'] : null;
|
| 46 |
<div class="image-wrap">
|
| 47 |
<?php
|
| 48 |
echo ( ! $product->managing_stock() && ! $product->is_in_stock() ? '<span class="eael-onsale outofstock '.$sale_badge_preset.' '.$sale_badge_align.'">'. $stockout_text .'</span>' : ($product->is_on_sale() ? '<span class="eael-onsale '.$sale_badge_preset.' '.$sale_badge_align.'">' . $sale_text . '</span>' : '') );
|
| 49 |
+
if( $should_print_image_clickable ) {
|
| 50 |
+
echo '<a href="' . $product->get_permalink() . '" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">';
|
| 51 |
+
}
|
| 52 |
echo $product->get_image($settings['eael_product_carousel_image_size_size'], ['loading' => 'eager']);
|
| 53 |
+
|
| 54 |
+
if( $should_print_image_clickable ) {
|
| 55 |
+
echo '</a>';
|
| 56 |
+
}
|
| 57 |
?>
|
| 58 |
</div>
|
| 59 |
</div>
|
includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php
CHANGED
|
@@ -439,18 +439,31 @@ trait Woo_Checkout_Helper {
|
|
| 439 |
</ul>
|
| 440 |
|
| 441 |
<div class="ea-order-review-table-footer">
|
| 442 |
-
|
|
|
|
|
|
|
|
|
|
| 443 |
if($settings['ea_woo_checkout_shop_link'] == 'yes') { ?>
|
| 444 |
<div class="back-to-shop">
|
| 445 |
<a class="back-to-shopping" href="<?php echo esc_url( apply_filters( 'woocommerce_return_to_shop_redirect', wc_get_page_permalink( 'shop' ) ) ); ?>">
|
| 446 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 447 |
</a>
|
| 448 |
</div>
|
| 449 |
<?php } ?>
|
| 450 |
|
| 451 |
<div class="footer-content">
|
| 452 |
<div class="cart-subtotal">
|
| 453 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 454 |
<div><?php wc_cart_totals_subtotal_html(); ?></div>
|
| 455 |
</div>
|
| 456 |
|
|
@@ -498,7 +511,12 @@ trait Woo_Checkout_Helper {
|
|
| 498 |
<?php do_action( 'woocommerce_review_order_before_order_total' ); ?>
|
| 499 |
|
| 500 |
<div class="order-total">
|
| 501 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 502 |
<div><?php wc_cart_totals_order_total_html(); ?></div>
|
| 503 |
</div>
|
| 504 |
|
|
@@ -715,6 +733,13 @@ trait Woo_Checkout_Helper {
|
|
| 715 |
</div>
|
| 716 |
<?php }
|
| 717 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 718 |
/**
|
| 719 |
* Added all actions
|
| 720 |
*/
|
|
@@ -753,6 +778,7 @@ trait Woo_Checkout_Helper {
|
|
| 753 |
}
|
| 754 |
|
| 755 |
remove_action('woocommerce_checkout_billing', [ $wc_checkout_instance, 'checkout_form_shipping' ]);
|
|
|
|
| 756 |
}
|
| 757 |
|
| 758 |
}
|
| 439 |
</ul>
|
| 440 |
|
| 441 |
<div class="ea-order-review-table-footer">
|
| 442 |
+
<!-- Show default text (from woocommerce) if change label control (ea_woo_checkout_table_header_text) is off -->
|
| 443 |
+
<?php $woo_checkout_order_details_change_label_settings = CheckoutHelperCLass::eael_wp_kses($settings['ea_woo_checkout_table_header_text']) ?>
|
| 444 |
+
|
| 445 |
+
<?php
|
| 446 |
if($settings['ea_woo_checkout_shop_link'] == 'yes') { ?>
|
| 447 |
<div class="back-to-shop">
|
| 448 |
<a class="back-to-shopping" href="<?php echo esc_url( apply_filters( 'woocommerce_return_to_shop_redirect', wc_get_page_permalink( 'shop' ) ) ); ?>">
|
| 449 |
+
<?php //if($woo_checkout_order_details_change_label_settings == 'yes') : ?>
|
| 450 |
+
<!-- <i class="fas fa-long-arrow-alt-left"></i>--><?php //echo CheckoutHelperCLass::eael_wp_kses($settings['ea_woo_checkout_shop_link_text']); ?>
|
| 451 |
+
<?php //else : ?>
|
| 452 |
+
<!-- <i class="fas fa-long-arrow-alt-left"></i>--><?php //esc_html_e( 'Continue Shopping', 'essential-addons-for-elementor-lite' ); ?>
|
| 453 |
+
<?php //endif; ?>
|
| 454 |
+
<i class="fas fa-long-arrow-alt-left"></i><?php echo CheckoutHelperCLass::eael_wp_kses($settings['ea_woo_checkout_shop_link_text']); ?>
|
| 455 |
</a>
|
| 456 |
</div>
|
| 457 |
<?php } ?>
|
| 458 |
|
| 459 |
<div class="footer-content">
|
| 460 |
<div class="cart-subtotal">
|
| 461 |
+
<?php if($woo_checkout_order_details_change_label_settings == 'yes') : ?>
|
| 462 |
+
<div><?php echo CheckoutHelperCLass::eael_wp_kses($settings['ea_woo_checkout_table_subtotal_text']); ?></div>
|
| 463 |
+
<?php else : ?>
|
| 464 |
+
<?php esc_html_e( 'Subtotal', 'essential-addons-for-elementor-lite' ); ?>
|
| 465 |
+
<?php endif; ?>
|
| 466 |
+
|
| 467 |
<div><?php wc_cart_totals_subtotal_html(); ?></div>
|
| 468 |
</div>
|
| 469 |
|
| 511 |
<?php do_action( 'woocommerce_review_order_before_order_total' ); ?>
|
| 512 |
|
| 513 |
<div class="order-total">
|
| 514 |
+
<?php if($woo_checkout_order_details_change_label_settings == 'yes') : ?>
|
| 515 |
+
<div><?php echo CheckoutHelperCLass::eael_wp_kses($settings['ea_woo_checkout_table_total_text']); ?></div>
|
| 516 |
+
<?php else : ?>
|
| 517 |
+
<?php esc_html_e( 'Total', 'essential-addons-for-elementor-lite' ); ?>
|
| 518 |
+
<?php endif; ?>
|
| 519 |
+
|
| 520 |
<div><?php wc_cart_totals_order_total_html(); ?></div>
|
| 521 |
</div>
|
| 522 |
|
| 733 |
</div>
|
| 734 |
<?php }
|
| 735 |
|
| 736 |
+
public function custom_shipping_package_name( $name ) {
|
| 737 |
+
if( ! empty( self::$setting_data[ 'ea_woo_checkout_table_shipping_text' ] ) ) {
|
| 738 |
+
$name = self::$setting_data['ea_woo_checkout_table_shipping_text'];
|
| 739 |
+
}
|
| 740 |
+
return $name;
|
| 741 |
+
}
|
| 742 |
+
|
| 743 |
/**
|
| 744 |
* Added all actions
|
| 745 |
*/
|
| 778 |
}
|
| 779 |
|
| 780 |
remove_action('woocommerce_checkout_billing', [ $wc_checkout_instance, 'checkout_form_shipping' ]);
|
| 781 |
+
add_filter('woocommerce_shipping_package_name', [ $this, 'custom_shipping_package_name' ], 10, 3);
|
| 782 |
}
|
| 783 |
|
| 784 |
}
|
includes/Traits/Controls.php
CHANGED
|
@@ -164,6 +164,9 @@ trait Controls
|
|
| 164 |
'label' => __('Offset', 'essential-addons-for-elementor-lite'),
|
| 165 |
'type' => Controls_Manager::NUMBER,
|
| 166 |
'default' => '0',
|
|
|
|
|
|
|
|
|
|
| 167 |
]
|
| 168 |
);
|
| 169 |
|
| 164 |
'label' => __('Offset', 'essential-addons-for-elementor-lite'),
|
| 165 |
'type' => Controls_Manager::NUMBER,
|
| 166 |
'default' => '0',
|
| 167 |
+
'condition' => [
|
| 168 |
+
'orderby!' => 'rand'
|
| 169 |
+
]
|
| 170 |
]
|
| 171 |
);
|
| 172 |
|
includes/Traits/Helper.php
CHANGED
|
@@ -81,6 +81,7 @@ trait Helper
|
|
| 81 |
|
| 82 |
if ( $class == '\Essential_Addons_Elementor\Elements\Post_Grid' && $settings[ 'orderby' ] === 'rand' ) {
|
| 83 |
$args[ 'post__not_in' ] = array_unique( $_REQUEST[ 'post__not_in' ] );
|
|
|
|
| 84 |
}
|
| 85 |
|
| 86 |
// ensure control name compatibility to old code if it is post block
|
|
@@ -512,6 +513,10 @@ trait Helper
|
|
| 512 |
$this->page_id = null;
|
| 513 |
}
|
| 514 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 515 |
$this->add_render_attribute('load-more', [
|
| 516 |
'class' => "eael-load-more-button",
|
| 517 |
'id' => "eael-load-more-btn-" . $this->get_id(),
|
|
@@ -529,6 +534,11 @@ trait Helper
|
|
| 529 |
'data-page' => 1,
|
| 530 |
'data-args' => http_build_query( $args ),
|
| 531 |
]);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 532 |
if ( ('true' == $settings['show_load_more'] || 1 == $settings['show_load_more'] || 'yes' == $settings['show_load_more']) && $args['posts_per_page'] != '-1' ) { ?>
|
| 533 |
<div class="eael-load-more-button-wrap<?php echo "eael-dynamic-filterable-gallery" == $this->get_name() ? " dynamic-filter-gallery-loadmore" : ""; ?>">
|
| 534 |
<button <?php $this->print_render_attribute_string( 'load-more' ); ?>>
|
| 81 |
|
| 82 |
if ( $class == '\Essential_Addons_Elementor\Elements\Post_Grid' && $settings[ 'orderby' ] === 'rand' ) {
|
| 83 |
$args[ 'post__not_in' ] = array_unique( $_REQUEST[ 'post__not_in' ] );
|
| 84 |
+
unset( $args['offset'] );
|
| 85 |
}
|
| 86 |
|
| 87 |
// ensure control name compatibility to old code if it is post block
|
| 513 |
$this->page_id = null;
|
| 514 |
}
|
| 515 |
}
|
| 516 |
+
|
| 517 |
+
$max_page = empty( $args['max_page'] ) ? false : $args['max_page'];
|
| 518 |
+
unset( $args['max_page'] );
|
| 519 |
+
|
| 520 |
$this->add_render_attribute('load-more', [
|
| 521 |
'class' => "eael-load-more-button",
|
| 522 |
'id' => "eael-load-more-btn-" . $this->get_id(),
|
| 534 |
'data-page' => 1,
|
| 535 |
'data-args' => http_build_query( $args ),
|
| 536 |
]);
|
| 537 |
+
|
| 538 |
+
if ( $max_page ) {
|
| 539 |
+
$this->add_render_attribute( 'load-more', [ 'data-max-page' => $max_page ] );
|
| 540 |
+
}
|
| 541 |
+
|
| 542 |
if ( ('true' == $settings['show_load_more'] || 1 == $settings['show_load_more'] || 'yes' == $settings['show_load_more']) && $args['posts_per_page'] != '-1' ) { ?>
|
| 543 |
<div class="eael-load-more-button-wrap<?php echo "eael-dynamic-filterable-gallery" == $this->get_name() ? " dynamic-filter-gallery-loadmore" : ""; ?>">
|
| 544 |
<button <?php $this->print_render_attribute_string( 'load-more' ); ?>>
|
languages/essential-addons-for-elementor-lite.pot
CHANGED
|
@@ -13,11 +13,11 @@ msgstr ""
|
|
| 13 |
"X-Poedit-SourceCharset: UTF-8\n"
|
| 14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 15 |
|
| 16 |
-
#: ../includes/Classes/Helper.php:205, ../includes/Elements/Adv_Accordion.php:323, ../includes/Elements/Adv_Tabs.php:296, ../includes/Elements/Contact_Form_7.php:270, ../includes/Elements/Content_Ticker.php:306, ../includes/Elements/Countdown.php:467, ../includes/Elements/Creative_Button.php:188, ../includes/Elements/Cta_Box.php:346, ../includes/Elements/Data_Table.php:482, ../includes/Elements/Dual_Color_Header.php:214, ../includes/Elements/Fancy_Text.php:269, ../includes/Elements/Filterable_Gallery.php:
|
| 17 |
msgid "Go Premium for More Features"
|
| 18 |
msgstr ""
|
| 19 |
|
| 20 |
-
#: ../includes/Classes/Helper.php:212, ../includes/Elements/Adv_Accordion.php:330, ../includes/Elements/Adv_Tabs.php:303, ../includes/Elements/Contact_Form_7.php:277, ../includes/Elements/Content_Ticker.php:313, ../includes/Elements/Countdown.php:474, ../includes/Elements/Creative_Button.php:195, ../includes/Elements/Cta_Box.php:353, ../includes/Elements/Data_Table.php:489, ../includes/Elements/Dual_Color_Header.php:221, ../includes/Elements/Fancy_Text.php:276, ../includes/Elements/Filterable_Gallery.php:
|
| 21 |
msgid "Unlock more possibilities"
|
| 22 |
msgstr ""
|
| 23 |
|
|
@@ -61,7 +61,7 @@ msgstr ""
|
|
| 61 |
msgid "Install Now!"
|
| 62 |
msgstr ""
|
| 63 |
|
| 64 |
-
#: ../includes/Classes/WPDeveloper_Plugin_Installer.php:151, ../includes/Classes/WPDeveloper_Plugin_Installer.php:169, ../includes/Classes/WPDeveloper_Plugin_Installer.php:187, ../includes/Classes/WPDeveloper_Setup_Wizard.php:481, ../includes/Classes/WPDeveloper_Setup_Wizard.php:507, ../includes/Traits/Admin.php:165, ../includes/Traits/Helper.php:
|
| 65 |
msgid "you are not allowed to do this action"
|
| 66 |
msgstr ""
|
| 67 |
|
|
@@ -327,7 +327,7 @@ msgstr ""
|
|
| 327 |
msgid "Fancy Text"
|
| 328 |
msgstr ""
|
| 329 |
|
| 330 |
-
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:662, ../includes/Elements/Filterable_Gallery.php:
|
| 331 |
msgid "Filterable Gallery"
|
| 332 |
msgstr ""
|
| 333 |
|
|
@@ -511,11 +511,11 @@ msgstr ""
|
|
| 511 |
msgid "Sort"
|
| 512 |
msgstr ""
|
| 513 |
|
| 514 |
-
#: ../includes/Elements/Advanced_Data_Table.php:165, ../includes/Elements/Caldera_Forms.php:162, ../includes/Elements/Caldera_Forms.php:895, ../includes/Elements/Contact_Form_7.php:900, ../includes/Elements/Filterable_Gallery.php:
|
| 515 |
msgid "Placeholder"
|
| 516 |
msgstr ""
|
| 517 |
|
| 518 |
-
#: ../includes/Elements/Advanced_Data_Table.php:180, ../includes/Elements/Advanced_Data_Table.php:1069, ../includes/Elements/Facebook_Feed.php:376, ../includes/Elements/FluentForm.php:1731, ../includes/Elements/Formstack.php:1593, ../includes/Elements/Product_Grid.php:
|
| 519 |
msgid "Pagination"
|
| 520 |
msgstr ""
|
| 521 |
|
|
@@ -523,7 +523,7 @@ msgstr ""
|
|
| 523 |
msgid "Pagination Type"
|
| 524 |
msgstr ""
|
| 525 |
|
| 526 |
-
#: ../includes/Elements/Advanced_Data_Table.php:193, ../includes/Elements/Advanced_Data_Table.php:1345, ../includes/Elements/Betterdocs_Category_Grid.php:1290, ../includes/Elements/Event_Calendar.php:759, ../includes/Elements/Flip_Box.php:651, ../includes/Elements/FluentForm.php:1965, ../includes/Elements/Formstack.php:1773, ../includes/Elements/Info_Box.php:
|
| 527 |
msgid "Button"
|
| 528 |
msgstr ""
|
| 529 |
|
|
@@ -571,19 +571,19 @@ msgstr ""
|
|
| 571 |
msgid "Table"
|
| 572 |
msgstr ""
|
| 573 |
|
| 574 |
-
#: ../includes/Elements/Advanced_Data_Table.php:324, ../includes/Elements/Advanced_Data_Table.php:885, ../includes/Elements/Advanced_Data_Table.php:1080, ../includes/Elements/Betterdocs_Search_Form.php:311, ../includes/Elements/Caldera_Forms.php:1159, ../includes/Elements/Caldera_Forms.php:1173, ../includes/Elements/Contact_Form_7.php:1185, ../includes/Elements/Contact_Form_7.php:1199, ../includes/Elements/Creative_Button.php:467, ../includes/Elements/Data_Table.php:521, ../includes/Elements/Data_Table.php:1150, ../includes/Elements/Dual_Color_Header.php:749, ../includes/Elements/Dual_Color_Header.php:829, ../includes/Elements/Filterable_Gallery.php:
|
| 575 |
msgid "Width"
|
| 576 |
msgstr ""
|
| 577 |
|
| 578 |
-
#: ../includes/Elements/Advanced_Data_Table.php:361, ../includes/Elements/Advanced_Data_Table.php:1029, ../includes/Elements/Advanced_Data_Table.php:1227, ../includes/Elements/Advanced_Data_Table.php:1299, ../includes/Elements/Advanced_Data_Table.php:1427, ../includes/Elements/Adv_Accordion.php:382, ../includes/Elements/Adv_Accordion.php:571, ../includes/Elements/Adv_Accordion.php:631, ../includes/Elements/Adv_Accordion.php:692, ../includes/Elements/Adv_Accordion.php:775, ../includes/Elements/Adv_Accordion.php:897, ../includes/Elements/Adv_Accordion.php:943, ../includes/Elements/Adv_Accordion.php:989, ../includes/Elements/Adv_Tabs.php:358, ../includes/Elements/Adv_Tabs.php:552, ../includes/Elements/Adv_Tabs.php:619, ../includes/Elements/Adv_Tabs.php:688, ../includes/Elements/Adv_Tabs.php:782, ../includes/Elements/Betterdocs_Category_Box.php:300, ../includes/Elements/Betterdocs_Category_Box.php:368, ../includes/Elements/Betterdocs_Category_Box.php:489, ../includes/Elements/Betterdocs_Category_Box.php:565, ../includes/Elements/Betterdocs_Category_Box.php:885, ../includes/Elements/Betterdocs_Category_Box.php:990, ../includes/Elements/Betterdocs_Category_Grid.php:341, ../includes/Elements/Betterdocs_Category_Grid.php:389, ../includes/Elements/Betterdocs_Category_Grid.php:474, ../includes/Elements/Betterdocs_Category_Grid.php:515, ../includes/Elements/Betterdocs_Category_Grid.php:640, ../includes/Elements/Betterdocs_Category_Grid.php:694, ../includes/Elements/Betterdocs_Category_Grid.php:844, ../includes/Elements/Betterdocs_Category_Grid.php:941, ../includes/Elements/Betterdocs_Category_Grid.php:1186, ../includes/Elements/Betterdocs_Category_Grid.php:1386, ../includes/Elements/Betterdocs_Category_Grid.php:1485, ../includes/Elements/Betterdocs_Search_Form.php:210, ../includes/Elements/Betterdocs_Search_Form.php:365, ../includes/Elements/Betterdocs_Search_Form.php:423, ../includes/Elements/Betterdocs_Search_Form.php:533, ../includes/Elements/Caldera_Forms.php:617, ../includes/Elements/Caldera_Forms.php:813, ../includes/Elements/Caldera_Forms.php:1229, ../includes/Elements/Caldera_Forms.php:1387, ../includes/Elements/Contact_Form_7.php:711, ../includes/Elements/Contact_Form_7.php:776, ../includes/Elements/Contact_Form_7.php:1255, ../includes/Elements/Contact_Form_7.php:1457, ../includes/Elements/Contact_Form_7.php:1551, ../includes/Elements/Contact_Form_7.php:1618, ../includes/Elements/Content_Ticker.php:622, ../includes/Elements/Countdown.php:619, ../includes/Elements/Cta_Box.php:463, ../includes/Elements/Cta_Box.php:740, ../includes/Elements/Cta_Box.php:927, ../includes/Elements/Data_Table.php:652, ../includes/Elements/Data_Table.php:691, ../includes/Elements/Data_Table.php:883, ../includes/Elements/Data_Table.php:1217, ../includes/Elements/Dual_Color_Header.php:347, ../includes/Elements/Event_Calendar.php:810, ../includes/Elements/Event_Calendar.php:877, ../includes/Elements/Event_Calendar.php:931, ../includes/Elements/Event_Calendar.php:1603, ../includes/Elements/Event_Calendar.php:1674, ../includes/Elements/Facebook_Feed.php:451, ../includes/Elements/Filterable_Gallery.php:
|
| 579 |
msgid "Border"
|
| 580 |
msgstr ""
|
| 581 |
|
| 582 |
-
#: ../includes/Elements/Advanced_Data_Table.php:387, ../includes/Elements/Advanced_Data_Table.php:1055, ../includes/Elements/Advanced_Data_Table.php:1253, ../includes/Elements/Advanced_Data_Table.php:1325, ../includes/Elements/Advanced_Data_Table.php:1449, ../includes/Elements/Adv_Accordion.php:389, ../includes/Elements/Adv_Accordion.php:578, ../includes/Elements/Adv_Accordion.php:638, ../includes/Elements/Adv_Accordion.php:699, ../includes/Elements/Adv_Tabs.php:366, ../includes/Elements/Adv_Tabs.php:559, ../includes/Elements/Adv_Tabs.php:626, ../includes/Elements/Adv_Tabs.php:695, ../includes/Elements/Adv_Tabs.php:789, ../includes/Elements/Betterdocs_Category_Box.php:308, ../includes/Elements/Betterdocs_Category_Box.php:376, ../includes/Elements/Betterdocs_Category_Box.php:497, ../includes/Elements/Betterdocs_Category_Box.php:574, ../includes/Elements/Betterdocs_Category_Box.php:896, ../includes/Elements/Betterdocs_Category_Box.php:1001, ../includes/Elements/Betterdocs_Category_Grid.php:349, ../includes/Elements/Betterdocs_Category_Grid.php:397, ../includes/Elements/Betterdocs_Category_Grid.php:482, ../includes/Elements/Betterdocs_Category_Grid.php:523, ../includes/Elements/Betterdocs_Category_Grid.php:648, ../includes/Elements/Betterdocs_Category_Grid.php:702, ../includes/Elements/Betterdocs_Category_Grid.php:855, ../includes/Elements/Betterdocs_Category_Grid.php:952, ../includes/Elements/Betterdocs_Category_Grid.php:1394, ../includes/Elements/Betterdocs_Category_Grid.php:1493, ../includes/Elements/Betterdocs_Search_Form.php:197, ../includes/Elements/Caldera_Forms.php:480, ../includes/Elements/Caldera_Forms.php:628, ../includes/Elements/Caldera_Forms.php:1046, ../includes/Elements/Caldera_Forms.php:1072, ../includes/Elements/Caldera_Forms.php:1239, ../includes/Elements/Contact_Form_7.php:396, ../includes/Elements/Contact_Form_7.php:722, ../includes/Elements/Contact_Form_7.php:1073, ../includes/Elements/Contact_Form_7.php:1099, ../includes/Elements/Contact_Form_7.php:1264, ../includes/Elements/Content_Ticker.php:401, ../includes/Elements/Content_Ticker.php:475, ../includes/Elements/Content_Ticker.php:632, ../includes/Elements/Countdown.php:627, ../includes/Elements/Creative_Button.php:336, ../includes/Elements/Cta_Box.php:471, ../includes/Elements/Cta_Box.php:748, ../includes/Elements/Cta_Box.php:935, ../includes/Elements/Dual_Color_Header.php:355, ../includes/Elements/Event_Calendar.php:818, ../includes/Elements/Event_Calendar.php:885, ../includes/Elements/Event_Calendar.php:939, ../includes/Elements/Event_Calendar.php:1175, ../includes/Elements/Event_Calendar.php:1343, ../includes/Elements/Event_Calendar.php:1611, ../includes/Elements/Event_Calendar.php:1682, ../includes/Elements/Facebook_Feed.php:476, ../includes/Elements/Facebook_Feed.php:536, ../includes/Elements/Fancy_Text.php:515, ../includes/Elements/Feature_List.php:640, ../includes/Elements/Filterable_Gallery.php:
|
| 583 |
msgid "Border Radius"
|
| 584 |
msgstr ""
|
| 585 |
|
| 586 |
-
#: ../includes/Elements/Advanced_Data_Table.php:400, ../includes/Elements/Advanced_Data_Table.php:1463, ../includes/Elements/Betterdocs_Category_Grid.php:331, ../includes/Elements/Betterdocs_Category_Grid.php:379, ../includes/Elements/Event_Calendar.php:697, ../includes/Elements/Event_Calendar.php:1635, ../includes/Elements/Event_Calendar.php:1709, ../includes/Elements/Product_Grid.php:
|
| 587 |
msgid "Box Shadow"
|
| 588 |
msgstr ""
|
| 589 |
|
|
@@ -591,7 +591,7 @@ msgstr ""
|
|
| 591 |
msgid "Head"
|
| 592 |
msgstr ""
|
| 593 |
|
| 594 |
-
#: ../includes/Elements/Advanced_Data_Table.php:419, ../includes/Elements/Advanced_Data_Table.php:538, ../includes/Elements/Advanced_Data_Table.php:996, ../includes/Elements/Advanced_Data_Table.php:1146, ../includes/Elements/Advanced_Data_Table.php:1354, ../includes/Elements/Caldera_Forms.php:286, ../includes/Elements/Caldera_Forms.php:347, ../includes/Elements/Caldera_Forms.php:535, ../includes/Elements/Caldera_Forms.php:773, ../includes/Elements/Caldera_Forms.php:862, ../includes/Elements/Caldera_Forms.php:1283, ../includes/Elements/Caldera_Forms.php:1398, ../includes/Elements/Contact_Form_7.php:487, ../includes/Elements/Contact_Form_7.php:518, ../includes/Elements/Contact_Form_7.php:735, ../includes/Elements/Contact_Form_7.php:883, ../includes/Elements/Contact_Form_7.php:935, ../includes/Elements/Contact_Form_7.php:1308, ../includes/Elements/Contact_Form_7.php:1443, ../includes/Elements/Contact_Form_7.php:1583, ../includes/Elements/Event_Calendar.php:739, ../includes/Elements/Event_Calendar.php:769, ../includes/Elements/Event_Calendar.php:983, ../includes/Elements/Event_Calendar.php:1058, ../includes/Elements/Event_Calendar.php:1092, ../includes/Elements/Event_Calendar.php:1335, ../includes/Elements/Event_Calendar.php:1398, ../includes/Elements/Event_Calendar.php:1427, ../includes/Elements/Event_Calendar.php:1495, ../includes/Elements/Event_Calendar.php:1653, ../includes/Elements/Filterable_Gallery.php:
|
| 595 |
msgid "Typography"
|
| 596 |
msgstr ""
|
| 597 |
|
|
@@ -599,23 +599,23 @@ msgstr ""
|
|
| 599 |
msgid "Text Alignment"
|
| 600 |
msgstr ""
|
| 601 |
|
| 602 |
-
#: ../includes/Elements/Advanced_Data_Table.php:431, ../includes/Elements/Advanced_Data_Table.php:550, ../includes/Elements/Advanced_Data_Table.php:976, ../includes/Elements/Advanced_Data_Table.php:1123, ../includes/Elements/Adv_Accordion.php:154, ../includes/Elements/Betterdocs_Category_Box.php:767, ../includes/Elements/Betterdocs_Category_Grid.php:1513, ../includes/Elements/Betterdocs_Category_Grid.php:1538, ../includes/Elements/Caldera_Forms.php:233, ../includes/Elements/Caldera_Forms.php:415, ../includes/Elements/Caldera_Forms.php:561, ../includes/Elements/Caldera_Forms.php:1136, ../includes/Elements/Contact_Form_7.php:331, ../includes/Elements/Contact_Form_7.php:443, ../includes/Elements/Contact_Form_7.php:1163, ../includes/Elements/Content_Ticker.php:290, ../includes/Elements/Countdown.php:118, ../includes/Elements/Countdown.php:1030, ../includes/Elements/Creative_Button.php:445, ../includes/Elements/Cta_Box.php:102, ../includes/Elements/Data_Table.php:553, ../includes/Elements/Data_Table.php:778, ../includes/Elements/Data_Table.php:1027, ../includes/Elements/Dual_Color_Header.php:191, ../includes/Elements/Event_Calendar.php:1007, ../includes/Elements/Event_Calendar.php:1139, ../includes/Elements/Fancy_Text.php:174, ../includes/Elements/Feature_List.php:303, ../includes/Elements/Filterable_Gallery.php:
|
| 603 |
msgid "Left"
|
| 604 |
msgstr ""
|
| 605 |
|
| 606 |
-
#: ../includes/Elements/Advanced_Data_Table.php:435, ../includes/Elements/Advanced_Data_Table.php:554, ../includes/Elements/Advanced_Data_Table.php:980, ../includes/Elements/Advanced_Data_Table.php:1127, ../includes/Elements/Betterdocs_Category_Box.php:771, ../includes/Elements/Betterdocs_Category_Grid.php:1517, ../includes/Elements/Betterdocs_Category_Grid.php:1542, ../includes/Elements/Caldera_Forms.php:237, ../includes/Elements/Caldera_Forms.php:419, ../includes/Elements/Caldera_Forms.php:565, ../includes/Elements/Caldera_Forms.php:1140, ../includes/Elements/Contact_Form_7.php:335, ../includes/Elements/Contact_Form_7.php:447, ../includes/Elements/Contact_Form_7.php:1167, ../includes/Elements/Countdown.php:122, ../includes/Elements/Countdown.php:1034, ../includes/Elements/Creative_Button.php:449, ../includes/Elements/Cta_Box.php:103, ../includes/Elements/Data_Table.php:557, ../includes/Elements/Data_Table.php:782, ../includes/Elements/Data_Table.php:1031, ../includes/Elements/Dual_Color_Header.php:195, ../includes/Elements/Dual_Color_Header.php:658, ../includes/Elements/Event_Calendar.php:1011, ../includes/Elements/Event_Calendar.php:1143, ../includes/Elements/Fancy_Text.php:178, ../includes/Elements/Filterable_Gallery.php:
|
| 607 |
msgid "Center"
|
| 608 |
msgstr ""
|
| 609 |
|
| 610 |
-
#: ../includes/Elements/Advanced_Data_Table.php:439, ../includes/Elements/Advanced_Data_Table.php:558, ../includes/Elements/Advanced_Data_Table.php:984, ../includes/Elements/Advanced_Data_Table.php:1131, ../includes/Elements/Adv_Accordion.php:153, ../includes/Elements/Betterdocs_Category_Box.php:775, ../includes/Elements/Betterdocs_Category_Grid.php:1521, ../includes/Elements/Betterdocs_Category_Grid.php:1546, ../includes/Elements/Caldera_Forms.php:241, ../includes/Elements/Caldera_Forms.php:423, ../includes/Elements/Caldera_Forms.php:569, ../includes/Elements/Caldera_Forms.php:1144, ../includes/Elements/Contact_Form_7.php:339, ../includes/Elements/Contact_Form_7.php:451, ../includes/Elements/Contact_Form_7.php:1171, ../includes/Elements/Content_Ticker.php:291, ../includes/Elements/Countdown.php:126, ../includes/Elements/Countdown.php:1038, ../includes/Elements/Creative_Button.php:453, ../includes/Elements/Cta_Box.php:104, ../includes/Elements/Data_Table.php:561, ../includes/Elements/Data_Table.php:786, ../includes/Elements/Data_Table.php:1035, ../includes/Elements/Dual_Color_Header.php:199, ../includes/Elements/Event_Calendar.php:1015, ../includes/Elements/Event_Calendar.php:1147, ../includes/Elements/Fancy_Text.php:182, ../includes/Elements/Feature_List.php:311, ../includes/Elements/Filterable_Gallery.php:
|
| 611 |
msgid "Right"
|
| 612 |
msgstr ""
|
| 613 |
|
| 614 |
-
#: ../includes/Elements/Advanced_Data_Table.php:454, ../includes/Elements/Advanced_Data_Table.php:573, ../includes/Elements/Advanced_Data_Table.php:667, ../includes/Elements/Advanced_Data_Table.php:698, ../includes/Elements/Advanced_Data_Table.php:729, ../includes/Elements/Advanced_Data_Table.php:760, ../includes/Elements/Advanced_Data_Table.php:791, ../includes/Elements/Advanced_Data_Table.php:822, ../includes/Elements/Advanced_Data_Table.php:1004, ../includes/Elements/Advanced_Data_Table.php:1200, ../includes/Elements/Advanced_Data_Table.php:1270, ../includes/Elements/Adv_Accordion.php:547, ../includes/Elements/Adv_Accordion.php:607, ../includes/Elements/Adv_Accordion.php:667, ../includes/Elements/Adv_Accordion.php:734, ../includes/Elements/Adv_Tabs.php:525, ../includes/Elements/Adv_Tabs.php:592, ../includes/Elements/Adv_Tabs.php:659, ../includes/Elements/Adv_Tabs.php:741, ../includes/Elements/Caldera_Forms.php:270, ../includes/Elements/Caldera_Forms.php:331, ../includes/Elements/Caldera_Forms.php:523, ../includes/Elements/Caldera_Forms.php:604, ../includes/Elements/Caldera_Forms.php:850, ../includes/Elements/Caldera_Forms.php:906, ../includes/Elements/Caldera_Forms.php:1216, ../includes/Elements/Caldera_Forms.php:1322, ../includes/Elements/Caldera_Forms.php:1375, ../includes/Elements/Contact_Form_7.php:474, ../includes/Elements/Contact_Form_7.php:505, ../includes/Elements/Contact_Form_7.php:562, ../includes/Elements/Contact_Form_7.php:845, ../includes/Elements/Contact_Form_7.php:920, ../includes/Elements/Contact_Form_7.php:1242, ../includes/Elements/Contact_Form_7.php:1348, ../includes/Elements/Contact_Form_7.php:1412, ../includes/Elements/Contact_Form_7.php:1535, ../includes/Elements/Contact_Form_7.php:1592, ../includes/Elements/Content_Ticker.php:357, ../includes/Elements/Content_Ticker.php:433, ../includes/Elements/Countdown.php:1109, ../includes/Elements/Creative_Button.php:277, ../includes/Elements/Creative_Button.php:370, ../includes/Elements/Cta_Box.php:698, ../includes/Elements/Cta_Box.php:769, ../includes/Elements/Cta_Box.php:904, ../includes/Elements/Cta_Box.php:956, ../includes/Elements/Data_Table.php:989, ../includes/Elements/Data_Table.php:1006, ../includes/Elements/Event_Calendar.php:1253, ../includes/Elements/Event_Calendar.php:1286, ../includes/Elements/Filterable_Gallery.php:
|
| 615 |
msgid "Text Color"
|
| 616 |
msgstr ""
|
| 617 |
|
| 618 |
-
#: ../includes/Elements/Advanced_Data_Table.php:468, ../includes/Elements/Advanced_Data_Table.php:609, ../includes/Elements/Advanced_Data_Table.php:682, ../includes/Elements/Advanced_Data_Table.php:713, ../includes/Elements/Advanced_Data_Table.php:744, ../includes/Elements/Advanced_Data_Table.php:775, ../includes/Elements/Advanced_Data_Table.php:806, ../includes/Elements/Advanced_Data_Table.php:837, ../includes/Elements/Advanced_Data_Table.php:1016, ../includes/Elements/Advanced_Data_Table.php:1213, ../includes/Elements/Advanced_Data_Table.php:1284, ../includes/Elements/Advanced_Data_Table.php:1379, ../includes/Elements/Advanced_Data_Table.php:1409, ../includes/Elements/Adv_Accordion.php:883, ../includes/Elements/Adv_Accordion.php:929, ../includes/Elements/Adv_Accordion.php:975, ../includes/Elements/Adv_Tabs.php:506, ../includes/Elements/Adv_Tabs.php:722, ../includes/Elements/Caldera_Forms.php:592, ../includes/Elements/Caldera_Forms.php:800, ../includes/Elements/Caldera_Forms.php:1204, ../includes/Elements/Caldera_Forms.php:1310, ../includes/Elements/Caldera_Forms.php:1364, ../includes/Elements/Contact_Form_7.php:550, ../includes/Elements/Contact_Form_7.php:763, ../includes/Elements/Contact_Form_7.php:1230, ../includes/Elements/Contact_Form_7.php:1336, ../includes/Elements/Contact_Form_7.php:1427, ../includes/Elements/Contact_Form_7.php:1520, ../includes/Elements/Content_Ticker.php:345, ../includes/Elements/Content_Ticker.php:422, ../includes/Elements/Content_Ticker.php:597, ../includes/Elements/Content_Ticker.php:653, ../includes/Elements/Countdown.php:733, ../includes/Elements/Countdown.php:745, ../includes/Elements/Countdown.php:805, ../includes/Elements/Countdown.php:817, ../includes/Elements/Countdown.php:877, ../includes/Elements/Countdown.php:889, ../includes/Elements/Countdown.php:949, ../includes/Elements/Countdown.php:961, ../includes/Elements/Creative_Button.php:291, ../includes/Elements/Creative_Button.php:383, ../includes/Elements/Cta_Box.php:122, ../includes/Elements/Cta_Box.php:426, ../includes/Elements/Cta_Box.php:712, ../includes/Elements/Cta_Box.php:781, ../includes/Elements/Data_Table.php:639, ../includes/Elements/Data_Table.php:679, ../includes/Elements/Data_Table.php:1190, ../includes/Elements/Dual_Color_Header.php:310, ../includes/Elements/Event_Calendar.php:1265, ../includes/Elements/Filterable_Gallery.php:
|
| 619 |
msgid "Background Color"
|
| 620 |
msgstr ""
|
| 621 |
|
|
@@ -623,7 +623,7 @@ msgstr ""
|
|
| 623 |
msgid "Cell Border"
|
| 624 |
msgstr ""
|
| 625 |
|
| 626 |
-
#: ../includes/Elements/Advanced_Data_Table.php:507, ../includes/Elements/Advanced_Data_Table.php:852, ../includes/Elements/Advanced_Data_Table.php:936, ../includes/Elements/Advanced_Data_Table.php:1154, ../includes/Elements/Advanced_Data_Table.php:1471, ../includes/Elements/Adv_Accordion.php:359, ../includes/Elements/Adv_Accordion.php:512, ../includes/Elements/Adv_Accordion.php:752, ../includes/Elements/Adv_Tabs.php:335, ../includes/Elements/Adv_Tabs.php:480, ../includes/Elements/Adv_Tabs.php:759, ../includes/Elements/Betterdocs_Category_Box.php:512, ../includes/Elements/Betterdocs_Category_Grid.php:558, ../includes/Elements/Betterdocs_Category_Grid.php:722, ../includes/Elements/Betterdocs_Category_Grid.php:1406, ../includes/Elements/Betterdocs_Search_Form.php:123, ../includes/Elements/Betterdocs_Search_Form.php:431, ../includes/Elements/Caldera_Forms.php:741, ../includes/Elements/Caldera_Forms.php:1251, ../includes/Elements/Contact_Form_7.php:598, ../includes/Elements/Contact_Form_7.php:1276, ../includes/Elements/Contact_Form_7.php:1471, ../includes/Elements/Contact_Form_7.php:1668, ../includes/Elements/Content_Ticker.php:389, ../includes/Elements/Content_Ticker.php:452, ../includes/Elements/Content_Ticker.php:693, ../includes/Elements/Countdown.php:606, ../includes/Elements/Countdown.php:1136, ../includes/Elements/Cta_Box.php:438, ../includes/Elements/Cta_Box.php:651, ../includes/Elements/Cta_Box.php:868, ../includes/Elements/Data_Table.php:607, ../includes/Elements/Data_Table.php:892, ../includes/Elements/Dual_Color_Header.php:322, ../includes/Elements/Facebook_Feed.php:605, ../includes/Elements/Facebook_Feed.php:631, ../includes/Elements/Facebook_Feed.php:703, ../includes/Elements/Fancy_Text.php:480, ../includes/Elements/Feature_List.php:597, ../includes/Elements/Filterable_Gallery.php:
|
| 627 |
msgid "Padding"
|
| 628 |
msgstr ""
|
| 629 |
|
|
@@ -643,7 +643,7 @@ msgstr ""
|
|
| 643 |
msgid "Highlight"
|
| 644 |
msgstr ""
|
| 645 |
|
| 646 |
-
#: ../includes/Elements/Advanced_Data_Table.php:651, ../includes/Elements/Adv_Tabs.php:171, ../includes/Elements/Countdown.php:402, ../includes/Elements/Data_Table.php:148, ../includes/Elements/Filterable_Gallery.php:
|
| 647 |
msgid "None"
|
| 648 |
msgstr ""
|
| 649 |
|
|
@@ -671,7 +671,7 @@ msgstr ""
|
|
| 671 |
msgid "Odd Row"
|
| 672 |
msgstr ""
|
| 673 |
|
| 674 |
-
#: ../includes/Elements/Advanced_Data_Table.php:913, ../includes/Elements/Dual_Color_Header.php:775, ../includes/Elements/Dual_Color_Header.php:855, ../includes/Elements/Flip_Box.php:123, ../includes/Elements/FluentForm.php:1317, ../includes/Elements/FluentForm.php:1402, ../includes/Elements/FluentForm.php:1837, ../includes/Elements/Formstack.php:1661, ../includes/Elements/Image_Accordion.php:304, ../includes/Elements/Login_Register.php:2069, ../includes/Elements/Progress_Bar.php:384, ../includes/Elements/Progress_Bar.php:436, ../includes/Elements/Sticky_Video.php:459, ../includes/Elements/Team_Member.php:318, ../includes/Elements/Twitter_Feed.php:831, ../includes/Elements/Woo_Product_Carousel.php:
|
| 675 |
msgid "Height"
|
| 676 |
msgstr ""
|
| 677 |
|
|
@@ -679,23 +679,23 @@ msgstr ""
|
|
| 679 |
msgid "Margin Bottom"
|
| 680 |
msgstr ""
|
| 681 |
|
| 682 |
-
#: ../includes/Elements/Advanced_Data_Table.php:971, ../includes/Elements/Advanced_Data_Table.php:1119, ../includes/Elements/Caldera_Forms.php:229, ../includes/Elements/Caldera_Forms.php:557, ../includes/Elements/Caldera_Forms.php:1132, ../includes/Elements/Contact_Form_7.php:439, ../includes/Elements/Contact_Form_7.php:1158, ../includes/Elements/Countdown.php:114, ../includes/Elements/Cta_Box.php:97, ../includes/Elements/Data_Table.php:547, ../includes/Elements/Dual_Color_Header.php:186, ../includes/Elements/Dual_Color_Header.php:650, ../includes/Elements/Event_Calendar.php:1003, ../includes/Elements/Event_Calendar.php:1135, ../includes/Elements/Fancy_Text.php:170, ../includes/Elements/Filterable_Gallery.php:
|
| 683 |
msgid "Alignment"
|
| 684 |
msgstr ""
|
| 685 |
|
| 686 |
-
#: ../includes/Elements/Advanced_Data_Table.php:1175, ../includes/Elements/Adv_Accordion.php:370, ../includes/Elements/Adv_Accordion.php:523, ../includes/Elements/Adv_Accordion.php:763, ../includes/Elements/Adv_Tabs.php:346, ../includes/Elements/Adv_Tabs.php:491, ../includes/Elements/Adv_Tabs.php:770, ../includes/Elements/Betterdocs_Category_Grid.php:570, ../includes/Elements/Betterdocs_Category_Grid.php:736, ../includes/Elements/Caldera_Forms.php:297, ../includes/Elements/Caldera_Forms.php:359, ../includes/Elements/Contact_Form_7.php:372, ../includes/Elements/Contact_Form_7.php:1653, ../includes/Elements/Content_Ticker.php:464, ../includes/Elements/Countdown.php:1088, ../includes/Elements/Cta_Box.php:450, ../includes/Elements/Cta_Box.php:663, ../includes/Elements/Cta_Box.php:880, ../includes/Elements/Dual_Color_Header.php:334, ../includes/Elements/Dual_Color_Header.php:702, ../includes/Elements/Fancy_Text.php:492, ../includes/Elements/Filterable_Gallery.php:
|
| 687 |
msgid "Margin"
|
| 688 |
msgstr ""
|
| 689 |
|
| 690 |
-
#: ../includes/Elements/Advanced_Data_Table.php:1195, ../includes/Elements/Advanced_Data_Table.php:1361, ../includes/Elements/Adv_Accordion.php:534, ../includes/Elements/Adv_Accordion.php:862, ../includes/Elements/Adv_Tabs.php:502, ../includes/Elements/Betterdocs_Category_Box.php:284, ../includes/Elements/Betterdocs_Category_Box.php:452, ../includes/Elements/Betterdocs_Category_Box.php:677, ../includes/Elements/Betterdocs_Category_Box.php:846, ../includes/Elements/Betterdocs_Category_Grid.php:315, ../includes/Elements/Betterdocs_Category_Grid.php:455, ../includes/Elements/Betterdocs_Category_Grid.php:610, ../includes/Elements/Betterdocs_Category_Grid.php:800, ../includes/Elements/Betterdocs_Category_Grid.php:1348, ../includes/Elements/Betterdocs_Search_Form.php:389, ../includes/Elements/Caldera_Forms.php:585, ../includes/Elements/Caldera_Forms.php:973, ../includes/Elements/Caldera_Forms.php:1197, ../includes/Elements/Contact_Form_7.php:543, ../includes/Elements/Contact_Form_7.php:1000, ../includes/Elements/Contact_Form_7.php:1223, ../includes/Elements/Content_Ticker.php:590, ../includes/Elements/Creative_Button.php:260, ../includes/Elements/Cta_Box.php:693, ../includes/Elements/Cta_Box.php:899, ../includes/Elements/Data_Table.php:619, ../includes/Elements/Data_Table.php:812, ../includes/Elements/Data_Table.php:984, ../includes/Elements/Data_Table.php:1082, ../includes/Elements/Event_Calendar.php:780, ../includes/Elements/Filterable_Gallery.php:
|
| 691 |
msgid "Normal"
|
| 692 |
msgstr ""
|
| 693 |
|
| 694 |
-
#: ../includes/Elements/Advanced_Data_Table.php:1265, ../includes/Elements/Advanced_Data_Table.php:1391, ../includes/Elements/Adv_Accordion.php:592, ../includes/Elements/Adv_Accordion.php:909, ../includes/Elements/Adv_Tabs.php:569, ../includes/Elements/Betterdocs_Category_Box.php:330, ../includes/Elements/Betterdocs_Category_Box.php:548, ../includes/Elements/Betterdocs_Category_Box.php:710, ../includes/Elements/Betterdocs_Category_Box.php:959, ../includes/Elements/Betterdocs_Category_Grid.php:363, ../includes/Elements/Betterdocs_Category_Grid.php:496, ../includes/Elements/Betterdocs_Category_Grid.php:664, ../includes/Elements/Betterdocs_Category_Grid.php:872, ../includes/Elements/Betterdocs_Category_Grid.php:1432, ../includes/Elements/Betterdocs_Search_Form.php:473, ../includes/Elements/Caldera_Forms.php:1303, ../includes/Elements/Contact_Form_7.php:1329, ../includes/Elements/Content_Ticker.php:646, ../includes/Elements/Creative_Button.php:353, ../includes/Elements/Cta_Box.php:764, ../includes/Elements/Cta_Box.php:951, ../includes/Elements/Data_Table.php:659, ../includes/Elements/Data_Table.php:903, ../includes/Elements/Data_Table.php:1001, ../includes/Elements/Data_Table.php:1100, ../includes/Elements/Event_Calendar.php:847, ../includes/Elements/Filterable_Gallery.php:
|
| 695 |
msgid "Hover"
|
| 696 |
msgstr ""
|
| 697 |
|
| 698 |
-
#: ../includes/Elements/Advanced_Data_Table.php:1366, ../includes/Elements/Advanced_Data_Table.php:1396, ../includes/Elements/Betterdocs_Category_Box.php:683, ../includes/Elements/Betterdocs_Category_Box.php:716, ../includes/Elements/Betterdocs_Category_Box.php:860, ../includes/Elements/Betterdocs_Category_Box.php:965, ../includes/Elements/Betterdocs_Category_Grid.php:616, ../includes/Elements/Betterdocs_Category_Grid.php:670, ../includes/Elements/Betterdocs_Category_Grid.php:806, ../includes/Elements/Betterdocs_Category_Grid.php:903, ../includes/Elements/Betterdocs_Category_Grid.php:1006, ../includes/Elements/Betterdocs_Category_Grid.php:1086, ../includes/Elements/Betterdocs_Category_Grid.php:1162, ../includes/Elements/Betterdocs_Category_Grid.php:1239, ../includes/Elements/Betterdocs_Category_Grid.php:1362, ../includes/Elements/Betterdocs_Category_Grid.php:1461, ../includes/Elements/Betterdocs_Search_Form.php:237, ../includes/Elements/Betterdocs_Search_Form.php:274, ../includes/Elements/Caldera_Forms.php:983, ../includes/Elements/Caldera_Forms.php:1099, ../includes/Elements/Caldera_Forms.php:1431, ../includes/Elements/Contact_Form_7.php:1010, ../includes/Elements/Contact_Form_7.php:1126, ../includes/Elements/Content_Ticker.php:609, ../includes/Elements/Content_Ticker.php:665, ../includes/Elements/Cta_Box.php:518, ../includes/Elements/Cta_Box.php:559, ../includes/Elements/Cta_Box.php:601, ../includes/Elements/Cta_Box.php:1042, ../includes/Elements/Data_Table.php:624, ../includes/Elements/Data_Table.php:664, ../includes/Elements/Data_Table.php:1175, ../includes/Elements/Dual_Color_Header.php:473, ../includes/Elements/Dual_Color_Header.php:570, ../includes/Elements/Dual_Color_Header.php:713, ../includes/Elements/Event_Calendar.php:747, ../includes/Elements/Event_Calendar.php:787, ../includes/Elements/Event_Calendar.php:854, ../includes/Elements/Event_Calendar.php:908, ../includes/Elements/Event_Calendar.php:991, ../includes/Elements/Event_Calendar.php:1066, ../includes/Elements/Event_Calendar.php:1100, ../includes/Elements/Event_Calendar.php:1209, ../includes/Elements/Event_Calendar.php:1575, ../includes/Elements/Facebook_Feed.php:769, ../includes/Elements/Facebook_Feed.php:807, ../includes/Elements/Facebook_Feed.php:847, ../includes/Elements/Facebook_Feed.php:895, ../includes/Elements/Facebook_Feed.php:933, ../includes/Elements/Facebook_Feed.php:971, ../includes/Elements/Facebook_Feed.php:1024, ../includes/Elements/Facebook_Feed.php:1062, ../includes/Elements/Facebook_Feed.php:1100, ../includes/Elements/Facebook_Feed.php:1132, ../includes/Elements/Fancy_Text.php:346, ../includes/Elements/Feature_List.php:541, ../includes/Elements/Feature_List.php:763, ../includes/Elements/Feature_List.php:797, ../includes/Elements/Filterable_Gallery.php:
|
| 699 |
msgid "Color"
|
| 700 |
msgstr ""
|
| 701 |
|
|
@@ -715,7 +715,7 @@ msgstr ""
|
|
| 715 |
msgid "Accordion"
|
| 716 |
msgstr ""
|
| 717 |
|
| 718 |
-
#: ../includes/Elements/Adv_Accordion.php:116, ../includes/Elements/Login_Register.php:3029, ../includes/Elements/Woo_Product_Carousel.php:
|
| 719 |
msgid "Toggle"
|
| 720 |
msgstr ""
|
| 721 |
|
|
@@ -723,39 +723,39 @@ msgstr ""
|
|
| 723 |
msgid "Select Accordion Tab Title Tag"
|
| 724 |
msgstr ""
|
| 725 |
|
| 726 |
-
#: ../includes/Elements/Adv_Accordion.php:127, ../includes/Elements/Betterdocs_Category_Box.php:184, ../includes/Elements/Betterdocs_Category_Grid.php:222, ../includes/Elements/Cta_Box.php:198, ../includes/Elements/Dual_Color_Header.php:138, ../includes/Elements/Filterable_Gallery.php:
|
| 727 |
msgid "H1"
|
| 728 |
msgstr ""
|
| 729 |
|
| 730 |
-
#: ../includes/Elements/Adv_Accordion.php:128, ../includes/Elements/Betterdocs_Category_Box.php:185, ../includes/Elements/Betterdocs_Category_Grid.php:223, ../includes/Elements/Cta_Box.php:199, ../includes/Elements/Dual_Color_Header.php:139, ../includes/Elements/Filterable_Gallery.php:
|
| 731 |
msgid "H2"
|
| 732 |
msgstr ""
|
| 733 |
|
| 734 |
-
#: ../includes/Elements/Adv_Accordion.php:129, ../includes/Elements/Betterdocs_Category_Box.php:186, ../includes/Elements/Betterdocs_Category_Grid.php:224, ../includes/Elements/Cta_Box.php:200, ../includes/Elements/Dual_Color_Header.php:140, ../includes/Elements/Filterable_Gallery.php:
|
| 735 |
msgid "H3"
|
| 736 |
msgstr ""
|
| 737 |
|
| 738 |
-
#: ../includes/Elements/Adv_Accordion.php:130, ../includes/Elements/Betterdocs_Category_Box.php:187, ../includes/Elements/Betterdocs_Category_Grid.php:225, ../includes/Elements/Cta_Box.php:201, ../includes/Elements/Dual_Color_Header.php:141, ../includes/Elements/Filterable_Gallery.php:
|
| 739 |
msgid "H4"
|
| 740 |
msgstr ""
|
| 741 |
|
| 742 |
-
#: ../includes/Elements/Adv_Accordion.php:131, ../includes/Elements/Betterdocs_Category_Box.php:188, ../includes/Elements/Betterdocs_Category_Grid.php:226, ../includes/Elements/Cta_Box.php:202, ../includes/Elements/Dual_Color_Header.php:142, ../includes/Elements/Filterable_Gallery.php:
|
| 743 |
msgid "H5"
|
| 744 |
msgstr ""
|
| 745 |
|
| 746 |
-
#: ../includes/Elements/Adv_Accordion.php:132, ../includes/Elements/Betterdocs_Category_Box.php:189, ../includes/Elements/Betterdocs_Category_Grid.php:227, ../includes/Elements/Cta_Box.php:203, ../includes/Elements/Dual_Color_Header.php:143, ../includes/Elements/Filterable_Gallery.php:
|
| 747 |
msgid "H6"
|
| 748 |
msgstr ""
|
| 749 |
|
| 750 |
-
#: ../includes/Elements/Adv_Accordion.php:133, ../includes/Elements/Betterdocs_Category_Box.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:228, ../includes/Elements/Cta_Box.php:204, ../includes/Elements/Dual_Color_Header.php:144, ../includes/Elements/Filterable_Gallery.php:
|
| 751 |
msgid "Span"
|
| 752 |
msgstr ""
|
| 753 |
|
| 754 |
-
#: ../includes/Elements/Adv_Accordion.php:134, ../includes/Elements/Betterdocs_Category_Box.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:229, ../includes/Elements/Cta_Box.php:205, ../includes/Elements/Dual_Color_Header.php:145, ../includes/Elements/Filterable_Gallery.php:
|
| 755 |
msgid "P"
|
| 756 |
msgstr ""
|
| 757 |
|
| 758 |
-
#: ../includes/Elements/Adv_Accordion.php:135, ../includes/Elements/Betterdocs_Category_Box.php:192, ../includes/Elements/Betterdocs_Category_Grid.php:230, ../includes/Elements/Cta_Box.php:206, ../includes/Elements/Dual_Color_Header.php:146, ../includes/Elements/Filterable_Gallery.php:
|
| 759 |
msgid "Div"
|
| 760 |
msgstr ""
|
| 761 |
|
|
@@ -787,7 +787,7 @@ msgstr ""
|
|
| 787 |
msgid "Enable Tab Icon"
|
| 788 |
msgstr ""
|
| 789 |
|
| 790 |
-
#: ../includes/Elements/Adv_Accordion.php:224, ../includes/Elements/Adv_Tabs.php:175, ../includes/Elements/Adv_Tabs.php:190, ../includes/Elements/Betterdocs_Category_Box.php:407, ../includes/Elements/Betterdocs_Category_Box.php:441, ../includes/Elements/Betterdocs_Category_Grid.php:441, ../includes/Elements/Betterdocs_Category_Grid.php:1065, ../includes/Elements/Betterdocs_Category_Grid.php:1074, ../includes/Elements/Betterdocs_Category_Grid.php:1206, ../includes/Elements/Betterdocs_Category_Grid.php:1313, ../includes/Elements/Creative_Button.php:131, ../includes/Elements/Cta_Box.php:151, ../includes/Elements/Data_Table.php:152, ../includes/Elements/Data_Table.php:171, ../includes/Elements/Data_Table.php:298, ../includes/Elements/Data_Table.php:351, ../includes/Elements/Dual_Color_Header.php:118, ../includes/Elements/Dual_Color_Header.php:273, ../includes/Elements/Feature_List.php:78, ../includes/Elements/Feature_List.php:94, ../includes/Elements/Feature_List.php:502, ../includes/Elements/Flip_Box.php:202, ../includes/Elements/Flip_Box.php:228, ../includes/Elements/Flip_Box.php:431, ../includes/Elements/Flip_Box.php:457, ../includes/Elements/Info_Box.php:
|
| 791 |
msgid "Icon"
|
| 792 |
msgstr ""
|
| 793 |
|
|
@@ -795,19 +795,19 @@ msgstr ""
|
|
| 795 |
msgid "Tab Title"
|
| 796 |
msgstr ""
|
| 797 |
|
| 798 |
-
#: ../includes/Elements/Adv_Accordion.php:252, ../includes/Elements/Adv_Tabs.php:231, ../includes/Elements/Cta_Box.php:214, ../includes/Elements/Data_Table.php:294, ../includes/Elements/Info_Box.php:
|
| 799 |
msgid "Content Type"
|
| 800 |
msgstr ""
|
| 801 |
|
| 802 |
-
#: ../includes/Elements/Adv_Accordion.php:255, ../includes/Elements/Adv_Tabs.php:147, ../includes/Elements/Adv_Tabs.php:234, ../includes/Elements/Adv_Tabs.php:715, ../includes/Elements/Cta_Box.php:217, ../includes/Elements/Cta_Box.php:238, ../includes/Elements/Data_Table.php:256, ../includes/Elements/Data_Table.php:371, ../includes/Elements/Data_Table.php:385, ../includes/Elements/Event_Calendar.php:258, ../includes/Elements/Event_Calendar.php:1485, ../includes/Elements/Facebook_Feed.php:948, ../includes/Elements/Feature_List.php:191, ../includes/Elements/Feature_List.php:695, ../includes/Elements/Flip_Box.php:157, ../includes/Elements/Image_Accordion.php:97, ../includes/Elements/Image_Accordion.php:208, ../includes/Elements/Image_Accordion.php:516, ../includes/Elements/Info_Box.php:
|
| 803 |
msgid "Content"
|
| 804 |
msgstr ""
|
| 805 |
|
| 806 |
-
#: ../includes/Elements/Adv_Accordion.php:256, ../includes/Elements/Adv_Tabs.php:235, ../includes/Elements/Countdown.php:405, ../includes/Elements/Cta_Box.php:218, ../includes/Elements/Info_Box.php:
|
| 807 |
msgid "Saved Templates"
|
| 808 |
msgstr ""
|
| 809 |
|
| 810 |
-
#: ../includes/Elements/Adv_Accordion.php:266, ../includes/Elements/Adv_Tabs.php:244, ../includes/Elements/Countdown.php:452, ../includes/Elements/Cta_Box.php:227, ../includes/Elements/Data_Table.php:339, ../includes/Elements/Info_Box.php:
|
| 811 |
msgid "Choose Template"
|
| 812 |
msgstr ""
|
| 813 |
|
|
@@ -839,7 +839,7 @@ msgstr ""
|
|
| 839 |
msgid "Accordion Tab Title 3"
|
| 840 |
msgstr ""
|
| 841 |
|
| 842 |
-
#: ../includes/Elements/Adv_Accordion.php:352, ../includes/Elements/Data_Table.php:513, ../includes/Elements/Filterable_Gallery.php:
|
| 843 |
msgid "General Style"
|
| 844 |
msgstr ""
|
| 845 |
|
|
@@ -847,7 +847,7 @@ msgstr ""
|
|
| 847 |
msgid "Tab Style"
|
| 848 |
msgstr ""
|
| 849 |
|
| 850 |
-
#: ../includes/Elements/Adv_Accordion.php:426, ../includes/Elements/Adv_Accordion.php:803, ../includes/Elements/Adv_Tabs.php:431, ../includes/Elements/Creative_Button.php:499, ../includes/Elements/Data_Table.php:711, ../includes/Elements/Data_Table.php:1059, ../includes/Elements/Dual_Color_Header.php:397, ../includes/Elements/Dual_Color_Header.php:608, ../includes/Elements/Event_Calendar.php:1456, ../includes/Elements/Event_Calendar.php:1523, ../includes/Elements/Feature_List.php:575, ../includes/Elements/Filterable_Gallery.php:
|
| 851 |
msgid "Icon Size"
|
| 852 |
msgstr ""
|
| 853 |
|
|
@@ -859,15 +859,15 @@ msgstr ""
|
|
| 859 |
msgid "Distance"
|
| 860 |
msgstr ""
|
| 861 |
|
| 862 |
-
#: ../includes/Elements/Adv_Accordion.php:558, ../includes/Elements/Adv_Accordion.php:618, ../includes/Elements/Adv_Accordion.php:679, ../includes/Elements/Adv_Tabs.php:536, ../includes/Elements/Adv_Tabs.php:603, ../includes/Elements/Adv_Tabs.php:670, ../includes/Elements/Data_Table.php:1087, ../includes/Elements/Data_Table.php:1105, ../includes/Elements/Dual_Color_Header.php:421, ../includes/Elements/Dual_Color_Header.php:634, ../includes/Elements/Event_Calendar.php:1474, ../includes/Elements/Feature_List.php:122, ../includes/Elements/Info_Box.php:
|
| 863 |
msgid "Icon Color"
|
| 864 |
msgstr ""
|
| 865 |
|
| 866 |
-
#: ../includes/Elements/Adv_Accordion.php:652, ../includes/Elements/Adv_Accordion.php:954, ../includes/Elements/Adv_Tabs.php:636, ../includes/Elements/Event_Calendar.php:901, ../includes/Elements/Filterable_Gallery.php:
|
| 867 |
msgid "Active"
|
| 868 |
msgstr ""
|
| 869 |
|
| 870 |
-
#: ../includes/Elements/Adv_Accordion.php:717, ../includes/Elements/Countdown.php:1100, ../includes/Elements/Cta_Box.php:79, ../includes/Elements/Cta_Box.php:592, ../includes/Elements/Data_Table.php:805, ../includes/Elements/Dual_Color_Header.php:76, ../includes/Elements/Facebook_Feed.php:620, ../includes/Elements/Facebook_Feed.php:784, ../includes/Elements/Flip_Box.php:1208, ../includes/Elements/Flip_Box.php:1277, ../includes/Elements/Info_Box.php:
|
| 871 |
msgid "Content Style"
|
| 872 |
msgstr ""
|
| 873 |
|
|
@@ -887,7 +887,7 @@ msgstr ""
|
|
| 887 |
msgid "Caret Color"
|
| 888 |
msgstr ""
|
| 889 |
|
| 890 |
-
#: ../includes/Elements/Adv_Tabs.php:80, ../includes/Elements/Countdown.php:148, ../includes/Elements/Facebook_Feed.php:179, ../includes/Elements/Filterable_Gallery.php:
|
| 891 |
msgid "Layout"
|
| 892 |
msgstr ""
|
| 893 |
|
|
@@ -903,7 +903,7 @@ msgstr ""
|
|
| 903 |
msgid "Enable Icon"
|
| 904 |
msgstr ""
|
| 905 |
|
| 906 |
-
#: ../includes/Elements/Adv_Tabs.php:102, ../includes/Elements/Betterdocs_Category_Grid.php:1328, ../includes/Elements/Creative_Button.php:143, ../includes/Elements/Data_Table.php:733, ../includes/Elements/Feature_List.php:299, ../includes/Elements/Filterable_Gallery.php:
|
| 907 |
msgid "Icon Position"
|
| 908 |
msgstr ""
|
| 909 |
|
|
@@ -923,11 +923,11 @@ msgstr ""
|
|
| 923 |
msgid "Set icon position before/after the tab title."
|
| 924 |
msgstr ""
|
| 925 |
|
| 926 |
-
#: ../includes/Elements/Adv_Tabs.php:125, ../includes/Elements/Betterdocs_Category_Grid.php:1332, ../includes/Elements/Creative_Button.php:147, ../includes/Elements/Filterable_Gallery.php:
|
| 927 |
msgid "Before"
|
| 928 |
msgstr ""
|
| 929 |
|
| 930 |
-
#: ../includes/Elements/Adv_Tabs.php:129, ../includes/Elements/Betterdocs_Category_Grid.php:1333, ../includes/Elements/Creative_Button.php:148, ../includes/Elements/Filterable_Gallery.php:
|
| 931 |
msgid "After"
|
| 932 |
msgstr ""
|
| 933 |
|
|
@@ -935,7 +935,7 @@ msgstr ""
|
|
| 935 |
msgid "Icon Type"
|
| 936 |
msgstr ""
|
| 937 |
|
| 938 |
-
#: ../includes/Elements/Adv_Tabs.php:179, ../includes/Elements/Adv_Tabs.php:206, ../includes/Elements/Data_Table.php:156, ../includes/Elements/Data_Table.php:188, ../includes/Elements/Feature_List.php:82, ../includes/Elements/Feature_List.php:167, ../includes/Elements/Filterable_Gallery.php:
|
| 939 |
msgid "Image"
|
| 940 |
msgstr ""
|
| 941 |
|
|
@@ -963,7 +963,7 @@ msgstr ""
|
|
| 963 |
msgid "Tab Background Color"
|
| 964 |
msgstr ""
|
| 965 |
|
| 966 |
-
#: ../includes/Elements/Adv_Tabs.php:815, ../includes/Elements/Woo_Product_Carousel.php:
|
| 967 |
msgid "Caret"
|
| 968 |
msgstr ""
|
| 969 |
|
|
@@ -975,11 +975,11 @@ msgstr ""
|
|
| 975 |
msgid "Caret Size"
|
| 976 |
msgstr ""
|
| 977 |
|
| 978 |
-
#: ../includes/Elements/Adv_Tabs.php:886, ../includes/Elements/Caldera_Forms.php:109, ../includes/Elements/Caldera_Forms.php:936, ../includes/Elements/Contact_Form_7.php:911, ../includes/Elements/Contact_Form_7.php:963, ../includes/Elements/Content_Ticker.php:194, ../includes/Elements/Content_Ticker.php:227, ../includes/Elements/Content_Ticker.php:242, ../includes/Elements/Content_Ticker.php:277, ../includes/Elements/Data_Table.php:87, ../includes/Elements/Data_Table.php:1141, ../includes/Elements/Facebook_Feed.php:388, ../includes/Elements/Filterable_Gallery.php:
|
| 979 |
msgid "Yes"
|
| 980 |
msgstr ""
|
| 981 |
|
| 982 |
-
#: ../includes/Elements/Adv_Tabs.php:887, ../includes/Elements/Caldera_Forms.php:110, ../includes/Elements/Caldera_Forms.php:937, ../includes/Elements/Contact_Form_7.php:912, ../includes/Elements/Contact_Form_7.php:964, ../includes/Elements/Content_Ticker.php:195, ../includes/Elements/Content_Ticker.php:228, ../includes/Elements/Content_Ticker.php:243, ../includes/Elements/Content_Ticker.php:278, ../includes/Elements/Cta_Box.php:685, ../includes/Elements/Data_Table.php:88, ../includes/Elements/Data_Table.php:1142, ../includes/Elements/Facebook_Feed.php:392, ../includes/Elements/Feature_List.php:361, ../includes/Elements/Filterable_Gallery.php:
|
| 983 |
msgid "No"
|
| 984 |
msgstr ""
|
| 985 |
|
|
@@ -999,15 +999,15 @@ msgstr ""
|
|
| 999 |
msgid "Show Icon"
|
| 1000 |
msgstr ""
|
| 1001 |
|
| 1002 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:158, ../includes/Elements/Betterdocs_Category_Box.php:170, ../includes/Elements/Betterdocs_Category_Box.php:205, ../includes/Elements/Betterdocs_Category_Grid.php:177, ../includes/Elements/Betterdocs_Category_Grid.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:205, ../includes/Elements/Betterdocs_Category_Grid.php:244, ../includes/Elements/Betterdocs_Category_Grid.php:260, ../includes/Elements/Betterdocs_Category_Grid.php:272, ../includes/Elements/Betterdocs_Category_Grid.php:1303, ../includes/Elements/Caldera_Forms.php:152, ../includes/Elements/Caldera_Forms.php:165, ../includes/Elements/Caldera_Forms.php:191, ../includes/Elements/Contact_Form_7.php:205, ../includes/Elements/Contact_Form_7.php:231, ../includes/Elements/Contact_Form_7.php:251, ../includes/Elements/Content_Ticker.php:255, ../includes/Elements/Countdown.php:503, ../includes/Elements/Creative_Button.php:252, ../includes/Elements/Cta_Box.php:134, ../includes/Elements/Cta_Box.php:281, ../includes/Elements/Dual_Color_Header.php:95, ../includes/Elements/Dual_Color_Header.php:105, ../includes/Elements/Facebook_Feed.php:306, ../includes/Elements/Facebook_Feed.php:318, ../includes/Elements/Facebook_Feed.php:333, ../includes/Elements/Facebook_Feed.php:348, ../includes/Elements/Facebook_Feed.php:363, ../includes/Elements/Facebook_Feed.php:429, ../includes/Elements/Feature_List.php:360, ../includes/Elements/Filterable_Gallery.php:
|
| 1003 |
msgid "Show"
|
| 1004 |
msgstr ""
|
| 1005 |
|
| 1006 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:159, ../includes/Elements/Betterdocs_Category_Box.php:171, ../includes/Elements/Betterdocs_Category_Box.php:206, ../includes/Elements/Betterdocs_Category_Grid.php:178, ../includes/Elements/Betterdocs_Category_Grid.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:206, ../includes/Elements/Betterdocs_Category_Grid.php:245, ../includes/Elements/Betterdocs_Category_Grid.php:261, ../includes/Elements/Betterdocs_Category_Grid.php:273, ../includes/Elements/Betterdocs_Category_Grid.php:1304, ../includes/Elements/Caldera_Forms.php:153, ../includes/Elements/Caldera_Forms.php:166, ../includes/Elements/Caldera_Forms.php:192, ../includes/Elements/Contact_Form_7.php:206, ../includes/Elements/Contact_Form_7.php:232, ../includes/Elements/Contact_Form_7.php:252, ../includes/Elements/Content_Ticker.php:256, ../includes/Elements/Countdown.php:504, ../includes/Elements/Creative_Button.php:253, ../includes/Elements/Cta_Box.php:135, ../includes/Elements/Cta_Box.php:282, ../includes/Elements/Dual_Color_Header.php:96, ../includes/Elements/Dual_Color_Header.php:106, ../includes/Elements/Facebook_Feed.php:307, ../includes/Elements/Facebook_Feed.php:319, ../includes/Elements/Facebook_Feed.php:334, ../includes/Elements/Facebook_Feed.php:349, ../includes/Elements/Facebook_Feed.php:364, ../includes/Elements/Facebook_Feed.php:430, ../includes/Elements/Filterable_Gallery.php:
|
| 1007 |
msgid "Hide"
|
| 1008 |
msgstr ""
|
| 1009 |
|
| 1010 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:168, ../includes/Elements/Betterdocs_Category_Grid.php:203, ../includes/Elements/Woo_Product_Carousel.php:219, ../includes/Traits/Controls.php:
|
| 1011 |
msgid "Show Title"
|
| 1012 |
msgstr ""
|
| 1013 |
|
|
@@ -1043,7 +1043,7 @@ msgstr ""
|
|
| 1043 |
msgid "Box Padding"
|
| 1044 |
msgstr ""
|
| 1045 |
|
| 1046 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:336, ../includes/Elements/Betterdocs_Category_Box.php:589, ../includes/Elements/Betterdocs_Category_Box.php:728, ../includes/Elements/Betterdocs_Category_Box.php:1027, ../includes/Elements/Betterdocs_Search_Form.php:479, ../includes/Elements/Filterable_Gallery.php:
|
| 1047 |
msgid "Transition"
|
| 1048 |
msgstr ""
|
| 1049 |
|
|
@@ -1051,15 +1051,15 @@ msgstr ""
|
|
| 1051 |
msgid "Area"
|
| 1052 |
msgstr ""
|
| 1053 |
|
| 1054 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:423, ../includes/Elements/Betterdocs_Category_Box.php:458, ../includes/Elements/Betterdocs_Category_Box.php:815, ../includes/Elements/Betterdocs_Category_Box.php:922, ../includes/Elements/Betterdocs_Category_Grid.php:539, ../includes/Elements/Betterdocs_Category_Grid.php:777, ../includes/Elements/Betterdocs_Category_Grid.php:1097, ../includes/Elements/Betterdocs_Category_Grid.php:1250, ../includes/Elements/Betterdocs_Search_Form.php:248, ../includes/Elements/Caldera_Forms.php:945, ../includes/Elements/Contact_Form_7.php:972, ../includes/Elements/Feature_List.php:555, ../includes/Elements/Filterable_Gallery.php:
|
| 1055 |
msgid "Size"
|
| 1056 |
msgstr ""
|
| 1057 |
|
| 1058 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:527, ../includes/Elements/Betterdocs_Category_Box.php:695, ../includes/Elements/Betterdocs_Category_Box.php:942, ../includes/Elements/Betterdocs_Category_Grid.php:1116, ../includes/Elements/Betterdocs_Category_Grid.php:1194, ../includes/Elements/Caldera_Forms.php:753, ../includes/Elements/Caldera_Forms.php:870, ../includes/Elements/Contact_Form_7.php:575, ../includes/Elements/Contact_Form_7.php:860, ../includes/Elements/Contact_Form_7.php:1486, ../includes/Elements/Feature_List.php:656, ../includes/Elements/Filterable_Gallery.php:
|
| 1059 |
msgid "Spacing"
|
| 1060 |
msgstr ""
|
| 1061 |
|
| 1062 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:627, ../includes/Elements/Betterdocs_Category_Box.php:666, ../includes/Elements/Betterdocs_Category_Grid.php:589, ../includes/Elements/Betterdocs_Category_Grid.php:1146, ../includes/Elements/Caldera_Forms.php:118, ../includes/Elements/Caldera_Forms.php:258, ../includes/Elements/Contact_Form_7.php:160, ../includes/Elements/Contact_Form_7.php:465, ../includes/Elements/Cta_Box.php:183, ../includes/Elements/Event_Calendar.php:148, ../includes/Elements/Event_Calendar.php:730, ../includes/Elements/Event_Calendar.php:1389, ../includes/Elements/Feature_List.php:181, ../includes/Elements/Feature_List.php:183, ../includes/Elements/Feature_List.php:735, ../includes/Elements/Flip_Box.php:650, ../includes/Elements/FluentForm.php:160, ../includes/Elements/FluentForm.php:293, ../includes/Elements/Formstack.php:201, ../includes/Elements/Formstack.php:472, ../includes/Elements/GravityForms.php:158, ../includes/Elements/GravityForms.php:188, ../includes/Elements/GravityForms.php:506, ../includes/Elements/Image_Accordion.php:197, ../includes/Elements/Image_Accordion.php:487, ../includes/Elements/Login_Register.php:2310, ../includes/Elements/NinjaForms.php:123, ../includes/Elements/NinjaForms.php:139, ../includes/Elements/NinjaForms.php:443, ../includes/Elements/Post_Grid.php:160, ../includes/Elements/Pricing_Table.php:136, ../includes/Elements/Product_Grid.php:
|
| 1063 |
msgid "Title"
|
| 1064 |
msgstr ""
|
| 1065 |
|
|
@@ -1083,7 +1083,7 @@ msgstr ""
|
|
| 1083 |
msgid "File Not Found"
|
| 1084 |
msgstr ""
|
| 1085 |
|
| 1086 |
-
#: ../includes/Elements/Betterdocs_Category_Box.php:1180, ../includes/Elements/Betterdocs_Category_Box.php:1145, ../includes/Elements/Betterdocs_Category_Grid.php:1679, ../includes/Elements/Betterdocs_Category_Grid.php:1646, ../includes/Elements/Post_Grid.php:
|
| 1087 |
msgid "<p class=\"no-posts-found\">No posts found!</p>"
|
| 1088 |
msgstr ""
|
| 1089 |
|
|
@@ -1091,7 +1091,7 @@ msgstr ""
|
|
| 1091 |
msgid "Layout Mode"
|
| 1092 |
msgstr ""
|
| 1093 |
|
| 1094 |
-
#: ../includes/Elements/Betterdocs_Category_Grid.php:141, ../includes/Elements/Betterdocs_Category_Grid.php:304, ../includes/Elements/Filterable_Gallery.php:
|
| 1095 |
msgid "Grid"
|
| 1096 |
msgstr ""
|
| 1097 |
|
|
@@ -1099,7 +1099,7 @@ msgstr ""
|
|
| 1099 |
msgid "Fit to Screen"
|
| 1100 |
msgstr ""
|
| 1101 |
|
| 1102 |
-
#: ../includes/Elements/Betterdocs_Category_Grid.php:143, ../includes/Elements/Filterable_Gallery.php:
|
| 1103 |
msgid "Masonry"
|
| 1104 |
msgstr ""
|
| 1105 |
|
|
@@ -1119,7 +1119,7 @@ msgstr ""
|
|
| 1119 |
msgid "Show Button"
|
| 1120 |
msgstr ""
|
| 1121 |
|
| 1122 |
-
#: ../includes/Elements/Betterdocs_Category_Grid.php:282, ../includes/Elements/Creative_Button.php:80, ../includes/Elements/Cta_Box.php:256, ../includes/Elements/Filterable_Gallery.php:
|
| 1123 |
msgid "Button Text"
|
| 1124 |
msgstr ""
|
| 1125 |
|
|
@@ -1139,11 +1139,11 @@ msgstr ""
|
|
| 1139 |
msgid "Ticker Background"
|
| 1140 |
msgstr ""
|
| 1141 |
|
| 1142 |
-
#: ../includes/Elements/Betterdocs_Category_Grid.php:979, ../includes/Elements/Betterdocs_Category_Grid.php:990, ../includes/Elements/Event_Calendar.php:527, ../includes/Elements/Feature_List.php:377, ../includes/Elements/Product_Grid.php:237, ../includes/Elements/Twitter_Feed.php:158, ../includes/Extensions/Table_of_Content.php:
|
| 1143 |
msgid "List"
|
| 1144 |
msgstr ""
|
| 1145 |
|
| 1146 |
-
#: ../includes/Elements/Betterdocs_Category_Grid.php:1017, ../includes/Elements/Filterable_Gallery.php:
|
| 1147 |
msgid "Hover Color"
|
| 1148 |
msgstr ""
|
| 1149 |
|
|
@@ -1171,7 +1171,7 @@ msgstr ""
|
|
| 1171 |
msgid "Area Spacing"
|
| 1172 |
msgstr ""
|
| 1173 |
|
| 1174 |
-
#: ../includes/Elements/Betterdocs_Category_Grid.php:1534, ../includes/Elements/Creative_Button.php:440, ../includes/Elements/Pricing_Table.php:835, ../includes/Elements/WeForms.php:626, ../includes/Traits/Controls.php:
|
| 1175 |
msgid "Button Alignment"
|
| 1176 |
msgstr ""
|
| 1177 |
|
|
@@ -1195,7 +1195,7 @@ msgstr ""
|
|
| 1195 |
msgid "Field Padding"
|
| 1196 |
msgstr ""
|
| 1197 |
|
| 1198 |
-
#: ../includes/Elements/Betterdocs_Search_Form.php:219, ../includes/Elements/Facebook_Feed.php:518, ../includes/Elements/Post_Grid.php:413, ../includes/Elements/Pricing_Table.php:466, ../includes/Elements/Pricing_Table.php:1444, ../includes/Elements/Simple_Menu.php:654, ../includes/Elements/Simple_Menu.php:703, ../includes/Elements/Woo_Product_Carousel.php:
|
| 1199 |
msgid "Shadow"
|
| 1200 |
msgstr ""
|
| 1201 |
|
|
@@ -1207,7 +1207,7 @@ msgstr ""
|
|
| 1207 |
msgid "Close Icon"
|
| 1208 |
msgstr ""
|
| 1209 |
|
| 1210 |
-
#: ../includes/Elements/Betterdocs_Search_Form.php:285, ../includes/Elements/Caldera_Forms.php:1020, ../includes/Elements/Caldera_Forms.php:1334, ../includes/Elements/Contact_Form_7.php:1047, ../includes/Elements/Contact_Form_7.php:1360, ../includes/Elements/Content_Ticker.php:677, ../includes/Elements/Countdown.php:784, ../includes/Elements/Countdown.php:856, ../includes/Elements/Countdown.php:928, ../includes/Elements/Countdown.php:1000, ../includes/Elements/Creative_Button.php:420, ../includes/Elements/Cta_Box.php:809, ../includes/Elements/Cta_Box.php:978, ../includes/Elements/Event_Calendar.php:678, ../includes/Elements/Facebook_Feed.php:728, ../includes/Elements/Filterable_Gallery.php:
|
| 1211 |
msgid "Border Color"
|
| 1212 |
msgstr ""
|
| 1213 |
|
|
@@ -1239,7 +1239,7 @@ msgstr ""
|
|
| 1239 |
msgid "Custom Title & Description"
|
| 1240 |
msgstr ""
|
| 1241 |
|
| 1242 |
-
#: ../includes/Elements/Caldera_Forms.php:134, ../includes/Elements/Caldera_Forms.php:319, ../includes/Elements/Contact_Form_7.php:187, ../includes/Elements/Contact_Form_7.php:496, ../includes/Elements/Event_Calendar.php:265, ../includes/Elements/Feature_List.php:788, ../includes/Elements/FluentForm.php:176, ../includes/Elements/FluentForm.php:354, ../includes/Elements/FluentForm.php:1182, ../includes/Elements/Formstack.php:217, ../includes/Elements/Formstack.php:521, ../includes/Elements/Formstack.php:704, ../includes/Elements/GravityForms.php:173, ../includes/Elements/GravityForms.php:204, ../includes/Elements/GravityForms.php:537, ../includes/Elements/NinjaForms.php:155, ../includes/Elements/NinjaForms.php:492, ../includes/Elements/Team_Member.php:132, ../includes/Elements/WpForms.php:131, ../includes/Elements/WpForms.php:162, ../includes/Elements/WpForms.php:459, ../includes/Traits/Controls.php:
|
| 1243 |
msgid "Description"
|
| 1244 |
msgstr ""
|
| 1245 |
|
|
@@ -1275,7 +1275,7 @@ msgstr ""
|
|
| 1275 |
msgid "Form Alignment"
|
| 1276 |
msgstr ""
|
| 1277 |
|
| 1278 |
-
#: ../includes/Elements/Caldera_Forms.php:411, ../includes/Elements/Contact_Form_7.php:327, ../includes/Elements/Contact_Form_7.php:828, ../includes/Elements/Creative_Button.php:227, ../includes/Elements/Cta_Box.php:641, ../includes/Elements/Cta_Box.php:858, ../includes/Elements/Dual_Color_Header.php:81, ../includes/Elements/Flip_Box.php:872, ../includes/Elements/FluentForm.php:458, ../includes/Elements/Formstack.php:330, ../includes/Elements/GravityForms.php:343, ../includes/Elements/Login_Register.php:460, ../includes/Elements/Login_Register.php:566, ../includes/Elements/Login_Register.php:1129, ../includes/Elements/Login_Register.php:1492, ../includes/Elements/Login_Register.php:1618, ../includes/Elements/Login_Register.php:1875, ../includes/Elements/Login_Register.php:2019, ../includes/Elements/Login_Register.php:2169, ../includes/Elements/Login_Register.php:2312, ../includes/Elements/Login_Register.php:2403, ../includes/Elements/Login_Register.php:2501, ../includes/Elements/Login_Register.php:2703, ../includes/Elements/Login_Register.php:2748, ../includes/Elements/Login_Register.php:2780, ../includes/Elements/Login_Register.php:3014, ../includes/Elements/Login_Register.php:3176, ../includes/Elements/Login_Register.php:3475, ../includes/Elements/NinjaForms.php:278, ../includes/Elements/Post_Grid.php:254, ../includes/Elements/Pricing_Table.php:86, ../includes/Elements/Pricing_Table.php:462, ../includes/Elements/Product_Grid.php:250, ../includes/Elements/Simple_Menu.php:356, ../includes/Elements/Simple_Menu.php:482, ../includes/Elements/Simple_Menu.php:842, ../includes/Elements/Simple_Menu.php:1153, ../includes/Elements/Team_Member.php:376, ../includes/Elements/Testimonial.php:253, ../includes/Elements/Testimonial.php:310, ../includes/Elements/TypeForm.php:196, ../includes/Elements/WeForms.php:161, ../includes/Elements/WeForms.php:631, ../includes/Elements/Woo_Checkout.php:122, ../includes/Elements/WpForms.php:267, ../includes/Traits/Controls.php:
|
| 1279 |
msgid "Default"
|
| 1280 |
msgstr ""
|
| 1281 |
|
|
@@ -1415,7 +1415,7 @@ msgstr ""
|
|
| 1415 |
msgid "<strong>Contact Form 7</strong> is not installed/activated on your site. Please install and activate <strong>Contact Form 7</strong> first."
|
| 1416 |
msgstr ""
|
| 1417 |
|
| 1418 |
-
#: ../includes/Elements/Contact_Form_7.php:313, ../includes/Elements/Contact_Form_7.php:1607, ../includes/Elements/Cta_Box.php:727, ../includes/Elements/Cta_Box.php:797, ../includes/Elements/Cta_Box.php:917, ../includes/Elements/Cta_Box.php:969, ../includes/Elements/Dual_Color_Header.php:813, ../includes/Elements/Dual_Color_Header.php:893, ../includes/Elements/Event_Calendar.php:666, ../includes/Elements/Event_Calendar.php:798, ../includes/Elements/Event_Calendar.php:865, ../includes/Elements/Event_Calendar.php:919, ../includes/Elements/Event_Calendar.php:1031, ../includes/Elements/Event_Calendar.php:1123, ../includes/Elements/Event_Calendar.php:1221, ../includes/Elements/Event_Calendar.php:1587, ../includes/Elements/Event_Calendar.php:1696, ../includes/Elements/Facebook_Feed.php:488, ../includes/Elements/Facebook_Feed.php:501, ../includes/Elements/Facebook_Feed.php:576, ../includes/Elements/Facebook_Feed.php:589, ../includes/Elements/Facebook_Feed.php:674, ../includes/Elements/Facebook_Feed.php:687, ../includes/Elements/Facebook_Feed.php:758, ../includes/Elements/Facebook_Feed.php:796, ../includes/Elements/Facebook_Feed.php:836, ../includes/Elements/Fancy_Text.php:365, ../includes/Elements/Filterable_Gallery.php:
|
| 1419 |
msgid "Background"
|
| 1420 |
msgstr ""
|
| 1421 |
|
|
@@ -1463,7 +1463,7 @@ msgstr ""
|
|
| 1463 |
msgid "After Submit Feedback"
|
| 1464 |
msgstr ""
|
| 1465 |
|
| 1466 |
-
#: ../includes/Elements/Contact_Form_7.php:1629, ../includes/Elements/Dual_Color_Header.php:801, ../includes/Elements/Dual_Color_Header.php:881, ../includes/Elements/Flip_Box.php:871, ../includes/Elements/Info_Box.php:
|
| 1467 |
msgid "Radius"
|
| 1468 |
msgstr ""
|
| 1469 |
|
|
@@ -1471,7 +1471,7 @@ msgstr ""
|
|
| 1471 |
msgid "Ticker Settings"
|
| 1472 |
msgstr ""
|
| 1473 |
|
| 1474 |
-
#: ../includes/Elements/Content_Ticker.php:80, ../includes/Traits/Controls.php:
|
| 1475 |
msgid "Template Layout"
|
| 1476 |
msgstr ""
|
| 1477 |
|
|
@@ -1499,15 +1499,15 @@ msgstr ""
|
|
| 1499 |
msgid "Animation Settings"
|
| 1500 |
msgstr ""
|
| 1501 |
|
| 1502 |
-
#: ../includes/Elements/Content_Ticker.php:158, ../includes/Elements/Cta_Box.php:636, ../includes/Elements/Cta_Box.php:853, ../includes/Elements/Woo_Product_Carousel.php:
|
| 1503 |
msgid "Effect"
|
| 1504 |
msgstr ""
|
| 1505 |
|
| 1506 |
-
#: ../includes/Elements/Content_Ticker.php:159, ../includes/Elements/Woo_Product_Carousel.php:
|
| 1507 |
msgid "Sets transition effect"
|
| 1508 |
msgstr ""
|
| 1509 |
|
| 1510 |
-
#: ../includes/Elements/Content_Ticker.php:163, ../includes/Elements/Pricing_Table.php:421, ../includes/Elements/Woo_Product_Carousel.php:
|
| 1511 |
msgid "Slide"
|
| 1512 |
msgstr ""
|
| 1513 |
|
|
@@ -1519,43 +1519,43 @@ msgstr ""
|
|
| 1519 |
msgid "Slider Speed"
|
| 1520 |
msgstr ""
|
| 1521 |
|
| 1522 |
-
#: ../includes/Elements/Content_Ticker.php:173, ../includes/Elements/Woo_Product_Carousel.php:
|
| 1523 |
msgid "Duration of transition between slides (in ms)"
|
| 1524 |
msgstr ""
|
| 1525 |
|
| 1526 |
-
#: ../includes/Elements/Content_Ticker.php:191, ../includes/Elements/Sticky_Video.php:303, ../includes/Elements/Woo_Product_Carousel.php:
|
| 1527 |
msgid "Autoplay"
|
| 1528 |
msgstr ""
|
| 1529 |
|
| 1530 |
-
#: ../includes/Elements/Content_Ticker.php:204, ../includes/Elements/Woo_Product_Carousel.php:
|
| 1531 |
msgid "Autoplay Speed"
|
| 1532 |
msgstr ""
|
| 1533 |
|
| 1534 |
-
#: ../includes/Elements/Content_Ticker.php:224, ../includes/Elements/Woo_Product_Carousel.php:
|
| 1535 |
msgid "Pause On Hover"
|
| 1536 |
msgstr ""
|
| 1537 |
|
| 1538 |
-
#: ../includes/Elements/Content_Ticker.php:239, ../includes/Elements/Woo_Product_Carousel.php:
|
| 1539 |
msgid "Infinite Loop"
|
| 1540 |
msgstr ""
|
| 1541 |
|
| 1542 |
-
#: ../includes/Elements/Content_Ticker.php:251, ../includes/Elements/Woo_Product_Carousel.php:
|
| 1543 |
msgid "Grab Cursor"
|
| 1544 |
msgstr ""
|
| 1545 |
|
| 1546 |
-
#: ../includes/Elements/Content_Ticker.php:252, ../includes/Elements/Woo_Product_Carousel.php:
|
| 1547 |
msgid "Shows grab cursor when you hover over the slider"
|
| 1548 |
msgstr ""
|
| 1549 |
|
| 1550 |
-
#: ../includes/Elements/Content_Ticker.php:265, ../includes/Elements/Woo_Product_Carousel.php:
|
| 1551 |
msgid "Navigation"
|
| 1552 |
msgstr ""
|
| 1553 |
|
| 1554 |
-
#: ../includes/Elements/Content_Ticker.php:274, ../includes/Elements/Content_Ticker.php:491, ../includes/Elements/Woo_Product_Carousel.php:
|
| 1555 |
msgid "Arrows"
|
| 1556 |
msgstr ""
|
| 1557 |
|
| 1558 |
-
#: ../includes/Elements/Content_Ticker.php:286, ../includes/Elements/Image_Accordion.php:82, ../includes/Elements/Woo_Product_Carousel.php:
|
| 1559 |
msgid "Direction"
|
| 1560 |
msgstr ""
|
| 1561 |
|
|
@@ -1579,15 +1579,15 @@ msgstr ""
|
|
| 1579 |
msgid "Choose Next Arrow"
|
| 1580 |
msgstr ""
|
| 1581 |
|
| 1582 |
-
#: ../includes/Elements/Content_Ticker.php:529, ../includes/Elements/Woo_Product_Carousel.php:
|
| 1583 |
msgid "Arrows Size"
|
| 1584 |
msgstr ""
|
| 1585 |
|
| 1586 |
-
#: ../includes/Elements/Content_Ticker.php:550, ../includes/Elements/Woo_Product_Carousel.php:
|
| 1587 |
msgid "Align Left Arrow"
|
| 1588 |
msgstr ""
|
| 1589 |
|
| 1590 |
-
#: ../includes/Elements/Content_Ticker.php:569, ../includes/Elements/Woo_Product_Carousel.php:
|
| 1591 |
msgid "Align Right Arrow"
|
| 1592 |
msgstr ""
|
| 1593 |
|
|
@@ -1611,7 +1611,7 @@ msgstr ""
|
|
| 1611 |
msgid "Label Position"
|
| 1612 |
msgstr ""
|
| 1613 |
|
| 1614 |
-
#: ../includes/Elements/Countdown.php:84, ../includes/Elements/Login_Register.php:3221, ../includes/Elements/Login_Register.php:3521, ../includes/Traits/Controls.php:
|
| 1615 |
msgid "Block"
|
| 1616 |
msgstr ""
|
| 1617 |
|
|
@@ -1695,11 +1695,11 @@ msgstr ""
|
|
| 1695 |
msgid "Separator Style"
|
| 1696 |
msgstr ""
|
| 1697 |
|
| 1698 |
-
#: ../includes/Elements/Countdown.php:296, ../includes/Elements/Feature_List.php:431, ../includes/Elements/GravityForms.php:1017, ../includes/Elements/Sticky_Video.php:553, ../includes/Extensions/Table_of_Content.php:
|
| 1699 |
msgid "Solid"
|
| 1700 |
msgstr ""
|
| 1701 |
|
| 1702 |
-
#: ../includes/Elements/Countdown.php:297, ../includes/Elements/Feature_List.php:433, ../includes/Elements/GravityForms.php:1019, ../includes/Elements/Sticky_Video.php:555, ../includes/Extensions/Table_of_Content.php:
|
| 1703 |
msgid "Dotted"
|
| 1704 |
msgstr ""
|
| 1705 |
|
|
@@ -1711,7 +1711,7 @@ msgstr ""
|
|
| 1711 |
msgid "Position Left"
|
| 1712 |
msgstr ""
|
| 1713 |
|
| 1714 |
-
#: ../includes/Elements/Countdown.php:361, ../includes/Elements/Filterable_Gallery.php:
|
| 1715 |
msgid "Separator Color"
|
| 1716 |
msgstr ""
|
| 1717 |
|
|
@@ -1775,7 +1775,7 @@ msgstr ""
|
|
| 1775 |
msgid "Space Below Container"
|
| 1776 |
msgstr ""
|
| 1777 |
|
| 1778 |
-
#: ../includes/Elements/Countdown.php:648, ../includes/Elements/Dual_Color_Header.php:441, ../includes/Elements/Facebook_Feed.php:864, ../includes/Elements/Flip_Box.php:1161, ../includes/Elements/Image_Accordion.php:479, ../includes/Elements/Info_Box.php:
|
| 1779 |
msgid "Color & Typography"
|
| 1780 |
msgstr ""
|
| 1781 |
|
|
@@ -1803,11 +1803,11 @@ msgstr ""
|
|
| 1803 |
msgid "Expire Message"
|
| 1804 |
msgstr ""
|
| 1805 |
|
| 1806 |
-
#: ../includes/Elements/Countdown.php:1052, ../includes/Elements/Cta_Box.php:510, ../includes/Elements/Dual_Color_Header.php:449, ../includes/Elements/Flip_Box.php:1177, ../includes/Elements/Flip_Box.php:1245, ../includes/Elements/Info_Box.php:
|
| 1807 |
msgid "Title Style"
|
| 1808 |
msgstr ""
|
| 1809 |
|
| 1810 |
-
#: ../includes/Elements/Countdown.php:1061, ../includes/Elements/Event_Calendar.php:1406, ../includes/Elements/FluentForm.php:1859, ../includes/Elements/Formstack.php:1633, ../includes/Elements/Info_Box.php:
|
| 1811 |
msgid "Title Color"
|
| 1812 |
msgstr ""
|
| 1813 |
|
|
@@ -1815,11 +1815,11 @@ msgstr ""
|
|
| 1815 |
msgid "Button Content"
|
| 1816 |
msgstr ""
|
| 1817 |
|
| 1818 |
-
#: ../includes/Elements/Creative_Button.php:87, ../includes/Elements/Info_Box.php:
|
| 1819 |
msgid "Enter button text"
|
| 1820 |
msgstr ""
|
| 1821 |
|
| 1822 |
-
#: ../includes/Elements/Creative_Button.php:88, ../includes/Elements/Info_Box.php:
|
| 1823 |
msgid "Enter button text here"
|
| 1824 |
msgstr ""
|
| 1825 |
|
|
@@ -1835,11 +1835,11 @@ msgstr ""
|
|
| 1835 |
msgid "Enter button secondary text here"
|
| 1836 |
msgstr ""
|
| 1837 |
|
| 1838 |
-
#: ../includes/Elements/Creative_Button.php:110, ../includes/Elements/Info_Box.php:
|
| 1839 |
msgid "Link URL"
|
| 1840 |
msgstr ""
|
| 1841 |
|
| 1842 |
-
#: ../includes/Elements/Creative_Button.php:160, ../includes/Elements/Filterable_Gallery.php:
|
| 1843 |
msgid "Icon Spacing"
|
| 1844 |
msgstr ""
|
| 1845 |
|
|
@@ -1911,11 +1911,11 @@ msgstr ""
|
|
| 1911 |
msgid "Shikoba (Pro)"
|
| 1912 |
msgstr ""
|
| 1913 |
|
| 1914 |
-
#: ../includes/Elements/Creative_Button.php:250, ../includes/Elements/Cta_Box.php:682, ../includes/Elements/Product_Grid.php:
|
| 1915 |
msgid "Use Gradient Background"
|
| 1916 |
msgstr ""
|
| 1917 |
|
| 1918 |
-
#: ../includes/Elements/Creative_Button.php:527, ../includes/Elements/Info_Box.php:
|
| 1919 |
msgid "Button Padding"
|
| 1920 |
msgstr ""
|
| 1921 |
|
|
@@ -2027,7 +2027,7 @@ msgstr ""
|
|
| 2027 |
msgid "Primary Button Style"
|
| 2028 |
msgstr ""
|
| 2029 |
|
| 2030 |
-
#: ../includes/Elements/Cta_Box.php:642, ../includes/Elements/Cta_Box.php:859, ../includes/Extensions/Table_of_Content.php:
|
| 2031 |
msgid "Top to Bottom"
|
| 2032 |
msgstr ""
|
| 2033 |
|
|
@@ -2039,7 +2039,7 @@ msgstr ""
|
|
| 2039 |
msgid "Secondary Button Style"
|
| 2040 |
msgstr ""
|
| 2041 |
|
| 2042 |
-
#: ../includes/Elements/Cta_Box.php:1011, ../includes/Elements/Data_Table.php:1050, ../includes/Elements/Dual_Color_Header.php:386, ../includes/Elements/Feature_List.php:107, ../includes/Elements/Flip_Box.php:915, ../includes/Elements/Flip_Box.php:934, ../includes/Elements/Flip_Box.php:1047, ../includes/Elements/Info_Box.php:
|
| 2043 |
msgid "Icon Style"
|
| 2044 |
msgstr ""
|
| 2045 |
|
|
@@ -2103,7 +2103,7 @@ msgstr ""
|
|
| 2103 |
msgid "Row"
|
| 2104 |
msgstr ""
|
| 2105 |
|
| 2106 |
-
#: ../includes/Elements/Data_Table.php:271, ../includes/Traits/Controls.php:
|
| 2107 |
msgid "Column"
|
| 2108 |
msgstr ""
|
| 2109 |
|
|
@@ -2131,7 +2131,7 @@ msgstr ""
|
|
| 2131 |
msgid "Cell Text"
|
| 2132 |
msgstr ""
|
| 2133 |
|
| 2134 |
-
#: ../includes/Elements/Data_Table.php:396, ../includes/Elements/Event_Calendar.php:158, ../includes/Elements/Feature_List.php:201, ../includes/Elements/Filterable_Gallery.php:
|
| 2135 |
msgid "Link"
|
| 2136 |
msgstr ""
|
| 2137 |
|
|
@@ -2143,7 +2143,7 @@ msgstr ""
|
|
| 2143 |
msgid "Header Border Radius"
|
| 2144 |
msgstr ""
|
| 2145 |
|
| 2146 |
-
#: ../includes/Elements/Data_Table.php:755, ../includes/Elements/Filterable_Gallery.php:
|
| 2147 |
msgid "Icon Space"
|
| 2148 |
msgstr ""
|
| 2149 |
|
|
@@ -2175,7 +2175,7 @@ msgstr ""
|
|
| 2175 |
msgid "Background Color (Even Row)"
|
| 2176 |
msgstr ""
|
| 2177 |
|
| 2178 |
-
#: ../includes/Elements/Data_Table.php:1022, ../includes/Elements/Filterable_Gallery.php:
|
| 2179 |
msgid "Content Alignment"
|
| 2180 |
msgstr ""
|
| 2181 |
|
|
@@ -2207,7 +2207,7 @@ msgstr ""
|
|
| 2207 |
msgid "Show Separator"
|
| 2208 |
msgstr ""
|
| 2209 |
|
| 2210 |
-
#: ../includes/Elements/Dual_Color_Header.php:134, ../includes/Elements/Woo_Product_Carousel.php:231, ../includes/Traits/Controls.php:
|
| 2211 |
msgid "Title Tag"
|
| 2212 |
msgstr ""
|
| 2213 |
|
|
@@ -2235,7 +2235,7 @@ msgstr ""
|
|
| 2235 |
msgid "Insert a meaningful line to evaluate the headline."
|
| 2236 |
msgstr ""
|
| 2237 |
|
| 2238 |
-
#: ../includes/Elements/Dual_Color_Header.php:245, ../includes/Elements/Dual_Color_Header.php:597, ../includes/Elements/Filterable_Gallery.php:
|
| 2239 |
msgid "Separator"
|
| 2240 |
msgstr ""
|
| 2241 |
|
|
@@ -2395,7 +2395,7 @@ msgstr ""
|
|
| 2395 |
msgid "Get Events"
|
| 2396 |
msgstr ""
|
| 2397 |
|
| 2398 |
-
#: ../includes/Elements/Event_Calendar.php:376, ../includes/Elements/Filterable_Gallery.php:
|
| 2399 |
msgid "All"
|
| 2400 |
msgstr ""
|
| 2401 |
|
|
@@ -2531,15 +2531,15 @@ msgstr ""
|
|
| 2531 |
msgid "Date Icon"
|
| 2532 |
msgstr ""
|
| 2533 |
|
| 2534 |
-
#: ../includes/Elements/Event_Calendar.php:1503, ../includes/Elements/Info_Box.php:
|
| 2535 |
msgid "Content Color"
|
| 2536 |
msgstr ""
|
| 2537 |
|
| 2538 |
-
#: ../includes/Elements/Event_Calendar.php:1514, ../includes/Elements/Product_Grid.php:
|
| 2539 |
msgid " Close Button"
|
| 2540 |
msgstr ""
|
| 2541 |
|
| 2542 |
-
#: ../includes/Elements/Event_Calendar.php:1549, ../includes/Elements/Product_Grid.php:
|
| 2543 |
msgid "Button Size"
|
| 2544 |
msgstr ""
|
| 2545 |
|
|
@@ -2555,7 +2555,7 @@ msgstr ""
|
|
| 2555 |
msgid "Tomorrow"
|
| 2556 |
msgstr ""
|
| 2557 |
|
| 2558 |
-
#: ../includes/Elements/Event_Calendar.php:
|
| 2559 |
msgid "No Title"
|
| 2560 |
msgstr ""
|
| 2561 |
|
|
@@ -2599,43 +2599,43 @@ msgstr ""
|
|
| 2599 |
msgid "Max Visible Items"
|
| 2600 |
msgstr ""
|
| 2601 |
|
| 2602 |
-
#: ../includes/Elements/Facebook_Feed.php:171, ../includes/Elements/Twitter_Feed.php:147, ../includes/Elements/Woo_Product_Carousel.php:202, ../includes/Traits/Controls.php:
|
| 2603 |
msgid "Layout Settings"
|
| 2604 |
msgstr ""
|
| 2605 |
|
| 2606 |
-
#: ../includes/Elements/Facebook_Feed.php:182, ../includes/Elements/Filterable_Gallery.php:
|
| 2607 |
msgid "Card"
|
| 2608 |
msgstr ""
|
| 2609 |
|
| 2610 |
-
#: ../includes/Elements/Facebook_Feed.php:183, ../includes/Elements/Filterable_Gallery.php:
|
| 2611 |
msgid "Overlay"
|
| 2612 |
msgstr ""
|
| 2613 |
|
| 2614 |
-
#: ../includes/Elements/Facebook_Feed.php:192, ../includes/Elements/Filterable_Gallery.php:
|
| 2615 |
msgid "Columns"
|
| 2616 |
msgstr ""
|
| 2617 |
|
| 2618 |
-
#: ../includes/Elements/Facebook_Feed.php:196, ../includes/Elements/Product_Grid.php:290, ../includes/Elements/Product_Grid.php:312, ../includes/Elements/Testimonial.php:195, ../includes/Elements/Woo_Product_Carousel.php:356, ../includes/Elements/Woo_Product_Carousel.php:
|
| 2619 |
msgid "1"
|
| 2620 |
msgstr ""
|
| 2621 |
|
| 2622 |
-
#: ../includes/Elements/Facebook_Feed.php:197, ../includes/Elements/Product_Grid.php:291, ../includes/Elements/Product_Grid.php:313, ../includes/Elements/Testimonial.php:196, ../includes/Elements/Woo_Product_Carousel.php:357, ../includes/Elements/Woo_Product_Carousel.php:
|
| 2623 |
msgid "2"
|
| 2624 |
msgstr ""
|
| 2625 |
|
| 2626 |
-
#: ../includes/Elements/Facebook_Feed.php:198, ../includes/Elements/Product_Grid.php:292, ../includes/Elements/Testimonial.php:197, ../includes/Elements/Woo_Product_Carousel.php:358, ../includes/Elements/Woo_Product_Carousel.php:
|
| 2627 |
msgid "3"
|
| 2628 |
msgstr ""
|
| 2629 |
|
| 2630 |
-
#: ../includes/Elements/Facebook_Feed.php:199, ../includes/Elements/Product_Grid.php:293, ../includes/Elements/Testimonial.php:198, ../includes/Elements/Woo_Product_Carousel.php:
|
| 2631 |
msgid "4"
|
| 2632 |
msgstr ""
|
| 2633 |
|
| 2634 |
-
#: ../includes/Elements/Facebook_Feed.php:200, ../includes/Elements/Filterable_Gallery.php:
|
| 2635 |
msgid "5"
|
| 2636 |
msgstr ""
|
| 2637 |
|
| 2638 |
-
#: ../includes/Elements/Facebook_Feed.php:201, ../includes/Elements/Product_Grid.php:295, ../includes/Elements/Woo_Product_Carousel.php:
|
| 2639 |
msgid "6"
|
| 2640 |
msgstr ""
|
| 2641 |
|
|
@@ -2687,7 +2687,7 @@ msgstr ""
|
|
| 2687 |
msgid "Show Preview Description"
|
| 2688 |
msgstr ""
|
| 2689 |
|
| 2690 |
-
#: ../includes/Elements/Facebook_Feed.php:384, ../includes/Elements/Product_Grid.php:
|
| 2691 |
msgid "Show Load More"
|
| 2692 |
msgstr ""
|
| 2693 |
|
|
@@ -2695,7 +2695,7 @@ msgstr ""
|
|
| 2695 |
msgid "Label"
|
| 2696 |
msgstr ""
|
| 2697 |
|
| 2698 |
-
#: ../includes/Elements/Facebook_Feed.php:406, ../includes/Elements/Filterable_Gallery.php:
|
| 2699 |
msgid "Load More"
|
| 2700 |
msgstr ""
|
| 2701 |
|
|
@@ -2707,7 +2707,7 @@ msgstr ""
|
|
| 2707 |
msgid "Space Between Items"
|
| 2708 |
msgstr ""
|
| 2709 |
|
| 2710 |
-
#: ../includes/Elements/Facebook_Feed.php:526, ../includes/Elements/Filterable_Gallery.php:
|
| 2711 |
msgid "Thumbnail Style"
|
| 2712 |
msgstr ""
|
| 2713 |
|
|
@@ -2755,7 +2755,7 @@ msgstr ""
|
|
| 2755 |
msgid "Likes & Comments"
|
| 2756 |
msgstr ""
|
| 2757 |
|
| 2758 |
-
#: ../includes/Elements/Facebook_Feed.php:1146, ../includes/Elements/Image_Accordion.php:391, ../includes/Elements/Post_Timeline.php:132, ../includes/Elements/Team_Member.php:344, ../includes/Elements/Woo_Product_Carousel.php:
|
| 2759 |
msgid "Overlay Color"
|
| 2760 |
msgstr ""
|
| 2761 |
|
|
@@ -2951,11 +2951,11 @@ msgstr ""
|
|
| 2951 |
msgid "Icon Shape"
|
| 2952 |
msgstr ""
|
| 2953 |
|
| 2954 |
-
#: ../includes/Elements/Feature_List.php:275, ../includes/Elements/Flip_Box.php:870, ../includes/Elements/Info_Box.php:
|
| 2955 |
msgid "Circle"
|
| 2956 |
msgstr ""
|
| 2957 |
|
| 2958 |
-
#: ../includes/Elements/Feature_List.php:276, ../includes/Elements/Info_Box.php:
|
| 2959 |
msgid "Square"
|
| 2960 |
msgstr ""
|
| 2961 |
|
|
@@ -2971,7 +2971,7 @@ msgstr ""
|
|
| 2971 |
msgid "Framed"
|
| 2972 |
msgstr ""
|
| 2973 |
|
| 2974 |
-
#: ../includes/Elements/Feature_List.php:307, ../includes/Elements/Flip_Box.php:334, ../includes/Elements/Flip_Box.php:563, ../includes/Elements/Image_Accordion.php:132, ../includes/Elements/Info_Box.php:
|
| 2975 |
msgid "Top"
|
| 2976 |
msgstr ""
|
| 2977 |
|
|
@@ -3003,7 +3003,7 @@ msgstr ""
|
|
| 3003 |
msgid "Connector Styles"
|
| 3004 |
msgstr ""
|
| 3005 |
|
| 3006 |
-
#: ../includes/Elements/Feature_List.php:432, ../includes/Elements/GravityForms.php:1020, ../includes/Elements/Sticky_Video.php:556, ../includes/Extensions/Table_of_Content.php:
|
| 3007 |
msgid "Dashed"
|
| 3008 |
msgstr ""
|
| 3009 |
|
|
@@ -3023,339 +3023,339 @@ msgstr ""
|
|
| 3023 |
msgid "Title Bottom Space"
|
| 3024 |
msgstr ""
|
| 3025 |
|
| 3026 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3027 |
msgid "Settings"
|
| 3028 |
msgstr ""
|
| 3029 |
|
| 3030 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3031 |
msgid "Items to show"
|
| 3032 |
msgstr ""
|
| 3033 |
|
| 3034 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3035 |
msgid "Animation Duration (ms)"
|
| 3036 |
msgstr ""
|
| 3037 |
|
| 3038 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3039 |
msgid "Grid Style"
|
| 3040 |
msgstr ""
|
| 3041 |
|
| 3042 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3043 |
msgid "Image Height"
|
| 3044 |
msgstr ""
|
| 3045 |
|
| 3046 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3047 |
msgid "Search & Filter"
|
| 3048 |
msgstr ""
|
| 3049 |
|
| 3050 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3051 |
msgid "Hover Style"
|
| 3052 |
msgstr ""
|
| 3053 |
|
| 3054 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3055 |
msgid "Slide In Up"
|
| 3056 |
msgstr ""
|
| 3057 |
|
| 3058 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3059 |
msgid "Fade In"
|
| 3060 |
msgstr ""
|
| 3061 |
|
| 3062 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3063 |
msgid "Zoom In "
|
| 3064 |
msgstr ""
|
| 3065 |
|
| 3066 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3067 |
msgid "Hover Transition"
|
| 3068 |
msgstr ""
|
| 3069 |
|
| 3070 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3071 |
msgid "Link to"
|
| 3072 |
msgstr ""
|
| 3073 |
|
| 3074 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3075 |
msgid "Media"
|
| 3076 |
msgstr ""
|
| 3077 |
|
| 3078 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3079 |
msgid "Buttons"
|
| 3080 |
msgstr ""
|
| 3081 |
|
| 3082 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3083 |
msgid "Lightbox Icon"
|
| 3084 |
msgstr ""
|
| 3085 |
|
| 3086 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3087 |
msgid "Link Icon"
|
| 3088 |
msgstr ""
|
| 3089 |
|
| 3090 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3091 |
msgid "Show Popup Caption"
|
| 3092 |
msgstr ""
|
| 3093 |
|
| 3094 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3095 |
msgid "Full Image Clickable?"
|
| 3096 |
msgstr ""
|
| 3097 |
|
| 3098 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3099 |
msgid "Full Image Action"
|
| 3100 |
msgstr ""
|
| 3101 |
|
| 3102 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3103 |
msgid "Lightbox"
|
| 3104 |
msgstr ""
|
| 3105 |
|
| 3106 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3107 |
msgid "Filterable Controls"
|
| 3108 |
msgstr ""
|
| 3109 |
|
| 3110 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3111 |
msgid "Enable Filter"
|
| 3112 |
msgstr ""
|
| 3113 |
|
| 3114 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3115 |
msgid "Gallery All Label"
|
| 3116 |
msgstr ""
|
| 3117 |
|
| 3118 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3119 |
msgid "All label icon"
|
| 3120 |
msgstr ""
|
| 3121 |
|
| 3122 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3123 |
msgid "Select Title Tag"
|
| 3124 |
msgstr ""
|
| 3125 |
|
| 3126 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3127 |
msgid "List Item"
|
| 3128 |
msgstr ""
|
| 3129 |
|
| 3130 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3131 |
msgid "Gallery Item"
|
| 3132 |
msgstr ""
|
| 3133 |
|
| 3134 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3135 |
msgid "Gallery Items"
|
| 3136 |
msgstr ""
|
| 3137 |
|
| 3138 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3139 |
msgid "Enable Photo Gallery"
|
| 3140 |
msgstr ""
|
| 3141 |
|
| 3142 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3143 |
msgid "Video Gallery?"
|
| 3144 |
msgstr ""
|
| 3145 |
|
| 3146 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3147 |
msgid "Video Link"
|
| 3148 |
msgstr ""
|
| 3149 |
|
| 3150 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3151 |
msgid "Control Name"
|
| 3152 |
msgstr ""
|
| 3153 |
|
| 3154 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3155 |
msgid "Use the gallery control name from Control Settings. Separate multiple items with comma (e.g. <strong>Gallery Item, Gallery Item 2</strong>)"
|
| 3156 |
msgstr ""
|
| 3157 |
|
| 3158 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3159 |
msgid "Item Name"
|
| 3160 |
msgstr ""
|
| 3161 |
|
| 3162 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3163 |
msgid "Gallery item name"
|
| 3164 |
msgstr ""
|
| 3165 |
|
| 3166 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3167 |
msgid "Enable Price ?"
|
| 3168 |
msgstr ""
|
| 3169 |
|
| 3170 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3171 |
msgid "Item Price"
|
| 3172 |
msgstr ""
|
| 3173 |
|
| 3174 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3175 |
msgid "$20.00"
|
| 3176 |
msgstr ""
|
| 3177 |
|
| 3178 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3179 |
msgid "Enable Ratings ?"
|
| 3180 |
msgstr ""
|
| 3181 |
|
| 3182 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3183 |
msgid "Item Ratings"
|
| 3184 |
msgstr ""
|
| 3185 |
|
| 3186 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3187 |
msgid "Enable Category ?"
|
| 3188 |
msgstr ""
|
| 3189 |
|
| 3190 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3191 |
msgid "Item Category"
|
| 3192 |
msgstr ""
|
| 3193 |
|
| 3194 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3195 |
msgid "Essential Addons"
|
| 3196 |
msgstr ""
|
| 3197 |
|
| 3198 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3199 |
msgid "Item Content"
|
| 3200 |
msgstr ""
|
| 3201 |
|
| 3202 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3203 |
msgid "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident."
|
| 3204 |
msgstr ""
|
| 3205 |
|
| 3206 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3207 |
msgid "Video play icon"
|
| 3208 |
msgstr ""
|
| 3209 |
|
| 3210 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3211 |
msgid "Gallery Lightbox Button?"
|
| 3212 |
msgstr ""
|
| 3213 |
|
| 3214 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3215 |
msgid "Gallery Link Button?"
|
| 3216 |
msgstr ""
|
| 3217 |
|
| 3218 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3219 |
msgid "Load More Button"
|
| 3220 |
msgstr ""
|
| 3221 |
|
| 3222 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3223 |
msgid "Images Per Page"
|
| 3224 |
msgstr ""
|
| 3225 |
|
| 3226 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3227 |
msgid "No More Items Text"
|
| 3228 |
msgstr ""
|
| 3229 |
|
| 3230 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3231 |
msgid "No more items!"
|
| 3232 |
msgstr ""
|
| 3233 |
|
| 3234 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3235 |
msgid "Extra Small"
|
| 3236 |
msgstr ""
|
| 3237 |
|
| 3238 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3239 |
msgid "Small"
|
| 3240 |
msgstr ""
|
| 3241 |
|
| 3242 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3243 |
msgid "Medium"
|
| 3244 |
msgstr ""
|
| 3245 |
|
| 3246 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3247 |
msgid "Large"
|
| 3248 |
msgstr ""
|
| 3249 |
|
| 3250 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3251 |
msgid "Extra Large"
|
| 3252 |
msgstr ""
|
| 3253 |
|
| 3254 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3255 |
msgid "Button Icon"
|
| 3256 |
msgstr ""
|
| 3257 |
|
| 3258 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3259 |
msgid "Control Style"
|
| 3260 |
msgstr ""
|
| 3261 |
|
| 3262 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3263 |
msgid "Item Style"
|
| 3264 |
msgstr ""
|
| 3265 |
|
| 3266 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3267 |
msgid "Item Hover Style"
|
| 3268 |
msgstr ""
|
| 3269 |
|
| 3270 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3271 |
msgid "Title Typography"
|
| 3272 |
msgstr ""
|
| 3273 |
|
| 3274 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3275 |
msgid "Content Typography"
|
| 3276 |
msgstr ""
|
| 3277 |
|
| 3278 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3279 |
msgid "Video item hover"
|
| 3280 |
msgstr ""
|
| 3281 |
|
| 3282 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3283 |
msgid "Background transition"
|
| 3284 |
msgstr ""
|
| 3285 |
|
| 3286 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3287 |
msgid "Icon size"
|
| 3288 |
msgstr ""
|
| 3289 |
|
| 3290 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3291 |
msgid "Hover icon scale"
|
| 3292 |
msgstr ""
|
| 3293 |
|
| 3294 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3295 |
msgid "Icon transition"
|
| 3296 |
msgstr ""
|
| 3297 |
|
| 3298 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3299 |
msgid "Item Card Style"
|
| 3300 |
msgstr ""
|
| 3301 |
|
| 3302 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3303 |
msgid "Icons Style"
|
| 3304 |
msgstr ""
|
| 3305 |
|
| 3306 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3307 |
msgid "Icon Font Size"
|
| 3308 |
msgstr ""
|
| 3309 |
|
| 3310 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3311 |
msgid "Price Style"
|
| 3312 |
msgstr ""
|
| 3313 |
|
| 3314 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3315 |
msgid "Ratings Style"
|
| 3316 |
msgstr ""
|
| 3317 |
|
| 3318 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3319 |
msgid "Star Color"
|
| 3320 |
msgstr ""
|
| 3321 |
|
| 3322 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3323 |
msgid "Category Style"
|
| 3324 |
msgstr ""
|
| 3325 |
|
| 3326 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3327 |
msgid "Search Form Style"
|
| 3328 |
msgstr ""
|
| 3329 |
|
| 3330 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3331 |
msgid "Controls"
|
| 3332 |
msgstr ""
|
| 3333 |
|
| 3334 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3335 |
msgid "Controls Background"
|
| 3336 |
msgstr ""
|
| 3337 |
|
| 3338 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3339 |
msgid "Separator Size"
|
| 3340 |
msgstr ""
|
| 3341 |
|
| 3342 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3343 |
msgid "Form"
|
| 3344 |
msgstr ""
|
| 3345 |
|
| 3346 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3347 |
msgid "Search Gallery Item..."
|
| 3348 |
msgstr ""
|
| 3349 |
|
| 3350 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3351 |
msgid "Placeholder Color"
|
| 3352 |
msgstr ""
|
| 3353 |
|
| 3354 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3355 |
msgid "Dropdown"
|
| 3356 |
msgstr ""
|
| 3357 |
|
| 3358 |
-
#: ../includes/Elements/Filterable_Gallery.php:
|
| 3359 |
msgid "Top Spacing"
|
| 3360 |
msgstr ""
|
| 3361 |
|
|
@@ -3399,7 +3399,7 @@ msgstr ""
|
|
| 3399 |
msgid "Flipbox Image"
|
| 3400 |
msgstr ""
|
| 3401 |
|
| 3402 |
-
#: ../includes/Elements/Flip_Box.php:244, ../includes/Elements/Flip_Box.php:473, ../includes/Elements/Info_Box.php:
|
| 3403 |
msgid "Image Resizer"
|
| 3404 |
msgstr ""
|
| 3405 |
|
|
@@ -3423,11 +3423,11 @@ msgstr ""
|
|
| 3423 |
msgid "Vertical Position"
|
| 3424 |
msgstr ""
|
| 3425 |
|
| 3426 |
-
#: ../includes/Elements/Flip_Box.php:338, ../includes/Elements/Flip_Box.php:567, ../includes/Elements/Info_Box.php:
|
| 3427 |
msgid "Middle"
|
| 3428 |
msgstr ""
|
| 3429 |
|
| 3430 |
-
#: ../includes/Elements/Flip_Box.php:342, ../includes/Elements/Flip_Box.php:571, ../includes/Elements/Image_Accordion.php:140, ../includes/Elements/Info_Box.php:
|
| 3431 |
msgid "Bottom"
|
| 3432 |
msgstr ""
|
| 3433 |
|
|
@@ -3479,7 +3479,7 @@ msgstr ""
|
|
| 3479 |
msgid "Border Style"
|
| 3480 |
msgstr ""
|
| 3481 |
|
| 3482 |
-
#: ../includes/Elements/Flip_Box.php:854, ../includes/Elements/Info_Box.php:
|
| 3483 |
msgid "Image Style"
|
| 3484 |
msgstr ""
|
| 3485 |
|
|
@@ -3619,7 +3619,7 @@ msgstr ""
|
|
| 3619 |
msgid "Border Height"
|
| 3620 |
msgstr ""
|
| 3621 |
|
| 3622 |
-
#: ../includes/Elements/GravityForms.php:1091, ../includes/Elements/Pricing_Table.php:195, ../includes/Elements/Pricing_Table.php:202, ../includes/Elements/Product_Grid.php:143, ../includes/Elements/Product_Grid.php:
|
| 3623 |
msgid "Price"
|
| 3624 |
msgstr ""
|
| 3625 |
|
|
@@ -3627,7 +3627,7 @@ msgstr ""
|
|
| 3627 |
msgid "Price Label Color"
|
| 3628 |
msgstr ""
|
| 3629 |
|
| 3630 |
-
#: ../includes/Elements/GravityForms.php:1111, ../includes/Elements/Product_Grid.php:
|
| 3631 |
msgid "Price Color"
|
| 3632 |
msgstr ""
|
| 3633 |
|
|
@@ -3743,7 +3743,7 @@ msgstr ""
|
|
| 3743 |
msgid "Thumbnail"
|
| 3744 |
msgstr ""
|
| 3745 |
|
| 3746 |
-
#: ../includes/Elements/Info_Box.php:72, ../includes/Elements/Info_Box.php:
|
| 3747 |
msgid "Infobox Image"
|
| 3748 |
msgstr ""
|
| 3749 |
|
|
@@ -3767,91 +3767,91 @@ msgstr ""
|
|
| 3767 |
msgid "Image or Icon"
|
| 3768 |
msgstr ""
|
| 3769 |
|
| 3770 |
-
#: ../includes/Elements/Info_Box.php:103, ../includes/Elements/Info_Box.php:
|
| 3771 |
msgid "Number"
|
| 3772 |
msgstr ""
|
| 3773 |
|
| 3774 |
-
#: ../includes/Elements/Info_Box.php:
|
| 3775 |
msgid "Infobox Content"
|
| 3776 |
msgstr ""
|
| 3777 |
|
| 3778 |
-
#: ../includes/Elements/Info_Box.php:
|
| 3779 |
msgid "Infobox Title"
|
| 3780 |
msgstr ""
|
| 3781 |
|
| 3782 |
-
#: ../includes/Elements/Info_Box.php:
|
| 3783 |
msgid "This is an icon box"
|
| 3784 |
msgstr ""
|
| 3785 |
|
| 3786 |
-
#: ../includes/Elements/Info_Box.php:
|
| 3787 |
msgid "Write a short description, that will describe the title or something informational and useful."
|
| 3788 |
msgstr ""
|
| 3789 |
|
| 3790 |
-
#: ../includes/Elements/Info_Box.php:
|
| 3791 |
msgid "Show Content"
|
| 3792 |
msgstr ""
|
| 3793 |
|
| 3794 |
-
#: ../includes/Elements/Info_Box.php:
|
| 3795 |
msgid "Content Height"
|
| 3796 |
msgstr ""
|
| 3797 |
|
| 3798 |
-
#: ../includes/Elements/Info_Box.php:
|
| 3799 |
msgid "Show Infobox Button"
|
| 3800 |
msgstr ""
|
| 3801 |
|
| 3802 |
-
#: ../includes/Elements/Info_Box.php:
|
| 3803 |
msgid "Infobox Clickable"
|
| 3804 |
msgstr ""
|
| 3805 |
|
| 3806 |
-
#: ../includes/Elements/Info_Box.php:
|
| 3807 |
msgid "Infobox Link"
|
| 3808 |
msgstr ""
|
| 3809 |
|
| 3810 |
-
#: ../includes/Elements/Info_Box.php:
|
| 3811 |
msgid "Enter link URL for the button"
|
| 3812 |
msgstr ""
|
| 3813 |
|
| 3814 |
-
#: ../includes/Elements/Info_Box.php:
|
| 3815 |
msgid "Enter heading for the button"
|
| 3816 |
msgstr ""
|
| 3817 |
|
| 3818 |
-
#: ../includes/Elements/Info_Box.php:
|
| 3819 |
msgid "Image Shape"
|
| 3820 |
msgstr ""
|
| 3821 |
|
| 3822 |
-
#: ../includes/Elements/Info_Box.php:
|
| 3823 |
msgid "Animation"
|
| 3824 |
msgstr ""
|
| 3825 |
|
| 3826 |
-
#: ../includes/Elements/Info_Box.php:
|
| 3827 |
msgid "Number Icon Style"
|
| 3828 |
msgstr ""
|
| 3829 |
|
| 3830 |
-
#: ../includes/Elements/Info_Box.php:
|
| 3831 |
msgid "Icon Background Size"
|
| 3832 |
msgstr ""
|
| 3833 |
|
| 3834 |
-
#: ../includes/Elements/Info_Box.php:
|
| 3835 |
msgid "Background Shape"
|
| 3836 |
msgstr ""
|
| 3837 |
|
| 3838 |
-
#: ../includes/Elements/Info_Box.php:
|
| 3839 |
msgid "Button Styles"
|
| 3840 |
msgstr ""
|
| 3841 |
|
| 3842 |
-
#: ../includes/Elements/Info_Box.php:
|
| 3843 |
msgid "Content Only Margin"
|
| 3844 |
msgstr ""
|
| 3845 |
|
| 3846 |
-
#: ../includes/Elements/Info_Box.php:
|
| 3847 |
msgid "Content Only Background"
|
| 3848 |
msgstr ""
|
| 3849 |
|
| 3850 |
-
#: ../includes/Elements/Info_Box.php:
|
| 3851 |
msgid "Content Only Padding"
|
| 3852 |
msgstr ""
|
| 3853 |
|
| 3854 |
-
#: ../includes/Elements/Info_Box.php:
|
| 3855 |
msgid "Transition will applied to ms (ex: 300ms)."
|
| 3856 |
msgstr ""
|
| 3857 |
|
|
@@ -4686,7 +4686,7 @@ msgstr ""
|
|
| 4686 |
msgid "Remember Me Style"
|
| 4687 |
msgstr ""
|
| 4688 |
|
| 4689 |
-
#: ../includes/Elements/Login_Register.php:3024, ../includes/Extensions/Table_of_Content.php:
|
| 4690 |
msgid "Style"
|
| 4691 |
msgstr ""
|
| 4692 |
|
|
@@ -4786,7 +4786,7 @@ msgstr ""
|
|
| 4786 |
msgid "Align Items"
|
| 4787 |
msgstr ""
|
| 4788 |
|
| 4789 |
-
#: ../includes/Elements/Login_Register.php:3557, ../includes/Elements/Woo_Product_Carousel.php:
|
| 4790 |
msgid "Stretch"
|
| 4791 |
msgstr ""
|
| 4792 |
|
|
@@ -4858,7 +4858,7 @@ msgstr ""
|
|
| 4858 |
msgid "Target Blank"
|
| 4859 |
msgstr ""
|
| 4860 |
|
| 4861 |
-
#: ../includes/Elements/Post_Grid.php:200, ../includes/Elements/Product_Grid.php:
|
| 4862 |
msgid "Read More"
|
| 4863 |
msgstr ""
|
| 4864 |
|
|
@@ -4902,7 +4902,7 @@ msgstr ""
|
|
| 4902 |
msgid "Meta Style"
|
| 4903 |
msgstr ""
|
| 4904 |
|
| 4905 |
-
#: ../includes/Elements/Post_Grid.php:568, ../includes/Elements/Post_Grid.php:580, ../includes/Traits/Controls.php:
|
| 4906 |
msgid "Meta Position"
|
| 4907 |
msgstr ""
|
| 4908 |
|
|
@@ -4978,7 +4978,7 @@ msgstr ""
|
|
| 4978 |
msgid "Icon font size"
|
| 4979 |
msgstr ""
|
| 4980 |
|
| 4981 |
-
#: ../includes/Elements/Post_Grid.php:
|
| 4982 |
msgid "<p class=\"no-posts-found\">No Layout Found!</p>"
|
| 4983 |
msgstr ""
|
| 4984 |
|
|
@@ -5002,7 +5002,7 @@ msgstr ""
|
|
| 5002 |
msgid "Line Position From Right"
|
| 5003 |
msgstr ""
|
| 5004 |
|
| 5005 |
-
#: ../includes/Elements/Post_Timeline.php:185, ../includes/Extensions/Table_of_Content.php:
|
| 5006 |
msgid "Bullet Size"
|
| 5007 |
msgstr ""
|
| 5008 |
|
|
@@ -5038,7 +5038,7 @@ msgstr ""
|
|
| 5038 |
msgid "Date Text Color"
|
| 5039 |
msgstr ""
|
| 5040 |
|
| 5041 |
-
#: ../includes/Elements/Post_Timeline.php:
|
| 5042 |
msgid "<p class=\"no-posts-found\">No layout found!</p>"
|
| 5043 |
msgstr ""
|
| 5044 |
|
|
@@ -5062,7 +5062,7 @@ msgstr ""
|
|
| 5062 |
msgid "Pricing Style"
|
| 5063 |
msgstr ""
|
| 5064 |
|
| 5065 |
-
#: ../includes/Elements/Pricing_Table.php:126, ../includes/Elements/Pricing_Table.php:314, ../includes/Extensions/Table_of_Content.php:
|
| 5066 |
msgid "List Icon"
|
| 5067 |
msgstr ""
|
| 5068 |
|
|
@@ -5274,7 +5274,7 @@ msgstr ""
|
|
| 5274 |
msgid "Disable item color"
|
| 5275 |
msgstr ""
|
| 5276 |
|
| 5277 |
-
#: ../includes/Elements/Pricing_Table.php:1301, ../includes/Extensions/Table_of_Content.php:
|
| 5278 |
msgid "Line Height"
|
| 5279 |
msgstr ""
|
| 5280 |
|
|
@@ -5326,11 +5326,11 @@ msgstr ""
|
|
| 5326 |
msgid "Product ID"
|
| 5327 |
msgstr ""
|
| 5328 |
|
| 5329 |
-
#: ../includes/Elements/Product_Grid.php:142, ../includes/Elements/Product_Grid.php:
|
| 5330 |
msgid "Product Title"
|
| 5331 |
msgstr ""
|
| 5332 |
|
| 5333 |
-
#: ../includes/Elements/Product_Grid.php:144, ../includes/Elements/Product_Grid.php:
|
| 5334 |
msgid "SKU"
|
| 5335 |
msgstr ""
|
| 5336 |
|
|
@@ -5374,7 +5374,7 @@ msgstr ""
|
|
| 5374 |
msgid "Layouts"
|
| 5375 |
msgstr ""
|
| 5376 |
|
| 5377 |
-
#: ../includes/Elements/Product_Grid.php:246, ../includes/Elements/Product_Grid.php:268, ../includes/Elements/Product_Grid.php:
|
| 5378 |
msgid "Style Preset"
|
| 5379 |
msgstr ""
|
| 5380 |
|
|
@@ -5390,7 +5390,7 @@ msgstr ""
|
|
| 5390 |
msgid "Overlay Style"
|
| 5391 |
msgstr ""
|
| 5392 |
|
| 5393 |
-
#: ../includes/Elements/Product_Grid.php:254, ../includes/Elements/Product_Grid.php:
|
| 5394 |
msgid "Preset 5"
|
| 5395 |
msgstr ""
|
| 5396 |
|
|
@@ -5406,19 +5406,19 @@ msgstr ""
|
|
| 5406 |
msgid "Preset 8"
|
| 5407 |
msgstr ""
|
| 5408 |
|
| 5409 |
-
#: ../includes/Elements/Product_Grid.php:272, ../includes/Elements/Product_Grid.php:
|
| 5410 |
msgid "Preset 1"
|
| 5411 |
msgstr ""
|
| 5412 |
|
| 5413 |
-
#: ../includes/Elements/Product_Grid.php:273, ../includes/Elements/Product_Grid.php:
|
| 5414 |
msgid "Preset 2"
|
| 5415 |
msgstr ""
|
| 5416 |
|
| 5417 |
-
#: ../includes/Elements/Product_Grid.php:274, ../includes/Elements/Product_Grid.php:
|
| 5418 |
msgid "Preset 3"
|
| 5419 |
msgstr ""
|
| 5420 |
|
| 5421 |
-
#: ../includes/Elements/Product_Grid.php:275, ../includes/Elements/Product_Grid.php:
|
| 5422 |
msgid "Preset 4"
|
| 5423 |
msgstr ""
|
| 5424 |
|
|
@@ -5426,7 +5426,7 @@ msgstr ""
|
|
| 5426 |
msgid "Product Settings"
|
| 5427 |
msgstr ""
|
| 5428 |
|
| 5429 |
-
#: ../includes/Elements/Product_Grid.php:339, ../includes/Elements/Product_Grid.php:
|
| 5430 |
msgid "Products"
|
| 5431 |
msgstr ""
|
| 5432 |
|
|
@@ -5438,23 +5438,23 @@ msgstr ""
|
|
| 5438 |
msgid "<strong>WooCommerce</strong> is not installed/activated on your site. Please install and activate <a href=\"plugin-install.php?s=woocommerce&tab=search&type=term\" target=\"_blank\">WooCommerce</a> first."
|
| 5439 |
msgstr ""
|
| 5440 |
|
| 5441 |
-
#: ../includes/Elements/Product_Grid.php:369, ../includes/Elements/Woo_Product_Carousel.php:
|
| 5442 |
msgid "Filter By"
|
| 5443 |
msgstr ""
|
| 5444 |
|
| 5445 |
-
#: ../includes/Elements/Product_Grid.php:379, ../includes/Elements/Woo_Product_Carousel.php:
|
| 5446 |
msgid "Order By"
|
| 5447 |
msgstr ""
|
| 5448 |
|
| 5449 |
-
#: ../includes/Elements/Product_Grid.php:387, ../includes/Elements/Woo_Product_Carousel.php:
|
| 5450 |
msgid "Order"
|
| 5451 |
msgstr ""
|
| 5452 |
|
| 5453 |
-
#: ../includes/Elements/Product_Grid.php:398, ../includes/Elements/Woo_Product_Carousel.php:
|
| 5454 |
msgid "Products Count"
|
| 5455 |
msgstr ""
|
| 5456 |
|
| 5457 |
-
#: ../includes/Elements/Product_Grid.php:407, ../includes/Elements/Woo_Product_Carousel.php:
|
| 5458 |
msgid "Offset"
|
| 5459 |
msgstr ""
|
| 5460 |
|
|
@@ -5486,11 +5486,11 @@ msgstr ""
|
|
| 5486 |
msgid "Short Description?"
|
| 5487 |
msgstr ""
|
| 5488 |
|
| 5489 |
-
#: ../includes/Elements/Product_Grid.php:491, ../includes/Elements/Woo_Product_Carousel.php:290, ../includes/Traits/Controls.php:
|
| 5490 |
msgid "Excerpt Words"
|
| 5491 |
msgstr ""
|
| 5492 |
|
| 5493 |
-
#: ../includes/Elements/Product_Grid.php:504, ../includes/Elements/Woo_Product_Carousel.php:302, ../includes/Traits/Controls.php:
|
| 5494 |
msgid "Expansion Indicator"
|
| 5495 |
msgstr ""
|
| 5496 |
|
|
@@ -5498,195 +5498,199 @@ msgstr ""
|
|
| 5498 |
msgid "Show Product Compare?"
|
| 5499 |
msgstr ""
|
| 5500 |
|
| 5501 |
-
#: ../includes/Elements/Product_Grid.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5502 |
msgid "Add To Cart"
|
| 5503 |
msgstr ""
|
| 5504 |
|
| 5505 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5506 |
msgid "Show Add to cart custom text"
|
| 5507 |
msgstr ""
|
| 5508 |
|
| 5509 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5510 |
msgid "Simple Product"
|
| 5511 |
msgstr ""
|
| 5512 |
|
| 5513 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5514 |
msgid "Buy Now"
|
| 5515 |
msgstr ""
|
| 5516 |
|
| 5517 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5518 |
msgid "Variable Product"
|
| 5519 |
msgstr ""
|
| 5520 |
|
| 5521 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5522 |
msgid "Select options"
|
| 5523 |
msgstr ""
|
| 5524 |
|
| 5525 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5526 |
msgid "Grouped Product"
|
| 5527 |
msgstr ""
|
| 5528 |
|
| 5529 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5530 |
msgid "View products"
|
| 5531 |
msgstr ""
|
| 5532 |
|
| 5533 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5534 |
msgid "External Product"
|
| 5535 |
msgstr ""
|
| 5536 |
|
| 5537 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5538 |
msgid "Default Product"
|
| 5539 |
msgstr ""
|
| 5540 |
|
| 5541 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5542 |
msgid "Label Text"
|
| 5543 |
msgstr ""
|
| 5544 |
|
| 5545 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5546 |
msgid "Content Background Color"
|
| 5547 |
msgstr ""
|
| 5548 |
|
| 5549 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5550 |
msgid "Image Width(%)"
|
| 5551 |
msgstr ""
|
| 5552 |
|
| 5553 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5554 |
msgid "Product Details"
|
| 5555 |
msgstr ""
|
| 5556 |
|
| 5557 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5558 |
msgid "Padding (PX)"
|
| 5559 |
msgstr ""
|
| 5560 |
|
| 5561 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5562 |
msgid "Width (%)"
|
| 5563 |
msgstr ""
|
| 5564 |
|
| 5565 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5566 |
msgid "Product Title Color"
|
| 5567 |
msgstr ""
|
| 5568 |
|
| 5569 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5570 |
msgid "Product Price"
|
| 5571 |
msgstr ""
|
| 5572 |
|
| 5573 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5574 |
msgid "Sale Price Color"
|
| 5575 |
msgstr ""
|
| 5576 |
|
| 5577 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5578 |
msgid "Star Rating"
|
| 5579 |
msgstr ""
|
| 5580 |
|
| 5581 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5582 |
msgid "Rating Color"
|
| 5583 |
msgstr ""
|
| 5584 |
|
| 5585 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5586 |
msgid "Product Description"
|
| 5587 |
msgstr ""
|
| 5588 |
|
| 5589 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5590 |
msgid "Sale Badge Style"
|
| 5591 |
msgstr ""
|
| 5592 |
|
| 5593 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5594 |
msgid "Sale Badge Color"
|
| 5595 |
msgstr ""
|
| 5596 |
|
| 5597 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5598 |
msgid "Sale Badge Background"
|
| 5599 |
msgstr ""
|
| 5600 |
|
| 5601 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5602 |
msgid "Stock Out Badge"
|
| 5603 |
msgstr ""
|
| 5604 |
|
| 5605 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5606 |
msgid "Stock Out Badge Color"
|
| 5607 |
msgstr ""
|
| 5608 |
|
| 5609 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5610 |
msgid "Stock Out Badge Background"
|
| 5611 |
msgstr ""
|
| 5612 |
|
| 5613 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5614 |
msgid "Add to Cart Button Styles"
|
| 5615 |
msgstr ""
|
| 5616 |
|
| 5617 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5618 |
msgid "Button Color"
|
| 5619 |
msgstr ""
|
| 5620 |
|
| 5621 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5622 |
msgid "Sale / Stock Out Badge"
|
| 5623 |
msgstr ""
|
| 5624 |
|
| 5625 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5626 |
msgid "Sale Text"
|
| 5627 |
msgstr ""
|
| 5628 |
|
| 5629 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5630 |
msgid "Stock Out Text"
|
| 5631 |
msgstr ""
|
| 5632 |
|
| 5633 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5634 |
msgid "Show Quick view?"
|
| 5635 |
msgstr ""
|
| 5636 |
|
| 5637 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5638 |
msgid "Quick view Title Tag"
|
| 5639 |
msgstr ""
|
| 5640 |
|
| 5641 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5642 |
msgid "Icons Size"
|
| 5643 |
msgstr ""
|
| 5644 |
|
| 5645 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5646 |
msgid "Show pagination"
|
| 5647 |
msgstr ""
|
| 5648 |
|
| 5649 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5650 |
msgid "Previous Label"
|
| 5651 |
msgstr ""
|
| 5652 |
|
| 5653 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5654 |
msgid "←"
|
| 5655 |
msgstr ""
|
| 5656 |
|
| 5657 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5658 |
msgid "Next Label"
|
| 5659 |
msgstr ""
|
| 5660 |
|
| 5661 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5662 |
msgid "→"
|
| 5663 |
msgstr ""
|
| 5664 |
|
| 5665 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5666 |
msgid "Loader"
|
| 5667 |
msgstr ""
|
| 5668 |
|
| 5669 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5670 |
msgid "Popup"
|
| 5671 |
msgstr ""
|
| 5672 |
|
| 5673 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5674 |
msgid "Review Link Color"
|
| 5675 |
msgstr ""
|
| 5676 |
|
| 5677 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5678 |
msgid "Review Link Hover"
|
| 5679 |
msgstr ""
|
| 5680 |
|
| 5681 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5682 |
msgid "Sale"
|
| 5683 |
msgstr ""
|
| 5684 |
|
| 5685 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5686 |
msgid "Quantity"
|
| 5687 |
msgstr ""
|
| 5688 |
|
| 5689 |
-
#: ../includes/Elements/Product_Grid.php:
|
| 5690 |
msgid "Cart Button"
|
| 5691 |
msgstr ""
|
| 5692 |
|
|
@@ -5806,7 +5810,7 @@ msgstr ""
|
|
| 5806 |
msgid "Go to the <a href=\"%s\" target=\"_blank\">Menu screen</a> to manage your menus."
|
| 5807 |
msgstr ""
|
| 5808 |
|
| 5809 |
-
#: ../includes/Elements/Simple_Menu.php:131, ../includes/Elements/Woo_Product_Carousel.php:
|
| 5810 |
msgid "Preset"
|
| 5811 |
msgstr ""
|
| 5812 |
|
|
@@ -5890,7 +5894,7 @@ msgstr ""
|
|
| 5890 |
msgid "Sticky"
|
| 5891 |
msgstr ""
|
| 5892 |
|
| 5893 |
-
#: ../includes/Elements/Sticky_Video.php:116, ../includes/Elements/Woo_Product_Carousel.php:
|
| 5894 |
msgid "Position"
|
| 5895 |
msgstr ""
|
| 5896 |
|
|
@@ -5998,7 +6002,7 @@ msgstr ""
|
|
| 5998 |
msgid "Scroll Height To Display Sticky (%)"
|
| 5999 |
msgstr ""
|
| 6000 |
|
| 6001 |
-
#: ../includes/Elements/Sticky_Video.php:501, ../includes/Extensions/Table_of_Content.php:
|
| 6002 |
msgid "Close Button Color"
|
| 6003 |
msgstr ""
|
| 6004 |
|
|
@@ -6018,7 +6022,7 @@ msgstr ""
|
|
| 6018 |
msgid "Play Button Size"
|
| 6019 |
msgstr ""
|
| 6020 |
|
| 6021 |
-
#: ../includes/Elements/Sticky_Video.php:656, ../includes/Extensions/Table_of_Content.php:
|
| 6022 |
msgid "Bar"
|
| 6023 |
msgstr ""
|
| 6024 |
|
|
@@ -6042,7 +6046,7 @@ msgstr ""
|
|
| 6042 |
msgid "Team Member Content"
|
| 6043 |
msgstr ""
|
| 6044 |
|
| 6045 |
-
#: ../includes/Elements/Team_Member.php:108, ../includes/Traits/Controls.php:
|
| 6046 |
msgid "Name"
|
| 6047 |
msgstr ""
|
| 6048 |
|
|
@@ -6418,15 +6422,15 @@ msgstr ""
|
|
| 6418 |
msgid "Card Settings"
|
| 6419 |
msgstr ""
|
| 6420 |
|
| 6421 |
-
#: ../includes/Elements/Twitter_Feed.php:244, ../includes/Traits/Controls.php:
|
| 6422 |
msgid "Show Avatar"
|
| 6423 |
msgstr ""
|
| 6424 |
|
| 6425 |
-
#: ../includes/Elements/Twitter_Feed.php:256, ../includes/Traits/Controls.php:
|
| 6426 |
msgid "Show Date"
|
| 6427 |
msgstr ""
|
| 6428 |
|
| 6429 |
-
#: ../includes/Elements/Twitter_Feed.php:268, ../includes/Traits/Controls.php:
|
| 6430 |
msgid "Show Read More"
|
| 6431 |
msgstr ""
|
| 6432 |
|
|
@@ -6618,7 +6622,7 @@ msgstr ""
|
|
| 6618 |
msgid "Subtotal Text"
|
| 6619 |
msgstr ""
|
| 6620 |
|
| 6621 |
-
#: ../includes/Elements/Woo_Checkout.php:234
|
| 6622 |
msgid "Subtotal"
|
| 6623 |
msgstr ""
|
| 6624 |
|
|
@@ -6634,7 +6638,7 @@ msgstr ""
|
|
| 6634 |
msgid "Total Text"
|
| 6635 |
msgstr ""
|
| 6636 |
|
| 6637 |
-
#: ../includes/Elements/Woo_Checkout.php:262, ../includes/Elements/Woo_Checkout.php:1038
|
| 6638 |
msgid "Total"
|
| 6639 |
msgstr ""
|
| 6640 |
|
|
@@ -6814,7 +6818,7 @@ msgstr ""
|
|
| 6814 |
msgid "Privacy Policy"
|
| 6815 |
msgstr ""
|
| 6816 |
|
| 6817 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:254, ../includes/Traits/Controls.php:
|
| 6818 |
msgid "Title Length"
|
| 6819 |
msgstr ""
|
| 6820 |
|
|
@@ -6822,23 +6826,23 @@ msgstr ""
|
|
| 6822 |
msgid "Image Stretch"
|
| 6823 |
msgstr ""
|
| 6824 |
|
| 6825 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:337, ../includes/Traits/Controls.php:
|
| 6826 |
msgid "Show Terms From"
|
| 6827 |
msgstr ""
|
| 6828 |
|
| 6829 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:340, ../includes/Traits/Controls.php:
|
| 6830 |
msgid "Category"
|
| 6831 |
msgstr ""
|
| 6832 |
|
| 6833 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:341, ../includes/Traits/Controls.php:
|
| 6834 |
msgid "Tags"
|
| 6835 |
msgstr ""
|
| 6836 |
|
| 6837 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:353, ../includes/Traits/Controls.php:
|
| 6838 |
msgid "Max Terms to Show"
|
| 6839 |
msgstr ""
|
| 6840 |
|
| 6841 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:370, ../includes/Traits/Controls.php:
|
| 6842 |
msgid "Not Found Message"
|
| 6843 |
msgstr ""
|
| 6844 |
|
|
@@ -6846,131 +6850,131 @@ msgstr ""
|
|
| 6846 |
msgid "Products Not Found"
|
| 6847 |
msgstr ""
|
| 6848 |
|
| 6849 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6850 |
msgid "Carousel Settings"
|
| 6851 |
msgstr ""
|
| 6852 |
|
| 6853 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6854 |
msgid "Coverflow"
|
| 6855 |
msgstr ""
|
| 6856 |
|
| 6857 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6858 |
msgid "Visible Product"
|
| 6859 |
msgstr ""
|
| 6860 |
|
| 6861 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6862 |
msgid "Rotate"
|
| 6863 |
msgstr ""
|
| 6864 |
|
| 6865 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6866 |
msgid "Depth"
|
| 6867 |
msgstr ""
|
| 6868 |
|
| 6869 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6870 |
msgid "Items Gap"
|
| 6871 |
msgstr ""
|
| 6872 |
|
| 6873 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6874 |
msgid "Speed"
|
| 6875 |
msgstr ""
|
| 6876 |
|
| 6877 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6878 |
msgid "Dots"
|
| 6879 |
msgstr ""
|
| 6880 |
|
| 6881 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6882 |
msgid "Image Dots"
|
| 6883 |
msgstr ""
|
| 6884 |
|
| 6885 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6886 |
msgid "Image Dots Visibility"
|
| 6887 |
msgstr ""
|
| 6888 |
|
| 6889 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6890 |
msgid "Query"
|
| 6891 |
msgstr ""
|
| 6892 |
|
| 6893 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6894 |
msgid "Use opacity color for overlay design."
|
| 6895 |
msgstr ""
|
| 6896 |
|
| 6897 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6898 |
msgid "Product Price Color"
|
| 6899 |
msgstr ""
|
| 6900 |
|
| 6901 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6902 |
msgid "Sale Badge"
|
| 6903 |
msgstr ""
|
| 6904 |
|
| 6905 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6906 |
msgid "Review Color"
|
| 6907 |
msgstr ""
|
| 6908 |
|
| 6909 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6910 |
msgid "Inside"
|
| 6911 |
msgstr ""
|
| 6912 |
|
| 6913 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6914 |
msgid "Outside"
|
| 6915 |
msgstr ""
|
| 6916 |
|
| 6917 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6918 |
msgid "Use Custom Width/Height?"
|
| 6919 |
msgstr ""
|
| 6920 |
|
| 6921 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6922 |
msgid "Images Dots"
|
| 6923 |
msgstr ""
|
| 6924 |
|
| 6925 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6926 |
msgid "Image Size"
|
| 6927 |
msgstr ""
|
| 6928 |
|
| 6929 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6930 |
msgid "Choose Arrow"
|
| 6931 |
msgstr ""
|
| 6932 |
|
| 6933 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6934 |
msgid "Angle"
|
| 6935 |
msgstr ""
|
| 6936 |
|
| 6937 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6938 |
msgid "Double Angle"
|
| 6939 |
msgstr ""
|
| 6940 |
|
| 6941 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6942 |
msgid "Chevron"
|
| 6943 |
msgstr ""
|
| 6944 |
|
| 6945 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6946 |
msgid "Chevron Circle"
|
| 6947 |
msgstr ""
|
| 6948 |
|
| 6949 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6950 |
msgid "Arrow"
|
| 6951 |
msgstr ""
|
| 6952 |
|
| 6953 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6954 |
msgid "Long Arrow"
|
| 6955 |
msgstr ""
|
| 6956 |
|
| 6957 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6958 |
msgid "Caret Square"
|
| 6959 |
msgstr ""
|
| 6960 |
|
| 6961 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6962 |
msgid "Arrow Circle"
|
| 6963 |
msgstr ""
|
| 6964 |
|
| 6965 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6966 |
msgid "Arrow Circle O"
|
| 6967 |
msgstr ""
|
| 6968 |
|
| 6969 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6970 |
msgid "Hand"
|
| 6971 |
msgstr ""
|
| 6972 |
|
| 6973 |
-
#: ../includes/Elements/Woo_Product_Carousel.php:
|
| 6974 |
msgid "<p class=\"eael-no-posts-found\">No layout found!</p>"
|
| 6975 |
msgstr ""
|
| 6976 |
|
|
@@ -7014,11 +7018,7 @@ msgstr ""
|
|
| 7014 |
msgid "Show Link?"
|
| 7015 |
msgstr ""
|
| 7016 |
|
| 7017 |
-
#: ../includes/Elements/Woo_Product_Gallery.php:
|
| 7018 |
-
msgid "Image Clickable?"
|
| 7019 |
-
msgstr ""
|
| 7020 |
-
|
| 7021 |
-
#: ../includes/Elements/Woo_Product_Gallery.php:2587
|
| 7022 |
msgid "<p class=\"no-posts-found\">No Category Found!</p>"
|
| 7023 |
msgstr ""
|
| 7024 |
|
|
@@ -7138,7 +7138,7 @@ msgstr ""
|
|
| 7138 |
msgid "Table of Contents"
|
| 7139 |
msgstr ""
|
| 7140 |
|
| 7141 |
-
#: ../includes/Extensions/Table_of_Content.php:125, ../includes/Traits/Controls.php:
|
| 7142 |
msgid "Include"
|
| 7143 |
msgstr ""
|
| 7144 |
|
|
@@ -7154,7 +7154,7 @@ msgstr ""
|
|
| 7154 |
msgid "Which content are searched for heading tag, Provide unique selector to replace default selector"
|
| 7155 |
msgstr ""
|
| 7156 |
|
| 7157 |
-
#: ../includes/Extensions/Table_of_Content.php:179, ../includes/Traits/Controls.php:140, ../includes/Traits/Controls.php:
|
| 7158 |
msgid "Exclude"
|
| 7159 |
msgstr ""
|
| 7160 |
|
|
@@ -7186,79 +7186,79 @@ msgstr ""
|
|
| 7186 |
msgid "Hide TOC in mobile"
|
| 7187 |
msgstr ""
|
| 7188 |
|
| 7189 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
| 7190 |
msgid "Sticky Scroll Effect"
|
| 7191 |
msgstr ""
|
| 7192 |
|
| 7193 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
| 7194 |
msgid "Sticky Top Offset"
|
| 7195 |
msgstr ""
|
| 7196 |
|
| 7197 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
| 7198 |
msgid "Main Page Offset"
|
| 7199 |
msgstr ""
|
| 7200 |
|
| 7201 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
| 7202 |
msgid "Z Index"
|
| 7203 |
msgstr ""
|
| 7204 |
|
| 7205 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
| 7206 |
msgid "Need more information about TOC <strong><a href=\"https://essential-addons.com/elementor/docs/table-of-content/\" class=\"eael-btn\" target=\"_blank\">Visit documentation</a></strong>"
|
| 7207 |
msgstr ""
|
| 7208 |
|
| 7209 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
| 7210 |
msgid "EA TOC"
|
| 7211 |
msgstr ""
|
| 7212 |
|
| 7213 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
| 7214 |
msgid "Bullet"
|
| 7215 |
msgstr ""
|
| 7216 |
|
| 7217 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
| 7218 |
msgid "Top Position"
|
| 7219 |
msgstr ""
|
| 7220 |
|
| 7221 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
| 7222 |
msgid "EA TOC Header"
|
| 7223 |
msgstr ""
|
| 7224 |
|
| 7225 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
| 7226 |
msgid "Collapse"
|
| 7227 |
msgstr ""
|
| 7228 |
|
| 7229 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
| 7230 |
msgid "Text Orientation"
|
| 7231 |
msgstr ""
|
| 7232 |
|
| 7233 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
| 7234 |
msgid "Bottom to Top"
|
| 7235 |
msgstr ""
|
| 7236 |
|
| 7237 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
| 7238 |
msgid "Close Button"
|
| 7239 |
msgstr ""
|
| 7240 |
|
| 7241 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
| 7242 |
msgid "EA TOC Body"
|
| 7243 |
msgstr ""
|
| 7244 |
|
| 7245 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
| 7246 |
msgid "Indicator Style"
|
| 7247 |
msgstr ""
|
| 7248 |
|
| 7249 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
| 7250 |
msgid "Indicator Size"
|
| 7251 |
msgstr ""
|
| 7252 |
|
| 7253 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
| 7254 |
msgid "Indicator Position"
|
| 7255 |
msgstr ""
|
| 7256 |
|
| 7257 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
| 7258 |
msgid "Top Level Space"
|
| 7259 |
msgstr ""
|
| 7260 |
|
| 7261 |
-
#: ../includes/Extensions/Table_of_Content.php:
|
| 7262 |
msgid "Sub Item Space"
|
| 7263 |
msgstr ""
|
| 7264 |
|
|
@@ -7402,187 +7402,187 @@ msgstr ""
|
|
| 7402 |
msgid "Posts Per Page"
|
| 7403 |
msgstr ""
|
| 7404 |
|
| 7405 |
-
#: ../includes/Traits/Controls.php:
|
| 7406 |
msgid "Knowledge Bases"
|
| 7407 |
msgstr ""
|
| 7408 |
|
| 7409 |
-
#: ../includes/Traits/Controls.php:
|
| 7410 |
msgid "All Knowledge Base"
|
| 7411 |
msgstr ""
|
| 7412 |
|
| 7413 |
-
#: ../includes/Traits/Controls.php:
|
| 7414 |
msgid "Category Grid"
|
| 7415 |
msgstr ""
|
| 7416 |
|
| 7417 |
-
#: ../includes/Traits/Controls.php:
|
| 7418 |
msgid "Box Per Page"
|
| 7419 |
msgstr ""
|
| 7420 |
|
| 7421 |
-
#: ../includes/Traits/Controls.php:
|
| 7422 |
msgid "Grid Per Page"
|
| 7423 |
msgstr ""
|
| 7424 |
|
| 7425 |
-
#: ../includes/Traits/Controls.php:
|
| 7426 |
msgid "Slug"
|
| 7427 |
msgstr ""
|
| 7428 |
|
| 7429 |
-
#: ../includes/Traits/Controls.php:
|
| 7430 |
msgid "Term Group"
|
| 7431 |
msgstr ""
|
| 7432 |
|
| 7433 |
-
#: ../includes/Traits/Controls.php:
|
| 7434 |
msgid "Term ID"
|
| 7435 |
msgstr ""
|
| 7436 |
|
| 7437 |
-
#: ../includes/Traits/Controls.php:
|
| 7438 |
msgid "ID"
|
| 7439 |
msgstr ""
|
| 7440 |
|
| 7441 |
-
#: ../includes/Traits/Controls.php:
|
| 7442 |
msgid "Parent"
|
| 7443 |
msgstr ""
|
| 7444 |
|
| 7445 |
-
#: ../includes/Traits/Controls.php:
|
| 7446 |
msgid "Grid List Posts"
|
| 7447 |
msgstr ""
|
| 7448 |
|
| 7449 |
-
#: ../includes/Traits/Controls.php:
|
| 7450 |
msgid "Post Per Page"
|
| 7451 |
msgstr ""
|
| 7452 |
|
| 7453 |
-
#: ../includes/Traits/Controls.php:
|
| 7454 |
msgid "Enable Nested Subcategory"
|
| 7455 |
msgstr ""
|
| 7456 |
|
| 7457 |
-
#: ../includes/Traits/Controls.php:
|
| 7458 |
msgid "Tiled"
|
| 7459 |
msgstr ""
|
| 7460 |
|
| 7461 |
-
#: ../includes/Traits/Controls.php:
|
| 7462 |
msgid "Note: Use 5 posts per page from Content » Query » Posts Per Page, to view this layout perfectly."
|
| 7463 |
msgstr ""
|
| 7464 |
|
| 7465 |
-
#: ../includes/Traits/Controls.php:
|
| 7466 |
msgid "Note: Use 3 posts per page from Content » Query » Posts Per Page, to view this layout perfectly."
|
| 7467 |
msgstr ""
|
| 7468 |
|
| 7469 |
-
#: ../includes/Traits/Controls.php:
|
| 7470 |
msgid "Note: Use 4 posts per page from Content » Query » Posts Per Page, to view this layout perfectly."
|
| 7471 |
msgstr ""
|
| 7472 |
|
| 7473 |
-
#: ../includes/Traits/Controls.php:
|
| 7474 |
msgid "Note: Use 2 posts per page from Content » Query » Posts Per Page, to view this layout perfectly."
|
| 7475 |
msgstr ""
|
| 7476 |
|
| 7477 |
-
#: ../includes/Traits/Controls.php:
|
| 7478 |
msgid "Column 2"
|
| 7479 |
msgstr ""
|
| 7480 |
|
| 7481 |
-
#: ../includes/Traits/Controls.php:
|
| 7482 |
msgid "Column 3"
|
| 7483 |
msgstr ""
|
| 7484 |
|
| 7485 |
-
#: ../includes/Traits/Controls.php:
|
| 7486 |
msgid "Column 4"
|
| 7487 |
msgstr ""
|
| 7488 |
|
| 7489 |
-
#: ../includes/Traits/Controls.php:
|
| 7490 |
msgid "Note: Column layout will be applied from second row."
|
| 7491 |
msgstr ""
|
| 7492 |
|
| 7493 |
-
#: ../includes/Traits/Controls.php:
|
| 7494 |
msgid "Post Block Style Preset"
|
| 7495 |
msgstr ""
|
| 7496 |
|
| 7497 |
-
#: ../includes/Traits/Controls.php:
|
| 7498 |
msgid "Fallback Image"
|
| 7499 |
msgstr ""
|
| 7500 |
|
| 7501 |
-
#: ../includes/Traits/Controls.php:
|
| 7502 |
msgid "Date Position"
|
| 7503 |
msgstr ""
|
| 7504 |
|
| 7505 |
-
#: ../includes/Traits/Controls.php:
|
| 7506 |
msgid "Show Image"
|
| 7507 |
msgstr ""
|
| 7508 |
|
| 7509 |
-
#: ../includes/Traits/Controls.php:
|
| 7510 |
msgid "Show Circle Image / Icon"
|
| 7511 |
msgstr ""
|
| 7512 |
|
| 7513 |
-
#: ../includes/Traits/Controls.php:
|
| 7514 |
msgid "Icon Image"
|
| 7515 |
msgstr ""
|
| 7516 |
|
| 7517 |
-
#: ../includes/Traits/Controls.php:
|
| 7518 |
msgid "Icon Image Size"
|
| 7519 |
msgstr ""
|
| 7520 |
|
| 7521 |
-
#: ../includes/Traits/Controls.php:
|
| 7522 |
msgid "Show excerpt"
|
| 7523 |
msgstr ""
|
| 7524 |
|
| 7525 |
-
#: ../includes/Traits/Controls.php:
|
| 7526 |
msgid "..."
|
| 7527 |
msgstr ""
|
| 7528 |
|
| 7529 |
-
#: ../includes/Traits/Controls.php:
|
| 7530 |
msgid "Show Read More Button"
|
| 7531 |
msgstr ""
|
| 7532 |
|
| 7533 |
-
#: ../includes/Traits/Controls.php:
|
| 7534 |
msgid "Show Post Terms"
|
| 7535 |
msgstr ""
|
| 7536 |
|
| 7537 |
-
#: ../includes/Traits/Controls.php:
|
| 7538 |
msgid "Show Meta"
|
| 7539 |
msgstr ""
|
| 7540 |
|
| 7541 |
-
#: ../includes/Traits/Controls.php:
|
| 7542 |
msgid "Entry Header"
|
| 7543 |
msgstr ""
|
| 7544 |
|
| 7545 |
-
#: ../includes/Traits/Controls.php:
|
| 7546 |
msgid "Entry Footer"
|
| 7547 |
msgstr ""
|
| 7548 |
|
| 7549 |
-
#: ../includes/Traits/Controls.php:
|
| 7550 |
msgid "Show Author Name"
|
| 7551 |
msgstr ""
|
| 7552 |
|
| 7553 |
-
#: ../includes/Traits/Controls.php:
|
| 7554 |
msgid "Read More Button Style"
|
| 7555 |
msgstr ""
|
| 7556 |
|
| 7557 |
-
#: ../includes/Traits/Controls.php:
|
| 7558 |
msgid "Absolute"
|
| 7559 |
msgstr ""
|
| 7560 |
|
| 7561 |
-
#: ../includes/Traits/Controls.php:
|
| 7562 |
msgid "Horizontal Orientation"
|
| 7563 |
msgstr ""
|
| 7564 |
|
| 7565 |
-
#: ../includes/Traits/Controls.php:
|
| 7566 |
msgid "Vertical Orientation"
|
| 7567 |
msgstr ""
|
| 7568 |
|
| 7569 |
-
#: ../includes/Traits/Controls.php:
|
| 7570 |
msgid "<strong>Ninja Tables</strong> is not installed/activated on your site. Please install and activate <a href=\"plugin-install.php?s=Ninja+Tables&tab=search&type=term\" target=\"_blank\">Ninja Tables</a> first."
|
| 7571 |
msgstr ""
|
| 7572 |
|
| 7573 |
-
#: ../includes/Traits/Controls.php:
|
| 7574 |
msgid "Table ID"
|
| 7575 |
msgstr ""
|
| 7576 |
|
| 7577 |
-
#: ../includes/Traits/Controls.php:
|
| 7578 |
msgid "EventON (Pro) "
|
| 7579 |
msgstr ""
|
| 7580 |
|
| 7581 |
-
#: ../includes/Traits/Controls.php:
|
| 7582 |
msgid "EventON"
|
| 7583 |
msgstr ""
|
| 7584 |
|
| 7585 |
-
#: ../includes/Traits/Controls.php:
|
| 7586 |
msgid "Style the message when no posts are found."
|
| 7587 |
msgstr ""
|
| 7588 |
|
|
@@ -7758,67 +7758,67 @@ msgstr ""
|
|
| 7758 |
msgid "Post ID is missing"
|
| 7759 |
msgstr ""
|
| 7760 |
|
| 7761 |
-
#: ../includes/Traits/Facebook_Feed.php:41, ../includes/Traits/Helper.php:57, ../includes/Traits/Helper.php:
|
| 7762 |
msgid "Widget ID is missing"
|
| 7763 |
msgstr ""
|
| 7764 |
|
| 7765 |
-
#: ../includes/Traits/Helper.php:29, ../includes/Traits/Helper.php:
|
| 7766 |
msgid "Insecure form submitted without security token"
|
| 7767 |
msgstr ""
|
| 7768 |
|
| 7769 |
-
#: ../includes/Traits/Helper.php:37, ../includes/Traits/Helper.php:
|
| 7770 |
msgid "Security token did not match"
|
| 7771 |
msgstr ""
|
| 7772 |
|
| 7773 |
-
#: ../includes/Traits/Helper.php:47, ../includes/Traits/Helper.php:
|
| 7774 |
msgid "Page ID is missing"
|
| 7775 |
msgstr ""
|
| 7776 |
|
| 7777 |
-
#: ../includes/Traits/Helper.php:67, ../includes/Traits/Helper.php:
|
| 7778 |
msgid "Widget settings are not found. Did you save the widget before using load more??"
|
| 7779 |
msgstr ""
|
| 7780 |
|
| 7781 |
-
#: ../includes/Traits/Helper.php:
|
| 7782 |
msgid "Essential Addons for Elementor"
|
| 7783 |
msgstr ""
|
| 7784 |
|
| 7785 |
-
#: ../includes/Traits/Helper.php:
|
| 7786 |
msgid "%s ago"
|
| 7787 |
msgstr ""
|
| 7788 |
|
| 7789 |
-
#: ../includes/Traits/Helper.php:
|
| 7790 |
msgid "1,000+ Stunning Templates"
|
| 7791 |
msgstr ""
|
| 7792 |
|
| 7793 |
-
#: ../includes/Traits/Helper.php:
|
| 7794 |
msgid "Supports Elementor & Gutenberg"
|
| 7795 |
msgstr ""
|
| 7796 |
|
| 7797 |
-
#: ../includes/Traits/Helper.php:
|
| 7798 |
msgid "Powering up 17,000+ Websites"
|
| 7799 |
msgstr ""
|
| 7800 |
|
| 7801 |
-
#: ../includes/Traits/Helper.php:
|
| 7802 |
msgid "Cloud Collaboration with Team"
|
| 7803 |
msgstr ""
|
| 7804 |
|
| 7805 |
-
#: ../includes/Traits/Helper.php:
|
| 7806 |
msgid "Don’t Show This Again"
|
| 7807 |
msgstr ""
|
| 7808 |
|
| 7809 |
-
#: ../includes/Traits/Helper.php:
|
| 7810 |
msgid "Activate Templately"
|
| 7811 |
msgstr ""
|
| 7812 |
|
| 7813 |
-
#: ../includes/Traits/Helper.php:
|
| 7814 |
msgid "Activated Templately"
|
| 7815 |
msgstr ""
|
| 7816 |
|
| 7817 |
-
#: ../includes/Traits/Helper.php:
|
| 7818 |
msgid "Install Templately"
|
| 7819 |
msgstr ""
|
| 7820 |
|
| 7821 |
-
#: ../includes/Traits/Helper.php:
|
| 7822 |
msgid "Submit"
|
| 7823 |
msgstr ""
|
| 7824 |
|
|
@@ -8282,19 +8282,19 @@ msgstr ""
|
|
| 8282 |
msgid "No products found!"
|
| 8283 |
msgstr ""
|
| 8284 |
|
| 8285 |
-
#: ../includes/Template/Content/Product_Grid.php:63, ../includes/Template/Content/Product_Grid.php:29, ../includes/Template/Eicon-Woocommerce/default.php:
|
| 8286 |
msgid "Sale!"
|
| 8287 |
msgstr ""
|
| 8288 |
|
| 8289 |
-
#: ../includes/Template/Content/Product_Grid.php:27, ../includes/Template/Eicon-Woocommerce/default.php:
|
| 8290 |
msgid "Stock <br/> Out"
|
| 8291 |
msgstr ""
|
| 8292 |
|
| 8293 |
-
#: ../includes/Template/Eicon-Woocommerce/default.php:
|
| 8294 |
msgid "Stock "
|
| 8295 |
msgstr ""
|
| 8296 |
|
| 8297 |
-
#: ../includes/Template/Eicon-Woocommerce/default.php:
|
| 8298 |
msgid "Out"
|
| 8299 |
msgstr ""
|
| 8300 |
|
|
@@ -8546,14 +8546,14 @@ msgstr ""
|
|
| 8546 |
msgid "Lost your password?"
|
| 8547 |
msgstr ""
|
| 8548 |
|
| 8549 |
-
#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:
|
| 8550 |
msgid "You must be logged in to checkout."
|
| 8551 |
msgstr ""
|
| 8552 |
|
| 8553 |
-
#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:
|
| 8554 |
msgid "Billing & Shipping"
|
| 8555 |
msgstr ""
|
| 8556 |
|
| 8557 |
-
#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:
|
| 8558 |
msgid "Create an account?"
|
| 8559 |
msgstr ""
|
| 13 |
"X-Poedit-SourceCharset: UTF-8\n"
|
| 14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 15 |
|
| 16 |
+
#: ../includes/Classes/Helper.php:205, ../includes/Elements/Adv_Accordion.php:323, ../includes/Elements/Adv_Tabs.php:296, ../includes/Elements/Contact_Form_7.php:270, ../includes/Elements/Content_Ticker.php:306, ../includes/Elements/Countdown.php:467, ../includes/Elements/Creative_Button.php:188, ../includes/Elements/Cta_Box.php:346, ../includes/Elements/Data_Table.php:482, ../includes/Elements/Dual_Color_Header.php:214, ../includes/Elements/Fancy_Text.php:269, ../includes/Elements/Filterable_Gallery.php:796, ../includes/Elements/Flip_Box.php:727, ../includes/Elements/Info_Box.php:495, ../includes/Elements/Login_Register.php:1038, ../includes/Elements/Pricing_Table.php:697, ../includes/Elements/Progress_Bar.php:271, ../includes/Elements/Team_Member.php:237, ../includes/Elements/Testimonial.php:214, ../includes/Elements/Tooltip.php:513, ../includes/Elements/Twitter_Feed.php:308, ../includes/Elements/WeForms.php:110
|
| 17 |
msgid "Go Premium for More Features"
|
| 18 |
msgstr ""
|
| 19 |
|
| 20 |
+
#: ../includes/Classes/Helper.php:212, ../includes/Elements/Adv_Accordion.php:330, ../includes/Elements/Adv_Tabs.php:303, ../includes/Elements/Contact_Form_7.php:277, ../includes/Elements/Content_Ticker.php:313, ../includes/Elements/Countdown.php:474, ../includes/Elements/Creative_Button.php:195, ../includes/Elements/Cta_Box.php:353, ../includes/Elements/Data_Table.php:489, ../includes/Elements/Dual_Color_Header.php:221, ../includes/Elements/Fancy_Text.php:276, ../includes/Elements/Filterable_Gallery.php:803, ../includes/Elements/Flip_Box.php:734, ../includes/Elements/Info_Box.php:502, ../includes/Elements/Login_Register.php:1045, ../includes/Elements/Pricing_Table.php:704, ../includes/Elements/Progress_Bar.php:278, ../includes/Elements/Team_Member.php:244, ../includes/Elements/Testimonial.php:221, ../includes/Elements/Tooltip.php:520, ../includes/Elements/Twitter_Feed.php:315, ../includes/Elements/WeForms.php:117
|
| 21 |
msgid "Unlock more possibilities"
|
| 22 |
msgstr ""
|
| 23 |
|
| 61 |
msgid "Install Now!"
|
| 62 |
msgstr ""
|
| 63 |
|
| 64 |
+
#: ../includes/Classes/WPDeveloper_Plugin_Installer.php:151, ../includes/Classes/WPDeveloper_Plugin_Installer.php:169, ../includes/Classes/WPDeveloper_Plugin_Installer.php:187, ../includes/Classes/WPDeveloper_Setup_Wizard.php:481, ../includes/Classes/WPDeveloper_Setup_Wizard.php:507, ../includes/Traits/Admin.php:165, ../includes/Traits/Helper.php:828, ../includes/Traits/Library.php:154
|
| 65 |
msgid "you are not allowed to do this action"
|
| 66 |
msgstr ""
|
| 67 |
|
| 327 |
msgid "Fancy Text"
|
| 328 |
msgstr ""
|
| 329 |
|
| 330 |
+
#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:662, ../includes/Elements/Filterable_Gallery.php:33, ../includes/templates/admin/elements.php:223
|
| 331 |
msgid "Filterable Gallery"
|
| 332 |
msgstr ""
|
| 333 |
|
| 511 |
msgid "Sort"
|
| 512 |
msgstr ""
|
| 513 |
|
| 514 |
+
#: ../includes/Elements/Advanced_Data_Table.php:165, ../includes/Elements/Caldera_Forms.php:162, ../includes/Elements/Caldera_Forms.php:895, ../includes/Elements/Contact_Form_7.php:900, ../includes/Elements/Filterable_Gallery.php:2292, ../includes/Elements/FluentForm.php:203, ../includes/Elements/FluentForm.php:891, ../includes/Elements/Formstack.php:244, ../includes/Elements/Formstack.php:1090, ../includes/Elements/GravityForms.php:231, ../includes/Elements/GravityForms.php:1165, ../includes/Elements/Login_Register.php:1092, ../includes/Elements/NinjaForms.php:183, ../includes/Elements/NinjaForms.php:939, ../includes/Elements/WpForms.php:190, ../includes/Elements/WpForms.php:896
|
| 515 |
msgid "Placeholder"
|
| 516 |
msgstr ""
|
| 517 |
|
| 518 |
+
#: ../includes/Elements/Advanced_Data_Table.php:180, ../includes/Elements/Advanced_Data_Table.php:1069, ../includes/Elements/Facebook_Feed.php:376, ../includes/Elements/FluentForm.php:1731, ../includes/Elements/Formstack.php:1593, ../includes/Elements/Product_Grid.php:2129, ../includes/Elements/Product_Grid.php:2180
|
| 519 |
msgid "Pagination"
|
| 520 |
msgstr ""
|
| 521 |
|
| 523 |
msgid "Pagination Type"
|
| 524 |
msgstr ""
|
| 525 |
|
| 526 |
+
#: ../includes/Elements/Advanced_Data_Table.php:193, ../includes/Elements/Advanced_Data_Table.php:1345, ../includes/Elements/Betterdocs_Category_Grid.php:1290, ../includes/Elements/Event_Calendar.php:759, ../includes/Elements/Flip_Box.php:651, ../includes/Elements/FluentForm.php:1965, ../includes/Elements/Formstack.php:1773, ../includes/Elements/Info_Box.php:352, ../includes/Elements/Pricing_Table.php:501, ../includes/Elements/Pricing_Table.php:1810, ../includes/Elements/Product_Grid.php:1832, ../includes/Elements/Woo_Checkout.php:1291, ../includes/Elements/Woo_Checkout.php:1589, ../includes/Elements/Woo_Checkout.php:2448, ../includes/Elements/Woo_Product_Carousel.php:1295, ../includes/Elements/Woo_Product_Gallery.php:1642, ../includes/Traits/Woo_Product_Comparable.php:1211, ../includes/Traits/Woo_Product_Comparable.php:1261
|
| 527 |
msgid "Button"
|
| 528 |
msgstr ""
|
| 529 |
|
| 571 |
msgid "Table"
|
| 572 |
msgstr ""
|
| 573 |
|
| 574 |
+
#: ../includes/Elements/Advanced_Data_Table.php:324, ../includes/Elements/Advanced_Data_Table.php:885, ../includes/Elements/Advanced_Data_Table.php:1080, ../includes/Elements/Betterdocs_Search_Form.php:311, ../includes/Elements/Caldera_Forms.php:1159, ../includes/Elements/Caldera_Forms.php:1173, ../includes/Elements/Contact_Form_7.php:1185, ../includes/Elements/Contact_Form_7.php:1199, ../includes/Elements/Creative_Button.php:467, ../includes/Elements/Data_Table.php:521, ../includes/Elements/Data_Table.php:1150, ../includes/Elements/Dual_Color_Header.php:749, ../includes/Elements/Dual_Color_Header.php:829, ../includes/Elements/Filterable_Gallery.php:2157, ../includes/Elements/Filterable_Gallery.php:2315, ../includes/Elements/FluentForm.php:1509, ../includes/Elements/FluentForm.php:1523, ../includes/Elements/Formstack.php:1395, ../includes/Elements/Formstack.php:1409, ../includes/Elements/GravityForms.php:1631, ../includes/Elements/GravityForms.php:1747, ../includes/Elements/GravityForms.php:1761, ../includes/Elements/GravityForms.php:1994, ../includes/Elements/Login_Register.php:1498, ../includes/Elements/Login_Register.php:2026, ../includes/Elements/NinjaForms.php:1323, ../includes/Elements/NinjaForms.php:1337, ../includes/Elements/Progress_Bar.php:356, ../includes/Elements/Sticky_Video.php:441, ../includes/Elements/Sticky_Video.php:525, ../includes/Elements/Twitter_Feed.php:804, ../includes/Elements/Woo_Product_Carousel.php:1303, ../includes/Elements/Woo_Product_Carousel.php:2133, ../includes/Elements/Woo_Product_Carousel.php:2336, ../includes/Elements/Woo_Product_Carousel.php:2416, ../includes/Elements/Woo_Product_Gallery.php:1163, ../includes/Elements/WpForms.php:1163, ../includes/Elements/WpForms.php:1177, ../includes/Extensions/Table_of_Content.php:431, ../includes/Traits/Woo_Product_Comparable.php:307, ../includes/Traits/Woo_Product_Comparable.php:969, ../includes/Traits/Woo_Product_Comparable.php:1118
|
| 575 |
msgid "Width"
|
| 576 |
msgstr ""
|
| 577 |
|
| 578 |
+
#: ../includes/Elements/Advanced_Data_Table.php:361, ../includes/Elements/Advanced_Data_Table.php:1029, ../includes/Elements/Advanced_Data_Table.php:1227, ../includes/Elements/Advanced_Data_Table.php:1299, ../includes/Elements/Advanced_Data_Table.php:1427, ../includes/Elements/Adv_Accordion.php:382, ../includes/Elements/Adv_Accordion.php:571, ../includes/Elements/Adv_Accordion.php:631, ../includes/Elements/Adv_Accordion.php:692, ../includes/Elements/Adv_Accordion.php:775, ../includes/Elements/Adv_Accordion.php:897, ../includes/Elements/Adv_Accordion.php:943, ../includes/Elements/Adv_Accordion.php:989, ../includes/Elements/Adv_Tabs.php:358, ../includes/Elements/Adv_Tabs.php:552, ../includes/Elements/Adv_Tabs.php:619, ../includes/Elements/Adv_Tabs.php:688, ../includes/Elements/Adv_Tabs.php:782, ../includes/Elements/Betterdocs_Category_Box.php:300, ../includes/Elements/Betterdocs_Category_Box.php:368, ../includes/Elements/Betterdocs_Category_Box.php:489, ../includes/Elements/Betterdocs_Category_Box.php:565, ../includes/Elements/Betterdocs_Category_Box.php:885, ../includes/Elements/Betterdocs_Category_Box.php:990, ../includes/Elements/Betterdocs_Category_Grid.php:341, ../includes/Elements/Betterdocs_Category_Grid.php:389, ../includes/Elements/Betterdocs_Category_Grid.php:474, ../includes/Elements/Betterdocs_Category_Grid.php:515, ../includes/Elements/Betterdocs_Category_Grid.php:640, ../includes/Elements/Betterdocs_Category_Grid.php:694, ../includes/Elements/Betterdocs_Category_Grid.php:844, ../includes/Elements/Betterdocs_Category_Grid.php:941, ../includes/Elements/Betterdocs_Category_Grid.php:1186, ../includes/Elements/Betterdocs_Category_Grid.php:1386, ../includes/Elements/Betterdocs_Category_Grid.php:1485, ../includes/Elements/Betterdocs_Search_Form.php:210, ../includes/Elements/Betterdocs_Search_Form.php:365, ../includes/Elements/Betterdocs_Search_Form.php:423, ../includes/Elements/Betterdocs_Search_Form.php:533, ../includes/Elements/Caldera_Forms.php:617, ../includes/Elements/Caldera_Forms.php:813, ../includes/Elements/Caldera_Forms.php:1229, ../includes/Elements/Caldera_Forms.php:1387, ../includes/Elements/Contact_Form_7.php:711, ../includes/Elements/Contact_Form_7.php:776, ../includes/Elements/Contact_Form_7.php:1255, ../includes/Elements/Contact_Form_7.php:1457, ../includes/Elements/Contact_Form_7.php:1551, ../includes/Elements/Contact_Form_7.php:1618, ../includes/Elements/Content_Ticker.php:622, ../includes/Elements/Countdown.php:619, ../includes/Elements/Cta_Box.php:463, ../includes/Elements/Cta_Box.php:740, ../includes/Elements/Cta_Box.php:927, ../includes/Elements/Data_Table.php:652, ../includes/Elements/Data_Table.php:691, ../includes/Elements/Data_Table.php:883, ../includes/Elements/Data_Table.php:1217, ../includes/Elements/Dual_Color_Header.php:347, ../includes/Elements/Event_Calendar.php:810, ../includes/Elements/Event_Calendar.php:877, ../includes/Elements/Event_Calendar.php:931, ../includes/Elements/Event_Calendar.php:1603, ../includes/Elements/Event_Calendar.php:1674, ../includes/Elements/Facebook_Feed.php:451, ../includes/Elements/Filterable_Gallery.php:872, ../includes/Elements/Filterable_Gallery.php:985, ../includes/Elements/Filterable_Gallery.php:1051, ../includes/Elements/Filterable_Gallery.php:1131, ../includes/Elements/Filterable_Gallery.php:1278, ../includes/Elements/Filterable_Gallery.php:1335, ../includes/Elements/Filterable_Gallery.php:1554, ../includes/Elements/Filterable_Gallery.php:1829, ../includes/Elements/Filterable_Gallery.php:1890, ../includes/Elements/Filterable_Gallery.php:2411, ../includes/Elements/Filterable_Gallery.php:2528, ../includes/Elements/Flip_Box.php:988, ../includes/Elements/Flip_Box.php:1101, ../includes/Elements/FluentForm.php:666, ../includes/Elements/FluentForm.php:862, ../includes/Elements/FluentForm.php:1580, ../includes/Elements/FluentForm.php:1878, ../includes/Elements/FluentForm.php:2005, ../includes/Elements/FluentForm.php:2123, ../includes/Elements/Formstack.php:865, ../includes/Elements/Formstack.php:1061, ../includes/Elements/Formstack.php:1465, ../includes/Elements/Formstack.php:1686, ../includes/Elements/Formstack.php:1815, ../includes/Elements/GravityForms.php:835, ../includes/Elements/GravityForms.php:899, ../includes/Elements/GravityForms.php:1655, ../includes/Elements/GravityForms.php:1824, ../includes/Elements/GravityForms.php:2051, ../includes/Elements/Image_Accordion.php:354, ../includes/Elements/Image_Accordion.php:464, ../includes/Elements/Info_Box.php:571, ../includes/Elements/Info_Box.php:626, ../includes/Elements/Info_Box.php:820, ../includes/Elements/Info_Box.php:900, ../includes/Elements/Info_Box.php:1053, ../includes/Elements/Info_Box.php:1134, ../includes/Elements/Login_Register.php:2778, ../includes/Elements/NinjaForms.php:659, ../includes/Elements/NinjaForms.php:857, ../includes/Elements/NinjaForms.php:1397, ../includes/Elements/Post_Grid.php:303, ../includes/Elements/Pricing_Table.php:1761, ../includes/Elements/Pricing_Table.php:1927, ../includes/Elements/Product_Grid.php:2275, ../includes/Elements/Simple_Menu.php:621, ../includes/Elements/Simple_Menu.php:694, ../includes/Elements/Team_Member.php:413, ../includes/Elements/Team_Member.php:501, ../includes/Elements/Testimonial.php:435, ../includes/Elements/Tooltip.php:439, ../includes/Elements/Tooltip.php:482, ../includes/Elements/Twitter_Feed.php:461, ../includes/Elements/Twitter_Feed.php:551, ../includes/Elements/Twitter_Feed.php:868, ../includes/Elements/Woo_Checkout.php:1511, ../includes/Elements/Woo_Checkout.php:1757, ../includes/Elements/Woo_Product_Carousel.php:2241, ../includes/Elements/Woo_Product_Carousel.php:2675, ../includes/Elements/WpForms.php:628, ../includes/Elements/WpForms.php:814, ../includes/Elements/WpForms.php:1233, ../includes/Extensions/Table_of_Content.php:545, ../includes/Traits/Controls.php:1258, ../includes/Traits/Controls.php:1312, ../includes/Traits/Controls.php:1442
|
| 579 |
msgid "Border"
|
| 580 |
msgstr ""
|
| 581 |
|
| 582 |
+
#: ../includes/Elements/Advanced_Data_Table.php:387, ../includes/Elements/Advanced_Data_Table.php:1055, ../includes/Elements/Advanced_Data_Table.php:1253, ../includes/Elements/Advanced_Data_Table.php:1325, ../includes/Elements/Advanced_Data_Table.php:1449, ../includes/Elements/Adv_Accordion.php:389, ../includes/Elements/Adv_Accordion.php:578, ../includes/Elements/Adv_Accordion.php:638, ../includes/Elements/Adv_Accordion.php:699, ../includes/Elements/Adv_Tabs.php:366, ../includes/Elements/Adv_Tabs.php:559, ../includes/Elements/Adv_Tabs.php:626, ../includes/Elements/Adv_Tabs.php:695, ../includes/Elements/Adv_Tabs.php:789, ../includes/Elements/Betterdocs_Category_Box.php:308, ../includes/Elements/Betterdocs_Category_Box.php:376, ../includes/Elements/Betterdocs_Category_Box.php:497, ../includes/Elements/Betterdocs_Category_Box.php:574, ../includes/Elements/Betterdocs_Category_Box.php:896, ../includes/Elements/Betterdocs_Category_Box.php:1001, ../includes/Elements/Betterdocs_Category_Grid.php:349, ../includes/Elements/Betterdocs_Category_Grid.php:397, ../includes/Elements/Betterdocs_Category_Grid.php:482, ../includes/Elements/Betterdocs_Category_Grid.php:523, ../includes/Elements/Betterdocs_Category_Grid.php:648, ../includes/Elements/Betterdocs_Category_Grid.php:702, ../includes/Elements/Betterdocs_Category_Grid.php:855, ../includes/Elements/Betterdocs_Category_Grid.php:952, ../includes/Elements/Betterdocs_Category_Grid.php:1394, ../includes/Elements/Betterdocs_Category_Grid.php:1493, ../includes/Elements/Betterdocs_Search_Form.php:197, ../includes/Elements/Caldera_Forms.php:480, ../includes/Elements/Caldera_Forms.php:628, ../includes/Elements/Caldera_Forms.php:1046, ../includes/Elements/Caldera_Forms.php:1072, ../includes/Elements/Caldera_Forms.php:1239, ../includes/Elements/Contact_Form_7.php:396, ../includes/Elements/Contact_Form_7.php:722, ../includes/Elements/Contact_Form_7.php:1073, ../includes/Elements/Contact_Form_7.php:1099, ../includes/Elements/Contact_Form_7.php:1264, ../includes/Elements/Content_Ticker.php:401, ../includes/Elements/Content_Ticker.php:475, ../includes/Elements/Content_Ticker.php:632, ../includes/Elements/Countdown.php:627, ../includes/Elements/Creative_Button.php:336, ../includes/Elements/Cta_Box.php:471, ../includes/Elements/Cta_Box.php:748, ../includes/Elements/Cta_Box.php:935, ../includes/Elements/Dual_Color_Header.php:355, ../includes/Elements/Event_Calendar.php:818, ../includes/Elements/Event_Calendar.php:885, ../includes/Elements/Event_Calendar.php:939, ../includes/Elements/Event_Calendar.php:1175, ../includes/Elements/Event_Calendar.php:1343, ../includes/Elements/Event_Calendar.php:1611, ../includes/Elements/Event_Calendar.php:1682, ../includes/Elements/Facebook_Feed.php:476, ../includes/Elements/Facebook_Feed.php:536, ../includes/Elements/Fancy_Text.php:515, ../includes/Elements/Feature_List.php:640, ../includes/Elements/Filterable_Gallery.php:880, ../includes/Elements/Filterable_Gallery.php:993, ../includes/Elements/Filterable_Gallery.php:1059, ../includes/Elements/Filterable_Gallery.php:1139, ../includes/Elements/Filterable_Gallery.php:1343, ../includes/Elements/Filterable_Gallery.php:1837, ../includes/Elements/Filterable_Gallery.php:1898, ../includes/Elements/Filterable_Gallery.php:2069, ../includes/Elements/Filterable_Gallery.php:2200, ../includes/Elements/Filterable_Gallery.php:2335, ../includes/Elements/Filterable_Gallery.php:2433, ../includes/Elements/Filterable_Gallery.php:2542, ../includes/Elements/Flip_Box.php:826, ../includes/Elements/Flip_Box.php:887, ../includes/Elements/Flip_Box.php:1011, ../includes/Elements/Flip_Box.php:1124, ../includes/Elements/Flip_Box.php:1385, ../includes/Elements/FluentForm.php:527, ../includes/Elements/FluentForm.php:677, ../includes/Elements/FluentForm.php:1042, ../includes/Elements/FluentForm.php:1068, ../includes/Elements/FluentForm.php:1590, ../includes/Elements/FluentForm.php:1889, ../includes/Elements/FluentForm.php:2013, ../includes/Elements/FluentForm.php:2067, ../includes/Elements/Formstack.php:399, ../includes/Elements/Formstack.php:876, ../includes/Elements/Formstack.php:1202, ../includes/Elements/Formstack.php:1228, ../includes/Elements/Formstack.php:1475, ../includes/Elements/Formstack.php:1697, ../includes/Elements/Formstack.php:1823, ../includes/Elements/Formstack.php:1879, ../includes/Elements/GravityForms.php:436, ../includes/Elements/GravityForms.php:846, ../includes/Elements/GravityForms.php:1316, ../includes/Elements/GravityForms.php:1512, ../includes/Elements/GravityForms.php:1665, ../includes/Elements/GravityForms.php:1834, ../includes/Elements/GravityForms.php:2061, ../includes/Elements/Image_Accordion.php:362, ../includes/Elements/Image_Accordion.php:452, ../includes/Elements/Info_Box.php:1216, ../includes/Elements/Login_Register.php:1579, ../includes/Elements/Login_Register.php:1814, ../includes/Elements/Login_Register.php:1988, ../includes/Elements/Login_Register.php:2144, ../includes/Elements/Login_Register.php:2284, ../includes/Elements/Login_Register.php:2378, ../includes/Elements/Login_Register.php:2469, ../includes/Elements/Login_Register.php:2643, ../includes/Elements/Login_Register.php:2680, ../includes/Elements/Login_Register.php:2794, ../includes/Elements/Login_Register.php:3304, ../includes/Elements/Login_Register.php:3341, ../includes/Elements/Login_Register.php:3625, ../includes/Elements/Login_Register.php:3662, ../includes/Elements/NinjaForms.php:369, ../includes/Elements/NinjaForms.php:670, ../includes/Elements/NinjaForms.php:1094, ../includes/Elements/NinjaForms.php:1121, ../includes/Elements/NinjaForms.php:1407, ../includes/Elements/Post_Grid.php:311, ../includes/Elements/Pricing_Table.php:781, ../includes/Elements/Pricing_Table.php:1535, ../includes/Elements/Pricing_Table.php:1784, ../includes/Elements/Pricing_Table.php:1935, ../includes/Elements/Product_Grid.php:943, ../includes/Elements/Product_Grid.php:2019, ../includes/Elements/Product_Grid.php:2375, ../includes/Elements/Product_Grid.php:2715, ../includes/Elements/Product_Grid.php:2914, ../includes/Elements/Product_Grid.php:2946, ../includes/Elements/Simple_Menu.php:629, ../includes/Elements/Sticky_Video.php:591, ../includes/Elements/Team_Member.php:421, ../includes/Elements/Team_Member.php:520, ../includes/Elements/Team_Member.php:767, ../includes/Elements/Testimonial.php:454, ../includes/Elements/Tooltip.php:499, ../includes/Elements/Twitter_Feed.php:469, ../includes/Elements/Twitter_Feed.php:562, ../includes/Elements/TypeForm.php:310, ../includes/Elements/WeForms.php:253, ../includes/Elements/WeForms.php:394, ../includes/Elements/WeForms.php:722, ../includes/Elements/Woo_Checkout.php:651, ../includes/Elements/Woo_Checkout.php:800, ../includes/Elements/Woo_Checkout.php:996, ../includes/Elements/Woo_Checkout.php:1244, ../includes/Elements/Woo_Checkout.php:1397, ../includes/Elements/Woo_Checkout.php:1520, ../includes/Elements/Woo_Checkout.php:1695, ../includes/Elements/Woo_Checkout.php:1903, ../includes/Elements/Woo_Checkout.php:2105, ../includes/Elements/Woo_Checkout.php:2285, ../includes/Elements/Woo_Checkout.php:2565, ../includes/Elements/Woo_Product_Carousel.php:1008, ../includes/Elements/Woo_Product_Carousel.php:1410, ../includes/Elements/Woo_Product_Carousel.php:1813, ../includes/Elements/Woo_Product_Carousel.php:2009, ../includes/Elements/Woo_Product_Carousel.php:2041, ../includes/Elements/Woo_Product_Carousel.php:2251, ../includes/Elements/Woo_Product_Carousel.php:2374, ../includes/Elements/Woo_Product_Carousel.php:2498, ../includes/Elements/Woo_Product_Carousel.php:2685, ../includes/Elements/Woo_Product_Gallery.php:675, ../includes/Elements/Woo_Product_Gallery.php:1693, ../includes/Elements/Woo_Product_Gallery.php:2053, ../includes/Elements/Woo_Product_Gallery.php:2252, ../includes/Elements/Woo_Product_Gallery.php:2284, ../includes/Elements/WpForms.php:338, ../includes/Elements/WpForms.php:639, ../includes/Elements/WpForms.php:1047, ../includes/Elements/WpForms.php:1073, ../includes/Elements/WpForms.php:1243, ../includes/Extensions/Table_of_Content.php:568, ../includes/Extensions/Table_of_Content.php:783, ../includes/Traits/Controls.php:1266, ../includes/Traits/Controls.php:1320, ../includes/Traits/Controls.php:1450, ../includes/Traits/Woo_Product_Comparable.php:368, ../includes/Traits/Woo_Product_Comparable.php:513, ../includes/Traits/Woo_Product_Comparable.php:1394
|
| 583 |
msgid "Border Radius"
|
| 584 |
msgstr ""
|
| 585 |
|
| 586 |
+
#: ../includes/Elements/Advanced_Data_Table.php:400, ../includes/Elements/Advanced_Data_Table.php:1463, ../includes/Elements/Betterdocs_Category_Grid.php:331, ../includes/Elements/Betterdocs_Category_Grid.php:379, ../includes/Elements/Event_Calendar.php:697, ../includes/Elements/Event_Calendar.php:1635, ../includes/Elements/Event_Calendar.php:1709, ../includes/Elements/Product_Grid.php:903, ../includes/Elements/Product_Grid.php:931, ../includes/Elements/Product_Grid.php:2938, ../includes/Elements/Product_Grid.php:2973, ../includes/Elements/Progress_Bar.php:652, ../includes/Elements/Twitter_Feed.php:664, ../includes/Elements/Twitter_Feed.php:876, ../includes/Elements/Woo_Product_Carousel.php:967, ../includes/Elements/Woo_Product_Carousel.php:996, ../includes/Elements/Woo_Product_Carousel.php:2033, ../includes/Elements/Woo_Product_Carousel.php:2068, ../includes/Elements/Woo_Product_Carousel.php:2747, ../includes/Elements/Woo_Product_Gallery.php:635, ../includes/Elements/Woo_Product_Gallery.php:663, ../includes/Elements/Woo_Product_Gallery.php:1243, ../includes/Elements/Woo_Product_Gallery.php:1419, ../includes/Elements/Woo_Product_Gallery.php:2276, ../includes/Elements/Woo_Product_Gallery.php:2311, ../includes/Extensions/Table_of_Content.php:557, ../includes/Extensions/Table_of_Content.php:802, ../includes/Traits/Woo_Product_Comparable.php:1418
|
| 587 |
msgid "Box Shadow"
|
| 588 |
msgstr ""
|
| 589 |
|
| 591 |
msgid "Head"
|
| 592 |
msgstr ""
|
| 593 |
|
| 594 |
+
#: ../includes/Elements/Advanced_Data_Table.php:419, ../includes/Elements/Advanced_Data_Table.php:538, ../includes/Elements/Advanced_Data_Table.php:996, ../includes/Elements/Advanced_Data_Table.php:1146, ../includes/Elements/Advanced_Data_Table.php:1354, ../includes/Elements/Caldera_Forms.php:286, ../includes/Elements/Caldera_Forms.php:347, ../includes/Elements/Caldera_Forms.php:535, ../includes/Elements/Caldera_Forms.php:773, ../includes/Elements/Caldera_Forms.php:862, ../includes/Elements/Caldera_Forms.php:1283, ../includes/Elements/Caldera_Forms.php:1398, ../includes/Elements/Contact_Form_7.php:487, ../includes/Elements/Contact_Form_7.php:518, ../includes/Elements/Contact_Form_7.php:735, ../includes/Elements/Contact_Form_7.php:883, ../includes/Elements/Contact_Form_7.php:935, ../includes/Elements/Contact_Form_7.php:1308, ../includes/Elements/Contact_Form_7.php:1443, ../includes/Elements/Contact_Form_7.php:1583, ../includes/Elements/Event_Calendar.php:739, ../includes/Elements/Event_Calendar.php:769, ../includes/Elements/Event_Calendar.php:983, ../includes/Elements/Event_Calendar.php:1058, ../includes/Elements/Event_Calendar.php:1092, ../includes/Elements/Event_Calendar.php:1335, ../includes/Elements/Event_Calendar.php:1398, ../includes/Elements/Event_Calendar.php:1427, ../includes/Elements/Event_Calendar.php:1495, ../includes/Elements/Event_Calendar.php:1653, ../includes/Elements/Filterable_Gallery.php:1965, ../includes/Elements/Filterable_Gallery.php:2012, ../includes/Elements/Filterable_Gallery.php:2048, ../includes/Elements/Filterable_Gallery.php:2105, ../includes/Elements/Filterable_Gallery.php:2399, ../includes/Elements/Filterable_Gallery.php:2559, ../includes/Elements/FluentForm.php:321, ../includes/Elements/FluentForm.php:382, ../includes/Elements/FluentForm.php:582, ../includes/Elements/FluentForm.php:822, ../includes/Elements/FluentForm.php:1149, ../includes/Elements/FluentForm.php:1204, ../includes/Elements/FluentForm.php:1308, ../includes/Elements/FluentForm.php:1394, ../includes/Elements/FluentForm.php:1460, ../includes/Elements/FluentForm.php:1655, ../includes/Elements/FluentForm.php:1788, ../includes/Elements/FluentForm.php:1985, ../includes/Elements/FluentForm.php:2134, ../includes/Elements/FluentForm.php:2183, ../includes/Elements/Formstack.php:494, ../includes/Elements/Formstack.php:543, ../includes/Elements/Formstack.php:597, ../includes/Elements/Formstack.php:671, ../includes/Elements/Formstack.php:726, ../includes/Elements/Formstack.php:809, ../includes/Elements/Formstack.php:1021, ../includes/Elements/Formstack.php:1519, ../includes/Elements/Formstack.php:1652, ../includes/Elements/Formstack.php:1793, ../includes/Elements/Formstack.php:1953, ../includes/Elements/GravityForms.php:528, ../includes/Elements/GravityForms.php:559, ../includes/Elements/GravityForms.php:600, ../includes/Elements/GravityForms.php:859, ../includes/Elements/GravityForms.php:948, ../includes/Elements/GravityForms.php:1002, ../includes/Elements/GravityForms.php:1138, ../includes/Elements/GravityForms.php:1598, ../includes/Elements/GravityForms.php:1933, ../includes/Elements/GravityForms.php:2154, ../includes/Elements/GravityForms.php:2347, ../includes/Elements/NinjaForms.php:465, ../includes/Elements/NinjaForms.php:514, ../includes/Elements/NinjaForms.php:574, ../includes/Elements/NinjaForms.php:817, ../includes/Elements/NinjaForms.php:906, ../includes/Elements/NinjaForms.php:1500, ../includes/Elements/NinjaForms.php:1545, ../includes/Elements/NinjaForms.php:1599, ../includes/Elements/Post_Grid.php:392, ../includes/Elements/Post_Grid.php:510, ../includes/Elements/Post_Grid.php:522, ../includes/Elements/Post_Grid.php:664, ../includes/Elements/Post_Grid.php:876, ../includes/Elements/Post_Timeline.php:323, ../includes/Elements/Product_Grid.php:2435, ../includes/Elements/Product_Grid.php:2466, ../includes/Elements/Product_Grid.php:2508, ../includes/Elements/Product_Grid.php:2574, ../includes/Elements/Product_Grid.php:2615, ../includes/Elements/Product_Grid.php:2672, ../includes/Elements/Product_Grid.php:2789, ../includes/Elements/Progress_Bar.php:672, ../includes/Elements/Simple_Menu.php:831, ../includes/Elements/Simple_Menu.php:1142, ../includes/Elements/Woo_Checkout.php:1300, ../includes/Elements/Woo_Checkout.php:1598, ../includes/Elements/Woo_Product_Carousel.php:1521, ../includes/Elements/Woo_Product_Carousel.php:1551, ../includes/Elements/Woo_Product_Carousel.php:1593, ../includes/Elements/Woo_Product_Carousel.php:1672, ../includes/Elements/Woo_Product_Carousel.php:1712, ../includes/Elements/Woo_Product_Carousel.php:1769, ../includes/Elements/Woo_Product_Carousel.php:1888, ../includes/Elements/Woo_Product_Gallery.php:1774, ../includes/Elements/Woo_Product_Gallery.php:1804, ../includes/Elements/Woo_Product_Gallery.php:1846, ../includes/Elements/Woo_Product_Gallery.php:1912, ../includes/Elements/Woo_Product_Gallery.php:1953, ../includes/Elements/Woo_Product_Gallery.php:2010, ../includes/Elements/Woo_Product_Gallery.php:2127, ../includes/Elements/WpForms.php:432, ../includes/Elements/WpForms.php:481, ../includes/Elements/WpForms.php:545, ../includes/Elements/WpForms.php:785, ../includes/Elements/WpForms.php:863, ../includes/Elements/WpForms.php:1287, ../includes/Traits/Woo_Product_Comparable.php:1077, ../includes/Traits/Woo_Product_Comparable.php:1195
|
| 595 |
msgid "Typography"
|
| 596 |
msgstr ""
|
| 597 |
|
| 599 |
msgid "Text Alignment"
|
| 600 |
msgstr ""
|
| 601 |
|
| 602 |
+
#: ../includes/Elements/Advanced_Data_Table.php:431, ../includes/Elements/Advanced_Data_Table.php:550, ../includes/Elements/Advanced_Data_Table.php:976, ../includes/Elements/Advanced_Data_Table.php:1123, ../includes/Elements/Adv_Accordion.php:154, ../includes/Elements/Betterdocs_Category_Box.php:767, ../includes/Elements/Betterdocs_Category_Grid.php:1513, ../includes/Elements/Betterdocs_Category_Grid.php:1538, ../includes/Elements/Caldera_Forms.php:233, ../includes/Elements/Caldera_Forms.php:415, ../includes/Elements/Caldera_Forms.php:561, ../includes/Elements/Caldera_Forms.php:1136, ../includes/Elements/Contact_Form_7.php:331, ../includes/Elements/Contact_Form_7.php:443, ../includes/Elements/Contact_Form_7.php:1163, ../includes/Elements/Content_Ticker.php:290, ../includes/Elements/Countdown.php:118, ../includes/Elements/Countdown.php:1030, ../includes/Elements/Creative_Button.php:445, ../includes/Elements/Cta_Box.php:102, ../includes/Elements/Data_Table.php:553, ../includes/Elements/Data_Table.php:778, ../includes/Elements/Data_Table.php:1027, ../includes/Elements/Dual_Color_Header.php:191, ../includes/Elements/Event_Calendar.php:1007, ../includes/Elements/Event_Calendar.php:1139, ../includes/Elements/Fancy_Text.php:174, ../includes/Elements/Feature_List.php:303, ../includes/Elements/Filterable_Gallery.php:768, ../includes/Elements/Filterable_Gallery.php:1300, ../includes/Elements/Filterable_Gallery.php:1683, ../includes/Elements/Flip_Box.php:369, ../includes/Elements/Flip_Box.php:598, ../includes/Elements/FluentForm.php:267, ../includes/Elements/FluentForm.php:462, ../includes/Elements/FluentForm.php:608, ../includes/Elements/FluentForm.php:1241, ../includes/Elements/FluentForm.php:1486, ../includes/Elements/Formstack.php:334, ../includes/Elements/Formstack.php:449, ../includes/Elements/Formstack.php:763, ../includes/Elements/Formstack.php:1372, ../includes/Elements/GravityForms.php:347, ../includes/Elements/GravityForms.php:484, ../includes/Elements/GravityForms.php:629, ../includes/Elements/GravityForms.php:1721, ../includes/Elements/GravityForms.php:1971, ../includes/Elements/Image_Accordion.php:109, ../includes/Elements/Info_Box.php:306, ../includes/Elements/Login_Register.php:712, ../includes/Elements/Login_Register.php:745, ../includes/Elements/Login_Register.php:2587, ../includes/Elements/Login_Register.php:3255, ../includes/Elements/Login_Register.php:3575, ../includes/Elements/NinjaForms.php:282, ../includes/Elements/NinjaForms.php:421, ../includes/Elements/NinjaForms.php:603, ../includes/Elements/NinjaForms.php:1298, ../includes/Elements/Post_Grid.php:487, ../includes/Elements/Post_Grid.php:642, ../includes/Elements/Post_Grid.php:710, ../includes/Elements/Post_Grid.php:805, ../includes/Elements/Post_Grid.php:888, ../includes/Elements/Post_Timeline.php:357, ../includes/Elements/Post_Timeline.php:415, ../includes/Elements/Pricing_Table.php:256, ../includes/Elements/Pricing_Table.php:373, ../includes/Elements/Pricing_Table.php:675, ../includes/Elements/Pricing_Table.php:815, ../includes/Elements/Pricing_Table.php:840, ../includes/Elements/Product_Grid.php:695, ../includes/Elements/Product_Grid.php:1013, ../includes/Elements/Product_Grid.php:1711, ../includes/Elements/Product_Grid.php:2196, ../includes/Elements/Progress_Bar.php:321, ../includes/Elements/Progress_Bar.php:532, ../includes/Elements/Simple_Menu.php:188, ../includes/Elements/Simple_Menu.php:333, ../includes/Elements/Simple_Menu.php:740, ../includes/Elements/Simple_Menu.php:766, ../includes/Elements/Simple_Menu.php:791, ../includes/Elements/Simple_Menu.php:1086, ../includes/Elements/Team_Member.php:380, ../includes/Elements/Testimonial.php:314, ../includes/Elements/Tooltip.php:209, ../includes/Elements/Tooltip.php:288, ../includes/Elements/Tooltip.php:377, ../includes/Elements/TypeForm.php:200, ../includes/Elements/WeForms.php:165, ../includes/Elements/WeForms.php:635, ../includes/Elements/Woo_Product_Carousel.php:704, ../includes/Elements/Woo_Product_Carousel.php:820, ../includes/Elements/Woo_Product_Carousel.php:869, ../includes/Elements/Woo_Product_Gallery.php:193, ../includes/Elements/Woo_Product_Gallery.php:223, ../includes/Elements/Woo_Product_Gallery.php:552, ../includes/Elements/Woo_Product_Gallery.php:1519, ../includes/Elements/WpForms.php:271, ../includes/Elements/WpForms.php:388, ../includes/Elements/WpForms.php:572, ../includes/Elements/WpForms.php:1137, ../includes/Extensions/Table_of_Content.php:462, ../includes/Traits/Controls.php:602, ../includes/Traits/Controls.php:1531, ../includes/Traits/Controls.php:1582, ../includes/Traits/Controls.php:1583, ../includes/Traits/Controls.php:1905
|
| 603 |
msgid "Left"
|
| 604 |
msgstr ""
|
| 605 |
|
| 606 |
+
#: ../includes/Elements/Advanced_Data_Table.php:435, ../includes/Elements/Advanced_Data_Table.php:554, ../includes/Elements/Advanced_Data_Table.php:980, ../includes/Elements/Advanced_Data_Table.php:1127, ../includes/Elements/Betterdocs_Category_Box.php:771, ../includes/Elements/Betterdocs_Category_Grid.php:1517, ../includes/Elements/Betterdocs_Category_Grid.php:1542, ../includes/Elements/Caldera_Forms.php:237, ../includes/Elements/Caldera_Forms.php:419, ../includes/Elements/Caldera_Forms.php:565, ../includes/Elements/Caldera_Forms.php:1140, ../includes/Elements/Contact_Form_7.php:335, ../includes/Elements/Contact_Form_7.php:447, ../includes/Elements/Contact_Form_7.php:1167, ../includes/Elements/Countdown.php:122, ../includes/Elements/Countdown.php:1034, ../includes/Elements/Creative_Button.php:449, ../includes/Elements/Cta_Box.php:103, ../includes/Elements/Data_Table.php:557, ../includes/Elements/Data_Table.php:782, ../includes/Elements/Data_Table.php:1031, ../includes/Elements/Dual_Color_Header.php:195, ../includes/Elements/Dual_Color_Header.php:658, ../includes/Elements/Event_Calendar.php:1011, ../includes/Elements/Event_Calendar.php:1143, ../includes/Elements/Fancy_Text.php:178, ../includes/Elements/Filterable_Gallery.php:772, ../includes/Elements/Filterable_Gallery.php:1304, ../includes/Elements/Filterable_Gallery.php:1687, ../includes/Elements/Flip_Box.php:373, ../includes/Elements/Flip_Box.php:602, ../includes/Elements/FluentForm.php:271, ../includes/Elements/FluentForm.php:466, ../includes/Elements/FluentForm.php:612, ../includes/Elements/FluentForm.php:1245, ../includes/Elements/FluentForm.php:1490, ../includes/Elements/Formstack.php:338, ../includes/Elements/Formstack.php:453, ../includes/Elements/Formstack.php:767, ../includes/Elements/Formstack.php:1376, ../includes/Elements/GravityForms.php:351, ../includes/Elements/GravityForms.php:488, ../includes/Elements/GravityForms.php:633, ../includes/Elements/GravityForms.php:1725, ../includes/Elements/GravityForms.php:1975, ../includes/Elements/Image_Accordion.php:113, ../includes/Elements/Image_Accordion.php:136, ../includes/Elements/Info_Box.php:310, ../includes/Elements/Login_Register.php:2591, ../includes/Elements/Login_Register.php:3237, ../includes/Elements/Login_Register.php:3259, ../includes/Elements/Login_Register.php:3536, ../includes/Elements/Login_Register.php:3556, ../includes/Elements/Login_Register.php:3579, ../includes/Elements/NinjaForms.php:286, ../includes/Elements/NinjaForms.php:425, ../includes/Elements/NinjaForms.php:607, ../includes/Elements/NinjaForms.php:1302, ../includes/Elements/Post_Grid.php:491, ../includes/Elements/Post_Grid.php:646, ../includes/Elements/Post_Grid.php:714, ../includes/Elements/Post_Grid.php:809, ../includes/Elements/Post_Grid.php:892, ../includes/Elements/Post_Timeline.php:361, ../includes/Elements/Post_Timeline.php:419, ../includes/Elements/Pricing_Table.php:819, ../includes/Elements/Pricing_Table.php:844, ../includes/Elements/Product_Grid.php:699, ../includes/Elements/Product_Grid.php:1017, ../includes/Elements/Product_Grid.php:2200, ../includes/Elements/Progress_Bar.php:325, ../includes/Elements/Progress_Bar.php:536, ../includes/Elements/Simple_Menu.php:192, ../includes/Elements/Simple_Menu.php:337, ../includes/Elements/Simple_Menu.php:744, ../includes/Elements/Simple_Menu.php:770, ../includes/Elements/Simple_Menu.php:795, ../includes/Elements/Simple_Menu.php:1090, ../includes/Elements/Team_Member.php:384, ../includes/Elements/Testimonial.php:318, ../includes/Elements/Tooltip.php:213, ../includes/Elements/Tooltip.php:381, ../includes/Elements/TypeForm.php:204, ../includes/Elements/WeForms.php:169, ../includes/Elements/WeForms.php:639, ../includes/Elements/Woo_Product_Carousel.php:873, ../includes/Elements/Woo_Product_Gallery.php:197, ../includes/Elements/Woo_Product_Gallery.php:556, ../includes/Elements/WpForms.php:275, ../includes/Elements/WpForms.php:392, ../includes/Elements/WpForms.php:576, ../includes/Elements/WpForms.php:1141, ../includes/Traits/Controls.php:601, ../includes/Traits/Controls.php:1535, ../includes/Traits/Controls.php:1909
|
| 607 |
msgid "Center"
|
| 608 |
msgstr ""
|
| 609 |
|
| 610 |
+
#: ../includes/Elements/Advanced_Data_Table.php:439, ../includes/Elements/Advanced_Data_Table.php:558, ../includes/Elements/Advanced_Data_Table.php:984, ../includes/Elements/Advanced_Data_Table.php:1131, ../includes/Elements/Adv_Accordion.php:153, ../includes/Elements/Betterdocs_Category_Box.php:775, ../includes/Elements/Betterdocs_Category_Grid.php:1521, ../includes/Elements/Betterdocs_Category_Grid.php:1546, ../includes/Elements/Caldera_Forms.php:241, ../includes/Elements/Caldera_Forms.php:423, ../includes/Elements/Caldera_Forms.php:569, ../includes/Elements/Caldera_Forms.php:1144, ../includes/Elements/Contact_Form_7.php:339, ../includes/Elements/Contact_Form_7.php:451, ../includes/Elements/Contact_Form_7.php:1171, ../includes/Elements/Content_Ticker.php:291, ../includes/Elements/Countdown.php:126, ../includes/Elements/Countdown.php:1038, ../includes/Elements/Creative_Button.php:453, ../includes/Elements/Cta_Box.php:104, ../includes/Elements/Data_Table.php:561, ../includes/Elements/Data_Table.php:786, ../includes/Elements/Data_Table.php:1035, ../includes/Elements/Dual_Color_Header.php:199, ../includes/Elements/Event_Calendar.php:1015, ../includes/Elements/Event_Calendar.php:1147, ../includes/Elements/Fancy_Text.php:182, ../includes/Elements/Feature_List.php:311, ../includes/Elements/Filterable_Gallery.php:776, ../includes/Elements/Filterable_Gallery.php:1308, ../includes/Elements/Filterable_Gallery.php:1691, ../includes/Elements/Flip_Box.php:377, ../includes/Elements/Flip_Box.php:606, ../includes/Elements/FluentForm.php:275, ../includes/Elements/FluentForm.php:470, ../includes/Elements/FluentForm.php:616, ../includes/Elements/FluentForm.php:1249, ../includes/Elements/FluentForm.php:1494, ../includes/Elements/Formstack.php:342, ../includes/Elements/Formstack.php:457, ../includes/Elements/Formstack.php:771, ../includes/Elements/Formstack.php:1380, ../includes/Elements/GravityForms.php:355, ../includes/Elements/GravityForms.php:492, ../includes/Elements/GravityForms.php:637, ../includes/Elements/GravityForms.php:1729, ../includes/Elements/GravityForms.php:1979, ../includes/Elements/Image_Accordion.php:117, ../includes/Elements/Info_Box.php:314, ../includes/Elements/Login_Register.php:716, ../includes/Elements/Login_Register.php:2595, ../includes/Elements/Login_Register.php:3263, ../includes/Elements/Login_Register.php:3583, ../includes/Elements/NinjaForms.php:290, ../includes/Elements/NinjaForms.php:429, ../includes/Elements/NinjaForms.php:611, ../includes/Elements/NinjaForms.php:1306, ../includes/Elements/Post_Grid.php:495, ../includes/Elements/Post_Grid.php:650, ../includes/Elements/Post_Grid.php:718, ../includes/Elements/Post_Grid.php:813, ../includes/Elements/Post_Grid.php:896, ../includes/Elements/Post_Timeline.php:365, ../includes/Elements/Post_Timeline.php:423, ../includes/Elements/Pricing_Table.php:257, ../includes/Elements/Pricing_Table.php:381, ../includes/Elements/Pricing_Table.php:679, ../includes/Elements/Pricing_Table.php:823, ../includes/Elements/Pricing_Table.php:848, ../includes/Elements/Product_Grid.php:703, ../includes/Elements/Product_Grid.php:1021, ../includes/Elements/Product_Grid.php:1715, ../includes/Elements/Product_Grid.php:2204, ../includes/Elements/Progress_Bar.php:329, ../includes/Elements/Progress_Bar.php:540, ../includes/Elements/Simple_Menu.php:196, ../includes/Elements/Simple_Menu.php:341, ../includes/Elements/Simple_Menu.php:748, ../includes/Elements/Simple_Menu.php:774, ../includes/Elements/Simple_Menu.php:799, ../includes/Elements/Simple_Menu.php:1094, ../includes/Elements/Team_Member.php:388, ../includes/Elements/Testimonial.php:322, ../includes/Elements/Tooltip.php:217, ../includes/Elements/Tooltip.php:289, ../includes/Elements/Tooltip.php:385, ../includes/Elements/TypeForm.php:208, ../includes/Elements/WeForms.php:173, ../includes/Elements/WeForms.php:643, ../includes/Elements/Woo_Product_Carousel.php:705, ../includes/Elements/Woo_Product_Carousel.php:824, ../includes/Elements/Woo_Product_Carousel.php:877, ../includes/Elements/Woo_Product_Gallery.php:201, ../includes/Elements/Woo_Product_Gallery.php:227, ../includes/Elements/Woo_Product_Gallery.php:560, ../includes/Elements/Woo_Product_Gallery.php:1523, ../includes/Elements/WpForms.php:279, ../includes/Elements/WpForms.php:396, ../includes/Elements/WpForms.php:580, ../includes/Elements/WpForms.php:1145, ../includes/Extensions/Table_of_Content.php:463, ../includes/Traits/Controls.php:600, ../includes/Traits/Controls.php:1539, ../includes/Traits/Controls.php:1582, ../includes/Traits/Controls.php:1583, ../includes/Traits/Controls.php:1913
|
| 611 |
msgid "Right"
|
| 612 |
msgstr ""
|
| 613 |
|
| 614 |
+
#: ../includes/Elements/Advanced_Data_Table.php:454, ../includes/Elements/Advanced_Data_Table.php:573, ../includes/Elements/Advanced_Data_Table.php:667, ../includes/Elements/Advanced_Data_Table.php:698, ../includes/Elements/Advanced_Data_Table.php:729, ../includes/Elements/Advanced_Data_Table.php:760, ../includes/Elements/Advanced_Data_Table.php:791, ../includes/Elements/Advanced_Data_Table.php:822, ../includes/Elements/Advanced_Data_Table.php:1004, ../includes/Elements/Advanced_Data_Table.php:1200, ../includes/Elements/Advanced_Data_Table.php:1270, ../includes/Elements/Adv_Accordion.php:547, ../includes/Elements/Adv_Accordion.php:607, ../includes/Elements/Adv_Accordion.php:667, ../includes/Elements/Adv_Accordion.php:734, ../includes/Elements/Adv_Tabs.php:525, ../includes/Elements/Adv_Tabs.php:592, ../includes/Elements/Adv_Tabs.php:659, ../includes/Elements/Adv_Tabs.php:741, ../includes/Elements/Caldera_Forms.php:270, ../includes/Elements/Caldera_Forms.php:331, ../includes/Elements/Caldera_Forms.php:523, ../includes/Elements/Caldera_Forms.php:604, ../includes/Elements/Caldera_Forms.php:850, ../includes/Elements/Caldera_Forms.php:906, ../includes/Elements/Caldera_Forms.php:1216, ../includes/Elements/Caldera_Forms.php:1322, ../includes/Elements/Caldera_Forms.php:1375, ../includes/Elements/Contact_Form_7.php:474, ../includes/Elements/Contact_Form_7.php:505, ../includes/Elements/Contact_Form_7.php:562, ../includes/Elements/Contact_Form_7.php:845, ../includes/Elements/Contact_Form_7.php:920, ../includes/Elements/Contact_Form_7.php:1242, ../includes/Elements/Contact_Form_7.php:1348, ../includes/Elements/Contact_Form_7.php:1412, ../includes/Elements/Contact_Form_7.php:1535, ../includes/Elements/Contact_Form_7.php:1592, ../includes/Elements/Content_Ticker.php:357, ../includes/Elements/Content_Ticker.php:433, ../includes/Elements/Countdown.php:1109, ../includes/Elements/Creative_Button.php:277, ../includes/Elements/Creative_Button.php:370, ../includes/Elements/Cta_Box.php:698, ../includes/Elements/Cta_Box.php:769, ../includes/Elements/Cta_Box.php:904, ../includes/Elements/Cta_Box.php:956, ../includes/Elements/Data_Table.php:989, ../includes/Elements/Data_Table.php:1006, ../includes/Elements/Event_Calendar.php:1253, ../includes/Elements/Event_Calendar.php:1286, ../includes/Elements/Filterable_Gallery.php:960, ../includes/Elements/Filterable_Gallery.php:1026, ../includes/Elements/Filterable_Gallery.php:2511, ../includes/Elements/Filterable_Gallery.php:2706, ../includes/Elements/FluentForm.php:305, ../includes/Elements/FluentForm.php:366, ../includes/Elements/FluentForm.php:570, ../includes/Elements/FluentForm.php:653, ../includes/Elements/FluentForm.php:902, ../includes/Elements/FluentForm.php:1567, ../includes/Elements/FluentForm.php:1694, ../includes/Elements/FluentForm.php:2111, ../includes/Elements/Formstack.php:481, ../includes/Elements/Formstack.php:530, ../includes/Elements/Formstack.php:585, ../includes/Elements/Formstack.php:797, ../includes/Elements/Formstack.php:852, ../includes/Elements/Formstack.php:1101, ../includes/Elements/Formstack.php:1452, ../includes/Elements/Formstack.php:1558, ../includes/Elements/Formstack.php:1781, ../includes/Elements/Formstack.php:2020, ../includes/Elements/GravityForms.php:515, ../includes/Elements/GravityForms.php:546, ../includes/Elements/GravityForms.php:585, ../includes/Elements/GravityForms.php:672, ../includes/Elements/GravityForms.php:936, ../includes/Elements/GravityForms.php:989, ../includes/Elements/GravityForms.php:1176, ../includes/Elements/GravityForms.php:1810, ../includes/Elements/GravityForms.php:1902, ../includes/Elements/GravityForms.php:2038, ../includes/Elements/GravityForms.php:2125, ../includes/Elements/GravityForms.php:2199, ../includes/Elements/GravityForms.php:2334, ../includes/Elements/Info_Box.php:1238, ../includes/Elements/Info_Box.php:1284, ../includes/Elements/Login_Register.php:2616, ../includes/Elements/Login_Register.php:2755, ../includes/Elements/Login_Register.php:3099, ../includes/Elements/Login_Register.php:3284, ../includes/Elements/Login_Register.php:3321, ../includes/Elements/Login_Register.php:3605, ../includes/Elements/Login_Register.php:3642, ../includes/Elements/NinjaForms.php:452, ../includes/Elements/NinjaForms.php:501, ../includes/Elements/NinjaForms.php:559, ../includes/Elements/NinjaForms.php:646, ../includes/Elements/NinjaForms.php:894, ../includes/Elements/NinjaForms.php:950, ../includes/Elements/NinjaForms.php:1384, ../includes/Elements/NinjaForms.php:1471, ../includes/Elements/NinjaForms.php:1533, ../includes/Elements/NinjaForms.php:1633, ../includes/Elements/Pricing_Table.php:1887, ../includes/Elements/Pricing_Table.php:1956, ../includes/Elements/Product_Grid.php:2250, ../includes/Elements/Product_Grid.php:2288, ../includes/Elements/Product_Grid.php:2332, ../includes/Elements/Simple_Menu.php:363, ../includes/Elements/Simple_Menu.php:397, ../includes/Elements/Simple_Menu.php:431, ../includes/Elements/Simple_Menu.php:489, ../includes/Elements/Simple_Menu.php:523, ../includes/Elements/Simple_Menu.php:849, ../includes/Elements/Simple_Menu.php:976, ../includes/Elements/Simple_Menu.php:1160, ../includes/Elements/Simple_Menu.php:1285, ../includes/Elements/Tooltip.php:418, ../includes/Elements/Tooltip.php:461, ../includes/Elements/Tooltip.php:634, ../includes/Elements/WeForms.php:692, ../includes/Elements/WeForms.php:742, ../includes/Elements/WpForms.php:419, ../includes/Elements/WpForms.php:468, ../includes/Elements/WpForms.php:533, ../includes/Elements/WpForms.php:615, ../includes/Elements/WpForms.php:851, ../includes/Elements/WpForms.php:907, ../includes/Elements/WpForms.php:1220, ../includes/Elements/WpForms.php:1327, ../includes/Elements/WpForms.php:1372, ../includes/Extensions/Table_of_Content.php:626, ../includes/Extensions/Table_of_Content.php:941, ../includes/Extensions/Table_of_Content.php:964, ../includes/Extensions/Table_of_Content.php:990, ../includes/Traits/Controls.php:1232, ../includes/Traits/Controls.php:1287, ../includes/Traits/Controls.php:1417, ../includes/Traits/Controls.php:1479, ../includes/Traits/Controls.php:1862
|
| 615 |
msgid "Text Color"
|
| 616 |
msgstr ""
|
| 617 |
|
| 618 |
+
#: ../includes/Elements/Advanced_Data_Table.php:468, ../includes/Elements/Advanced_Data_Table.php:609, ../includes/Elements/Advanced_Data_Table.php:682, ../includes/Elements/Advanced_Data_Table.php:713, ../includes/Elements/Advanced_Data_Table.php:744, ../includes/Elements/Advanced_Data_Table.php:775, ../includes/Elements/Advanced_Data_Table.php:806, ../includes/Elements/Advanced_Data_Table.php:837, ../includes/Elements/Advanced_Data_Table.php:1016, ../includes/Elements/Advanced_Data_Table.php:1213, ../includes/Elements/Advanced_Data_Table.php:1284, ../includes/Elements/Advanced_Data_Table.php:1379, ../includes/Elements/Advanced_Data_Table.php:1409, ../includes/Elements/Adv_Accordion.php:883, ../includes/Elements/Adv_Accordion.php:929, ../includes/Elements/Adv_Accordion.php:975, ../includes/Elements/Adv_Tabs.php:506, ../includes/Elements/Adv_Tabs.php:722, ../includes/Elements/Caldera_Forms.php:592, ../includes/Elements/Caldera_Forms.php:800, ../includes/Elements/Caldera_Forms.php:1204, ../includes/Elements/Caldera_Forms.php:1310, ../includes/Elements/Caldera_Forms.php:1364, ../includes/Elements/Contact_Form_7.php:550, ../includes/Elements/Contact_Form_7.php:763, ../includes/Elements/Contact_Form_7.php:1230, ../includes/Elements/Contact_Form_7.php:1336, ../includes/Elements/Contact_Form_7.php:1427, ../includes/Elements/Contact_Form_7.php:1520, ../includes/Elements/Content_Ticker.php:345, ../includes/Elements/Content_Ticker.php:422, ../includes/Elements/Content_Ticker.php:597, ../includes/Elements/Content_Ticker.php:653, ../includes/Elements/Countdown.php:733, ../includes/Elements/Countdown.php:745, ../includes/Elements/Countdown.php:805, ../includes/Elements/Countdown.php:817, ../includes/Elements/Countdown.php:877, ../includes/Elements/Countdown.php:889, ../includes/Elements/Countdown.php:949, ../includes/Elements/Countdown.php:961, ../includes/Elements/Creative_Button.php:291, ../includes/Elements/Creative_Button.php:383, ../includes/Elements/Cta_Box.php:122, ../includes/Elements/Cta_Box.php:426, ../includes/Elements/Cta_Box.php:712, ../includes/Elements/Cta_Box.php:781, ../includes/Elements/Data_Table.php:639, ../includes/Elements/Data_Table.php:679, ../includes/Elements/Data_Table.php:1190, ../includes/Elements/Dual_Color_Header.php:310, ../includes/Elements/Event_Calendar.php:1265, ../includes/Elements/Filterable_Gallery.php:835, ../includes/Elements/Filterable_Gallery.php:972, ../includes/Elements/Filterable_Gallery.php:1038, ../includes/Elements/Filterable_Gallery.php:1184, ../includes/Elements/Filterable_Gallery.php:1374, ../includes/Elements/Filterable_Gallery.php:1404, ../includes/Elements/Filterable_Gallery.php:1509, ../includes/Elements/Filterable_Gallery.php:1525, ../includes/Elements/Filterable_Gallery.php:1727, ../includes/Elements/Filterable_Gallery.php:1865, ../includes/Elements/Filterable_Gallery.php:2495, ../includes/Elements/Filterable_Gallery.php:2690, ../includes/Elements/FluentForm.php:641, ../includes/Elements/FluentForm.php:849, ../includes/Elements/FluentForm.php:1283, ../includes/Elements/FluentForm.php:1369, ../includes/Elements/FluentForm.php:1555, ../includes/Elements/FluentForm.php:1682, ../includes/Elements/FluentForm.php:2100, ../includes/Elements/Formstack.php:840, ../includes/Elements/Formstack.php:1048, ../includes/Elements/Formstack.php:1440, ../includes/Elements/Formstack.php:1546, ../includes/Elements/GravityForms.php:660, ../includes/Elements/GravityForms.php:886, ../includes/Elements/GravityForms.php:1619, ../includes/Elements/GravityForms.php:1797, ../includes/Elements/GravityForms.php:1889, ../includes/Elements/GravityForms.php:2026, ../includes/Elements/GravityForms.php:2113, ../includes/Elements/Image_Accordion.php:317, ../includes/Elements/Info_Box.php:546, ../includes/Elements/Info_Box.php:787, ../includes/Elements/Info_Box.php:866, ../includes/Elements/Info_Box.php:1037, ../includes/Elements/Info_Box.php:1100, ../includes/Elements/Info_Box.php:1250, ../includes/Elements/Info_Box.php:1296, ../includes/Elements/Login_Register.php:1594, ../includes/Elements/Login_Register.php:1727, ../includes/Elements/Login_Register.php:1829, ../includes/Elements/Login_Register.php:2003, ../includes/Elements/Login_Register.php:2359, ../includes/Elements/Login_Register.php:2450, ../includes/Elements/Login_Register.php:2630, ../includes/Elements/Login_Register.php:2668, ../includes/Elements/Login_Register.php:2765, ../includes/Elements/Login_Register.php:3292, ../includes/Elements/Login_Register.php:3329, ../includes/Elements/Login_Register.php:3613, ../includes/Elements/Login_Register.php:3650, ../includes/Elements/NinjaForms.php:634, ../includes/Elements/NinjaForms.php:844, ../includes/Elements/NinjaForms.php:1372, ../includes/Elements/NinjaForms.php:1459, ../includes/Elements/Post_Grid.php:962, ../includes/Elements/Pricing_Table.php:736, ../includes/Elements/Pricing_Table.php:896, ../includes/Elements/Pricing_Table.php:1402, ../includes/Elements/Pricing_Table.php:1471, ../includes/Elements/Pricing_Table.php:1637, ../includes/Elements/Pricing_Table.php:1899, ../includes/Elements/Pricing_Table.php:1968, ../includes/Elements/Product_Grid.php:1860, ../includes/Elements/Product_Grid.php:1968, ../includes/Elements/Product_Grid.php:2076, ../includes/Elements/Product_Grid.php:2262, ../includes/Elements/Product_Grid.php:2300, ../includes/Elements/Product_Grid.php:2344, ../includes/Elements/Product_Grid.php:2592, ../includes/Elements/Product_Grid.php:2635, ../includes/Elements/Product_Grid.php:2696, ../includes/Elements/Product_Grid.php:2747, ../includes/Elements/Progress_Bar.php:578, ../includes/Elements/Simple_Menu.php:267, ../includes/Elements/Simple_Menu.php:376, ../includes/Elements/Simple_Menu.php:410, ../includes/Elements/Simple_Menu.php:444, ../includes/Elements/Simple_Menu.php:502, ../includes/Elements/Simple_Menu.php:536, ../includes/Elements/Simple_Menu.php:608, ../includes/Elements/Simple_Menu.php:680, ../includes/Elements/Simple_Menu.php:863, ../includes/Elements/Simple_Menu.php:943, ../includes/Elements/Simple_Menu.php:991, ../includes/Elements/Simple_Menu.php:1038, ../includes/Elements/Simple_Menu.php:1172, ../includes/Elements/Simple_Menu.php:1252, ../includes/Elements/Simple_Menu.php:1299, ../includes/Elements/Simple_Menu.php:1346, ../includes/Elements/Team_Member.php:731, ../includes/Elements/Tooltip.php:407, ../includes/Elements/Tooltip.php:450, ../includes/Elements/Tooltip.php:623, ../includes/Elements/Twitter_Feed.php:414, ../includes/Elements/WeForms.php:703, ../includes/Elements/WeForms.php:753, ../includes/Elements/Woo_Checkout.php:621, ../includes/Elements/Woo_Checkout.php:736, ../includes/Elements/Woo_Checkout.php:858, ../includes/Elements/Woo_Checkout.php:1316, ../includes/Elements/Woo_Checkout.php:1356, ../includes/Elements/Woo_Checkout.php:1614, ../includes/Elements/Woo_Checkout.php:1654, ../includes/Elements/Woo_Checkout.php:2244, ../includes/Elements/Woo_Checkout.php:2374, ../includes/Elements/Woo_Checkout.php:2484, ../includes/Elements/Woo_Checkout.php:2524, ../includes/Elements/Woo_Product_Carousel.php:895, ../includes/Elements/Woo_Product_Carousel.php:1388, ../includes/Elements/Woo_Product_Carousel.php:1470, ../includes/Elements/Woo_Product_Carousel.php:1689, ../includes/Elements/Woo_Product_Carousel.php:1732, ../includes/Elements/Woo_Product_Carousel.php:1794, ../includes/Elements/Woo_Product_Carousel.php:1846, ../includes/Elements/Woo_Product_Carousel.php:2650, ../includes/Elements/Woo_Product_Carousel.php:2706, ../includes/Elements/Woo_Product_Gallery.php:1681, ../includes/Elements/Woo_Product_Gallery.php:1731, ../includes/Elements/Woo_Product_Gallery.php:1930, ../includes/Elements/Woo_Product_Gallery.php:1973, ../includes/Elements/Woo_Product_Gallery.php:2034, ../includes/Elements/Woo_Product_Gallery.php:2085, ../includes/Elements/WpForms.php:603, ../includes/Elements/WpForms.php:1208, ../includes/Elements/WpForms.php:1315, ../includes/Extensions/Reading_Progress.php:156, ../includes/Extensions/Table_of_Content.php:613, ../includes/Extensions/Table_of_Content.php:759, ../includes/Extensions/Table_of_Content.php:823, ../includes/Traits/Controls.php:1429, ../includes/Traits/Controls.php:1491, ../includes/Traits/Controls.php:1872, ../includes/Traits/Woo_Product_Comparable.php:380, ../includes/Traits/Woo_Product_Comparable.php:486
|
| 619 |
msgid "Background Color"
|
| 620 |
msgstr ""
|
| 621 |
|
| 623 |
msgid "Cell Border"
|
| 624 |
msgstr ""
|
| 625 |
|
| 626 |
+
#: ../includes/Elements/Advanced_Data_Table.php:507, ../includes/Elements/Advanced_Data_Table.php:852, ../includes/Elements/Advanced_Data_Table.php:936, ../includes/Elements/Advanced_Data_Table.php:1154, ../includes/Elements/Advanced_Data_Table.php:1471, ../includes/Elements/Adv_Accordion.php:359, ../includes/Elements/Adv_Accordion.php:512, ../includes/Elements/Adv_Accordion.php:752, ../includes/Elements/Adv_Tabs.php:335, ../includes/Elements/Adv_Tabs.php:480, ../includes/Elements/Adv_Tabs.php:759, ../includes/Elements/Betterdocs_Category_Box.php:512, ../includes/Elements/Betterdocs_Category_Grid.php:558, ../includes/Elements/Betterdocs_Category_Grid.php:722, ../includes/Elements/Betterdocs_Category_Grid.php:1406, ../includes/Elements/Betterdocs_Search_Form.php:123, ../includes/Elements/Betterdocs_Search_Form.php:431, ../includes/Elements/Caldera_Forms.php:741, ../includes/Elements/Caldera_Forms.php:1251, ../includes/Elements/Contact_Form_7.php:598, ../includes/Elements/Contact_Form_7.php:1276, ../includes/Elements/Contact_Form_7.php:1471, ../includes/Elements/Contact_Form_7.php:1668, ../includes/Elements/Content_Ticker.php:389, ../includes/Elements/Content_Ticker.php:452, ../includes/Elements/Content_Ticker.php:693, ../includes/Elements/Countdown.php:606, ../includes/Elements/Countdown.php:1136, ../includes/Elements/Cta_Box.php:438, ../includes/Elements/Cta_Box.php:651, ../includes/Elements/Cta_Box.php:868, ../includes/Elements/Data_Table.php:607, ../includes/Elements/Data_Table.php:892, ../includes/Elements/Dual_Color_Header.php:322, ../includes/Elements/Facebook_Feed.php:605, ../includes/Elements/Facebook_Feed.php:631, ../includes/Elements/Facebook_Feed.php:703, ../includes/Elements/Fancy_Text.php:480, ../includes/Elements/Feature_List.php:597, ../includes/Elements/Filterable_Gallery.php:847, ../includes/Elements/Filterable_Gallery.php:924, ../includes/Elements/Filterable_Gallery.php:1106, ../includes/Elements/Filterable_Gallery.php:1196, ../includes/Elements/Filterable_Gallery.php:1540, ../includes/Elements/Filterable_Gallery.php:1751, ../includes/Elements/Filterable_Gallery.php:2614, ../includes/Elements/Flip_Box.php:999, ../includes/Elements/Flip_Box.php:1112, ../includes/Elements/Flip_Box.php:1348, ../includes/Elements/FluentForm.php:790, ../includes/Elements/FluentForm.php:1158, ../includes/Elements/FluentForm.php:1213, ../includes/Elements/FluentForm.php:1336, ../includes/Elements/FluentForm.php:1421, ../includes/Elements/FluentForm.php:1602, ../includes/Elements/FluentForm.php:2025, ../includes/Elements/FluentForm.php:2191, ../includes/Elements/Formstack.php:680, ../includes/Elements/Formstack.php:735, ../includes/Elements/Formstack.php:989, ../includes/Elements/Formstack.php:1322, ../includes/Elements/Formstack.php:1487, ../includes/Elements/Formstack.php:1835, ../includes/Elements/Formstack.php:1964, ../includes/Elements/GravityForms.php:722, ../includes/Elements/GravityForms.php:1343, ../includes/Elements/GravityForms.php:1539, ../includes/Elements/GravityForms.php:1677, ../includes/Elements/GravityForms.php:1847, ../includes/Elements/GravityForms.php:2073, ../includes/Elements/Image_Accordion.php:329, ../includes/Elements/Image_Accordion.php:441, ../includes/Elements/Info_Box.php:558, ../includes/Elements/Login_Register.php:1557, ../includes/Elements/Login_Register.php:2122, ../includes/Elements/Login_Register.php:2261, ../includes/Elements/Login_Register.php:2334, ../includes/Elements/Login_Register.php:2425, ../includes/Elements/Login_Register.php:2527, ../includes/Elements/Login_Register.php:2563, ../includes/Elements/Login_Register.php:2725, ../includes/Elements/Login_Register.php:3197, ../includes/Elements/Login_Register.php:3496, ../includes/Elements/NinjaForms.php:784, ../includes/Elements/NinjaForms.php:1419, ../includes/Elements/Pricing_Table.php:748, ../includes/Elements/Pricing_Table.php:1513, ../includes/Elements/Pricing_Table.php:1818, ../includes/Elements/Product_Grid.php:806, ../includes/Elements/Product_Grid.php:1057, ../includes/Elements/Product_Grid.php:1469, ../includes/Elements/Simple_Menu.php:308, ../includes/Elements/Simple_Menu.php:468, ../includes/Elements/Simple_Menu.php:641, ../includes/Elements/Simple_Menu.php:1105, ../includes/Elements/Team_Member.php:487, ../includes/Elements/Testimonial.php:421, ../includes/Elements/Tooltip.php:349, ../includes/Elements/Tooltip.php:601, ../includes/Elements/Twitter_Feed.php:444, ../includes/Elements/Twitter_Feed.php:503, ../includes/Elements/Twitter_Feed.php:536, ../includes/Elements/WeForms.php:676, ../includes/Elements/Woo_Checkout.php:632, ../includes/Elements/Woo_Checkout.php:1224, ../includes/Elements/Woo_Checkout.php:1417, ../includes/Elements/Woo_Checkout.php:1547, ../includes/Elements/Woo_Checkout.php:1715, ../includes/Elements/Woo_Checkout.php:1930, ../includes/Elements/Woo_Checkout.php:2266, ../includes/Elements/Woo_Checkout.php:2597, ../includes/Elements/Woo_Product_Carousel.php:1030, ../includes/Elements/Woo_Product_Carousel.php:2263, ../includes/Elements/Woo_Product_Gallery.php:590, ../includes/Elements/Woo_Product_Gallery.php:694, ../includes/Elements/Woo_Product_Gallery.php:973, ../includes/Elements/Woo_Product_Gallery.php:1218, ../includes/Elements/Woo_Product_Gallery.php:1280, ../includes/Elements/WpForms.php:752, ../includes/Elements/WpForms.php:1255, ../includes/Extensions/Table_of_Content.php:648, ../includes/Extensions/Table_of_Content.php:836, ../includes/Traits/Controls.php:1336, ../includes/Traits/Controls.php:1381, ../includes/Traits/Controls.php:1882, ../includes/Traits/Woo_Product_Comparable.php:352, ../includes/Traits/Woo_Product_Comparable.php:997, ../includes/Traits/Woo_Product_Comparable.php:1146, ../includes/Traits/Woo_Product_Comparable.php:1614
|
| 627 |
msgid "Padding"
|
| 628 |
msgstr ""
|
| 629 |
|
| 643 |
msgid "Highlight"
|
| 644 |
msgstr ""
|
| 645 |
|
| 646 |
+
#: ../includes/Elements/Advanced_Data_Table.php:651, ../includes/Elements/Adv_Tabs.php:171, ../includes/Elements/Countdown.php:402, ../includes/Elements/Data_Table.php:148, ../includes/Elements/Filterable_Gallery.php:189, ../includes/Elements/Filterable_Gallery.php:229, ../includes/Elements/Flip_Box.php:200, ../includes/Elements/Flip_Box.php:429, ../includes/Elements/Flip_Box.php:648, ../includes/Elements/GravityForms.php:1016, ../includes/Elements/Info_Box.php:99, ../includes/Elements/Info_Box.php:807, ../includes/Elements/Info_Box.php:887, ../includes/Elements/Info_Box.php:1025, ../includes/Elements/Info_Box.php:1121, ../includes/Elements/Post_Grid.php:936, ../includes/Elements/Sticky_Video.php:552, ../includes/Extensions/Table_of_Content.php:861, ../includes/Extensions/Table_of_Content.php:1082
|
| 647 |
msgid "None"
|
| 648 |
msgstr ""
|
| 649 |
|
| 671 |
msgid "Odd Row"
|
| 672 |
msgstr ""
|
| 673 |
|
| 674 |
+
#: ../includes/Elements/Advanced_Data_Table.php:913, ../includes/Elements/Dual_Color_Header.php:775, ../includes/Elements/Dual_Color_Header.php:855, ../includes/Elements/Flip_Box.php:123, ../includes/Elements/FluentForm.php:1317, ../includes/Elements/FluentForm.php:1402, ../includes/Elements/FluentForm.php:1837, ../includes/Elements/Formstack.php:1661, ../includes/Elements/Image_Accordion.php:304, ../includes/Elements/Login_Register.php:2069, ../includes/Elements/Progress_Bar.php:384, ../includes/Elements/Progress_Bar.php:436, ../includes/Elements/Sticky_Video.php:459, ../includes/Elements/Team_Member.php:318, ../includes/Elements/Twitter_Feed.php:831, ../includes/Elements/Woo_Product_Carousel.php:1322, ../includes/Elements/Woo_Product_Carousel.php:2155, ../includes/Elements/Woo_Product_Carousel.php:2355, ../includes/Elements/Woo_Product_Carousel.php:2443, ../includes/Extensions/Reading_Progress.php:128, ../includes/Extensions/Table_of_Content.php:283
|
| 675 |
msgid "Height"
|
| 676 |
msgstr ""
|
| 677 |
|
| 679 |
msgid "Margin Bottom"
|
| 680 |
msgstr ""
|
| 681 |
|
| 682 |
+
#: ../includes/Elements/Advanced_Data_Table.php:971, ../includes/Elements/Advanced_Data_Table.php:1119, ../includes/Elements/Caldera_Forms.php:229, ../includes/Elements/Caldera_Forms.php:557, ../includes/Elements/Caldera_Forms.php:1132, ../includes/Elements/Contact_Form_7.php:439, ../includes/Elements/Contact_Form_7.php:1158, ../includes/Elements/Countdown.php:114, ../includes/Elements/Cta_Box.php:97, ../includes/Elements/Data_Table.php:547, ../includes/Elements/Dual_Color_Header.php:186, ../includes/Elements/Dual_Color_Header.php:650, ../includes/Elements/Event_Calendar.php:1003, ../includes/Elements/Event_Calendar.php:1135, ../includes/Elements/Fancy_Text.php:170, ../includes/Elements/Filterable_Gallery.php:764, ../includes/Elements/FluentForm.php:263, ../includes/Elements/FluentForm.php:604, ../includes/Elements/FluentForm.php:1237, ../includes/Elements/FluentForm.php:1482, ../includes/Elements/Formstack.php:445, ../includes/Elements/Formstack.php:759, ../includes/Elements/Formstack.php:1368, ../includes/Elements/GravityForms.php:480, ../includes/Elements/GravityForms.php:625, ../includes/Elements/GravityForms.php:1717, ../includes/Elements/GravityForms.php:1967, ../includes/Elements/Login_Register.php:3251, ../includes/Elements/Login_Register.php:3571, ../includes/Elements/NinjaForms.php:417, ../includes/Elements/NinjaForms.php:599, ../includes/Elements/NinjaForms.php:1294, ../includes/Elements/Post_Grid.php:483, ../includes/Elements/Post_Grid.php:801, ../includes/Elements/Post_Grid.php:884, ../includes/Elements/Product_Grid.php:691, ../includes/Elements/Product_Grid.php:1009, ../includes/Elements/Product_Grid.php:1707, ../includes/Elements/Product_Grid.php:2192, ../includes/Elements/Progress_Bar.php:317, ../includes/Elements/Progress_Bar.php:528, ../includes/Elements/Simple_Menu.php:329, ../includes/Elements/Simple_Menu.php:736, ../includes/Elements/Simple_Menu.php:762, ../includes/Elements/Simple_Menu.php:787, ../includes/Elements/Simple_Menu.php:1082, ../includes/Elements/Tooltip.php:204, ../includes/Elements/Woo_Product_Carousel.php:816, ../includes/Elements/Woo_Product_Carousel.php:865, ../includes/Elements/Woo_Product_Gallery.php:189, ../includes/Elements/Woo_Product_Gallery.php:219, ../includes/Elements/Woo_Product_Gallery.php:548, ../includes/Elements/Woo_Product_Gallery.php:1515, ../includes/Elements/WpForms.php:384, ../includes/Elements/WpForms.php:568, ../includes/Elements/WpForms.php:1133, ../includes/Traits/Controls.php:1901
|
| 683 |
msgid "Alignment"
|
| 684 |
msgstr ""
|
| 685 |
|
| 686 |
+
#: ../includes/Elements/Advanced_Data_Table.php:1175, ../includes/Elements/Adv_Accordion.php:370, ../includes/Elements/Adv_Accordion.php:523, ../includes/Elements/Adv_Accordion.php:763, ../includes/Elements/Adv_Tabs.php:346, ../includes/Elements/Adv_Tabs.php:491, ../includes/Elements/Adv_Tabs.php:770, ../includes/Elements/Betterdocs_Category_Grid.php:570, ../includes/Elements/Betterdocs_Category_Grid.php:736, ../includes/Elements/Caldera_Forms.php:297, ../includes/Elements/Caldera_Forms.php:359, ../includes/Elements/Contact_Form_7.php:372, ../includes/Elements/Contact_Form_7.php:1653, ../includes/Elements/Content_Ticker.php:464, ../includes/Elements/Countdown.php:1088, ../includes/Elements/Cta_Box.php:450, ../includes/Elements/Cta_Box.php:663, ../includes/Elements/Cta_Box.php:880, ../includes/Elements/Dual_Color_Header.php:334, ../includes/Elements/Dual_Color_Header.php:702, ../includes/Elements/Fancy_Text.php:492, ../includes/Elements/Filterable_Gallery.php:859, ../includes/Elements/Filterable_Gallery.php:936, ../includes/Elements/Filterable_Gallery.php:1118, ../includes/Elements/Filterable_Gallery.php:1763, ../includes/Elements/Filterable_Gallery.php:2212, ../includes/Elements/Filterable_Gallery.php:2655, ../includes/Elements/Flip_Box.php:1336, ../includes/Elements/FluentForm.php:332, ../includes/Elements/FluentForm.php:394, ../includes/Elements/FluentForm.php:1170, ../includes/Elements/FluentForm.php:1225, ../includes/Elements/FluentForm.php:2203, ../includes/Elements/Formstack.php:502, ../includes/Elements/Formstack.php:552, ../includes/Elements/Formstack.php:692, ../includes/Elements/Formstack.php:747, ../includes/Elements/Formstack.php:1979, ../includes/Elements/GravityForms.php:1072, ../includes/Elements/GravityForms.php:1331, ../includes/Elements/GravityForms.php:1527, ../includes/Elements/GravityForms.php:1691, ../includes/Elements/Image_Accordion.php:341, ../includes/Elements/Image_Accordion.php:430, ../includes/Elements/Info_Box.php:691, ../includes/Elements/Info_Box.php:753, ../includes/Elements/Info_Box.php:985, ../includes/Elements/Info_Box.php:1377, ../includes/Elements/Login_Register.php:1542, ../includes/Elements/Login_Register.php:2107, ../includes/Elements/Login_Register.php:2246, ../includes/Elements/Login_Register.php:2319, ../includes/Elements/Login_Register.php:2410, ../includes/Elements/Login_Register.php:2512, ../includes/Elements/Login_Register.php:2548, ../includes/Elements/Login_Register.php:2710, ../includes/Elements/Login_Register.php:3182, ../includes/Elements/Login_Register.php:3417, ../includes/Elements/Login_Register.php:3481, ../includes/Elements/NinjaForms.php:473, ../includes/Elements/NinjaForms.php:523, ../includes/Elements/Post_Grid.php:401, ../includes/Elements/Post_Grid.php:534, ../includes/Elements/Post_Grid.php:549, ../includes/Elements/Post_Grid.php:673, ../includes/Elements/Post_Grid.php:761, ../includes/Elements/Post_Grid.php:837, ../includes/Elements/Pricing_Table.php:760, ../includes/Elements/Pricing_Table.php:1086, ../includes/Elements/Pricing_Table.php:1156, ../includes/Elements/Pricing_Table.php:1830, ../includes/Elements/Team_Member.php:475, ../includes/Elements/Testimonial.php:409, ../includes/Elements/Testimonial.php:507, ../includes/Elements/Testimonial.php:548, ../includes/Elements/Testimonial.php:589, ../includes/Elements/Testimonial.php:622, ../includes/Elements/Tooltip.php:360, ../includes/Elements/Tooltip.php:612, ../includes/Elements/WeForms.php:490, ../includes/Elements/WeForms.php:664, ../includes/Elements/Woo_Product_Carousel.php:924, ../includes/Elements/Woo_Product_Gallery.php:1206, ../includes/Elements/Woo_Product_Gallery.php:1268, ../includes/Elements/WpForms.php:440, ../includes/Elements/WpForms.php:490, ../includes/Elements/WpForms.php:522, ../includes/Traits/Controls.php:1348, ../includes/Traits/Controls.php:1393, ../includes/Traits/Woo_Product_Comparable.php:340, ../includes/Traits/Woo_Product_Comparable.php:1462
|
| 687 |
msgid "Margin"
|
| 688 |
msgstr ""
|
| 689 |
|
| 690 |
+
#: ../includes/Elements/Advanced_Data_Table.php:1195, ../includes/Elements/Advanced_Data_Table.php:1361, ../includes/Elements/Adv_Accordion.php:534, ../includes/Elements/Adv_Accordion.php:862, ../includes/Elements/Adv_Tabs.php:502, ../includes/Elements/Betterdocs_Category_Box.php:284, ../includes/Elements/Betterdocs_Category_Box.php:452, ../includes/Elements/Betterdocs_Category_Box.php:677, ../includes/Elements/Betterdocs_Category_Box.php:846, ../includes/Elements/Betterdocs_Category_Grid.php:315, ../includes/Elements/Betterdocs_Category_Grid.php:455, ../includes/Elements/Betterdocs_Category_Grid.php:610, ../includes/Elements/Betterdocs_Category_Grid.php:800, ../includes/Elements/Betterdocs_Category_Grid.php:1348, ../includes/Elements/Betterdocs_Search_Form.php:389, ../includes/Elements/Caldera_Forms.php:585, ../includes/Elements/Caldera_Forms.php:973, ../includes/Elements/Caldera_Forms.php:1197, ../includes/Elements/Contact_Form_7.php:543, ../includes/Elements/Contact_Form_7.php:1000, ../includes/Elements/Contact_Form_7.php:1223, ../includes/Elements/Content_Ticker.php:590, ../includes/Elements/Creative_Button.php:260, ../includes/Elements/Cta_Box.php:693, ../includes/Elements/Cta_Box.php:899, ../includes/Elements/Data_Table.php:619, ../includes/Elements/Data_Table.php:812, ../includes/Elements/Data_Table.php:984, ../includes/Elements/Data_Table.php:1082, ../includes/Elements/Event_Calendar.php:780, ../includes/Elements/Filterable_Gallery.php:955, ../includes/Elements/Filterable_Gallery.php:1720, ../includes/Elements/Filterable_Gallery.php:2484, ../includes/Elements/Flip_Box.php:1330, ../includes/Elements/FluentForm.php:634, ../includes/Elements/FluentForm.php:969, ../includes/Elements/FluentForm.php:1548, ../includes/Elements/FluentForm.php:1741, ../includes/Elements/FluentForm.php:1958, ../includes/Elements/Formstack.php:833, ../includes/Elements/Formstack.php:1165, ../includes/Elements/Formstack.php:1433, ../includes/Elements/Formstack.php:1603, ../includes/Elements/Formstack.php:1766, ../includes/Elements/GravityForms.php:653, ../includes/Elements/GravityForms.php:1243, ../includes/Elements/GravityForms.php:1439, ../includes/Elements/GravityForms.php:1790, ../includes/Elements/GravityForms.php:2019, ../includes/Elements/Info_Box.php:539, ../includes/Elements/Info_Box.php:767, ../includes/Elements/Info_Box.php:999, ../includes/Elements/Info_Box.php:1232, ../includes/Elements/Info_Box.php:1343, ../includes/Elements/Login_Register.php:2613, ../includes/Elements/Login_Register.php:3281, ../includes/Elements/Login_Register.php:3444, ../includes/Elements/Login_Register.php:3602, ../includes/Elements/NinjaForms.php:627, ../includes/Elements/NinjaForms.php:1020, ../includes/Elements/NinjaForms.php:1365, ../includes/Elements/Pricing_Table.php:1882, ../includes/Elements/Product_Grid.php:861, ../includes/Elements/Product_Grid.php:1508, ../includes/Elements/Product_Grid.php:1950, ../includes/Elements/Product_Grid.php:2245, ../includes/Elements/Product_Grid.php:2679, ../includes/Elements/Team_Member.php:714, ../includes/Elements/Tooltip.php:403, ../includes/Elements/WeForms.php:687, ../includes/Elements/Woo_Checkout.php:904, ../includes/Elements/Woo_Checkout.php:947, ../includes/Elements/Woo_Checkout.php:1090, ../includes/Elements/Woo_Checkout.php:1309, ../includes/Elements/Woo_Checkout.php:1607, ../includes/Elements/Woo_Checkout.php:2067, ../includes/Elements/Woo_Checkout.php:2323, ../includes/Elements/Woo_Checkout.php:2477, ../includes/Elements/Woo_Product_Carousel.php:936, ../includes/Elements/Woo_Product_Carousel.php:1372, ../includes/Elements/Woo_Product_Carousel.php:1777, ../includes/Elements/Woo_Product_Carousel.php:2221, ../includes/Elements/Woo_Product_Carousel.php:2643, ../includes/Elements/Woo_Product_Gallery.php:604, ../includes/Elements/Woo_Product_Gallery.php:1008, ../includes/Elements/Woo_Product_Gallery.php:1303, ../includes/Elements/Woo_Product_Gallery.php:1664, ../includes/Elements/Woo_Product_Gallery.php:2017, ../includes/Elements/WpForms.php:596, ../includes/Elements/WpForms.php:974, ../includes/Elements/WpForms.php:1201, ../includes/Extensions/Table_of_Content.php:934, ../includes/Traits/Controls.php:1225, ../includes/Traits/Controls.php:1412, ../includes/Traits/Woo_Product_Comparable.php:838, ../includes/Traits/Woo_Product_Comparable.php:1224, ../includes/Traits/Woo_Product_Comparable.php:1642
|
| 691 |
msgid "Normal"
|
| 692 |
msgstr ""
|
| 693 |
|
| 694 |
+
#: ../includes/Elements/Advanced_Data_Table.php:1265, ../includes/Elements/Advanced_Data_Table.php:1391, ../includes/Elements/Adv_Accordion.php:592, ../includes/Elements/Adv_Accordion.php:909, ../includes/Elements/Adv_Tabs.php:569, ../includes/Elements/Betterdocs_Category_Box.php:330, ../includes/Elements/Betterdocs_Category_Box.php:548, ../includes/Elements/Betterdocs_Category_Box.php:710, ../includes/Elements/Betterdocs_Category_Box.php:959, ../includes/Elements/Betterdocs_Category_Grid.php:363, ../includes/Elements/Betterdocs_Category_Grid.php:496, ../includes/Elements/Betterdocs_Category_Grid.php:664, ../includes/Elements/Betterdocs_Category_Grid.php:872, ../includes/Elements/Betterdocs_Category_Grid.php:1432, ../includes/Elements/Betterdocs_Search_Form.php:473, ../includes/Elements/Caldera_Forms.php:1303, ../includes/Elements/Contact_Form_7.php:1329, ../includes/Elements/Content_Ticker.php:646, ../includes/Elements/Creative_Button.php:353, ../includes/Elements/Cta_Box.php:764, ../includes/Elements/Cta_Box.php:951, ../includes/Elements/Data_Table.php:659, ../includes/Elements/Data_Table.php:903, ../includes/Elements/Data_Table.php:1001, ../includes/Elements/Data_Table.php:1100, ../includes/Elements/Event_Calendar.php:847, ../includes/Elements/Filterable_Gallery.php:1858, ../includes/Elements/Filterable_Gallery.php:2679, ../includes/Elements/Flip_Box.php:1413, ../includes/Elements/FluentForm.php:1675, ../includes/Elements/FluentForm.php:2039, ../includes/Elements/Formstack.php:1539, ../includes/Elements/Formstack.php:1849, ../includes/Elements/GravityForms.php:1882, ../includes/Elements/GravityForms.php:2106, ../includes/Elements/Info_Box.php:600, ../includes/Elements/Info_Box.php:838, ../includes/Elements/Info_Box.php:1071, ../includes/Elements/Info_Box.php:1278, ../includes/Elements/Info_Box.php:1453, ../includes/Elements/Login_Register.php:3318, ../includes/Elements/Login_Register.php:3639, ../includes/Elements/NinjaForms.php:1452, ../includes/Elements/Pricing_Table.php:402, ../includes/Elements/Pricing_Table.php:1951, ../includes/Elements/Product_Grid.php:911, ../includes/Elements/Product_Grid.php:1584, ../includes/Elements/Product_Grid.php:2059, ../includes/Elements/Product_Grid.php:2283, ../includes/Elements/Product_Grid.php:2730, ../includes/Elements/Simple_Menu.php:390, ../includes/Elements/Simple_Menu.php:516, ../includes/Elements/Simple_Menu.php:969, ../includes/Elements/Simple_Menu.php:1278, ../includes/Elements/Team_Member.php:791, ../includes/Elements/Tooltip.php:446, ../includes/Elements/WeForms.php:737, ../includes/Elements/Woo_Checkout.php:920, ../includes/Elements/Woo_Checkout.php:964, ../includes/Elements/Woo_Checkout.php:1106, ../includes/Elements/Woo_Checkout.php:1349, ../includes/Elements/Woo_Checkout.php:1647, ../includes/Elements/Woo_Checkout.php:2083, ../includes/Elements/Woo_Checkout.php:2517, ../includes/Elements/Woo_Product_Carousel.php:976, ../includes/Elements/Woo_Product_Carousel.php:1454, ../includes/Elements/Woo_Product_Carousel.php:1829, ../includes/Elements/Woo_Product_Carousel.php:2284, ../includes/Elements/Woo_Product_Carousel.php:2699, ../includes/Elements/Woo_Product_Gallery.php:643, ../includes/Elements/Woo_Product_Gallery.php:1076, ../includes/Elements/Woo_Product_Gallery.php:1337, ../includes/Elements/Woo_Product_Gallery.php:1714, ../includes/Elements/Woo_Product_Gallery.php:2068, ../includes/Elements/WpForms.php:1308, ../includes/Extensions/Table_of_Content.php:957, ../includes/Traits/Controls.php:1280, ../includes/Traits/Controls.php:1474, ../includes/Traits/Woo_Product_Comparable.php:938, ../includes/Traits/Woo_Product_Comparable.php:1305, ../includes/Traits/Woo_Product_Comparable.php:1692
|
| 695 |
msgid "Hover"
|
| 696 |
msgstr ""
|
| 697 |
|
| 698 |
+
#: ../includes/Elements/Advanced_Data_Table.php:1366, ../includes/Elements/Advanced_Data_Table.php:1396, ../includes/Elements/Betterdocs_Category_Box.php:683, ../includes/Elements/Betterdocs_Category_Box.php:716, ../includes/Elements/Betterdocs_Category_Box.php:860, ../includes/Elements/Betterdocs_Category_Box.php:965, ../includes/Elements/Betterdocs_Category_Grid.php:616, ../includes/Elements/Betterdocs_Category_Grid.php:670, ../includes/Elements/Betterdocs_Category_Grid.php:806, ../includes/Elements/Betterdocs_Category_Grid.php:903, ../includes/Elements/Betterdocs_Category_Grid.php:1006, ../includes/Elements/Betterdocs_Category_Grid.php:1086, ../includes/Elements/Betterdocs_Category_Grid.php:1162, ../includes/Elements/Betterdocs_Category_Grid.php:1239, ../includes/Elements/Betterdocs_Category_Grid.php:1362, ../includes/Elements/Betterdocs_Category_Grid.php:1461, ../includes/Elements/Betterdocs_Search_Form.php:237, ../includes/Elements/Betterdocs_Search_Form.php:274, ../includes/Elements/Caldera_Forms.php:983, ../includes/Elements/Caldera_Forms.php:1099, ../includes/Elements/Caldera_Forms.php:1431, ../includes/Elements/Contact_Form_7.php:1010, ../includes/Elements/Contact_Form_7.php:1126, ../includes/Elements/Content_Ticker.php:609, ../includes/Elements/Content_Ticker.php:665, ../includes/Elements/Cta_Box.php:518, ../includes/Elements/Cta_Box.php:559, ../includes/Elements/Cta_Box.php:601, ../includes/Elements/Cta_Box.php:1042, ../includes/Elements/Data_Table.php:624, ../includes/Elements/Data_Table.php:664, ../includes/Elements/Data_Table.php:1175, ../includes/Elements/Dual_Color_Header.php:473, ../includes/Elements/Dual_Color_Header.php:570, ../includes/Elements/Dual_Color_Header.php:713, ../includes/Elements/Event_Calendar.php:747, ../includes/Elements/Event_Calendar.php:787, ../includes/Elements/Event_Calendar.php:854, ../includes/Elements/Event_Calendar.php:908, ../includes/Elements/Event_Calendar.php:991, ../includes/Elements/Event_Calendar.php:1066, ../includes/Elements/Event_Calendar.php:1100, ../includes/Elements/Event_Calendar.php:1209, ../includes/Elements/Event_Calendar.php:1575, ../includes/Elements/Facebook_Feed.php:769, ../includes/Elements/Facebook_Feed.php:807, ../includes/Elements/Facebook_Feed.php:847, ../includes/Elements/Facebook_Feed.php:895, ../includes/Elements/Facebook_Feed.php:933, ../includes/Elements/Facebook_Feed.php:971, ../includes/Elements/Facebook_Feed.php:1024, ../includes/Elements/Facebook_Feed.php:1062, ../includes/Elements/Facebook_Feed.php:1100, ../includes/Elements/Facebook_Feed.php:1132, ../includes/Elements/Fancy_Text.php:346, ../includes/Elements/Feature_List.php:541, ../includes/Elements/Feature_List.php:763, ../includes/Elements/Feature_List.php:797, ../includes/Elements/Filterable_Gallery.php:1217, ../includes/Elements/Filterable_Gallery.php:1257, ../includes/Elements/Filterable_Gallery.php:1579, ../includes/Elements/Filterable_Gallery.php:1594, ../includes/Elements/Filterable_Gallery.php:1639, ../includes/Elements/Filterable_Gallery.php:1654, ../includes/Elements/Filterable_Gallery.php:1739, ../includes/Elements/Filterable_Gallery.php:1877, ../includes/Elements/Filterable_Gallery.php:1953, ../includes/Elements/Filterable_Gallery.php:1989, ../includes/Elements/Filterable_Gallery.php:2036, ../includes/Elements/Filterable_Gallery.php:2177, ../includes/Elements/Filterable_Gallery.php:2364, ../includes/Elements/Flip_Box.php:945, ../includes/Elements/Flip_Box.php:1058, ../includes/Elements/Flip_Box.php:1185, ../includes/Elements/Flip_Box.php:1216, ../includes/Elements/Flip_Box.php:1254, ../includes/Elements/Flip_Box.php:1286, ../includes/Elements/Flip_Box.php:1360, ../includes/Elements/Flip_Box.php:1419, ../includes/Elements/FluentForm.php:441, ../includes/Elements/FluentForm.php:979, ../includes/Elements/FluentForm.php:1095, ../includes/Elements/FluentForm.php:1136, ../includes/Elements/FluentForm.php:1191, ../includes/Elements/FluentForm.php:1295, ../includes/Elements/FluentForm.php:1357, ../includes/Elements/FluentForm.php:1973, ../includes/Elements/FluentForm.php:2046, ../includes/Elements/FluentForm.php:2167, ../includes/Elements/Formstack.php:658, ../includes/Elements/Formstack.php:713, ../includes/Elements/Formstack.php:1175, ../includes/Elements/Formstack.php:1255, ../includes/Elements/Formstack.php:1309, ../includes/Elements/Formstack.php:1856, ../includes/Elements/Formstack.php:1937, ../includes/Elements/GravityForms.php:1147, ../includes/Elements/GravityForms.php:1253, ../includes/Elements/GravityForms.php:1367, ../includes/Elements/GravityForms.php:1449, ../includes/Elements/GravityForms.php:1563, ../includes/Elements/GravityForms.php:1607, ../includes/Elements/Image_Accordion.php:496, ../includes/Elements/Image_Accordion.php:525, ../includes/Elements/Info_Box.php:1357, ../includes/Elements/Info_Box.php:1433, ../includes/Elements/Login_Register.php:2349, ../includes/Elements/Login_Register.php:2440, ../includes/Elements/Login_Register.php:2854, ../includes/Elements/NinjaForms.php:1030, ../includes/Elements/NinjaForms.php:1148, ../includes/Elements/NinjaForms.php:1567, ../includes/Elements/Post_Grid.php:380, ../includes/Elements/Post_Grid.php:453, ../includes/Elements/Post_Grid.php:863, ../includes/Elements/Pricing_Table.php:883, ../includes/Elements/Pricing_Table.php:947, ../includes/Elements/Pricing_Table.php:1038, ../includes/Elements/Pricing_Table.php:1067, ../includes/Elements/Pricing_Table.php:1108, ../includes/Elements/Pricing_Table.php:1137, ../includes/Elements/Pricing_Table.php:1177, ../includes/Elements/Pricing_Table.php:1212, ../includes/Elements/Pricing_Table.php:1369, ../includes/Elements/Pricing_Table.php:1501, ../includes/Elements/Product_Grid.php:1331, ../includes/Elements/Product_Grid.php:1955, ../includes/Elements/Product_Grid.php:2064, ../includes/Elements/Product_Grid.php:2401, ../includes/Elements/Product_Grid.php:2582, ../includes/Elements/Product_Grid.php:2623, ../includes/Elements/Product_Grid.php:2684, ../includes/Elements/Product_Grid.php:2735, ../includes/Elements/Product_Grid.php:2892, ../includes/Elements/Progress_Bar.php:407, ../includes/Elements/Progress_Bar.php:467, ../includes/Elements/Simple_Menu.php:931, ../includes/Elements/Simple_Menu.php:1025, ../includes/Elements/Simple_Menu.php:1240, ../includes/Elements/Simple_Menu.php:1333, ../includes/Elements/Twitter_Feed.php:695, ../includes/Elements/Twitter_Feed.php:724, ../includes/Elements/Twitter_Feed.php:754, ../includes/Elements/Twitter_Feed.php:924, ../includes/Elements/Woo_Checkout.php:576, ../includes/Elements/Woo_Checkout.php:750, ../includes/Elements/Woo_Checkout.php:764, ../includes/Elements/Woo_Checkout.php:872, ../includes/Elements/Woo_Checkout.php:886, ../includes/Elements/Woo_Checkout.php:1059, ../includes/Elements/Woo_Checkout.php:1095, ../includes/Elements/Woo_Checkout.php:1111, ../includes/Elements/Woo_Checkout.php:1179, ../includes/Elements/Woo_Checkout.php:1278, ../includes/Elements/Woo_Checkout.php:1328, ../includes/Elements/Woo_Checkout.php:1368, ../includes/Elements/Woo_Checkout.php:1465, ../includes/Elements/Woo_Checkout.php:1626, ../includes/Elements/Woo_Checkout.php:1666, ../includes/Elements/Woo_Checkout.php:1784, ../includes/Elements/Woo_Checkout.php:1828, ../includes/Elements/Woo_Checkout.php:1872, ../includes/Elements/Woo_Checkout.php:1978, ../includes/Elements/Woo_Checkout.php:2017, ../includes/Elements/Woo_Checkout.php:2057, ../includes/Elements/Woo_Checkout.php:2330, ../includes/Elements/Woo_Checkout.php:2351, ../includes/Elements/Woo_Checkout.php:2386, ../includes/Elements/Woo_Checkout.php:2407, ../includes/Elements/Woo_Checkout.php:2496, ../includes/Elements/Woo_Checkout.php:2536, ../includes/Elements/Woo_Product_Carousel.php:1182, ../includes/Elements/Woo_Product_Carousel.php:1377, ../includes/Elements/Woo_Product_Carousel.php:1459, ../includes/Elements/Woo_Product_Carousel.php:1679, ../includes/Elements/Woo_Product_Carousel.php:1720, ../includes/Elements/Woo_Product_Carousel.php:1782, ../includes/Elements/Woo_Product_Carousel.php:1834, ../includes/Elements/Woo_Product_Carousel.php:1987, ../includes/Elements/Woo_Product_Carousel.php:2228, ../includes/Elements/Woo_Product_Carousel.php:2291, ../includes/Elements/Woo_Product_Carousel.php:2324, ../includes/Elements/Woo_Product_Carousel.php:2662, ../includes/Elements/Woo_Product_Carousel.php:2718, ../includes/Elements/Woo_Product_Gallery.php:1308, ../includes/Elements/Woo_Product_Gallery.php:1342, ../includes/Elements/Woo_Product_Gallery.php:1380, ../includes/Elements/Woo_Product_Gallery.php:1669, ../includes/Elements/Woo_Product_Gallery.php:1719, ../includes/Elements/Woo_Product_Gallery.php:1920, ../includes/Elements/Woo_Product_Gallery.php:1961, ../includes/Elements/Woo_Product_Gallery.php:2022, ../includes/Elements/Woo_Product_Gallery.php:2073, ../includes/Elements/Woo_Product_Gallery.php:2230, ../includes/Elements/WpForms.php:984, ../includes/Elements/WpForms.php:1100, ../includes/Extensions/Table_of_Content.php:1093, ../includes/Traits/Woo_Product_Comparable.php:107, ../includes/Traits/Woo_Product_Comparable.php:1372, ../includes/Traits/Woo_Product_Comparable.php:1484
|
| 699 |
msgid "Color"
|
| 700 |
msgstr ""
|
| 701 |
|
| 715 |
msgid "Accordion"
|
| 716 |
msgstr ""
|
| 717 |
|
| 718 |
+
#: ../includes/Elements/Adv_Accordion.php:116, ../includes/Elements/Login_Register.php:3029, ../includes/Elements/Woo_Product_Carousel.php:2554, ../includes/Traits/Elements.php:286, ../includes/templates/admin/elements.php:83
|
| 719 |
msgid "Toggle"
|
| 720 |
msgstr ""
|
| 721 |
|
| 723 |
msgid "Select Accordion Tab Title Tag"
|
| 724 |
msgstr ""
|
| 725 |
|
| 726 |
+
#: ../includes/Elements/Adv_Accordion.php:127, ../includes/Elements/Betterdocs_Category_Box.php:184, ../includes/Elements/Betterdocs_Category_Grid.php:222, ../includes/Elements/Cta_Box.php:198, ../includes/Elements/Dual_Color_Header.php:138, ../includes/Elements/Filterable_Gallery.php:368, ../includes/Elements/Flip_Box.php:298, ../includes/Elements/Flip_Box.php:527, ../includes/Elements/Image_Accordion.php:156, ../includes/Elements/Info_Box.php:236, ../includes/Elements/Product_Grid.php:440, ../includes/Elements/Product_Grid.php:1792, ../includes/Elements/Progress_Bar.php:138, ../includes/Elements/Tooltip.php:158, ../includes/Elements/Woo_Product_Carousel.php:235, ../includes/Elements/Woo_Product_Carousel.php:395, ../includes/Elements/Woo_Product_Gallery.php:459, ../includes/Elements/Woo_Product_Gallery.php:1580, ../includes/Extensions/Table_of_Content.php:147, ../includes/Traits/Controls.php:829
|
| 727 |
msgid "H1"
|
| 728 |
msgstr ""
|
| 729 |
|
| 730 |
+
#: ../includes/Elements/Adv_Accordion.php:128, ../includes/Elements/Betterdocs_Category_Box.php:185, ../includes/Elements/Betterdocs_Category_Grid.php:223, ../includes/Elements/Cta_Box.php:199, ../includes/Elements/Dual_Color_Header.php:139, ../includes/Elements/Filterable_Gallery.php:369, ../includes/Elements/Flip_Box.php:299, ../includes/Elements/Flip_Box.php:528, ../includes/Elements/Image_Accordion.php:157, ../includes/Elements/Info_Box.php:237, ../includes/Elements/Product_Grid.php:441, ../includes/Elements/Product_Grid.php:1793, ../includes/Elements/Progress_Bar.php:139, ../includes/Elements/Tooltip.php:159, ../includes/Elements/Woo_Product_Carousel.php:236, ../includes/Elements/Woo_Product_Carousel.php:396, ../includes/Elements/Woo_Product_Gallery.php:460, ../includes/Elements/Woo_Product_Gallery.php:1581, ../includes/Extensions/Table_of_Content.php:148, ../includes/Traits/Controls.php:830
|
| 731 |
msgid "H2"
|
| 732 |
msgstr ""
|
| 733 |
|
| 734 |
+
#: ../includes/Elements/Adv_Accordion.php:129, ../includes/Elements/Betterdocs_Category_Box.php:186, ../includes/Elements/Betterdocs_Category_Grid.php:224, ../includes/Elements/Cta_Box.php:200, ../includes/Elements/Dual_Color_Header.php:140, ../includes/Elements/Filterable_Gallery.php:370, ../includes/Elements/Flip_Box.php:300, ../includes/Elements/Flip_Box.php:529, ../includes/Elements/Image_Accordion.php:158, ../includes/Elements/Info_Box.php:238, ../includes/Elements/Product_Grid.php:442, ../includes/Elements/Product_Grid.php:1794, ../includes/Elements/Progress_Bar.php:140, ../includes/Elements/Tooltip.php:160, ../includes/Elements/Woo_Product_Carousel.php:237, ../includes/Elements/Woo_Product_Carousel.php:397, ../includes/Elements/Woo_Product_Gallery.php:461, ../includes/Elements/Woo_Product_Gallery.php:1582, ../includes/Extensions/Table_of_Content.php:149, ../includes/Traits/Controls.php:831
|
| 735 |
msgid "H3"
|
| 736 |
msgstr ""
|
| 737 |
|
| 738 |
+
#: ../includes/Elements/Adv_Accordion.php:130, ../includes/Elements/Betterdocs_Category_Box.php:187, ../includes/Elements/Betterdocs_Category_Grid.php:225, ../includes/Elements/Cta_Box.php:201, ../includes/Elements/Dual_Color_Header.php:141, ../includes/Elements/Filterable_Gallery.php:371, ../includes/Elements/Flip_Box.php:301, ../includes/Elements/Flip_Box.php:530, ../includes/Elements/Image_Accordion.php:159, ../includes/Elements/Info_Box.php:239, ../includes/Elements/Product_Grid.php:443, ../includes/Elements/Product_Grid.php:1795, ../includes/Elements/Progress_Bar.php:141, ../includes/Elements/Tooltip.php:161, ../includes/Elements/Woo_Product_Carousel.php:238, ../includes/Elements/Woo_Product_Carousel.php:398, ../includes/Elements/Woo_Product_Gallery.php:462, ../includes/Elements/Woo_Product_Gallery.php:1583, ../includes/Extensions/Table_of_Content.php:150, ../includes/Traits/Controls.php:832
|
| 739 |
msgid "H4"
|
| 740 |
msgstr ""
|
| 741 |
|
| 742 |
+
#: ../includes/Elements/Adv_Accordion.php:131, ../includes/Elements/Betterdocs_Category_Box.php:188, ../includes/Elements/Betterdocs_Category_Grid.php:226, ../includes/Elements/Cta_Box.php:202, ../includes/Elements/Dual_Color_Header.php:142, ../includes/Elements/Filterable_Gallery.php:372, ../includes/Elements/Flip_Box.php:302, ../includes/Elements/Flip_Box.php:531, ../includes/Elements/Image_Accordion.php:160, ../includes/Elements/Info_Box.php:240, ../includes/Elements/Product_Grid.php:444, ../includes/Elements/Product_Grid.php:1796, ../includes/Elements/Progress_Bar.php:142, ../includes/Elements/Tooltip.php:162, ../includes/Elements/Woo_Product_Carousel.php:239, ../includes/Elements/Woo_Product_Carousel.php:399, ../includes/Elements/Woo_Product_Gallery.php:463, ../includes/Elements/Woo_Product_Gallery.php:1584, ../includes/Extensions/Table_of_Content.php:151, ../includes/Traits/Controls.php:833
|
| 743 |
msgid "H5"
|
| 744 |
msgstr ""
|
| 745 |
|
| 746 |
+
#: ../includes/Elements/Adv_Accordion.php:132, ../includes/Elements/Betterdocs_Category_Box.php:189, ../includes/Elements/Betterdocs_Category_Grid.php:227, ../includes/Elements/Cta_Box.php:203, ../includes/Elements/Dual_Color_Header.php:143, ../includes/Elements/Filterable_Gallery.php:373, ../includes/Elements/Flip_Box.php:303, ../includes/Elements/Flip_Box.php:532, ../includes/Elements/Image_Accordion.php:161, ../includes/Elements/Info_Box.php:241, ../includes/Elements/Product_Grid.php:445, ../includes/Elements/Product_Grid.php:1797, ../includes/Elements/Progress_Bar.php:143, ../includes/Elements/Tooltip.php:163, ../includes/Elements/Woo_Product_Carousel.php:240, ../includes/Elements/Woo_Product_Carousel.php:400, ../includes/Elements/Woo_Product_Gallery.php:464, ../includes/Elements/Woo_Product_Gallery.php:1585, ../includes/Extensions/Table_of_Content.php:152, ../includes/Traits/Controls.php:834
|
| 747 |
msgid "H6"
|
| 748 |
msgstr ""
|
| 749 |
|
| 750 |
+
#: ../includes/Elements/Adv_Accordion.php:133, ../includes/Elements/Betterdocs_Category_Box.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:228, ../includes/Elements/Cta_Box.php:204, ../includes/Elements/Dual_Color_Header.php:144, ../includes/Elements/Filterable_Gallery.php:374, ../includes/Elements/Flip_Box.php:304, ../includes/Elements/Flip_Box.php:533, ../includes/Elements/Image_Accordion.php:162, ../includes/Elements/Info_Box.php:242, ../includes/Elements/Product_Grid.php:1798, ../includes/Elements/Woo_Product_Carousel.php:241, ../includes/Elements/Woo_Product_Carousel.php:401, ../includes/Elements/Woo_Product_Gallery.php:1586, ../includes/Traits/Controls.php:835
|
| 751 |
msgid "Span"
|
| 752 |
msgstr ""
|
| 753 |
|
| 754 |
+
#: ../includes/Elements/Adv_Accordion.php:134, ../includes/Elements/Betterdocs_Category_Box.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:229, ../includes/Elements/Cta_Box.php:205, ../includes/Elements/Dual_Color_Header.php:145, ../includes/Elements/Filterable_Gallery.php:375, ../includes/Elements/Flip_Box.php:305, ../includes/Elements/Flip_Box.php:534, ../includes/Elements/Image_Accordion.php:163, ../includes/Elements/Info_Box.php:243, ../includes/Elements/Product_Grid.php:1799, ../includes/Elements/Tooltip.php:166, ../includes/Elements/Woo_Product_Carousel.php:242, ../includes/Elements/Woo_Product_Carousel.php:402, ../includes/Elements/Woo_Product_Gallery.php:1587, ../includes/Traits/Controls.php:836
|
| 755 |
msgid "P"
|
| 756 |
msgstr ""
|
| 757 |
|
| 758 |
+
#: ../includes/Elements/Adv_Accordion.php:135, ../includes/Elements/Betterdocs_Category_Box.php:192, ../includes/Elements/Betterdocs_Category_Grid.php:230, ../includes/Elements/Cta_Box.php:206, ../includes/Elements/Dual_Color_Header.php:146, ../includes/Elements/Filterable_Gallery.php:376, ../includes/Elements/Flip_Box.php:306, ../includes/Elements/Flip_Box.php:535, ../includes/Elements/Image_Accordion.php:164, ../includes/Elements/Info_Box.php:244, ../includes/Elements/Product_Grid.php:1800, ../includes/Elements/Woo_Product_Carousel.php:243, ../includes/Elements/Woo_Product_Carousel.php:403, ../includes/Elements/Woo_Product_Gallery.php:1588, ../includes/Traits/Controls.php:837
|
| 759 |
msgid "Div"
|
| 760 |
msgstr ""
|
| 761 |
|
| 787 |
msgid "Enable Tab Icon"
|
| 788 |
msgstr ""
|
| 789 |
|
| 790 |
+
#: ../includes/Elements/Adv_Accordion.php:224, ../includes/Elements/Adv_Tabs.php:175, ../includes/Elements/Adv_Tabs.php:190, ../includes/Elements/Betterdocs_Category_Box.php:407, ../includes/Elements/Betterdocs_Category_Box.php:441, ../includes/Elements/Betterdocs_Category_Grid.php:441, ../includes/Elements/Betterdocs_Category_Grid.php:1065, ../includes/Elements/Betterdocs_Category_Grid.php:1074, ../includes/Elements/Betterdocs_Category_Grid.php:1206, ../includes/Elements/Betterdocs_Category_Grid.php:1313, ../includes/Elements/Creative_Button.php:131, ../includes/Elements/Cta_Box.php:151, ../includes/Elements/Data_Table.php:152, ../includes/Elements/Data_Table.php:171, ../includes/Elements/Data_Table.php:298, ../includes/Elements/Data_Table.php:351, ../includes/Elements/Dual_Color_Header.php:118, ../includes/Elements/Dual_Color_Header.php:273, ../includes/Elements/Feature_List.php:78, ../includes/Elements/Feature_List.php:94, ../includes/Elements/Feature_List.php:502, ../includes/Elements/Flip_Box.php:202, ../includes/Elements/Flip_Box.php:228, ../includes/Elements/Flip_Box.php:431, ../includes/Elements/Flip_Box.php:457, ../includes/Elements/Info_Box.php:108, ../includes/Elements/Info_Box.php:178, ../includes/Elements/Info_Box.php:443, ../includes/Elements/Pricing_Table.php:172, ../includes/Elements/Simple_Menu.php:884, ../includes/Elements/Simple_Menu.php:1193, ../includes/Elements/Team_Member.php:166, ../includes/Elements/Tooltip.php:74, ../includes/Elements/Tooltip.php:97, ../includes/Elements/Twitter_Feed.php:890, ../includes/Extensions/Table_of_Content.php:669, ../includes/Traits/Controls.php:741, ../includes/Traits/Controls.php:794
|
| 791 |
msgid "Icon"
|
| 792 |
msgstr ""
|
| 793 |
|
| 795 |
msgid "Tab Title"
|
| 796 |
msgstr ""
|
| 797 |
|
| 798 |
+
#: ../includes/Elements/Adv_Accordion.php:252, ../includes/Elements/Adv_Tabs.php:231, ../includes/Elements/Cta_Box.php:214, ../includes/Elements/Data_Table.php:294, ../includes/Elements/Info_Box.php:251, ../includes/Elements/Tooltip.php:69
|
| 799 |
msgid "Content Type"
|
| 800 |
msgstr ""
|
| 801 |
|
| 802 |
+
#: ../includes/Elements/Adv_Accordion.php:255, ../includes/Elements/Adv_Tabs.php:147, ../includes/Elements/Adv_Tabs.php:234, ../includes/Elements/Adv_Tabs.php:715, ../includes/Elements/Cta_Box.php:217, ../includes/Elements/Cta_Box.php:238, ../includes/Elements/Data_Table.php:256, ../includes/Elements/Data_Table.php:371, ../includes/Elements/Data_Table.php:385, ../includes/Elements/Event_Calendar.php:258, ../includes/Elements/Event_Calendar.php:1485, ../includes/Elements/Facebook_Feed.php:948, ../includes/Elements/Feature_List.php:191, ../includes/Elements/Feature_List.php:695, ../includes/Elements/Flip_Box.php:157, ../includes/Elements/Image_Accordion.php:97, ../includes/Elements/Image_Accordion.php:208, ../includes/Elements/Image_Accordion.php:516, ../includes/Elements/Info_Box.php:254, ../includes/Elements/Product_Grid.php:2498, ../includes/Elements/Tooltip.php:140, ../includes/Elements/Tooltip.php:273, ../includes/Elements/Woo_Product_Carousel.php:1583, ../includes/Elements/Woo_Product_Gallery.php:1836
|
| 803 |
msgid "Content"
|
| 804 |
msgstr ""
|
| 805 |
|
| 806 |
+
#: ../includes/Elements/Adv_Accordion.php:256, ../includes/Elements/Adv_Tabs.php:235, ../includes/Elements/Countdown.php:405, ../includes/Elements/Cta_Box.php:218, ../includes/Elements/Info_Box.php:255
|
| 807 |
msgid "Saved Templates"
|
| 808 |
msgstr ""
|
| 809 |
|
| 810 |
+
#: ../includes/Elements/Adv_Accordion.php:266, ../includes/Elements/Adv_Tabs.php:244, ../includes/Elements/Countdown.php:452, ../includes/Elements/Cta_Box.php:227, ../includes/Elements/Data_Table.php:339, ../includes/Elements/Info_Box.php:264
|
| 811 |
msgid "Choose Template"
|
| 812 |
msgstr ""
|
| 813 |
|
| 839 |
msgid "Accordion Tab Title 3"
|
| 840 |
msgstr ""
|
| 841 |
|
| 842 |
+
#: ../includes/Elements/Adv_Accordion.php:352, ../includes/Elements/Data_Table.php:513, ../includes/Elements/Filterable_Gallery.php:827
|
| 843 |
msgid "General Style"
|
| 844 |
msgstr ""
|
| 845 |
|
| 847 |
msgid "Tab Style"
|
| 848 |
msgstr ""
|
| 849 |
|
| 850 |
+
#: ../includes/Elements/Adv_Accordion.php:426, ../includes/Elements/Adv_Accordion.php:803, ../includes/Elements/Adv_Tabs.php:431, ../includes/Elements/Creative_Button.php:499, ../includes/Elements/Data_Table.php:711, ../includes/Elements/Data_Table.php:1059, ../includes/Elements/Dual_Color_Header.php:397, ../includes/Elements/Dual_Color_Header.php:608, ../includes/Elements/Event_Calendar.php:1456, ../includes/Elements/Event_Calendar.php:1523, ../includes/Elements/Feature_List.php:575, ../includes/Elements/Filterable_Gallery.php:1775, ../includes/Elements/Filterable_Gallery.php:2137, ../includes/Elements/Filterable_Gallery.php:2574, ../includes/Elements/Flip_Box.php:961, ../includes/Elements/Flip_Box.php:1074, ../includes/Elements/Info_Box.php:938, ../includes/Elements/Info_Box.php:1180, ../includes/Elements/Login_Register.php:2918, ../includes/Elements/Pricing_Table.php:1236, ../includes/Elements/Pricing_Table.php:1671, ../includes/Elements/Pricing_Table.php:1842, ../includes/Elements/Product_Grid.php:1281, ../includes/Elements/Product_Grid.php:2840, ../includes/Elements/Team_Member.php:643, ../includes/Elements/Tooltip.php:113, ../includes/Elements/Woo_Product_Carousel.php:1151, ../includes/Elements/Woo_Product_Carousel.php:1935, ../includes/Elements/Woo_Product_Carousel.php:2583, ../includes/Elements/Woo_Product_Gallery.php:844, ../includes/Elements/Woo_Product_Gallery.php:2178, ../includes/Extensions/Table_of_Content.php:705, ../includes/Traits/Woo_Product_Comparable.php:1345
|
| 851 |
msgid "Icon Size"
|
| 852 |
msgstr ""
|
| 853 |
|
| 859 |
msgid "Distance"
|
| 860 |
msgstr ""
|
| 861 |
|
| 862 |
+
#: ../includes/Elements/Adv_Accordion.php:558, ../includes/Elements/Adv_Accordion.php:618, ../includes/Elements/Adv_Accordion.php:679, ../includes/Elements/Adv_Tabs.php:536, ../includes/Elements/Adv_Tabs.php:603, ../includes/Elements/Adv_Tabs.php:670, ../includes/Elements/Data_Table.php:1087, ../includes/Elements/Data_Table.php:1105, ../includes/Elements/Dual_Color_Header.php:421, ../includes/Elements/Dual_Color_Header.php:634, ../includes/Elements/Event_Calendar.php:1474, ../includes/Elements/Feature_List.php:122, ../includes/Elements/Info_Box.php:774, ../includes/Elements/Info_Box.php:853, ../includes/Elements/Info_Box.php:1006, ../includes/Elements/Info_Box.php:1086, ../includes/Elements/Post_Grid.php:986, ../includes/Elements/Pricing_Table.php:337, ../includes/Elements/Pricing_Table.php:1735, ../includes/Elements/Simple_Menu.php:295, ../includes/Elements/Team_Member.php:719, ../includes/Elements/Twitter_Feed.php:631, ../includes/Elements/Woo_Checkout.php:1190, ../includes/Elements/Woo_Checkout.php:1476
|
| 863 |
msgid "Icon Color"
|
| 864 |
msgstr ""
|
| 865 |
|
| 866 |
+
#: ../includes/Elements/Adv_Accordion.php:652, ../includes/Elements/Adv_Accordion.php:954, ../includes/Elements/Adv_Tabs.php:636, ../includes/Elements/Event_Calendar.php:901, ../includes/Elements/Filterable_Gallery.php:1021, ../includes/Elements/Product_Grid.php:2327, ../includes/Elements/Simple_Menu.php:424, ../includes/Elements/Woo_Product_Carousel.php:2317, ../includes/Elements/Woo_Product_Gallery.php:1375, ../includes/Extensions/Table_of_Content.php:983
|
| 867 |
msgid "Active"
|
| 868 |
msgstr ""
|
| 869 |
|
| 870 |
+
#: ../includes/Elements/Adv_Accordion.php:717, ../includes/Elements/Countdown.php:1100, ../includes/Elements/Cta_Box.php:79, ../includes/Elements/Cta_Box.php:592, ../includes/Elements/Data_Table.php:805, ../includes/Elements/Dual_Color_Header.php:76, ../includes/Elements/Facebook_Feed.php:620, ../includes/Elements/Facebook_Feed.php:784, ../includes/Elements/Flip_Box.php:1208, ../includes/Elements/Flip_Box.php:1277, ../includes/Elements/Info_Box.php:1388, ../includes/Elements/Tooltip.php:320, ../includes/Elements/Twitter_Feed.php:715
|
| 871 |
msgid "Content Style"
|
| 872 |
msgstr ""
|
| 873 |
|
| 887 |
msgid "Caret Color"
|
| 888 |
msgstr ""
|
| 889 |
|
| 890 |
+
#: ../includes/Elements/Adv_Tabs.php:80, ../includes/Elements/Countdown.php:148, ../includes/Elements/Facebook_Feed.php:179, ../includes/Elements/Filterable_Gallery.php:171, ../includes/Elements/Product_Grid.php:232, ../includes/Elements/Product_Grid.php:426, ../includes/Elements/Progress_Bar.php:75, ../includes/Elements/Progress_Bar.php:101, ../includes/Elements/Simple_Menu.php:145, ../includes/Elements/Woo_Checkout.php:117, ../includes/Elements/Woo_Product_Carousel.php:209, ../includes/Elements/Woo_Product_Gallery.php:310, ../includes/Elements/Woo_Product_Gallery.php:445, ../includes/Traits/Controls.php:407, ../includes/Traits/Controls.php:536, ../includes/Traits/Controls.php:596
|
| 891 |
msgid "Layout"
|
| 892 |
msgstr ""
|
| 893 |
|
| 903 |
msgid "Enable Icon"
|
| 904 |
msgstr ""
|
| 905 |
|
| 906 |
+
#: ../includes/Elements/Adv_Tabs.php:102, ../includes/Elements/Betterdocs_Category_Grid.php:1328, ../includes/Elements/Creative_Button.php:143, ../includes/Elements/Data_Table.php:733, ../includes/Elements/Feature_List.php:299, ../includes/Elements/Filterable_Gallery.php:748, ../includes/Elements/Flip_Box.php:708, ../includes/Elements/Info_Box.php:124, ../includes/Elements/Info_Box.php:455, ../includes/Elements/Pricing_Table.php:535
|
| 907 |
msgid "Icon Position"
|
| 908 |
msgstr ""
|
| 909 |
|
| 923 |
msgid "Set icon position before/after the tab title."
|
| 924 |
msgstr ""
|
| 925 |
|
| 926 |
+
#: ../includes/Elements/Adv_Tabs.php:125, ../includes/Elements/Betterdocs_Category_Grid.php:1332, ../includes/Elements/Creative_Button.php:147, ../includes/Elements/Filterable_Gallery.php:753, ../includes/Elements/Flip_Box.php:713, ../includes/Elements/Info_Box.php:459, ../includes/Elements/Pricing_Table.php:539
|
| 927 |
msgid "Before"
|
| 928 |
msgstr ""
|
| 929 |
|
| 930 |
+
#: ../includes/Elements/Adv_Tabs.php:129, ../includes/Elements/Betterdocs_Category_Grid.php:1333, ../includes/Elements/Creative_Button.php:148, ../includes/Elements/Filterable_Gallery.php:752, ../includes/Elements/Flip_Box.php:712, ../includes/Elements/Info_Box.php:460, ../includes/Elements/Pricing_Table.php:540
|
| 931 |
msgid "After"
|
| 932 |
msgstr ""
|
| 933 |
|
| 935 |
msgid "Icon Type"
|
| 936 |
msgstr ""
|
| 937 |
|
| 938 |
+
#: ../includes/Elements/Adv_Tabs.php:179, ../includes/Elements/Adv_Tabs.php:206, ../includes/Elements/Data_Table.php:156, ../includes/Elements/Data_Table.php:188, ../includes/Elements/Feature_List.php:82, ../includes/Elements/Feature_List.php:167, ../includes/Elements/Filterable_Gallery.php:564, ../includes/Elements/Flip_Box.php:201, ../includes/Elements/Flip_Box.php:430, ../includes/Elements/Info_Box.php:112, ../includes/Elements/Post_Grid.php:120, ../includes/Elements/Tooltip.php:82, ../includes/Elements/Tooltip.php:177, ../includes/Traits/Controls.php:576, ../includes/Traits/Controls.php:737, ../includes/Traits/Woo_Product_Comparable.php:40, ../includes/Traits/Woo_Product_Comparable.php:71
|
| 939 |
msgid "Image"
|
| 940 |
msgstr ""
|
| 941 |
|
| 963 |
msgid "Tab Background Color"
|
| 964 |
msgstr ""
|
| 965 |
|
| 966 |
+
#: ../includes/Elements/Adv_Tabs.php:815, ../includes/Elements/Woo_Product_Carousel.php:2550
|
| 967 |
msgid "Caret"
|
| 968 |
msgstr ""
|
| 969 |
|
| 975 |
msgid "Caret Size"
|
| 976 |
msgstr ""
|
| 977 |
|
| 978 |
+
#: ../includes/Elements/Adv_Tabs.php:886, ../includes/Elements/Caldera_Forms.php:109, ../includes/Elements/Caldera_Forms.php:936, ../includes/Elements/Contact_Form_7.php:911, ../includes/Elements/Contact_Form_7.php:963, ../includes/Elements/Content_Ticker.php:194, ../includes/Elements/Content_Ticker.php:227, ../includes/Elements/Content_Ticker.php:242, ../includes/Elements/Content_Ticker.php:277, ../includes/Elements/Data_Table.php:87, ../includes/Elements/Data_Table.php:1141, ../includes/Elements/Facebook_Feed.php:388, ../includes/Elements/Filterable_Gallery.php:288, ../includes/Elements/Filterable_Gallery.php:433, ../includes/Elements/Filterable_Gallery.php:482, ../includes/Elements/Filterable_Gallery.php:507, ../includes/Elements/Filterable_Gallery.php:532, ../includes/Elements/Filterable_Gallery.php:592, ../includes/Elements/Filterable_Gallery.php:607, ../includes/Elements/FluentForm.php:151, ../includes/Elements/FluentForm.php:932, ../includes/Elements/Formstack.php:192, ../includes/Elements/Formstack.php:1128, ../includes/Elements/GravityForms.php:149, ../includes/Elements/GravityForms.php:246, ../includes/Elements/GravityForms.php:1206, ../includes/Elements/GravityForms.php:1402, ../includes/Elements/Image_Accordion.php:176, ../includes/Elements/Info_Box.php:361, ../includes/Elements/Info_Box.php:375, ../includes/Elements/Login_Register.php:438, ../includes/Elements/Login_Register.php:516, ../includes/Elements/Login_Register.php:851, ../includes/Elements/NinjaForms.php:114, ../includes/Elements/NinjaForms.php:983, ../includes/Elements/Post_Grid.php:133, ../includes/Elements/Post_Grid.php:147, ../includes/Elements/Post_Grid.php:173, ../includes/Elements/Post_Grid.php:187, ../includes/Elements/Post_Grid.php:213, ../includes/Elements/Post_Grid.php:227, ../includes/Elements/Post_Timeline.php:83, ../includes/Elements/Post_Timeline.php:94, ../includes/Elements/Pricing_Table.php:217, ../includes/Elements/Pricing_Table.php:1873, ../includes/Elements/Simple_Menu.php:173, ../includes/Elements/Simple_Menu.php:214, ../includes/Elements/Team_Member.php:705, ../includes/Elements/Woo_Product_Carousel.php:327, ../includes/Elements/Woo_Product_Carousel.php:566, ../includes/Elements/Woo_Product_Carousel.php:598, ../includes/Elements/Woo_Product_Carousel.php:613, ../includes/Elements/Woo_Product_Carousel.php:648, ../includes/Elements/Woo_Product_Carousel.php:660, ../includes/Elements/Woo_Product_Carousel.php:671, ../includes/Elements/Woo_Product_Carousel.php:2124, ../includes/Elements/Woo_Product_Gallery.php:248, ../includes/Elements/Woo_Product_Gallery.php:274, ../includes/Elements/WpForms.php:107, ../includes/Elements/WpForms.php:937, ../includes/Extensions/Reading_Progress.php:41, ../includes/Extensions/Reading_Progress.php:77, ../includes/Extensions/Table_of_Content.php:45, ../includes/Extensions/Table_of_Content.php:79, ../includes/Extensions/Table_of_Content.php:211, ../includes/Extensions/Table_of_Content.php:226, ../includes/Extensions/Table_of_Content.php:241, ../includes/Extensions/Table_of_Content.php:256, ../includes/Extensions/Table_of_Content.php:271, ../includes/Traits/Controls.php:379
|
| 979 |
msgid "Yes"
|
| 980 |
msgstr ""
|
| 981 |
|
| 982 |
+
#: ../includes/Elements/Adv_Tabs.php:887, ../includes/Elements/Caldera_Forms.php:110, ../includes/Elements/Caldera_Forms.php:937, ../includes/Elements/Contact_Form_7.php:912, ../includes/Elements/Contact_Form_7.php:964, ../includes/Elements/Content_Ticker.php:195, ../includes/Elements/Content_Ticker.php:228, ../includes/Elements/Content_Ticker.php:243, ../includes/Elements/Content_Ticker.php:278, ../includes/Elements/Cta_Box.php:685, ../includes/Elements/Data_Table.php:88, ../includes/Elements/Data_Table.php:1142, ../includes/Elements/Facebook_Feed.php:392, ../includes/Elements/Feature_List.php:361, ../includes/Elements/Filterable_Gallery.php:289, ../includes/Elements/Filterable_Gallery.php:434, ../includes/Elements/Filterable_Gallery.php:483, ../includes/Elements/Filterable_Gallery.php:508, ../includes/Elements/Filterable_Gallery.php:533, ../includes/Elements/Filterable_Gallery.php:593, ../includes/Elements/Filterable_Gallery.php:608, ../includes/Elements/FluentForm.php:152, ../includes/Elements/FluentForm.php:933, ../includes/Elements/Formstack.php:193, ../includes/Elements/Formstack.php:1129, ../includes/Elements/GravityForms.php:150, ../includes/Elements/GravityForms.php:247, ../includes/Elements/GravityForms.php:1207, ../includes/Elements/GravityForms.php:1403, ../includes/Elements/Image_Accordion.php:177, ../includes/Elements/Info_Box.php:362, ../includes/Elements/Info_Box.php:376, ../includes/Elements/Login_Register.php:439, ../includes/Elements/Login_Register.php:517, ../includes/Elements/Login_Register.php:852, ../includes/Elements/NinjaForms.php:115, ../includes/Elements/NinjaForms.php:984, ../includes/Elements/Post_Grid.php:134, ../includes/Elements/Post_Grid.php:148, ../includes/Elements/Post_Grid.php:174, ../includes/Elements/Post_Grid.php:188, ../includes/Elements/Post_Grid.php:214, ../includes/Elements/Post_Grid.php:228, ../includes/Elements/Post_Timeline.php:84, ../includes/Elements/Post_Timeline.php:95, ../includes/Elements/Pricing_Table.php:218, ../includes/Elements/Pricing_Table.php:1874, ../includes/Elements/Simple_Menu.php:174, ../includes/Elements/Simple_Menu.php:215, ../includes/Elements/Team_Member.php:706, ../includes/Elements/Woo_Product_Carousel.php:328, ../includes/Elements/Woo_Product_Carousel.php:567, ../includes/Elements/Woo_Product_Carousel.php:599, ../includes/Elements/Woo_Product_Carousel.php:614, ../includes/Elements/Woo_Product_Carousel.php:649, ../includes/Elements/Woo_Product_Carousel.php:661, ../includes/Elements/Woo_Product_Carousel.php:672, ../includes/Elements/Woo_Product_Carousel.php:2125, ../includes/Elements/Woo_Product_Gallery.php:249, ../includes/Elements/Woo_Product_Gallery.php:275, ../includes/Elements/WpForms.php:108, ../includes/Elements/WpForms.php:938, ../includes/Extensions/Reading_Progress.php:42, ../includes/Extensions/Reading_Progress.php:78, ../includes/Extensions/Table_of_Content.php:46, ../includes/Extensions/Table_of_Content.php:80, ../includes/Extensions/Table_of_Content.php:212, ../includes/Extensions/Table_of_Content.php:227, ../includes/Extensions/Table_of_Content.php:242, ../includes/Extensions/Table_of_Content.php:257, ../includes/Extensions/Table_of_Content.php:272, ../includes/Traits/Controls.php:380
|
| 983 |
msgid "No"
|
| 984 |
msgstr ""
|
| 985 |
|
| 999 |
msgid "Show Icon"
|
| 1000 |
msgstr ""
|
| 1001 |
|
| 1002 |
+
#: ../includes/Elements/Betterdocs_Category_Box.php:158, ../includes/Elements/Betterdocs_Category_Box.php:170, ../includes/Elements/Betterdocs_Category_Box.php:205, ../includes/Elements/Betterdocs_Category_Grid.php:177, ../includes/Elements/Betterdocs_Category_Grid.php:190, ../includes/Elements/Betterdocs_Category_Grid.php:205, ../includes/Elements/Betterdocs_Category_Grid.php:244, ../includes/Elements/Betterdocs_Category_Grid.php:260, ../includes/Elements/Betterdocs_Category_Grid.php:272, ../includes/Elements/Betterdocs_Category_Grid.php:1303, ../includes/Elements/Caldera_Forms.php:152, ../includes/Elements/Caldera_Forms.php:165, ../includes/Elements/Caldera_Forms.php:191, ../includes/Elements/Contact_Form_7.php:205, ../includes/Elements/Contact_Form_7.php:231, ../includes/Elements/Contact_Form_7.php:251, ../includes/Elements/Content_Ticker.php:255, ../includes/Elements/Countdown.php:503, ../includes/Elements/Creative_Button.php:252, ../includes/Elements/Cta_Box.php:134, ../includes/Elements/Cta_Box.php:281, ../includes/Elements/Dual_Color_Header.php:95, ../includes/Elements/Dual_Color_Header.php:105, ../includes/Elements/Facebook_Feed.php:306, ../includes/Elements/Facebook_Feed.php:318, ../includes/Elements/Facebook_Feed.php:333, ../includes/Elements/Facebook_Feed.php:348, ../includes/Elements/Facebook_Feed.php:363, ../includes/Elements/Facebook_Feed.php:429, ../includes/Elements/Feature_List.php:360, ../includes/Elements/Filterable_Gallery.php:276, ../includes/Elements/FluentForm.php:194, ../includes/Elements/FluentForm.php:206, ../includes/Elements/FluentForm.php:232, ../includes/Elements/FluentForm.php:1758, ../includes/Elements/FluentForm.php:1826, ../includes/Elements/Formstack.php:235, ../includes/Elements/Formstack.php:247, ../includes/Elements/Formstack.php:273, ../includes/Elements/Formstack.php:286, ../includes/Elements/Formstack.php:1622, ../includes/Elements/GravityForms.php:161, ../includes/Elements/GravityForms.php:176, ../includes/Elements/GravityForms.php:222, ../includes/Elements/GravityForms.php:234, ../includes/Elements/GravityForms.php:272, ../includes/Elements/GravityForms.php:292, ../includes/Elements/Info_Box.php:293, ../includes/Elements/Login_Register.php:360, ../includes/Elements/Login_Register.php:660, ../includes/Elements/NinjaForms.php:126, ../includes/Elements/NinjaForms.php:173, ../includes/Elements/NinjaForms.php:186, ../includes/Elements/NinjaForms.php:212, ../includes/Elements/NinjaForms.php:232, ../includes/Elements/Post_Timeline.php:119, ../includes/Elements/Pricing_Table.php:510, ../includes/Elements/Pricing_Table.php:1625, ../includes/Elements/Product_Grid.php:557, ../includes/Elements/Product_Grid.php:659, ../includes/Elements/Product_Grid.php:1500, ../includes/Elements/Product_Grid.php:2143, ../includes/Elements/Sticky_Video.php:362, ../includes/Elements/Twitter_Feed.php:392, ../includes/Elements/Woo_Product_Carousel.php:221, ../includes/Elements/Woo_Product_Carousel.php:627, ../includes/Elements/Woo_Product_Carousel.php:686, ../includes/Elements/Woo_Product_Gallery.php:517, ../includes/Elements/Woo_Product_Gallery.php:1000, ../includes/Elements/WpForms.php:119, ../includes/Elements/WpForms.php:134, ../includes/Elements/WpForms.php:180, ../includes/Elements/WpForms.php:193, ../includes/Elements/WpForms.php:216, ../includes/Traits/Controls.php:567, ../includes/Traits/Controls.php:629, ../includes/Traits/Controls.php:659, ../includes/Traits/Controls.php:815, ../includes/Traits/Controls.php:863, ../includes/Traits/Controls.php:931, ../includes/Traits/Controls.php:966, ../includes/Traits/Controls.php:997, ../includes/Traits/Controls.php:1044, ../includes/Traits/Controls.php:1072, ../includes/Traits/Controls.php:1088, ../includes/Traits/Controls.php:1103
|
| 1003 |
msgid "Show"
|
| 1004 |
msgstr ""
|
| 1005 |
|
| 1006 |
+
#: ../includes/Elements/Betterdocs_Category_Box.php:159, ../includes/Elements/Betterdocs_Category_Box.php:171, ../includes/Elements/Betterdocs_Category_Box.php:206, ../includes/Elements/Betterdocs_Category_Grid.php:178, ../includes/Elements/Betterdocs_Category_Grid.php:191, ../includes/Elements/Betterdocs_Category_Grid.php:206, ../includes/Elements/Betterdocs_Category_Grid.php:245, ../includes/Elements/Betterdocs_Category_Grid.php:261, ../includes/Elements/Betterdocs_Category_Grid.php:273, ../includes/Elements/Betterdocs_Category_Grid.php:1304, ../includes/Elements/Caldera_Forms.php:153, ../includes/Elements/Caldera_Forms.php:166, ../includes/Elements/Caldera_Forms.php:192, ../includes/Elements/Contact_Form_7.php:206, ../includes/Elements/Contact_Form_7.php:232, ../includes/Elements/Contact_Form_7.php:252, ../includes/Elements/Content_Ticker.php:256, ../includes/Elements/Countdown.php:504, ../includes/Elements/Creative_Button.php:253, ../includes/Elements/Cta_Box.php:135, ../includes/Elements/Cta_Box.php:282, ../includes/Elements/Dual_Color_Header.php:96, ../includes/Elements/Dual_Color_Header.php:106, ../includes/Elements/Facebook_Feed.php:307, ../includes/Elements/Facebook_Feed.php:319, ../includes/Elements/Facebook_Feed.php:334, ../includes/Elements/Facebook_Feed.php:349, ../includes/Elements/Facebook_Feed.php:364, ../includes/Elements/Facebook_Feed.php:430, ../includes/Elements/Filterable_Gallery.php:277, ../includes/Elements/FluentForm.php:195, ../includes/Elements/FluentForm.php:207, ../includes/Elements/FluentForm.php:233, ../includes/Elements/FluentForm.php:1759, ../includes/Elements/FluentForm.php:1827, ../includes/Elements/Formstack.php:236, ../includes/Elements/Formstack.php:248, ../includes/Elements/Formstack.php:274, ../includes/Elements/Formstack.php:287, ../includes/Elements/Formstack.php:1623, ../includes/Elements/GravityForms.php:162, ../includes/Elements/GravityForms.php:177, ../includes/Elements/GravityForms.php:223, ../includes/Elements/GravityForms.php:235, ../includes/Elements/GravityForms.php:273, ../includes/Elements/GravityForms.php:293, ../includes/Elements/Info_Box.php:294, ../includes/Elements/Login_Register.php:359, ../includes/Elements/Login_Register.php:568, ../includes/Elements/Login_Register.php:659, ../includes/Elements/NinjaForms.php:127, ../includes/Elements/NinjaForms.php:174, ../includes/Elements/NinjaForms.php:187, ../includes/Elements/NinjaForms.php:213, ../includes/Elements/NinjaForms.php:233, ../includes/Elements/Post_Timeline.php:120, ../includes/Elements/Pricing_Table.php:511, ../includes/Elements/Pricing_Table.php:1626, ../includes/Elements/Product_Grid.php:558, ../includes/Elements/Product_Grid.php:660, ../includes/Elements/Product_Grid.php:1501, ../includes/Elements/Product_Grid.php:2144, ../includes/Elements/Sticky_Video.php:363, ../includes/Elements/Twitter_Feed.php:393, ../includes/Elements/Woo_Product_Carousel.php:222, ../includes/Elements/Woo_Product_Carousel.php:628, ../includes/Elements/Woo_Product_Carousel.php:687, ../includes/Elements/Woo_Product_Gallery.php:518, ../includes/Elements/Woo_Product_Gallery.php:1001, ../includes/Elements/WpForms.php:120, ../includes/Elements/WpForms.php:135, ../includes/Elements/WpForms.php:181, ../includes/Elements/WpForms.php:194, ../includes/Elements/WpForms.php:217, ../includes/Traits/Controls.php:568, ../includes/Traits/Controls.php:630, ../includes/Traits/Controls.php:660, ../includes/Traits/Controls.php:816, ../includes/Traits/Controls.php:864, ../includes/Traits/Controls.php:932, ../includes/Traits/Controls.php:967, ../includes/Traits/Controls.php:998, ../includes/Traits/Controls.php:1045, ../includes/Traits/Controls.php:1073, ../includes/Traits/Controls.php:1089, ../includes/Traits/Controls.php:1104
|
| 1007 |
msgid "Hide"
|
| 1008 |
msgstr ""
|
| 1009 |
|
| 1010 |
+
#: ../includes/Elements/Betterdocs_Category_Box.php:168, ../includes/Elements/Betterdocs_Category_Grid.php:203, ../includes/Elements/Woo_Product_Carousel.php:219, ../includes/Traits/Controls.php:813
|
| 1011 |
msgid "Show Title"
|
| 1012 |
msgstr ""
|
| 1013 |
|
| 1043 |
msgid "Box Padding"
|
| 1044 |
msgstr ""
|
| 1045 |
|
| 1046 |
+
#: ../includes/Elements/Betterdocs_Category_Box.php:336, ../includes/Elements/Betterdocs_Category_Box.php:589, ../includes/Elements/Betterdocs_Category_Box.php:728, ../includes/Elements/Betterdocs_Category_Box.php:1027, ../includes/Elements/Betterdocs_Search_Form.php:479, ../includes/Elements/Filterable_Gallery.php:1917, ../includes/Elements/Info_Box.php:1483
|
| 1047 |
msgid "Transition"
|
| 1048 |
msgstr ""
|
| 1049 |
|
| 1051 |
msgid "Area"
|
| 1052 |
msgstr ""
|
| 1053 |
|
| 1054 |
+
#: ../includes/Elements/Betterdocs_Category_Box.php:423, ../includes/Elements/Betterdocs_Category_Box.php:458, ../includes/Elements/Betterdocs_Category_Box.php:815, ../includes/Elements/Betterdocs_Category_Box.php:922, ../includes/Elements/Betterdocs_Category_Grid.php:539, ../includes/Elements/Betterdocs_Category_Grid.php:777, ../includes/Elements/Betterdocs_Category_Grid.php:1097, ../includes/Elements/Betterdocs_Category_Grid.php:1250, ../includes/Elements/Betterdocs_Search_Form.php:248, ../includes/Elements/Caldera_Forms.php:945, ../includes/Elements/Contact_Form_7.php:972, ../includes/Elements/Feature_List.php:555, ../includes/Elements/Filterable_Gallery.php:716, ../includes/Elements/FluentForm.php:941, ../includes/Elements/Formstack.php:1137, ../includes/Elements/Formstack.php:1290, ../includes/Elements/GravityForms.php:1215, ../includes/Elements/GravityForms.php:1411, ../includes/Elements/Login_Register.php:2832, ../includes/Elements/Login_Register.php:3441, ../includes/Elements/NinjaForms.php:992, ../includes/Elements/Progress_Bar.php:551, ../includes/Elements/Woo_Product_Carousel.php:2177, ../includes/Elements/WpForms.php:946, ../includes/Traits/Woo_Product_Comparable.php:111, ../includes/Traits/Woo_Product_Comparable.php:1437
|
| 1055 |
msgid "Size"
|
| 1056 |
msgstr ""
|
| 1057 |
|
| 1058 |
+
#: ../includes/Elements/Betterdocs_Category_Box.php:527, ../includes/Elements/Betterdocs_Category_Box.php:695, ../includes/Elements/Betterdocs_Category_Box.php:942, ../includes/Elements/Betterdocs_Category_Grid.php:1116, ../includes/Elements/Betterdocs_Category_Grid.php:1194, ../includes/Elements/Caldera_Forms.php:753, ../includes/Elements/Caldera_Forms.php:870, ../includes/Elements/Contact_Form_7.php:575, ../includes/Elements/Contact_Form_7.php:860, ../includes/Elements/Contact_Form_7.php:1486, ../includes/Elements/Feature_List.php:656, ../includes/Elements/Filterable_Gallery.php:2420, ../includes/Elements/FluentForm.php:802, ../includes/Elements/FluentForm.php:1800, ../includes/Elements/Formstack.php:605, ../includes/Elements/Formstack.php:1001, ../includes/Elements/GravityForms.php:684, ../includes/Elements/GravityForms.php:956, ../includes/Elements/Login_Register.php:2499, ../includes/Elements/Login_Register.php:2701, ../includes/Elements/Login_Register.php:3174, ../includes/Elements/Login_Register.php:3473, ../includes/Elements/NinjaForms.php:797, ../includes/Elements/NinjaForms.php:914, ../includes/Elements/NinjaForms.php:1579, ../includes/Elements/Post_Grid.php:909, ../includes/Elements/Woo_Checkout.php:1989, ../includes/Elements/Woo_Product_Carousel.php:2200, ../includes/Elements/WpForms.php:765, ../includes/Elements/WpForms.php:871
|
| 1059 |
msgid "Spacing"
|
| 1060 |
msgstr ""
|
| 1061 |
|
| 1062 |
+
#: ../includes/Elements/Betterdocs_Category_Box.php:627, ../includes/Elements/Betterdocs_Category_Box.php:666, ../includes/Elements/Betterdocs_Category_Grid.php:589, ../includes/Elements/Betterdocs_Category_Grid.php:1146, ../includes/Elements/Caldera_Forms.php:118, ../includes/Elements/Caldera_Forms.php:258, ../includes/Elements/Contact_Form_7.php:160, ../includes/Elements/Contact_Form_7.php:465, ../includes/Elements/Cta_Box.php:183, ../includes/Elements/Event_Calendar.php:148, ../includes/Elements/Event_Calendar.php:730, ../includes/Elements/Event_Calendar.php:1389, ../includes/Elements/Feature_List.php:181, ../includes/Elements/Feature_List.php:183, ../includes/Elements/Feature_List.php:735, ../includes/Elements/Flip_Box.php:650, ../includes/Elements/FluentForm.php:160, ../includes/Elements/FluentForm.php:293, ../includes/Elements/Formstack.php:201, ../includes/Elements/Formstack.php:472, ../includes/Elements/GravityForms.php:158, ../includes/Elements/GravityForms.php:188, ../includes/Elements/GravityForms.php:506, ../includes/Elements/Image_Accordion.php:197, ../includes/Elements/Image_Accordion.php:487, ../includes/Elements/Login_Register.php:2310, ../includes/Elements/NinjaForms.php:123, ../includes/Elements/NinjaForms.php:139, ../includes/Elements/NinjaForms.php:443, ../includes/Elements/Post_Grid.php:160, ../includes/Elements/Pricing_Table.php:136, ../includes/Elements/Product_Grid.php:2426, ../includes/Elements/Progress_Bar.php:122, ../includes/Elements/Progress_Bar.php:681, ../includes/Elements/Woo_Checkout.php:327, ../includes/Elements/Woo_Checkout.php:437, ../includes/Elements/Woo_Checkout.php:531, ../includes/Elements/Woo_Product_Carousel.php:1512, ../includes/Elements/Woo_Product_Gallery.php:1765, ../includes/Elements/WpForms.php:116, ../includes/Elements/WpForms.php:146, ../includes/Elements/WpForms.php:410, ../includes/Extensions/Table_of_Content.php:110, ../includes/Traits/Woo_Product_Comparable.php:41, ../includes/Traits/Woo_Product_Comparable.php:75, ../includes/Traits/Woo_Product_Comparable.php:1083, ../includes/Traits/Woo_Product_Comparable.php:1201
|
| 1063 |
msgid "Title"
|
| 1064 |
msgstr ""
|
| 1065 |
|
| 1083 |
msgid "File Not Found"
|
| 1084 |
msgstr ""
|
| 1085 |
|
| 1086 |
+
#: ../includes/Elements/Betterdocs_Category_Box.php:1180, ../includes/Elements/Betterdocs_Category_Box.php:1145, ../includes/Elements/Betterdocs_Category_Grid.php:1679, ../includes/Elements/Betterdocs_Category_Grid.php:1646, ../includes/Elements/Post_Grid.php:1096, ../includes/Elements/Post_Timeline.php:498, ../includes/Elements/Product_Grid.php:3056, ../includes/Elements/Woo_Product_Gallery.php:2390
|
| 1087 |
msgid "<p class=\"no-posts-found\">No posts found!</p>"
|
| 1088 |
msgstr ""
|
| 1089 |
|
| 1091 |
msgid "Layout Mode"
|
| 1092 |
msgstr ""
|
| 1093 |
|
| 1094 |
+
#: ../includes/Elements/Betterdocs_Category_Grid.php:141, ../includes/Elements/Betterdocs_Category_Grid.php:304, ../includes/Elements/Filterable_Gallery.php:147, ../includes/Elements/Product_Grid.php:236, ../includes/Elements/Woo_Product_Gallery.php:314, ../includes/Traits/Controls.php:540
|
| 1095 |
msgid "Grid"
|
| 1096 |
msgstr ""
|
| 1097 |
|
| 1099 |
msgid "Fit to Screen"
|
| 1100 |
msgstr ""
|
| 1101 |
|
| 1102 |
+
#: ../includes/Elements/Betterdocs_Category_Grid.php:143, ../includes/Elements/Filterable_Gallery.php:148, ../includes/Elements/Product_Grid.php:238, ../includes/Elements/Twitter_Feed.php:159, ../includes/Elements/Woo_Product_Gallery.php:315, ../includes/Traits/Controls.php:541
|
| 1103 |
msgid "Masonry"
|
| 1104 |
msgstr ""
|
| 1105 |
|
| 1119 |
msgid "Show Button"
|
| 1120 |
msgstr ""
|
| 1121 |
|
| 1122 |
+
#: ../includes/Elements/Betterdocs_Category_Grid.php:282, ../includes/Elements/Creative_Button.php:80, ../includes/Elements/Cta_Box.php:256, ../includes/Elements/Filterable_Gallery.php:690, ../includes/Elements/Flip_Box.php:681, ../includes/Elements/Info_Box.php:405, ../includes/Elements/Login_Register.php:674, ../includes/Elements/Login_Register.php:1200, ../includes/Elements/Pricing_Table.php:573, ../includes/Elements/Woo_Checkout.php:374, ../includes/Traits/Controls.php:976
|
| 1123 |
msgid "Button Text"
|
| 1124 |
msgstr ""
|
| 1125 |
|
| 1139 |
msgid "Ticker Background"
|
| 1140 |
msgstr ""
|
| 1141 |
|
| 1142 |
+
#: ../includes/Elements/Betterdocs_Category_Grid.php:979, ../includes/Elements/Betterdocs_Category_Grid.php:990, ../includes/Elements/Event_Calendar.php:527, ../includes/Elements/Feature_List.php:377, ../includes/Elements/Product_Grid.php:237, ../includes/Elements/Twitter_Feed.php:158, ../includes/Extensions/Table_of_Content.php:848
|
| 1143 |
msgid "List"
|
| 1144 |
msgstr ""
|
| 1145 |
|
| 1146 |
+
#: ../includes/Elements/Betterdocs_Category_Grid.php:1017, ../includes/Elements/Filterable_Gallery.php:1229, ../includes/Elements/Filterable_Gallery.php:1609, ../includes/Elements/Filterable_Gallery.php:2375, ../includes/Elements/Pricing_Table.php:1769, ../includes/Elements/Product_Grid.php:2820, ../includes/Elements/Twitter_Feed.php:766, ../includes/Elements/Woo_Product_Carousel.php:1915, ../includes/Elements/Woo_Product_Gallery.php:2158
|
| 1147 |
msgid "Hover Color"
|
| 1148 |
msgstr ""
|
| 1149 |
|
| 1171 |
msgid "Area Spacing"
|
| 1172 |
msgstr ""
|
| 1173 |
|
| 1174 |
+
#: ../includes/Elements/Betterdocs_Category_Grid.php:1534, ../includes/Elements/Creative_Button.php:440, ../includes/Elements/Pricing_Table.php:835, ../includes/Elements/WeForms.php:626, ../includes/Traits/Controls.php:1527
|
| 1175 |
msgid "Button Alignment"
|
| 1176 |
msgstr ""
|
| 1177 |
|
| 1195 |
msgid "Field Padding"
|
| 1196 |
msgstr ""
|
| 1197 |
|
| 1198 |
+
#: ../includes/Elements/Betterdocs_Search_Form.php:219, ../includes/Elements/Facebook_Feed.php:518, ../includes/Elements/Post_Grid.php:413, ../includes/Elements/Pricing_Table.php:466, ../includes/Elements/Pricing_Table.php:1444, ../includes/Elements/Simple_Menu.php:654, ../includes/Elements/Simple_Menu.php:703, ../includes/Elements/Woo_Product_Carousel.php:2387
|
| 1199 |
msgid "Shadow"
|
| 1200 |
msgstr ""
|
| 1201 |
|
| 1207 |
msgid "Close Icon"
|
| 1208 |
msgstr ""
|
| 1209 |
|
| 1210 |
+
#: ../includes/Elements/Betterdocs_Search_Form.php:285, ../includes/Elements/Caldera_Forms.php:1020, ../includes/Elements/Caldera_Forms.php:1334, ../includes/Elements/Contact_Form_7.php:1047, ../includes/Elements/Contact_Form_7.php:1360, ../includes/Elements/Content_Ticker.php:677, ../includes/Elements/Countdown.php:784, ../includes/Elements/Countdown.php:856, ../includes/Elements/Countdown.php:928, ../includes/Elements/Countdown.php:1000, ../includes/Elements/Creative_Button.php:420, ../includes/Elements/Cta_Box.php:809, ../includes/Elements/Cta_Box.php:978, ../includes/Elements/Event_Calendar.php:678, ../includes/Elements/Facebook_Feed.php:728, ../includes/Elements/Filterable_Gallery.php:2722, ../includes/Elements/FluentForm.php:1016, ../includes/Elements/FluentForm.php:1706, ../includes/Elements/Formstack.php:1570, ../includes/Elements/GravityForms.php:1057, ../includes/Elements/GravityForms.php:1290, ../includes/Elements/GravityForms.php:1486, ../includes/Elements/GravityForms.php:1915, ../includes/Elements/GravityForms.php:2137, ../includes/Elements/NinjaForms.php:1067, ../includes/Elements/NinjaForms.php:1483, ../includes/Elements/Pricing_Table.php:1995, ../includes/Elements/Product_Grid.php:776, ../includes/Elements/Product_Grid.php:916, ../includes/Elements/Product_Grid.php:1636, ../includes/Elements/Product_Grid.php:1921, ../includes/Elements/Product_Grid.php:2103, ../includes/Elements/Product_Grid.php:2312, ../includes/Elements/Product_Grid.php:2356, ../includes/Elements/Product_Grid.php:2551, ../includes/Elements/Product_Grid.php:2647, ../includes/Elements/Product_Grid.php:2759, ../includes/Elements/Simple_Menu.php:955, ../includes/Elements/Simple_Menu.php:1051, ../includes/Elements/Simple_Menu.php:1264, ../includes/Elements/Simple_Menu.php:1359, ../includes/Elements/Sticky_Video.php:579, ../includes/Elements/Twitter_Feed.php:642, ../includes/Elements/WeForms.php:464, ../includes/Elements/WeForms.php:764, ../includes/Elements/Woo_Checkout.php:778, ../includes/Elements/Woo_Checkout.php:985, ../includes/Elements/Woo_Checkout.php:1380, ../includes/Elements/Woo_Checkout.php:1576, ../includes/Elements/Woo_Checkout.php:1678, ../includes/Elements/Woo_Checkout.php:1795, ../includes/Elements/Woo_Checkout.php:1839, ../includes/Elements/Woo_Checkout.php:1883, ../includes/Elements/Woo_Checkout.php:2072, ../includes/Elements/Woo_Checkout.php:2088, ../includes/Elements/Woo_Checkout.php:2436, ../includes/Elements/Woo_Checkout.php:2548, ../includes/Elements/Woo_Product_Carousel.php:981, ../includes/Elements/Woo_Product_Carousel.php:1357, ../includes/Elements/Woo_Product_Carousel.php:1481, ../includes/Elements/Woo_Product_Carousel.php:1649, ../includes/Elements/Woo_Product_Carousel.php:1744, ../includes/Elements/Woo_Product_Carousel.php:1858, ../includes/Elements/Woo_Product_Carousel.php:2303, ../includes/Elements/Woo_Product_Carousel.php:2730, ../includes/Elements/Woo_Product_Gallery.php:648, ../includes/Elements/Woo_Product_Gallery.php:1122, ../includes/Elements/Woo_Product_Gallery.php:1364, ../includes/Elements/Woo_Product_Gallery.php:1402, ../includes/Elements/Woo_Product_Gallery.php:1889, ../includes/Elements/Woo_Product_Gallery.php:1985, ../includes/Elements/Woo_Product_Gallery.php:2097, ../includes/Elements/WpForms.php:1021, ../includes/Elements/WpForms.php:1339, ../includes/Traits/Controls.php:1503, ../includes/Traits/Woo_Product_Comparable.php:1723
|
| 1211 |
msgid "Border Color"
|
| 1212 |
msgstr ""
|
| 1213 |
|
| 1239 |
msgid "Custom Title & Description"
|
| 1240 |
msgstr ""
|
| 1241 |
|
| 1242 |
+
#: ../includes/Elements/Caldera_Forms.php:134, ../includes/Elements/Caldera_Forms.php:319, ../includes/Elements/Contact_Form_7.php:187, ../includes/Elements/Contact_Form_7.php:496, ../includes/Elements/Event_Calendar.php:265, ../includes/Elements/Feature_List.php:788, ../includes/Elements/FluentForm.php:176, ../includes/Elements/FluentForm.php:354, ../includes/Elements/FluentForm.php:1182, ../includes/Elements/Formstack.php:217, ../includes/Elements/Formstack.php:521, ../includes/Elements/Formstack.php:704, ../includes/Elements/GravityForms.php:173, ../includes/Elements/GravityForms.php:204, ../includes/Elements/GravityForms.php:537, ../includes/Elements/NinjaForms.php:155, ../includes/Elements/NinjaForms.php:492, ../includes/Elements/Team_Member.php:132, ../includes/Elements/WpForms.php:131, ../includes/Elements/WpForms.php:162, ../includes/Elements/WpForms.php:459, ../includes/Traits/Controls.php:311, ../includes/Traits/Woo_Product_Comparable.php:44, ../includes/Traits/Woo_Product_Comparable.php:83
|
| 1243 |
msgid "Description"
|
| 1244 |
msgstr ""
|
| 1245 |
|
| 1275 |
msgid "Form Alignment"
|
| 1276 |
msgstr ""
|
| 1277 |
|
| 1278 |
+
#: ../includes/Elements/Caldera_Forms.php:411, ../includes/Elements/Contact_Form_7.php:327, ../includes/Elements/Contact_Form_7.php:828, ../includes/Elements/Creative_Button.php:227, ../includes/Elements/Cta_Box.php:641, ../includes/Elements/Cta_Box.php:858, ../includes/Elements/Dual_Color_Header.php:81, ../includes/Elements/Flip_Box.php:872, ../includes/Elements/FluentForm.php:458, ../includes/Elements/Formstack.php:330, ../includes/Elements/GravityForms.php:343, ../includes/Elements/Login_Register.php:460, ../includes/Elements/Login_Register.php:566, ../includes/Elements/Login_Register.php:1129, ../includes/Elements/Login_Register.php:1492, ../includes/Elements/Login_Register.php:1618, ../includes/Elements/Login_Register.php:1875, ../includes/Elements/Login_Register.php:2019, ../includes/Elements/Login_Register.php:2169, ../includes/Elements/Login_Register.php:2312, ../includes/Elements/Login_Register.php:2403, ../includes/Elements/Login_Register.php:2501, ../includes/Elements/Login_Register.php:2703, ../includes/Elements/Login_Register.php:2748, ../includes/Elements/Login_Register.php:2780, ../includes/Elements/Login_Register.php:3014, ../includes/Elements/Login_Register.php:3176, ../includes/Elements/Login_Register.php:3475, ../includes/Elements/NinjaForms.php:278, ../includes/Elements/Post_Grid.php:254, ../includes/Elements/Pricing_Table.php:86, ../includes/Elements/Pricing_Table.php:462, ../includes/Elements/Product_Grid.php:250, ../includes/Elements/Simple_Menu.php:356, ../includes/Elements/Simple_Menu.php:482, ../includes/Elements/Simple_Menu.php:842, ../includes/Elements/Simple_Menu.php:1153, ../includes/Elements/Team_Member.php:376, ../includes/Elements/Testimonial.php:253, ../includes/Elements/Testimonial.php:310, ../includes/Elements/TypeForm.php:196, ../includes/Elements/WeForms.php:161, ../includes/Elements/WeForms.php:631, ../includes/Elements/Woo_Checkout.php:122, ../includes/Elements/WpForms.php:267, ../includes/Traits/Controls.php:556, ../includes/Traits/Controls.php:1573, ../includes/Traits/Login_Registration.php:581, ../includes/Traits/Woo_Product_Comparable.php:419, ../includes/Traits/Woo_Product_Comparable.php:533, ../includes/Traits/Woo_Product_Comparable.php:624, ../includes/Traits/Woo_Product_Comparable.php:693, ../includes/Template/Betterdocs-Category-Box/Layout_Default.php:4, ../includes/Template/Betterdocs-Category-Grid/Layout_Default.php:4, ../includes/Template/Content-Ticker/default.php:3, ../includes/Template/Eicon-Woocommerce/default.php:3, ../includes/Template/Post-Grid/default.php:5, ../includes/Template/Post-Timeline/default.php:3, ../includes/Template/Woo-Product-Gallery/default.php:3
|
| 1279 |
msgid "Default"
|
| 1280 |
msgstr ""
|
| 1281 |
|
| 1415 |
msgid "<strong>Contact Form 7</strong> is not installed/activated on your site. Please install and activate <strong>Contact Form 7</strong> first."
|
| 1416 |
msgstr ""
|
| 1417 |
|
| 1418 |
+
#: ../includes/Elements/Contact_Form_7.php:313, ../includes/Elements/Contact_Form_7.php:1607, ../includes/Elements/Cta_Box.php:727, ../includes/Elements/Cta_Box.php:797, ../includes/Elements/Cta_Box.php:917, ../includes/Elements/Cta_Box.php:969, ../includes/Elements/Dual_Color_Header.php:813, ../includes/Elements/Dual_Color_Header.php:893, ../includes/Elements/Event_Calendar.php:666, ../includes/Elements/Event_Calendar.php:798, ../includes/Elements/Event_Calendar.php:865, ../includes/Elements/Event_Calendar.php:919, ../includes/Elements/Event_Calendar.php:1031, ../includes/Elements/Event_Calendar.php:1123, ../includes/Elements/Event_Calendar.php:1221, ../includes/Elements/Event_Calendar.php:1587, ../includes/Elements/Event_Calendar.php:1696, ../includes/Elements/Facebook_Feed.php:488, ../includes/Elements/Facebook_Feed.php:501, ../includes/Elements/Facebook_Feed.php:576, ../includes/Elements/Facebook_Feed.php:589, ../includes/Elements/Facebook_Feed.php:674, ../includes/Elements/Facebook_Feed.php:687, ../includes/Elements/Facebook_Feed.php:758, ../includes/Elements/Facebook_Feed.php:796, ../includes/Elements/Facebook_Feed.php:836, ../includes/Elements/Fancy_Text.php:365, ../includes/Elements/Filterable_Gallery.php:2060, ../includes/Elements/Filterable_Gallery.php:2281, ../includes/Elements/Flip_Box.php:1373, ../includes/Elements/Flip_Box.php:1433, ../includes/Elements/FluentForm.php:1905, ../includes/Elements/FluentForm.php:1930, ../includes/Elements/FluentForm.php:1995, ../includes/Elements/FluentForm.php:2058, ../includes/Elements/Formstack.php:638, ../includes/Elements/Formstack.php:1713, ../includes/Elements/Formstack.php:1738, ../includes/Elements/Formstack.php:1802, ../includes/Elements/Formstack.php:1867, ../includes/Elements/Formstack.php:1922, ../includes/Elements/Formstack.php:2005, ../includes/Elements/Post_Grid.php:372, ../includes/Elements/Pricing_Table.php:1914, ../includes/Elements/Pricing_Table.php:1983, ../includes/Elements/Product_Grid.php:1529, ../includes/Elements/Product_Grid.php:1544, ../includes/Elements/Product_Grid.php:1604, ../includes/Elements/Product_Grid.php:1618, ../includes/Elements/Product_Grid.php:2903, ../includes/Elements/Product_Grid.php:2960, ../includes/Elements/Progress_Bar.php:345, ../includes/Elements/Team_Member.php:746, ../includes/Elements/Team_Member.php:823, ../includes/Elements/Twitter_Feed.php:402, ../includes/Elements/Twitter_Feed.php:654, ../includes/Elements/Woo_Checkout.php:1773, ../includes/Elements/Woo_Checkout.php:1817, ../includes/Elements/Woo_Checkout.php:1861, ../includes/Elements/Woo_Product_Carousel.php:1998, ../includes/Elements/Woo_Product_Carousel.php:2055, ../includes/Elements/Woo_Product_Gallery.php:1027, ../includes/Elements/Woo_Product_Gallery.php:1040, ../includes/Elements/Woo_Product_Gallery.php:1094, ../includes/Elements/Woo_Product_Gallery.php:1106, ../includes/Elements/Woo_Product_Gallery.php:1152, ../includes/Elements/Woo_Product_Gallery.php:1319, ../includes/Elements/Woo_Product_Gallery.php:1353, ../includes/Elements/Woo_Product_Gallery.php:1391, ../includes/Elements/Woo_Product_Gallery.php:2241, ../includes/Elements/Woo_Product_Gallery.php:2298, ../includes/Traits/Controls.php:1245, ../includes/Traits/Controls.php:1299, ../includes/Traits/Woo_Product_Comparable.php:1383, ../includes/Traits/Woo_Product_Comparable.php:1662, ../includes/Traits/Woo_Product_Comparable.php:1711
|
| 1419 |
msgid "Background"
|
| 1420 |
msgstr ""
|
| 1421 |
|
| 1463 |
msgid "After Submit Feedback"
|
| 1464 |
msgstr ""
|
| 1465 |
|
| 1466 |
+
#: ../includes/Elements/Contact_Form_7.php:1629, ../includes/Elements/Dual_Color_Header.php:801, ../includes/Elements/Dual_Color_Header.php:881, ../includes/Elements/Flip_Box.php:871, ../includes/Elements/Info_Box.php:586, ../includes/Elements/Info_Box.php:641, ../includes/Elements/Info_Box.php:809, ../includes/Elements/Info_Box.php:889, ../includes/Elements/Info_Box.php:1027, ../includes/Elements/Info_Box.php:1123, ../includes/Elements/Post_Grid.php:344, ../includes/Elements/Product_Grid.php:1484, ../includes/Elements/Woo_Product_Gallery.php:986, ../includes/Elements/Woo_Product_Gallery.php:1230, ../includes/Elements/Woo_Product_Gallery.php:1292, ../includes/Traits/Woo_Product_Comparable.php:1628
|
| 1467 |
msgid "Radius"
|
| 1468 |
msgstr ""
|
| 1469 |
|
| 1471 |
msgid "Ticker Settings"
|
| 1472 |
msgstr ""
|
| 1473 |
|
| 1474 |
+
#: ../includes/Elements/Content_Ticker.php:80, ../includes/Traits/Controls.php:504
|
| 1475 |
msgid "Template Layout"
|
| 1476 |
msgstr ""
|
| 1477 |
|
| 1499 |
msgid "Animation Settings"
|
| 1500 |
msgstr ""
|
| 1501 |
|
| 1502 |
+
#: ../includes/Elements/Content_Ticker.php:158, ../includes/Elements/Cta_Box.php:636, ../includes/Elements/Cta_Box.php:853, ../includes/Elements/Woo_Product_Carousel.php:436
|
| 1503 |
msgid "Effect"
|
| 1504 |
msgstr ""
|
| 1505 |
|
| 1506 |
+
#: ../includes/Elements/Content_Ticker.php:159, ../includes/Elements/Woo_Product_Carousel.php:437
|
| 1507 |
msgid "Sets transition effect"
|
| 1508 |
msgstr ""
|
| 1509 |
|
| 1510 |
+
#: ../includes/Elements/Content_Ticker.php:163, ../includes/Elements/Pricing_Table.php:421, ../includes/Elements/Woo_Product_Carousel.php:441
|
| 1511 |
msgid "Slide"
|
| 1512 |
msgstr ""
|
| 1513 |
|
| 1519 |
msgid "Slider Speed"
|
| 1520 |
msgstr ""
|
| 1521 |
|
| 1522 |
+
#: ../includes/Elements/Content_Ticker.php:173, ../includes/Elements/Woo_Product_Carousel.php:545
|
| 1523 |
msgid "Duration of transition between slides (in ms)"
|
| 1524 |
msgstr ""
|
| 1525 |
|
| 1526 |
+
#: ../includes/Elements/Content_Ticker.php:191, ../includes/Elements/Sticky_Video.php:303, ../includes/Elements/Woo_Product_Carousel.php:563
|
| 1527 |
msgid "Autoplay"
|
| 1528 |
msgstr ""
|
| 1529 |
|
| 1530 |
+
#: ../includes/Elements/Content_Ticker.php:204, ../includes/Elements/Woo_Product_Carousel.php:575
|
| 1531 |
msgid "Autoplay Speed"
|
| 1532 |
msgstr ""
|
| 1533 |
|
| 1534 |
+
#: ../includes/Elements/Content_Ticker.php:224, ../includes/Elements/Woo_Product_Carousel.php:595
|
| 1535 |
msgid "Pause On Hover"
|
| 1536 |
msgstr ""
|
| 1537 |
|
| 1538 |
+
#: ../includes/Elements/Content_Ticker.php:239, ../includes/Elements/Woo_Product_Carousel.php:610
|
| 1539 |
msgid "Infinite Loop"
|
| 1540 |
msgstr ""
|
| 1541 |
|
| 1542 |
+
#: ../includes/Elements/Content_Ticker.php:251, ../includes/Elements/Woo_Product_Carousel.php:622
|
| 1543 |
msgid "Grab Cursor"
|
| 1544 |
msgstr ""
|
| 1545 |
|
| 1546 |
+
#: ../includes/Elements/Content_Ticker.php:252, ../includes/Elements/Woo_Product_Carousel.php:623
|
| 1547 |
msgid "Shows grab cursor when you hover over the slider"
|
| 1548 |
msgstr ""
|
| 1549 |
|
| 1550 |
+
#: ../includes/Elements/Content_Ticker.php:265, ../includes/Elements/Woo_Product_Carousel.php:636
|
| 1551 |
msgid "Navigation"
|
| 1552 |
msgstr ""
|
| 1553 |
|
| 1554 |
+
#: ../includes/Elements/Content_Ticker.php:274, ../includes/Elements/Content_Ticker.php:491, ../includes/Elements/Woo_Product_Carousel.php:645, ../includes/Elements/Woo_Product_Carousel.php:2528
|
| 1555 |
msgid "Arrows"
|
| 1556 |
msgstr ""
|
| 1557 |
|
| 1558 |
+
#: ../includes/Elements/Content_Ticker.php:286, ../includes/Elements/Image_Accordion.php:82, ../includes/Elements/Woo_Product_Carousel.php:700
|
| 1559 |
msgid "Direction"
|
| 1560 |
msgstr ""
|
| 1561 |
|
| 1579 |
msgid "Choose Next Arrow"
|
| 1580 |
msgstr ""
|
| 1581 |
|
| 1582 |
+
#: ../includes/Elements/Content_Ticker.php:529, ../includes/Elements/Woo_Product_Carousel.php:2563
|
| 1583 |
msgid "Arrows Size"
|
| 1584 |
msgstr ""
|
| 1585 |
|
| 1586 |
+
#: ../includes/Elements/Content_Ticker.php:550, ../includes/Elements/Woo_Product_Carousel.php:2603
|
| 1587 |
msgid "Align Left Arrow"
|
| 1588 |
msgstr ""
|
| 1589 |
|
| 1590 |
+
#: ../includes/Elements/Content_Ticker.php:569, ../includes/Elements/Woo_Product_Carousel.php:2622
|
| 1591 |
msgid "Align Right Arrow"
|
| 1592 |
msgstr ""
|
| 1593 |
|
| 1611 |
msgid "Label Position"
|
| 1612 |
msgstr ""
|
| 1613 |
|
| 1614 |
+
#: ../includes/Elements/Countdown.php:84, ../includes/Elements/Login_Register.php:3221, ../includes/Elements/Login_Register.php:3521, ../includes/Traits/Controls.php:411
|
| 1615 |
msgid "Block"
|
| 1616 |
msgstr ""
|
| 1617 |
|
| 1695 |
msgid "Separator Style"
|
| 1696 |
msgstr ""
|
| 1697 |
|
| 1698 |
+
#: ../includes/Elements/Countdown.php:296, ../includes/Elements/Feature_List.php:431, ../includes/Elements/GravityForms.php:1017, ../includes/Elements/Sticky_Video.php:553, ../includes/Extensions/Table_of_Content.php:1079
|
| 1699 |
msgid "Solid"
|
| 1700 |
msgstr ""
|
| 1701 |
|
| 1702 |
+
#: ../includes/Elements/Countdown.php:297, ../includes/Elements/Feature_List.php:433, ../includes/Elements/GravityForms.php:1019, ../includes/Elements/Sticky_Video.php:555, ../includes/Extensions/Table_of_Content.php:1081
|
| 1703 |
msgid "Dotted"
|
| 1704 |
msgstr ""
|
| 1705 |
|
| 1711 |
msgid "Position Left"
|
| 1712 |
msgstr ""
|
| 1713 |
|
| 1714 |
+
#: ../includes/Elements/Countdown.php:361, ../includes/Elements/Filterable_Gallery.php:2260
|
| 1715 |
msgid "Separator Color"
|
| 1716 |
msgstr ""
|
| 1717 |
|
| 1775 |
msgid "Space Below Container"
|
| 1776 |
msgstr ""
|
| 1777 |
|
| 1778 |
+
#: ../includes/Elements/Countdown.php:648, ../includes/Elements/Dual_Color_Header.php:441, ../includes/Elements/Facebook_Feed.php:864, ../includes/Elements/Flip_Box.php:1161, ../includes/Elements/Image_Accordion.php:479, ../includes/Elements/Info_Box.php:1335, ../includes/Elements/Product_Grid.php:1157, ../includes/Elements/Team_Member.php:537, ../includes/Elements/Twitter_Feed.php:679, ../includes/Elements/Woo_Product_Carousel.php:1066, ../includes/Elements/Woo_Product_Gallery.php:733
|
| 1779 |
msgid "Color & Typography"
|
| 1780 |
msgstr ""
|
| 1781 |
|
| 1803 |
msgid "Expire Message"
|
| 1804 |
msgstr ""
|
| 1805 |
|
| 1806 |
+
#: ../includes/Elements/Countdown.php:1052, ../includes/Elements/Cta_Box.php:510, ../includes/Elements/Dual_Color_Header.php:449, ../includes/Elements/Flip_Box.php:1177, ../includes/Elements/Flip_Box.php:1245, ../includes/Elements/Info_Box.php:1349, ../includes/Elements/Post_Grid.php:603, ../includes/Elements/Post_Timeline.php:331, ../includes/Elements/Pricing_Table.php:875, ../includes/Elements/Twitter_Feed.php:687
|
| 1807 |
msgid "Title Style"
|
| 1808 |
msgstr ""
|
| 1809 |
|
| 1810 |
+
#: ../includes/Elements/Countdown.php:1061, ../includes/Elements/Event_Calendar.php:1406, ../includes/Elements/FluentForm.php:1859, ../includes/Elements/Formstack.php:1633, ../includes/Elements/Info_Box.php:1459, ../includes/Elements/Post_Grid.php:612, ../includes/Elements/Post_Timeline.php:340, ../includes/Elements/Product_Grid.php:2443, ../includes/Elements/Product_Grid.php:2798, ../includes/Elements/Progress_Bar.php:690, ../includes/Elements/Twitter_Feed.php:591, ../includes/Elements/Woo_Checkout.php:2155, ../includes/Elements/Woo_Checkout.php:2255, ../includes/Elements/Woo_Product_Carousel.php:1529, ../includes/Elements/Woo_Product_Carousel.php:1895, ../includes/Elements/Woo_Product_Gallery.php:1782, ../includes/Elements/Woo_Product_Gallery.php:2136, ../includes/Traits/Woo_Product_Comparable.php:1018, ../includes/Traits/Woo_Product_Comparable.php:1249
|
| 1811 |
msgid "Title Color"
|
| 1812 |
msgstr ""
|
| 1813 |
|
| 1815 |
msgid "Button Content"
|
| 1816 |
msgstr ""
|
| 1817 |
|
| 1818 |
+
#: ../includes/Elements/Creative_Button.php:87, ../includes/Elements/Info_Box.php:413
|
| 1819 |
msgid "Enter button text"
|
| 1820 |
msgstr ""
|
| 1821 |
|
| 1822 |
+
#: ../includes/Elements/Creative_Button.php:88, ../includes/Elements/Info_Box.php:414
|
| 1823 |
msgid "Enter button text here"
|
| 1824 |
msgstr ""
|
| 1825 |
|
| 1835 |
msgid "Enter button secondary text here"
|
| 1836 |
msgstr ""
|
| 1837 |
|
| 1838 |
+
#: ../includes/Elements/Creative_Button.php:110, ../includes/Elements/Info_Box.php:424
|
| 1839 |
msgid "Link URL"
|
| 1840 |
msgstr ""
|
| 1841 |
|
| 1842 |
+
#: ../includes/Elements/Creative_Button.php:160, ../includes/Elements/Filterable_Gallery.php:2596, ../includes/Elements/Info_Box.php:472, ../includes/Elements/Pricing_Table.php:552
|
| 1843 |
msgid "Icon Spacing"
|
| 1844 |
msgstr ""
|
| 1845 |
|
| 1911 |
msgid "Shikoba (Pro)"
|
| 1912 |
msgstr ""
|
| 1913 |
|
| 1914 |
+
#: ../includes/Elements/Creative_Button.php:250, ../includes/Elements/Cta_Box.php:682, ../includes/Elements/Product_Grid.php:1498, ../includes/Elements/Team_Member.php:703, ../includes/Elements/Woo_Product_Gallery.php:998
|
| 1915 |
msgid "Use Gradient Background"
|
| 1916 |
msgstr ""
|
| 1917 |
|
| 1918 |
+
#: ../includes/Elements/Creative_Button.php:527, ../includes/Elements/Info_Box.php:1204
|
| 1919 |
msgid "Button Padding"
|
| 1920 |
msgstr ""
|
| 1921 |
|
| 2027 |
msgid "Primary Button Style"
|
| 2028 |
msgstr ""
|
| 2029 |
|
| 2030 |
+
#: ../includes/Elements/Cta_Box.php:642, ../includes/Elements/Cta_Box.php:859, ../includes/Extensions/Table_of_Content.php:687
|
| 2031 |
msgid "Top to Bottom"
|
| 2032 |
msgstr ""
|
| 2033 |
|
| 2039 |
msgid "Secondary Button Style"
|
| 2040 |
msgstr ""
|
| 2041 |
|
| 2042 |
+
#: ../includes/Elements/Cta_Box.php:1011, ../includes/Elements/Data_Table.php:1050, ../includes/Elements/Dual_Color_Header.php:386, ../includes/Elements/Feature_List.php:107, ../includes/Elements/Flip_Box.php:915, ../includes/Elements/Flip_Box.php:934, ../includes/Elements/Flip_Box.php:1047, ../includes/Elements/Info_Box.php:927
|
| 2043 |
msgid "Icon Style"
|
| 2044 |
msgstr ""
|
| 2045 |
|
| 2103 |
msgid "Row"
|
| 2104 |
msgstr ""
|
| 2105 |
|
| 2106 |
+
#: ../includes/Elements/Data_Table.php:271, ../includes/Traits/Controls.php:485, ../includes/Traits/Controls.php:515
|
| 2107 |
msgid "Column"
|
| 2108 |
msgstr ""
|
| 2109 |
|
| 2131 |
msgid "Cell Text"
|
| 2132 |
msgstr ""
|
| 2133 |
|
| 2134 |
+
#: ../includes/Elements/Data_Table.php:396, ../includes/Elements/Event_Calendar.php:158, ../includes/Elements/Feature_List.php:201, ../includes/Elements/Filterable_Gallery.php:303, ../includes/Elements/Flip_Box.php:634, ../includes/Elements/Flip_Box.php:659, ../includes/Elements/Sticky_Video.php:158, ../includes/Elements/Sticky_Video.php:173, ../includes/Elements/Sticky_Video.php:188, ../includes/Elements/Sticky_Video.php:233, ../includes/Elements/Team_Member.php:180
|
| 2135 |
msgid "Link"
|
| 2136 |
msgstr ""
|
| 2137 |
|
| 2143 |
msgid "Header Border Radius"
|
| 2144 |
msgstr ""
|
| 2145 |
|
| 2146 |
+
#: ../includes/Elements/Data_Table.php:755, ../includes/Elements/Filterable_Gallery.php:2116
|
| 2147 |
msgid "Icon Space"
|
| 2148 |
msgstr ""
|
| 2149 |
|
| 2175 |
msgid "Background Color (Even Row)"
|
| 2176 |
msgstr ""
|
| 2177 |
|
| 2178 |
+
#: ../includes/Elements/Data_Table.php:1022, ../includes/Elements/Filterable_Gallery.php:1294, ../includes/Elements/Filterable_Gallery.php:1677, ../includes/Elements/Flip_Box.php:364, ../includes/Elements/Flip_Box.php:593, ../includes/Elements/Info_Box.php:301, ../includes/Elements/Pricing_Table.php:810, ../includes/Elements/Tooltip.php:372
|
| 2179 |
msgid "Content Alignment"
|
| 2180 |
msgstr ""
|
| 2181 |
|
| 2207 |
msgid "Show Separator"
|
| 2208 |
msgstr ""
|
| 2209 |
|
| 2210 |
+
#: ../includes/Elements/Dual_Color_Header.php:134, ../includes/Elements/Woo_Product_Carousel.php:231, ../includes/Traits/Controls.php:825
|
| 2211 |
msgid "Title Tag"
|
| 2212 |
msgstr ""
|
| 2213 |
|
| 2235 |
msgid "Insert a meaningful line to evaluate the headline."
|
| 2236 |
msgstr ""
|
| 2237 |
|
| 2238 |
+
#: ../includes/Elements/Dual_Color_Header.php:245, ../includes/Elements/Dual_Color_Header.php:597, ../includes/Elements/Filterable_Gallery.php:2232, ../includes/Extensions/Table_of_Content.php:1066
|
| 2239 |
msgid "Separator"
|
| 2240 |
msgstr ""
|
| 2241 |
|
| 2395 |
msgid "Get Events"
|
| 2396 |
msgstr ""
|
| 2397 |
|
| 2398 |
+
#: ../includes/Elements/Event_Calendar.php:376, ../includes/Elements/Filterable_Gallery.php:338, ../includes/Elements/Filterable_Gallery.php:2772, ../includes/Elements/Woo_Product_Gallery.php:261
|
| 2399 |
msgid "All"
|
| 2400 |
msgstr ""
|
| 2401 |
|
| 2531 |
msgid "Date Icon"
|
| 2532 |
msgstr ""
|
| 2533 |
|
| 2534 |
+
#: ../includes/Elements/Event_Calendar.php:1503, ../includes/Elements/Info_Box.php:1471, ../includes/Elements/Product_Grid.php:2516, ../includes/Elements/Product_Grid.php:2809, ../includes/Elements/Twitter_Feed.php:601, ../includes/Elements/Woo_Product_Carousel.php:1601, ../includes/Elements/Woo_Product_Carousel.php:1905, ../includes/Elements/Woo_Product_Gallery.php:1854, ../includes/Elements/Woo_Product_Gallery.php:2147
|
| 2535 |
msgid "Content Color"
|
| 2536 |
msgstr ""
|
| 2537 |
|
| 2538 |
+
#: ../includes/Elements/Event_Calendar.php:1514, ../includes/Elements/Product_Grid.php:2831, ../includes/Elements/Woo_Product_Carousel.php:1926, ../includes/Elements/Woo_Product_Gallery.php:2169, ../includes/Traits/Woo_Product_Comparable.php:1336
|
| 2539 |
msgid " Close Button"
|
| 2540 |
msgstr ""
|
| 2541 |
|
| 2542 |
+
#: ../includes/Elements/Event_Calendar.php:1549, ../includes/Elements/Product_Grid.php:2866, ../includes/Elements/Woo_Product_Carousel.php:1961, ../includes/Elements/Woo_Product_Gallery.php:2204, ../includes/Extensions/Table_of_Content.php:723
|
| 2543 |
msgid "Button Size"
|
| 2544 |
msgstr ""
|
| 2545 |
|
| 2555 |
msgid "Tomorrow"
|
| 2556 |
msgstr ""
|
| 2557 |
|
| 2558 |
+
#: ../includes/Elements/Event_Calendar.php:1961
|
| 2559 |
msgid "No Title"
|
| 2560 |
msgstr ""
|
| 2561 |
|
| 2599 |
msgid "Max Visible Items"
|
| 2600 |
msgstr ""
|
| 2601 |
|
| 2602 |
+
#: ../includes/Elements/Facebook_Feed.php:171, ../includes/Elements/Twitter_Feed.php:147, ../includes/Elements/Woo_Product_Carousel.php:202, ../includes/Traits/Controls.php:399
|
| 2603 |
msgid "Layout Settings"
|
| 2604 |
msgstr ""
|
| 2605 |
|
| 2606 |
+
#: ../includes/Elements/Facebook_Feed.php:182, ../includes/Elements/Filterable_Gallery.php:176
|
| 2607 |
msgid "Card"
|
| 2608 |
msgstr ""
|
| 2609 |
|
| 2610 |
+
#: ../includes/Elements/Facebook_Feed.php:183, ../includes/Elements/Filterable_Gallery.php:175, ../includes/Traits/Controls.php:557
|
| 2611 |
msgid "Overlay"
|
| 2612 |
msgstr ""
|
| 2613 |
|
| 2614 |
+
#: ../includes/Elements/Facebook_Feed.php:192, ../includes/Elements/Filterable_Gallery.php:122, ../includes/Elements/Product_Grid.php:286, ../includes/Elements/Product_Grid.php:308, ../includes/Elements/Woo_Product_Gallery.php:338, ../includes/Traits/Woo_Product_Comparable.php:853
|
| 2615 |
msgid "Columns"
|
| 2616 |
msgstr ""
|
| 2617 |
|
| 2618 |
+
#: ../includes/Elements/Facebook_Feed.php:196, ../includes/Elements/Product_Grid.php:290, ../includes/Elements/Product_Grid.php:312, ../includes/Elements/Testimonial.php:195, ../includes/Elements/Woo_Product_Carousel.php:356, ../includes/Elements/Woo_Product_Carousel.php:453, ../includes/Elements/Woo_Product_Gallery.php:342, ../includes/Traits/Controls.php:521, ../includes/Traits/Controls.php:1026
|
| 2619 |
msgid "1"
|
| 2620 |
msgstr ""
|
| 2621 |
|
| 2622 |
+
#: ../includes/Elements/Facebook_Feed.php:197, ../includes/Elements/Product_Grid.php:291, ../includes/Elements/Product_Grid.php:313, ../includes/Elements/Testimonial.php:196, ../includes/Elements/Woo_Product_Carousel.php:357, ../includes/Elements/Woo_Product_Carousel.php:454, ../includes/Elements/Woo_Product_Gallery.php:343, ../includes/Traits/Controls.php:522, ../includes/Traits/Controls.php:1027
|
| 2623 |
msgid "2"
|
| 2624 |
msgstr ""
|
| 2625 |
|
| 2626 |
+
#: ../includes/Elements/Facebook_Feed.php:198, ../includes/Elements/Product_Grid.php:292, ../includes/Elements/Testimonial.php:197, ../includes/Elements/Woo_Product_Carousel.php:358, ../includes/Elements/Woo_Product_Carousel.php:455, ../includes/Elements/Woo_Product_Gallery.php:344, ../includes/Traits/Controls.php:523, ../includes/Traits/Controls.php:1028
|
| 2627 |
msgid "3"
|
| 2628 |
msgstr ""
|
| 2629 |
|
| 2630 |
+
#: ../includes/Elements/Facebook_Feed.php:199, ../includes/Elements/Product_Grid.php:293, ../includes/Elements/Testimonial.php:198, ../includes/Elements/Woo_Product_Carousel.php:456, ../includes/Elements/Woo_Product_Gallery.php:345, ../includes/Traits/Controls.php:524
|
| 2631 |
msgid "4"
|
| 2632 |
msgstr ""
|
| 2633 |
|
| 2634 |
+
#: ../includes/Elements/Facebook_Feed.php:200, ../includes/Elements/Filterable_Gallery.php:519, ../includes/Elements/Product_Grid.php:294, ../includes/Elements/Testimonial.php:199, ../includes/Elements/Woo_Product_Carousel.php:457, ../includes/Elements/Woo_Product_Gallery.php:346, ../includes/Traits/Controls.php:525
|
| 2635 |
msgid "5"
|
| 2636 |
msgstr ""
|
| 2637 |
|
| 2638 |
+
#: ../includes/Elements/Facebook_Feed.php:201, ../includes/Elements/Product_Grid.php:295, ../includes/Elements/Woo_Product_Carousel.php:458, ../includes/Elements/Woo_Product_Gallery.php:347, ../includes/Traits/Controls.php:526
|
| 2639 |
msgid "6"
|
| 2640 |
msgstr ""
|
| 2641 |
|
| 2687 |
msgid "Show Preview Description"
|
| 2688 |
msgstr ""
|
| 2689 |
|
| 2690 |
+
#: ../includes/Elements/Facebook_Feed.php:384, ../includes/Elements/Product_Grid.php:657, ../includes/Elements/Woo_Product_Gallery.php:515, ../includes/Traits/Controls.php:627
|
| 2691 |
msgid "Show Load More"
|
| 2692 |
msgstr ""
|
| 2693 |
|
| 2695 |
msgid "Label"
|
| 2696 |
msgstr ""
|
| 2697 |
|
| 2698 |
+
#: ../includes/Elements/Facebook_Feed.php:406, ../includes/Elements/Filterable_Gallery.php:693, ../includes/Elements/Product_Grid.php:636, ../includes/Elements/Product_Grid.php:669, ../includes/Elements/Woo_Product_Gallery.php:511, ../includes/Elements/Woo_Product_Gallery.php:527, ../includes/Traits/Controls.php:643
|
| 2699 |
msgid "Load More"
|
| 2700 |
msgstr ""
|
| 2701 |
|
| 2707 |
msgid "Space Between Items"
|
| 2708 |
msgstr ""
|
| 2709 |
|
| 2710 |
+
#: ../includes/Elements/Facebook_Feed.php:526, ../includes/Elements/Filterable_Gallery.php:1323, ../includes/Elements/Post_Grid.php:336
|
| 2711 |
msgid "Thumbnail Style"
|
| 2712 |
msgstr ""
|
| 2713 |
|
| 2755 |
msgid "Likes & Comments"
|
| 2756 |
msgstr ""
|
| 2757 |
|
| 2758 |
+
#: ../includes/Elements/Facebook_Feed.php:1146, ../includes/Elements/Image_Accordion.php:391, ../includes/Elements/Post_Timeline.php:132, ../includes/Elements/Team_Member.php:344, ../includes/Elements/Woo_Product_Carousel.php:909
|
| 2759 |
msgid "Overlay Color"
|
| 2760 |
msgstr ""
|
| 2761 |
|
| 2951 |
msgid "Icon Shape"
|
| 2952 |
msgstr ""
|
| 2953 |
|
| 2954 |
+
#: ../includes/Elements/Feature_List.php:275, ../includes/Elements/Flip_Box.php:870, ../includes/Elements/Info_Box.php:585, ../includes/Elements/Info_Box.php:640, ../includes/Elements/Info_Box.php:808, ../includes/Elements/Info_Box.php:888, ../includes/Elements/Info_Box.php:1026, ../includes/Elements/Info_Box.php:1122, ../includes/Elements/Progress_Bar.php:86
|
| 2955 |
msgid "Circle"
|
| 2956 |
msgstr ""
|
| 2957 |
|
| 2958 |
+
#: ../includes/Elements/Feature_List.php:276, ../includes/Elements/Info_Box.php:584, ../includes/Elements/Info_Box.php:639, ../includes/Elements/Info_Box.php:810, ../includes/Elements/Info_Box.php:890, ../includes/Elements/Info_Box.php:1028, ../includes/Elements/Info_Box.php:1124
|
| 2959 |
msgid "Square"
|
| 2960 |
msgstr ""
|
| 2961 |
|
| 2971 |
msgid "Framed"
|
| 2972 |
msgstr ""
|
| 2973 |
|
| 2974 |
+
#: ../includes/Elements/Feature_List.php:307, ../includes/Elements/Flip_Box.php:334, ../includes/Elements/Flip_Box.php:563, ../includes/Elements/Image_Accordion.php:132, ../includes/Elements/Info_Box.php:132, ../includes/Elements/Login_Register.php:749, ../includes/Elements/Pricing_Table.php:377, ../includes/Elements/Tooltip.php:290, ../includes/Elements/Twitter_Feed.php:365, ../includes/Extensions/Reading_Progress.php:115, ../includes/Traits/Controls.php:1697
|
| 2975 |
msgid "Top"
|
| 2976 |
msgstr ""
|
| 2977 |
|
| 3003 |
msgid "Connector Styles"
|
| 3004 |
msgstr ""
|
| 3005 |
|
| 3006 |
+
#: ../includes/Elements/Feature_List.php:432, ../includes/Elements/GravityForms.php:1020, ../includes/Elements/Sticky_Video.php:556, ../includes/Extensions/Table_of_Content.php:1080
|
| 3007 |
msgid "Dashed"
|
| 3008 |
msgstr ""
|
| 3009 |
|
| 3023 |
msgid "Title Bottom Space"
|
| 3024 |
msgstr ""
|
| 3025 |
|
| 3026 |
+
#: ../includes/Elements/Filterable_Gallery.php:94, ../includes/Elements/Flip_Box.php:77, ../includes/Elements/Pricing_Table.php:78, ../includes/Traits/Core.php:44, ../includes/templates/admin/elements.php:591, ../includes/templates/admin/elements.php:573, ../includes/templates/admin/elements.php:570, ../includes/templates/admin/extensions.php:85
|
| 3027 |
msgid "Settings"
|
| 3028 |
msgstr ""
|
| 3029 |
|
| 3030 |
+
#: ../includes/Elements/Filterable_Gallery.php:101
|
| 3031 |
msgid "Items to show"
|
| 3032 |
msgstr ""
|
| 3033 |
|
| 3034 |
+
#: ../includes/Elements/Filterable_Gallery.php:112
|
| 3035 |
msgid "Animation Duration (ms)"
|
| 3036 |
msgstr ""
|
| 3037 |
|
| 3038 |
+
#: ../includes/Elements/Filterable_Gallery.php:143
|
| 3039 |
msgid "Grid Style"
|
| 3040 |
msgstr ""
|
| 3041 |
|
| 3042 |
+
#: ../includes/Elements/Filterable_Gallery.php:156, ../includes/Traits/Controls.php:682, ../includes/Traits/Controls.php:706
|
| 3043 |
msgid "Image Height"
|
| 3044 |
msgstr ""
|
| 3045 |
|
| 3046 |
+
#: ../includes/Elements/Filterable_Gallery.php:177
|
| 3047 |
msgid "Search & Filter"
|
| 3048 |
msgstr ""
|
| 3049 |
|
| 3050 |
+
#: ../includes/Elements/Filterable_Gallery.php:185
|
| 3051 |
msgid "Hover Style"
|
| 3052 |
msgstr ""
|
| 3053 |
|
| 3054 |
+
#: ../includes/Elements/Filterable_Gallery.php:190
|
| 3055 |
msgid "Slide In Up"
|
| 3056 |
msgstr ""
|
| 3057 |
|
| 3058 |
+
#: ../includes/Elements/Filterable_Gallery.php:191, ../includes/Elements/Flip_Box.php:95
|
| 3059 |
msgid "Fade In"
|
| 3060 |
msgstr ""
|
| 3061 |
|
| 3062 |
+
#: ../includes/Elements/Filterable_Gallery.php:192
|
| 3063 |
msgid "Zoom In "
|
| 3064 |
msgstr ""
|
| 3065 |
|
| 3066 |
+
#: ../includes/Elements/Filterable_Gallery.php:203
|
| 3067 |
msgid "Hover Transition"
|
| 3068 |
msgstr ""
|
| 3069 |
|
| 3070 |
+
#: ../includes/Elements/Filterable_Gallery.php:225
|
| 3071 |
msgid "Link to"
|
| 3072 |
msgstr ""
|
| 3073 |
|
| 3074 |
+
#: ../includes/Elements/Filterable_Gallery.php:230
|
| 3075 |
msgid "Media"
|
| 3076 |
msgstr ""
|
| 3077 |
|
| 3078 |
+
#: ../includes/Elements/Filterable_Gallery.php:231, ../includes/Elements/Product_Grid.php:1750, ../includes/Elements/Woo_Product_Gallery.php:1553, ../includes/Traits/Woo_Product_Comparable.php:879
|
| 3079 |
msgid "Buttons"
|
| 3080 |
msgstr ""
|
| 3081 |
|
| 3082 |
+
#: ../includes/Elements/Filterable_Gallery.php:242
|
| 3083 |
msgid "Lightbox Icon"
|
| 3084 |
msgstr ""
|
| 3085 |
|
| 3086 |
+
#: ../includes/Elements/Filterable_Gallery.php:258
|
| 3087 |
msgid "Link Icon"
|
| 3088 |
msgstr ""
|
| 3089 |
|
| 3090 |
+
#: ../includes/Elements/Filterable_Gallery.php:274
|
| 3091 |
msgid "Show Popup Caption"
|
| 3092 |
msgstr ""
|
| 3093 |
|
| 3094 |
+
#: ../includes/Elements/Filterable_Gallery.php:286
|
| 3095 |
msgid "Full Image Clickable?"
|
| 3096 |
msgstr ""
|
| 3097 |
|
| 3098 |
+
#: ../includes/Elements/Filterable_Gallery.php:298
|
| 3099 |
msgid "Full Image Action"
|
| 3100 |
msgstr ""
|
| 3101 |
|
| 3102 |
+
#: ../includes/Elements/Filterable_Gallery.php:302
|
| 3103 |
msgid "Lightbox"
|
| 3104 |
msgstr ""
|
| 3105 |
|
| 3106 |
+
#: ../includes/Elements/Filterable_Gallery.php:319
|
| 3107 |
msgid "Filterable Controls"
|
| 3108 |
msgstr ""
|
| 3109 |
|
| 3110 |
+
#: ../includes/Elements/Filterable_Gallery.php:326
|
| 3111 |
msgid "Enable Filter"
|
| 3112 |
msgstr ""
|
| 3113 |
|
| 3114 |
+
#: ../includes/Elements/Filterable_Gallery.php:335
|
| 3115 |
msgid "Gallery All Label"
|
| 3116 |
msgstr ""
|
| 3117 |
|
| 3118 |
+
#: ../includes/Elements/Filterable_Gallery.php:348
|
| 3119 |
msgid "All label icon"
|
| 3120 |
msgstr ""
|
| 3121 |
|
| 3122 |
+
#: ../includes/Elements/Filterable_Gallery.php:364, ../includes/Elements/Info_Box.php:232
|
| 3123 |
msgid "Select Title Tag"
|
| 3124 |
msgstr ""
|
| 3125 |
|
| 3126 |
+
#: ../includes/Elements/Filterable_Gallery.php:392, ../includes/Elements/Pricing_Table.php:303
|
| 3127 |
msgid "List Item"
|
| 3128 |
msgstr ""
|
| 3129 |
|
| 3130 |
+
#: ../includes/Elements/Filterable_Gallery.php:396
|
| 3131 |
msgid "Gallery Item"
|
| 3132 |
msgstr ""
|
| 3133 |
|
| 3134 |
+
#: ../includes/Elements/Filterable_Gallery.php:411
|
| 3135 |
msgid "Gallery Items"
|
| 3136 |
msgstr ""
|
| 3137 |
|
| 3138 |
+
#: ../includes/Elements/Filterable_Gallery.php:418
|
| 3139 |
msgid "Enable Photo Gallery"
|
| 3140 |
msgstr ""
|
| 3141 |
|
| 3142 |
+
#: ../includes/Elements/Filterable_Gallery.php:430
|
| 3143 |
msgid "Video Gallery?"
|
| 3144 |
msgstr ""
|
| 3145 |
|
| 3146 |
+
#: ../includes/Elements/Filterable_Gallery.php:442
|
| 3147 |
msgid "Video Link"
|
| 3148 |
msgstr ""
|
| 3149 |
|
| 3150 |
+
#: ../includes/Elements/Filterable_Gallery.php:455
|
| 3151 |
msgid "Control Name"
|
| 3152 |
msgstr ""
|
| 3153 |
|
| 3154 |
+
#: ../includes/Elements/Filterable_Gallery.php:460
|
| 3155 |
msgid "Use the gallery control name from Control Settings. Separate multiple items with comma (e.g. <strong>Gallery Item, Gallery Item 2</strong>)"
|
| 3156 |
msgstr ""
|
| 3157 |
|
| 3158 |
+
#: ../includes/Elements/Filterable_Gallery.php:467
|
| 3159 |
msgid "Item Name"
|
| 3160 |
msgstr ""
|
| 3161 |
|
| 3162 |
+
#: ../includes/Elements/Filterable_Gallery.php:471
|
| 3163 |
msgid "Gallery item name"
|
| 3164 |
msgstr ""
|
| 3165 |
|
| 3166 |
+
#: ../includes/Elements/Filterable_Gallery.php:479
|
| 3167 |
msgid "Enable Price ?"
|
| 3168 |
msgstr ""
|
| 3169 |
|
| 3170 |
+
#: ../includes/Elements/Filterable_Gallery.php:491
|
| 3171 |
msgid "Item Price"
|
| 3172 |
msgstr ""
|
| 3173 |
|
| 3174 |
+
#: ../includes/Elements/Filterable_Gallery.php:494
|
| 3175 |
msgid "$20.00"
|
| 3176 |
msgstr ""
|
| 3177 |
|
| 3178 |
+
#: ../includes/Elements/Filterable_Gallery.php:504
|
| 3179 |
msgid "Enable Ratings ?"
|
| 3180 |
msgstr ""
|
| 3181 |
|
| 3182 |
+
#: ../includes/Elements/Filterable_Gallery.php:516
|
| 3183 |
msgid "Item Ratings"
|
| 3184 |
msgstr ""
|
| 3185 |
|
| 3186 |
+
#: ../includes/Elements/Filterable_Gallery.php:529
|
| 3187 |
msgid "Enable Category ?"
|
| 3188 |
msgstr ""
|
| 3189 |
|
| 3190 |
+
#: ../includes/Elements/Filterable_Gallery.php:541
|
| 3191 |
msgid "Item Category"
|
| 3192 |
msgstr ""
|
| 3193 |
|
| 3194 |
+
#: ../includes/Elements/Filterable_Gallery.php:544, ../includes/Traits/Admin.php:21, ../includes/Traits/Admin.php:22, ../includes/Traits/Elements.php:35
|
| 3195 |
msgid "Essential Addons"
|
| 3196 |
msgstr ""
|
| 3197 |
|
| 3198 |
+
#: ../includes/Elements/Filterable_Gallery.php:554
|
| 3199 |
msgid "Item Content"
|
| 3200 |
msgstr ""
|
| 3201 |
|
| 3202 |
+
#: ../includes/Elements/Filterable_Gallery.php:557
|
| 3203 |
msgid "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem, provident."
|
| 3204 |
msgstr ""
|
| 3205 |
|
| 3206 |
+
#: ../includes/Elements/Filterable_Gallery.php:575
|
| 3207 |
msgid "Video play icon"
|
| 3208 |
msgstr ""
|
| 3209 |
|
| 3210 |
+
#: ../includes/Elements/Filterable_Gallery.php:589
|
| 3211 |
msgid "Gallery Lightbox Button?"
|
| 3212 |
msgstr ""
|
| 3213 |
|
| 3214 |
+
#: ../includes/Elements/Filterable_Gallery.php:604
|
| 3215 |
msgid "Gallery Link Button?"
|
| 3216 |
msgstr ""
|
| 3217 |
|
| 3218 |
+
#: ../includes/Elements/Filterable_Gallery.php:660, ../includes/Elements/Filterable_Gallery.php:667, ../includes/Elements/Filterable_Gallery.php:2451, ../includes/Traits/Controls.php:1370
|
| 3219 |
msgid "Load More Button"
|
| 3220 |
msgstr ""
|
| 3221 |
|
| 3222 |
+
#: ../includes/Elements/Filterable_Gallery.php:677
|
| 3223 |
msgid "Images Per Page"
|
| 3224 |
msgstr ""
|
| 3225 |
|
| 3226 |
+
#: ../includes/Elements/Filterable_Gallery.php:703
|
| 3227 |
msgid "No More Items Text"
|
| 3228 |
msgstr ""
|
| 3229 |
|
| 3230 |
+
#: ../includes/Elements/Filterable_Gallery.php:706
|
| 3231 |
msgid "No more items!"
|
| 3232 |
msgstr ""
|
| 3233 |
|
| 3234 |
+
#: ../includes/Elements/Filterable_Gallery.php:720
|
| 3235 |
msgid "Extra Small"
|
| 3236 |
msgstr ""
|
| 3237 |
|
| 3238 |
+
#: ../includes/Elements/Filterable_Gallery.php:721
|
| 3239 |
msgid "Small"
|
| 3240 |
msgstr ""
|
| 3241 |
|
| 3242 |
+
#: ../includes/Elements/Filterable_Gallery.php:722
|
| 3243 |
msgid "Medium"
|
| 3244 |
msgstr ""
|
| 3245 |
|
| 3246 |
+
#: ../includes/Elements/Filterable_Gallery.php:723
|
| 3247 |
msgid "Large"
|
| 3248 |
msgstr ""
|
| 3249 |
|
| 3250 |
+
#: ../includes/Elements/Filterable_Gallery.php:724
|
| 3251 |
msgid "Extra Large"
|
| 3252 |
msgstr ""
|
| 3253 |
|
| 3254 |
+
#: ../includes/Elements/Filterable_Gallery.php:736, ../includes/Elements/Filterable_Gallery.php:2642, ../includes/Elements/Flip_Box.php:696, ../includes/Elements/Pricing_Table.php:523
|
| 3255 |
msgid "Button Icon"
|
| 3256 |
msgstr ""
|
| 3257 |
|
| 3258 |
+
#: ../includes/Elements/Filterable_Gallery.php:914
|
| 3259 |
msgid "Control Style"
|
| 3260 |
msgstr ""
|
| 3261 |
|
| 3262 |
+
#: ../includes/Elements/Filterable_Gallery.php:1098
|
| 3263 |
msgid "Item Style"
|
| 3264 |
msgstr ""
|
| 3265 |
|
| 3266 |
+
#: ../includes/Elements/Filterable_Gallery.php:1173, ../includes/Elements/Filterable_Gallery.php:1363
|
| 3267 |
msgid "Item Hover Style"
|
| 3268 |
msgstr ""
|
| 3269 |
|
| 3270 |
+
#: ../includes/Elements/Filterable_Gallery.php:1208, ../includes/Elements/Filterable_Gallery.php:1570, ../includes/Elements/Login_Register.php:2395, ../includes/Elements/Post_Timeline.php:379
|
| 3271 |
msgid "Title Typography"
|
| 3272 |
msgstr ""
|
| 3273 |
|
| 3274 |
+
#: ../includes/Elements/Filterable_Gallery.php:1248, ../includes/Elements/Filterable_Gallery.php:1630
|
| 3275 |
msgid "Content Typography"
|
| 3276 |
msgstr ""
|
| 3277 |
|
| 3278 |
+
#: ../includes/Elements/Filterable_Gallery.php:1393
|
| 3279 |
msgid "Video item hover"
|
| 3280 |
msgstr ""
|
| 3281 |
|
| 3282 |
+
#: ../includes/Elements/Filterable_Gallery.php:1416
|
| 3283 |
msgid "Background transition"
|
| 3284 |
msgstr ""
|
| 3285 |
|
| 3286 |
+
#: ../includes/Elements/Filterable_Gallery.php:1436
|
| 3287 |
msgid "Icon size"
|
| 3288 |
msgstr ""
|
| 3289 |
|
| 3290 |
+
#: ../includes/Elements/Filterable_Gallery.php:1459
|
| 3291 |
msgid "Hover icon scale"
|
| 3292 |
msgstr ""
|
| 3293 |
|
| 3294 |
+
#: ../includes/Elements/Filterable_Gallery.php:1471
|
| 3295 |
msgid "Icon transition"
|
| 3296 |
msgstr ""
|
| 3297 |
|
| 3298 |
+
#: ../includes/Elements/Filterable_Gallery.php:1498
|
| 3299 |
msgid "Item Card Style"
|
| 3300 |
msgstr ""
|
| 3301 |
|
| 3302 |
+
#: ../includes/Elements/Filterable_Gallery.php:1710
|
| 3303 |
msgid "Icons Style"
|
| 3304 |
msgstr ""
|
| 3305 |
|
| 3306 |
+
#: ../includes/Elements/Filterable_Gallery.php:1801
|
| 3307 |
msgid "Icon Font Size"
|
| 3308 |
msgstr ""
|
| 3309 |
|
| 3310 |
+
#: ../includes/Elements/Filterable_Gallery.php:1942, ../includes/Traits/Woo_Product_Comparable.php:1500
|
| 3311 |
msgid "Price Style"
|
| 3312 |
msgstr ""
|
| 3313 |
|
| 3314 |
+
#: ../includes/Elements/Filterable_Gallery.php:1978
|
| 3315 |
msgid "Ratings Style"
|
| 3316 |
msgstr ""
|
| 3317 |
|
| 3318 |
+
#: ../includes/Elements/Filterable_Gallery.php:2000
|
| 3319 |
msgid "Star Color"
|
| 3320 |
msgstr ""
|
| 3321 |
|
| 3322 |
+
#: ../includes/Elements/Filterable_Gallery.php:2025
|
| 3323 |
msgid "Category Style"
|
| 3324 |
msgstr ""
|
| 3325 |
|
| 3326 |
+
#: ../includes/Elements/Filterable_Gallery.php:2084
|
| 3327 |
msgid "Search Form Style"
|
| 3328 |
msgstr ""
|
| 3329 |
|
| 3330 |
+
#: ../includes/Elements/Filterable_Gallery.php:2095, ../includes/Elements/Login_Register.php:300
|
| 3331 |
msgid "Controls"
|
| 3332 |
msgstr ""
|
| 3333 |
|
| 3334 |
+
#: ../includes/Elements/Filterable_Gallery.php:2189
|
| 3335 |
msgid "Controls Background"
|
| 3336 |
msgstr ""
|
| 3337 |
|
| 3338 |
+
#: ../includes/Elements/Filterable_Gallery.php:2241
|
| 3339 |
msgid "Separator Size"
|
| 3340 |
msgstr ""
|
| 3341 |
|
| 3342 |
+
#: ../includes/Elements/Filterable_Gallery.php:2272, ../includes/Elements/Login_Register.php:1616, ../includes/Elements/Woo_Checkout.php:1568
|
| 3343 |
msgid "Form"
|
| 3344 |
msgstr ""
|
| 3345 |
|
| 3346 |
+
#: ../includes/Elements/Filterable_Gallery.php:2294
|
| 3347 |
msgid "Search Gallery Item..."
|
| 3348 |
msgstr ""
|
| 3349 |
|
| 3350 |
+
#: ../includes/Elements/Filterable_Gallery.php:2301, ../includes/Elements/Login_Register.php:2623, ../includes/Elements/Login_Register.php:2661
|
| 3351 |
msgid "Placeholder Color"
|
| 3352 |
msgstr ""
|
| 3353 |
|
| 3354 |
+
#: ../includes/Elements/Filterable_Gallery.php:2355
|
| 3355 |
msgid "Dropdown"
|
| 3356 |
msgstr ""
|
| 3357 |
|
| 3358 |
+
#: ../includes/Elements/Filterable_Gallery.php:2463, ../includes/Elements/Product_Grid.php:2041, ../includes/Elements/Product_Grid.php:2218, ../includes/Elements/Woo_Checkout.php:705, ../includes/Elements/Woo_Checkout.php:1018, ../includes/Elements/Woo_Checkout.php:1127, ../includes/Elements/Woo_Checkout.php:2619, ../includes/Elements/Woo_Product_Carousel.php:1435
|
| 3359 |
msgid "Top Spacing"
|
| 3360 |
msgstr ""
|
| 3361 |
|
| 3399 |
msgid "Flipbox Image"
|
| 3400 |
msgstr ""
|
| 3401 |
|
| 3402 |
+
#: ../includes/Elements/Flip_Box.php:244, ../includes/Elements/Flip_Box.php:473, ../includes/Elements/Info_Box.php:657
|
| 3403 |
msgid "Image Resizer"
|
| 3404 |
msgstr ""
|
| 3405 |
|
| 3423 |
msgid "Vertical Position"
|
| 3424 |
msgstr ""
|
| 3425 |
|
| 3426 |
+
#: ../includes/Elements/Flip_Box.php:338, ../includes/Elements/Flip_Box.php:567, ../includes/Elements/Info_Box.php:136, ../includes/Elements/Twitter_Feed.php:369
|
| 3427 |
msgid "Middle"
|
| 3428 |
msgstr ""
|
| 3429 |
|
| 3430 |
+
#: ../includes/Elements/Flip_Box.php:342, ../includes/Elements/Flip_Box.php:571, ../includes/Elements/Image_Accordion.php:140, ../includes/Elements/Info_Box.php:140, ../includes/Elements/Pricing_Table.php:385, ../includes/Elements/Tooltip.php:291, ../includes/Elements/Twitter_Feed.php:373, ../includes/Extensions/Reading_Progress.php:116, ../includes/Traits/Controls.php:1701
|
| 3431 |
msgid "Bottom"
|
| 3432 |
msgstr ""
|
| 3433 |
|
| 3479 |
msgid "Border Style"
|
| 3480 |
msgstr ""
|
| 3481 |
|
| 3482 |
+
#: ../includes/Elements/Flip_Box.php:854, ../includes/Elements/Info_Box.php:526
|
| 3483 |
msgid "Image Style"
|
| 3484 |
msgstr ""
|
| 3485 |
|
| 3619 |
msgid "Border Height"
|
| 3620 |
msgstr ""
|
| 3621 |
|
| 3622 |
+
#: ../includes/Elements/GravityForms.php:1091, ../includes/Elements/Pricing_Table.php:195, ../includes/Elements/Pricing_Table.php:202, ../includes/Elements/Product_Grid.php:143, ../includes/Elements/Product_Grid.php:2456, ../includes/Elements/Woo_Checkout.php:220, ../includes/Elements/Woo_Product_Carousel.php:124, ../includes/Elements/Woo_Product_Carousel.php:1541, ../includes/Elements/Woo_Product_Gallery.php:113, ../includes/Elements/Woo_Product_Gallery.php:1794, ../includes/Traits/Woo_Product_Comparable.php:42, ../includes/Traits/Woo_Product_Comparable.php:79
|
| 3623 |
msgid "Price"
|
| 3624 |
msgstr ""
|
| 3625 |
|
| 3627 |
msgid "Price Label Color"
|
| 3628 |
msgstr ""
|
| 3629 |
|
| 3630 |
+
#: ../includes/Elements/GravityForms.php:1111, ../includes/Elements/Product_Grid.php:1201, ../includes/Elements/Product_Grid.php:2474, ../includes/Elements/Woo_Product_Carousel.php:1559, ../includes/Elements/Woo_Product_Gallery.php:777, ../includes/Elements/Woo_Product_Gallery.php:1812
|
| 3631 |
msgid "Price Color"
|
| 3632 |
msgstr ""
|
| 3633 |
|
| 3743 |
msgid "Thumbnail"
|
| 3744 |
msgstr ""
|
| 3745 |
|
| 3746 |
+
#: ../includes/Elements/Info_Box.php:72, ../includes/Elements/Info_Box.php:161
|
| 3747 |
msgid "Infobox Image"
|
| 3748 |
msgstr ""
|
| 3749 |
|
| 3767 |
msgid "Image or Icon"
|
| 3768 |
msgstr ""
|
| 3769 |
|
| 3770 |
+
#: ../includes/Elements/Info_Box.php:103, ../includes/Elements/Info_Box.php:197, ../includes/Extensions/Table_of_Content.php:481
|
| 3771 |
msgid "Number"
|
| 3772 |
msgstr ""
|
| 3773 |
|
| 3774 |
+
#: ../includes/Elements/Info_Box.php:214, ../includes/Elements/Info_Box.php:275
|
| 3775 |
msgid "Infobox Content"
|
| 3776 |
msgstr ""
|
| 3777 |
|
| 3778 |
+
#: ../includes/Elements/Info_Box.php:220
|
| 3779 |
msgid "Infobox Title"
|
| 3780 |
msgstr ""
|
| 3781 |
|
| 3782 |
+
#: ../includes/Elements/Info_Box.php:226
|
| 3783 |
msgid "This is an icon box"
|
| 3784 |
msgstr ""
|
| 3785 |
|
| 3786 |
+
#: ../includes/Elements/Info_Box.php:281
|
| 3787 |
msgid "Write a short description, that will describe the title or something informational and useful."
|
| 3788 |
msgstr ""
|
| 3789 |
|
| 3790 |
+
#: ../includes/Elements/Info_Box.php:290
|
| 3791 |
msgid "Show Content"
|
| 3792 |
msgstr ""
|
| 3793 |
|
| 3794 |
+
#: ../includes/Elements/Info_Box.php:329, ../includes/Elements/Post_Grid.php:745
|
| 3795 |
msgid "Content Height"
|
| 3796 |
msgstr ""
|
| 3797 |
|
| 3798 |
+
#: ../includes/Elements/Info_Box.php:359
|
| 3799 |
msgid "Show Infobox Button"
|
| 3800 |
msgstr ""
|
| 3801 |
|
| 3802 |
+
#: ../includes/Elements/Info_Box.php:372
|
| 3803 |
msgid "Infobox Clickable"
|
| 3804 |
msgstr ""
|
| 3805 |
|
| 3806 |
+
#: ../includes/Elements/Info_Box.php:387
|
| 3807 |
msgid "Infobox Link"
|
| 3808 |
msgstr ""
|
| 3809 |
|
| 3810 |
+
#: ../includes/Elements/Info_Box.php:428
|
| 3811 |
msgid "Enter link URL for the button"
|
| 3812 |
msgstr ""
|
| 3813 |
|
| 3814 |
+
#: ../includes/Elements/Info_Box.php:433
|
| 3815 |
msgid "Enter heading for the button"
|
| 3816 |
msgstr ""
|
| 3817 |
|
| 3818 |
+
#: ../includes/Elements/Info_Box.php:579, ../includes/Elements/Info_Box.php:634
|
| 3819 |
msgid "Image Shape"
|
| 3820 |
msgstr ""
|
| 3821 |
|
| 3822 |
+
#: ../includes/Elements/Info_Box.php:617, ../includes/Elements/Info_Box.php:845, ../includes/Elements/Info_Box.php:1078, ../includes/Elements/Post_Grid.php:932, ../includes/Elements/Simple_Menu.php:590
|
| 3823 |
msgid "Animation"
|
| 3824 |
msgstr ""
|
| 3825 |
|
| 3826 |
+
#: ../includes/Elements/Info_Box.php:710
|
| 3827 |
msgid "Number Icon Style"
|
| 3828 |
msgstr ""
|
| 3829 |
|
| 3830 |
+
#: ../includes/Elements/Info_Box.php:729, ../includes/Elements/Info_Box.php:961
|
| 3831 |
msgid "Icon Background Size"
|
| 3832 |
msgstr ""
|
| 3833 |
|
| 3834 |
+
#: ../includes/Elements/Info_Box.php:802, ../includes/Elements/Info_Box.php:882, ../includes/Elements/Info_Box.php:1020, ../includes/Elements/Info_Box.php:1116
|
| 3835 |
msgid "Background Shape"
|
| 3836 |
msgstr ""
|
| 3837 |
|
| 3838 |
+
#: ../includes/Elements/Info_Box.php:1161
|
| 3839 |
msgid "Button Styles"
|
| 3840 |
msgstr ""
|
| 3841 |
|
| 3842 |
+
#: ../includes/Elements/Info_Box.php:1397
|
| 3843 |
msgid "Content Only Margin"
|
| 3844 |
msgstr ""
|
| 3845 |
|
| 3846 |
+
#: ../includes/Elements/Info_Box.php:1409
|
| 3847 |
msgid "Content Only Background"
|
| 3848 |
msgstr ""
|
| 3849 |
|
| 3850 |
+
#: ../includes/Elements/Info_Box.php:1421
|
| 3851 |
msgid "Content Only Padding"
|
| 3852 |
msgstr ""
|
| 3853 |
|
| 3854 |
+
#: ../includes/Elements/Info_Box.php:1484
|
| 3855 |
msgid "Transition will applied to ms (ex: 300ms)."
|
| 3856 |
msgstr ""
|
| 3857 |
|
| 4686 |
msgid "Remember Me Style"
|
| 4687 |
msgstr ""
|
| 4688 |
|
| 4689 |
+
#: ../includes/Elements/Login_Register.php:3024, ../includes/Extensions/Table_of_Content.php:1075
|
| 4690 |
msgid "Style"
|
| 4691 |
msgstr ""
|
| 4692 |
|
| 4786 |
msgid "Align Items"
|
| 4787 |
msgstr ""
|
| 4788 |
|
| 4789 |
+
#: ../includes/Elements/Login_Register.php:3557, ../includes/Elements/Woo_Product_Carousel.php:508
|
| 4790 |
msgid "Stretch"
|
| 4791 |
msgstr ""
|
| 4792 |
|
| 4858 |
msgid "Target Blank"
|
| 4859 |
msgstr ""
|
| 4860 |
|
| 4861 |
+
#: ../includes/Elements/Post_Grid.php:200, ../includes/Elements/Product_Grid.php:623, ../includes/Elements/Twitter_Feed.php:283, ../includes/Traits/Controls.php:948, ../includes/Traits/Controls.php:979, ../includes/Traits/Twitter_Feed.php:128
|
| 4862 |
msgid "Read More"
|
| 4863 |
msgstr ""
|
| 4864 |
|
| 4902 |
msgid "Meta Style"
|
| 4903 |
msgstr ""
|
| 4904 |
|
| 4905 |
+
#: ../includes/Elements/Post_Grid.php:568, ../includes/Elements/Post_Grid.php:580, ../includes/Traits/Controls.php:1054
|
| 4906 |
msgid "Meta Position"
|
| 4907 |
msgstr ""
|
| 4908 |
|
| 4978 |
msgid "Icon font size"
|
| 4979 |
msgstr ""
|
| 4980 |
|
| 4981 |
+
#: ../includes/Elements/Post_Grid.php:1100
|
| 4982 |
msgid "<p class=\"no-posts-found\">No Layout Found!</p>"
|
| 4983 |
msgstr ""
|
| 4984 |
|
| 5002 |
msgid "Line Position From Right"
|
| 5003 |
msgstr ""
|
| 5004 |
|
| 5005 |
+
#: ../includes/Elements/Post_Timeline.php:185, ../includes/Extensions/Table_of_Content.php:492
|
| 5006 |
msgid "Bullet Size"
|
| 5007 |
msgstr ""
|
| 5008 |
|
| 5038 |
msgid "Date Text Color"
|
| 5039 |
msgstr ""
|
| 5040 |
|
| 5041 |
+
#: ../includes/Elements/Post_Timeline.php:502, ../includes/Elements/Product_Grid.php:3059, ../includes/Elements/Woo_Product_Gallery.php:2393
|
| 5042 |
msgid "<p class=\"no-posts-found\">No layout found!</p>"
|
| 5043 |
msgstr ""
|
| 5044 |
|
| 5062 |
msgid "Pricing Style"
|
| 5063 |
msgstr ""
|
| 5064 |
|
| 5065 |
+
#: ../includes/Elements/Pricing_Table.php:126, ../includes/Elements/Pricing_Table.php:314, ../includes/Extensions/Table_of_Content.php:475
|
| 5066 |
msgid "List Icon"
|
| 5067 |
msgstr ""
|
| 5068 |
|
| 5274 |
msgid "Disable item color"
|
| 5275 |
msgstr ""
|
| 5276 |
|
| 5277 |
+
#: ../includes/Elements/Pricing_Table.php:1301, ../includes/Extensions/Table_of_Content.php:741
|
| 5278 |
msgid "Line Height"
|
| 5279 |
msgstr ""
|
| 5280 |
|
| 5326 |
msgid "Product ID"
|
| 5327 |
msgstr ""
|
| 5328 |
|
| 5329 |
+
#: ../includes/Elements/Product_Grid.php:142, ../includes/Elements/Product_Grid.php:1165, ../includes/Elements/Woo_Product_Carousel.php:123, ../includes/Elements/Woo_Product_Carousel.php:1074, ../includes/Elements/Woo_Product_Gallery.php:112, ../includes/Elements/Woo_Product_Gallery.php:741
|
| 5330 |
msgid "Product Title"
|
| 5331 |
msgstr ""
|
| 5332 |
|
| 5333 |
+
#: ../includes/Elements/Product_Grid.php:144, ../includes/Elements/Product_Grid.php:2779, ../includes/Elements/Woo_Product_Carousel.php:125, ../includes/Elements/Woo_Product_Carousel.php:1878, ../includes/Elements/Woo_Product_Gallery.php:114, ../includes/Elements/Woo_Product_Gallery.php:2117, ../includes/Traits/Woo_Product_Comparable.php:45, ../includes/Traits/Woo_Product_Comparable.php:91
|
| 5334 |
msgid "SKU"
|
| 5335 |
msgstr ""
|
| 5336 |
|
| 5374 |
msgid "Layouts"
|
| 5375 |
msgstr ""
|
| 5376 |
|
| 5377 |
+
#: ../includes/Elements/Product_Grid.php:246, ../includes/Elements/Product_Grid.php:268, ../includes/Elements/Product_Grid.php:1690, ../includes/Elements/Product_Grid.php:1811, ../includes/Elements/Team_Member.php:280, ../includes/Elements/Woo_Product_Carousel.php:799, ../includes/Elements/Woo_Product_Gallery.php:323, ../includes/Elements/Woo_Product_Gallery.php:1498
|
| 5378 |
msgid "Style Preset"
|
| 5379 |
msgstr ""
|
| 5380 |
|
| 5390 |
msgid "Overlay Style"
|
| 5391 |
msgstr ""
|
| 5392 |
|
| 5393 |
+
#: ../includes/Elements/Product_Grid.php:254, ../includes/Elements/Product_Grid.php:1698, ../includes/Elements/Woo_Product_Carousel.php:807, ../includes/Elements/Woo_Product_Gallery.php:1506, ../includes/Traits/Controls.php:428
|
| 5394 |
msgid "Preset 5"
|
| 5395 |
msgstr ""
|
| 5396 |
|
| 5406 |
msgid "Preset 8"
|
| 5407 |
msgstr ""
|
| 5408 |
|
| 5409 |
+
#: ../includes/Elements/Product_Grid.php:272, ../includes/Elements/Product_Grid.php:1694, ../includes/Elements/Product_Grid.php:1815, ../includes/Elements/Simple_Menu.php:135, ../includes/Elements/Woo_Product_Carousel.php:803, ../includes/Elements/Woo_Product_Carousel.php:2097, ../includes/Elements/Woo_Product_Gallery.php:327, ../includes/Elements/Woo_Product_Gallery.php:1502, ../includes/Traits/Controls.php:424, ../includes/Template/Woo-Product-Carousel/preset-1.php:4
|
| 5410 |
msgid "Preset 1"
|
| 5411 |
msgstr ""
|
| 5412 |
|
| 5413 |
+
#: ../includes/Elements/Product_Grid.php:273, ../includes/Elements/Product_Grid.php:1695, ../includes/Elements/Product_Grid.php:1816, ../includes/Elements/Simple_Menu.php:136, ../includes/Elements/Woo_Product_Carousel.php:804, ../includes/Elements/Woo_Product_Carousel.php:2098, ../includes/Elements/Woo_Product_Gallery.php:328, ../includes/Elements/Woo_Product_Gallery.php:1503, ../includes/Traits/Controls.php:425, ../includes/Template/Woo-Product-Carousel/preset-2.php:4
|
| 5414 |
msgid "Preset 2"
|
| 5415 |
msgstr ""
|
| 5416 |
|
| 5417 |
+
#: ../includes/Elements/Product_Grid.php:274, ../includes/Elements/Product_Grid.php:1696, ../includes/Elements/Simple_Menu.php:137, ../includes/Elements/Woo_Product_Carousel.php:805, ../includes/Elements/Woo_Product_Carousel.php:2099, ../includes/Elements/Woo_Product_Gallery.php:329, ../includes/Elements/Woo_Product_Gallery.php:1504, ../includes/Traits/Controls.php:426, ../includes/Template/Woo-Product-Carousel/preset-3.php:4
|
| 5418 |
msgid "Preset 3"
|
| 5419 |
msgstr ""
|
| 5420 |
|
| 5421 |
+
#: ../includes/Elements/Product_Grid.php:275, ../includes/Elements/Product_Grid.php:1697, ../includes/Elements/Woo_Product_Carousel.php:806, ../includes/Elements/Woo_Product_Carousel.php:2100, ../includes/Elements/Woo_Product_Gallery.php:330, ../includes/Elements/Woo_Product_Gallery.php:1505, ../includes/Traits/Controls.php:427, ../includes/Template/Woo-Product-Carousel/preset-4.php:4
|
| 5422 |
msgid "Preset 4"
|
| 5423 |
msgstr ""
|
| 5424 |
|
| 5426 |
msgid "Product Settings"
|
| 5427 |
msgstr ""
|
| 5428 |
|
| 5429 |
+
#: ../includes/Elements/Product_Grid.php:339, ../includes/Elements/Product_Grid.php:683, ../includes/Elements/Woo_Product_Carousel.php:857, ../includes/Elements/Woo_Product_Gallery.php:369, ../includes/Elements/Woo_Product_Gallery.php:540, ../includes/Traits/Woo_Product_Comparable.php:164
|
| 5430 |
msgid "Products"
|
| 5431 |
msgstr ""
|
| 5432 |
|
| 5438 |
msgid "<strong>WooCommerce</strong> is not installed/activated on your site. Please install and activate <a href=\"plugin-install.php?s=woocommerce&tab=search&type=term\" target=\"_blank\">WooCommerce</a> first."
|
| 5439 |
msgstr ""
|
| 5440 |
|
| 5441 |
+
#: ../includes/Elements/Product_Grid.php:369, ../includes/Elements/Woo_Product_Carousel.php:722, ../includes/Elements/Woo_Product_Gallery.php:388
|
| 5442 |
msgid "Filter By"
|
| 5443 |
msgstr ""
|
| 5444 |
|
| 5445 |
+
#: ../includes/Elements/Product_Grid.php:379, ../includes/Elements/Woo_Product_Carousel.php:729, ../includes/Elements/Woo_Product_Gallery.php:398, ../includes/Traits/Controls.php:176, ../includes/Traits/Controls.php:303, ../includes/Traits/Controls.php:354
|
| 5446 |
msgid "Order By"
|
| 5447 |
msgstr ""
|
| 5448 |
|
| 5449 |
+
#: ../includes/Elements/Product_Grid.php:387, ../includes/Elements/Woo_Product_Carousel.php:737, ../includes/Elements/Woo_Product_Gallery.php:406, ../includes/Traits/Controls.php:187, ../includes/Traits/Controls.php:321, ../includes/Traits/Controls.php:364
|
| 5450 |
msgid "Order"
|
| 5451 |
msgstr ""
|
| 5452 |
|
| 5453 |
+
#: ../includes/Elements/Product_Grid.php:398, ../includes/Elements/Woo_Product_Carousel.php:748, ../includes/Elements/Woo_Product_Gallery.php:417
|
| 5454 |
msgid "Products Count"
|
| 5455 |
msgstr ""
|
| 5456 |
|
| 5457 |
+
#: ../includes/Elements/Product_Grid.php:407, ../includes/Elements/Woo_Product_Carousel.php:757, ../includes/Elements/Woo_Product_Gallery.php:426, ../includes/Traits/Controls.php:164, ../includes/Traits/Controls.php:294, ../includes/Traits/Controls.php:1613, ../includes/Traits/Controls.php:1652, ../includes/Traits/Controls.php:1715, ../includes/Traits/Controls.php:1753
|
| 5458 |
msgid "Offset"
|
| 5459 |
msgstr ""
|
| 5460 |
|
| 5486 |
msgid "Short Description?"
|
| 5487 |
msgstr ""
|
| 5488 |
|
| 5489 |
+
#: ../includes/Elements/Product_Grid.php:491, ../includes/Elements/Woo_Product_Carousel.php:290, ../includes/Traits/Controls.php:902, ../includes/Traits/Controls.php:874
|
| 5490 |
msgid "Excerpt Words"
|
| 5491 |
msgstr ""
|
| 5492 |
|
| 5493 |
+
#: ../includes/Elements/Product_Grid.php:504, ../includes/Elements/Woo_Product_Carousel.php:302, ../includes/Traits/Controls.php:914, ../includes/Traits/Controls.php:887
|
| 5494 |
msgid "Expansion Indicator"
|
| 5495 |
msgstr ""
|
| 5496 |
|
| 5498 |
msgid "Show Product Compare?"
|
| 5499 |
msgstr ""
|
| 5500 |
|
| 5501 |
+
#: ../includes/Elements/Product_Grid.php:533, ../includes/Elements/Woo_Product_Carousel.php:414, ../includes/Elements/Woo_Product_Gallery.php:1628
|
| 5502 |
+
msgid "Image Clickable?"
|
| 5503 |
+
msgstr ""
|
| 5504 |
+
|
| 5505 |
+
#: ../includes/Elements/Product_Grid.php:548
|
| 5506 |
msgid "Add To Cart"
|
| 5507 |
msgstr ""
|
| 5508 |
|
| 5509 |
+
#: ../includes/Elements/Product_Grid.php:555
|
| 5510 |
msgid "Show Add to cart custom text"
|
| 5511 |
msgstr ""
|
| 5512 |
|
| 5513 |
+
#: ../includes/Elements/Product_Grid.php:567
|
| 5514 |
msgid "Simple Product"
|
| 5515 |
msgstr ""
|
| 5516 |
|
| 5517 |
+
#: ../includes/Elements/Product_Grid.php:571, ../includes/Elements/Product_Grid.php:610
|
| 5518 |
msgid "Buy Now"
|
| 5519 |
msgstr ""
|
| 5520 |
|
| 5521 |
+
#: ../includes/Elements/Product_Grid.php:580
|
| 5522 |
msgid "Variable Product"
|
| 5523 |
msgstr ""
|
| 5524 |
|
| 5525 |
+
#: ../includes/Elements/Product_Grid.php:584
|
| 5526 |
msgid "Select options"
|
| 5527 |
msgstr ""
|
| 5528 |
|
| 5529 |
+
#: ../includes/Elements/Product_Grid.php:593
|
| 5530 |
msgid "Grouped Product"
|
| 5531 |
msgstr ""
|
| 5532 |
|
| 5533 |
+
#: ../includes/Elements/Product_Grid.php:597
|
| 5534 |
msgid "View products"
|
| 5535 |
msgstr ""
|
| 5536 |
|
| 5537 |
+
#: ../includes/Elements/Product_Grid.php:606
|
| 5538 |
msgid "External Product"
|
| 5539 |
msgstr ""
|
| 5540 |
|
| 5541 |
+
#: ../includes/Elements/Product_Grid.php:619
|
| 5542 |
msgid "Default Product"
|
| 5543 |
msgstr ""
|
| 5544 |
|
| 5545 |
+
#: ../includes/Elements/Product_Grid.php:666, ../includes/Elements/Woo_Product_Gallery.php:524, ../includes/Traits/Controls.php:639, ../includes/Traits/Controls.php:944
|
| 5546 |
msgid "Label Text"
|
| 5547 |
msgstr ""
|
| 5548 |
|
| 5549 |
+
#: ../includes/Elements/Product_Grid.php:740, ../includes/Elements/Team_Member.php:359, ../includes/Elements/Woo_Product_Gallery.php:578
|
| 5550 |
msgid "Content Background Color"
|
| 5551 |
msgstr ""
|
| 5552 |
|
| 5553 |
+
#: ../includes/Elements/Product_Grid.php:956
|
| 5554 |
msgid "Image Width(%)"
|
| 5555 |
msgstr ""
|
| 5556 |
|
| 5557 |
+
#: ../includes/Elements/Product_Grid.php:976, ../includes/Elements/Woo_Product_Carousel.php:1021
|
| 5558 |
msgid "Product Details"
|
| 5559 |
msgstr ""
|
| 5560 |
|
| 5561 |
+
#: ../includes/Elements/Product_Grid.php:1110
|
| 5562 |
msgid "Padding (PX)"
|
| 5563 |
msgstr ""
|
| 5564 |
|
| 5565 |
+
#: ../includes/Elements/Product_Grid.php:1132
|
| 5566 |
msgid "Width (%)"
|
| 5567 |
msgstr ""
|
| 5568 |
|
| 5569 |
+
#: ../includes/Elements/Product_Grid.php:1173, ../includes/Elements/Woo_Product_Carousel.php:1082, ../includes/Elements/Woo_Product_Gallery.php:749
|
| 5570 |
msgid "Product Title Color"
|
| 5571 |
msgstr ""
|
| 5572 |
|
| 5573 |
+
#: ../includes/Elements/Product_Grid.php:1193, ../includes/Elements/Woo_Product_Carousel.php:1102, ../includes/Elements/Woo_Product_Gallery.php:769
|
| 5574 |
msgid "Product Price"
|
| 5575 |
msgstr ""
|
| 5576 |
|
| 5577 |
+
#: ../includes/Elements/Product_Grid.php:1213, ../includes/Elements/Product_Grid.php:2486, ../includes/Elements/Woo_Product_Carousel.php:1571, ../includes/Elements/Woo_Product_Gallery.php:789, ../includes/Elements/Woo_Product_Gallery.php:1824
|
| 5578 |
msgid "Sale Price Color"
|
| 5579 |
msgstr ""
|
| 5580 |
|
| 5581 |
+
#: ../includes/Elements/Product_Grid.php:1232, ../includes/Elements/Woo_Product_Carousel.php:1130, ../includes/Elements/Woo_Product_Gallery.php:808
|
| 5582 |
msgid "Star Rating"
|
| 5583 |
msgstr ""
|
| 5584 |
|
| 5585 |
+
#: ../includes/Elements/Product_Grid.php:1240, ../includes/Elements/Woo_Product_Carousel.php:1138, ../includes/Elements/Woo_Product_Gallery.php:816
|
| 5586 |
msgid "Rating Color"
|
| 5587 |
msgstr ""
|
| 5588 |
|
| 5589 |
+
#: ../includes/Elements/Product_Grid.php:1319, ../includes/Elements/Woo_Product_Carousel.php:1171
|
| 5590 |
msgid "Product Description"
|
| 5591 |
msgstr ""
|
| 5592 |
|
| 5593 |
+
#: ../includes/Elements/Product_Grid.php:1363
|
| 5594 |
msgid "Sale Badge Style"
|
| 5595 |
msgstr ""
|
| 5596 |
|
| 5597 |
+
#: ../includes/Elements/Product_Grid.php:1371, ../includes/Elements/Woo_Product_Carousel.php:1216, ../includes/Elements/Woo_Product_Gallery.php:877
|
| 5598 |
msgid "Sale Badge Color"
|
| 5599 |
msgstr ""
|
| 5600 |
|
| 5601 |
+
#: ../includes/Elements/Product_Grid.php:1383, ../includes/Elements/Woo_Product_Carousel.php:1228, ../includes/Elements/Woo_Product_Gallery.php:889
|
| 5602 |
msgid "Sale Badge Background"
|
| 5603 |
msgstr ""
|
| 5604 |
|
| 5605 |
+
#: ../includes/Elements/Product_Grid.php:1405, ../includes/Elements/Woo_Product_Carousel.php:1250, ../includes/Elements/Woo_Product_Gallery.php:911
|
| 5606 |
msgid "Stock Out Badge"
|
| 5607 |
msgstr ""
|
| 5608 |
|
| 5609 |
+
#: ../includes/Elements/Product_Grid.php:1413, ../includes/Elements/Woo_Product_Carousel.php:1258, ../includes/Elements/Woo_Product_Gallery.php:919
|
| 5610 |
msgid "Stock Out Badge Color"
|
| 5611 |
msgstr ""
|
| 5612 |
|
| 5613 |
+
#: ../includes/Elements/Product_Grid.php:1425, ../includes/Elements/Woo_Product_Carousel.php:1270, ../includes/Elements/Woo_Product_Gallery.php:931
|
| 5614 |
msgid "Stock Out Badge Background"
|
| 5615 |
msgstr ""
|
| 5616 |
|
| 5617 |
+
#: ../includes/Elements/Product_Grid.php:1452, ../includes/Elements/Woo_Product_Gallery.php:958
|
| 5618 |
msgid "Add to Cart Button Styles"
|
| 5619 |
msgstr ""
|
| 5620 |
|
| 5621 |
+
#: ../includes/Elements/Product_Grid.php:1513, ../includes/Elements/Product_Grid.php:1589, ../includes/Elements/Woo_Product_Gallery.php:1013, ../includes/Elements/Woo_Product_Gallery.php:1081
|
| 5622 |
msgid "Button Color"
|
| 5623 |
msgstr ""
|
| 5624 |
|
| 5625 |
+
#: ../includes/Elements/Product_Grid.php:1660, ../includes/Elements/Woo_Product_Carousel.php:792, ../includes/Elements/Woo_Product_Gallery.php:1492
|
| 5626 |
msgid "Sale / Stock Out Badge"
|
| 5627 |
msgstr ""
|
| 5628 |
|
| 5629 |
+
#: ../includes/Elements/Product_Grid.php:1728, ../includes/Elements/Woo_Product_Carousel.php:837, ../includes/Elements/Woo_Product_Gallery.php:1533
|
| 5630 |
msgid "Sale Text"
|
| 5631 |
msgstr ""
|
| 5632 |
|
| 5633 |
+
#: ../includes/Elements/Product_Grid.php:1737, ../includes/Elements/Woo_Product_Carousel.php:845, ../includes/Elements/Woo_Product_Gallery.php:1541
|
| 5634 |
msgid "Stock Out Text"
|
| 5635 |
msgstr ""
|
| 5636 |
|
| 5637 |
+
#: ../includes/Elements/Product_Grid.php:1777, ../includes/Elements/Woo_Product_Carousel.php:380, ../includes/Elements/Woo_Product_Gallery.php:1560
|
| 5638 |
msgid "Show Quick view?"
|
| 5639 |
msgstr ""
|
| 5640 |
|
| 5641 |
+
#: ../includes/Elements/Product_Grid.php:1787, ../includes/Elements/Woo_Product_Carousel.php:390, ../includes/Elements/Woo_Product_Gallery.php:1575
|
| 5642 |
msgid "Quick view Title Tag"
|
| 5643 |
msgstr ""
|
| 5644 |
|
| 5645 |
+
#: ../includes/Elements/Product_Grid.php:1890, ../includes/Elements/Woo_Product_Carousel.php:1341
|
| 5646 |
msgid "Icons Size"
|
| 5647 |
msgstr ""
|
| 5648 |
|
| 5649 |
+
#: ../includes/Elements/Product_Grid.php:2141
|
| 5650 |
msgid "Show pagination"
|
| 5651 |
msgstr ""
|
| 5652 |
|
| 5653 |
+
#: ../includes/Elements/Product_Grid.php:2153
|
| 5654 |
msgid "Previous Label"
|
| 5655 |
msgstr ""
|
| 5656 |
|
| 5657 |
+
#: ../includes/Elements/Product_Grid.php:2154
|
| 5658 |
msgid "←"
|
| 5659 |
msgstr ""
|
| 5660 |
|
| 5661 |
+
#: ../includes/Elements/Product_Grid.php:2164
|
| 5662 |
msgid "Next Label"
|
| 5663 |
msgstr ""
|
| 5664 |
|
| 5665 |
+
#: ../includes/Elements/Product_Grid.php:2165
|
| 5666 |
msgid "→"
|
| 5667 |
msgstr ""
|
| 5668 |
|
| 5669 |
+
#: ../includes/Elements/Product_Grid.php:2392
|
| 5670 |
msgid "Loader"
|
| 5671 |
msgstr ""
|
| 5672 |
|
| 5673 |
+
#: ../includes/Elements/Product_Grid.php:2418, ../includes/Elements/Woo_Product_Carousel.php:1504, ../includes/Elements/Woo_Product_Gallery.php:1751
|
| 5674 |
msgid "Popup"
|
| 5675 |
msgstr ""
|
| 5676 |
|
| 5677 |
+
#: ../includes/Elements/Product_Grid.php:2528, ../includes/Elements/Woo_Product_Carousel.php:1625, ../includes/Elements/Woo_Product_Gallery.php:1866
|
| 5678 |
msgid "Review Link Color"
|
| 5679 |
msgstr ""
|
| 5680 |
|
| 5681 |
+
#: ../includes/Elements/Product_Grid.php:2539, ../includes/Elements/Woo_Product_Carousel.php:1637, ../includes/Elements/Woo_Product_Gallery.php:1877
|
| 5682 |
msgid "Review Link Hover"
|
| 5683 |
msgstr ""
|
| 5684 |
|
| 5685 |
+
#: ../includes/Elements/Product_Grid.php:2564, ../includes/Elements/Woo_Product_Carousel.php:1662, ../includes/Elements/Woo_Product_Gallery.php:1902
|
| 5686 |
msgid "Sale"
|
| 5687 |
msgstr ""
|
| 5688 |
|
| 5689 |
+
#: ../includes/Elements/Product_Grid.php:2605, ../includes/Elements/Woo_Checkout.php:203, ../includes/Elements/Woo_Product_Carousel.php:1702, ../includes/Elements/Woo_Product_Gallery.php:1943
|
| 5690 |
msgid "Quantity"
|
| 5691 |
msgstr ""
|
| 5692 |
|
| 5693 |
+
#: ../includes/Elements/Product_Grid.php:2662, ../includes/Elements/Woo_Product_Carousel.php:1759, ../includes/Elements/Woo_Product_Gallery.php:2000
|
| 5694 |
msgid "Cart Button"
|
| 5695 |
msgstr ""
|
| 5696 |
|
| 5810 |
msgid "Go to the <a href=\"%s\" target=\"_blank\">Menu screen</a> to manage your menus."
|
| 5811 |
msgstr ""
|
| 5812 |
|
| 5813 |
+
#: ../includes/Elements/Simple_Menu.php:131, ../includes/Elements/Woo_Product_Carousel.php:2094, ../includes/Traits/Controls.php:420
|
| 5814 |
msgid "Preset"
|
| 5815 |
msgstr ""
|
| 5816 |
|
| 5894 |
msgid "Sticky"
|
| 5895 |
msgstr ""
|
| 5896 |
|
| 5897 |
+
#: ../includes/Elements/Sticky_Video.php:116, ../includes/Elements/Woo_Product_Carousel.php:2109, ../includes/Elements/Woo_Product_Gallery.php:176, ../includes/Extensions/Reading_Progress.php:110, ../includes/Extensions/Table_of_Content.php:457, ../includes/Traits/Controls.php:1569, ../includes/Traits/Woo_Product_Comparable.php:1473
|
| 5898 |
msgid "Position"
|
| 5899 |
msgstr ""
|
| 5900 |
|
| 6002 |
msgid "Scroll Height To Display Sticky (%)"
|
| 6003 |
msgstr ""
|
| 6004 |
|
| 6005 |
+
#: ../includes/Elements/Sticky_Video.php:501, ../includes/Extensions/Table_of_Content.php:771
|
| 6006 |
msgid "Close Button Color"
|
| 6007 |
msgstr ""
|
| 6008 |
|
| 6022 |
msgid "Play Button Size"
|
| 6023 |
msgstr ""
|
| 6024 |
|
| 6025 |
+
#: ../includes/Elements/Sticky_Video.php:656, ../includes/Extensions/Table_of_Content.php:863
|
| 6026 |
msgid "Bar"
|
| 6027 |
msgstr ""
|
| 6028 |
|
| 6046 |
msgid "Team Member Content"
|
| 6047 |
msgstr ""
|
| 6048 |
|
| 6049 |
+
#: ../includes/Elements/Team_Member.php:108, ../includes/Traits/Controls.php:306
|
| 6050 |
msgid "Name"
|
| 6051 |
msgstr ""
|
| 6052 |
|
| 6422 |
msgid "Card Settings"
|
| 6423 |
msgstr ""
|
| 6424 |
|
| 6425 |
+
#: ../includes/Elements/Twitter_Feed.php:244, ../includes/Traits/Controls.php:1070
|
| 6426 |
msgid "Show Avatar"
|
| 6427 |
msgstr ""
|
| 6428 |
|
| 6429 |
+
#: ../includes/Elements/Twitter_Feed.php:256, ../includes/Traits/Controls.php:1101
|
| 6430 |
msgid "Show Date"
|
| 6431 |
msgstr ""
|
| 6432 |
|
| 6433 |
+
#: ../includes/Elements/Twitter_Feed.php:268, ../includes/Traits/Controls.php:929
|
| 6434 |
msgid "Show Read More"
|
| 6435 |
msgstr ""
|
| 6436 |
|
| 6622 |
msgid "Subtotal Text"
|
| 6623 |
msgstr ""
|
| 6624 |
|
| 6625 |
+
#: ../includes/Elements/Woo_Checkout.php:234, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:464
|
| 6626 |
msgid "Subtotal"
|
| 6627 |
msgstr ""
|
| 6628 |
|
| 6638 |
msgid "Total Text"
|
| 6639 |
msgstr ""
|
| 6640 |
|
| 6641 |
+
#: ../includes/Elements/Woo_Checkout.php:262, ../includes/Elements/Woo_Checkout.php:1038, ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:517
|
| 6642 |
msgid "Total"
|
| 6643 |
msgstr ""
|
| 6644 |
|
| 6818 |
msgid "Privacy Policy"
|
| 6819 |
msgstr ""
|
| 6820 |
|
| 6821 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:254, ../includes/Traits/Controls.php:849
|
| 6822 |
msgid "Title Length"
|
| 6823 |
msgstr ""
|
| 6824 |
|
| 6826 |
msgid "Image Stretch"
|
| 6827 |
msgstr ""
|
| 6828 |
|
| 6829 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:337, ../includes/Traits/Controls.php:1009
|
| 6830 |
msgid "Show Terms From"
|
| 6831 |
msgstr ""
|
| 6832 |
|
| 6833 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:340, ../includes/Traits/Controls.php:1012
|
| 6834 |
msgid "Category"
|
| 6835 |
msgstr ""
|
| 6836 |
|
| 6837 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:341, ../includes/Traits/Controls.php:1013
|
| 6838 |
msgid "Tags"
|
| 6839 |
msgstr ""
|
| 6840 |
|
| 6841 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:353, ../includes/Traits/Controls.php:1023
|
| 6842 |
msgid "Max Terms to Show"
|
| 6843 |
msgstr ""
|
| 6844 |
|
| 6845 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:370, ../includes/Traits/Controls.php:1841
|
| 6846 |
msgid "Not Found Message"
|
| 6847 |
msgstr ""
|
| 6848 |
|
| 6850 |
msgid "Products Not Found"
|
| 6851 |
msgstr ""
|
| 6852 |
|
| 6853 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:429
|
| 6854 |
msgid "Carousel Settings"
|
| 6855 |
msgstr ""
|
| 6856 |
|
| 6857 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:442
|
| 6858 |
msgid "Coverflow"
|
| 6859 |
msgstr ""
|
| 6860 |
|
| 6861 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:450
|
| 6862 |
msgid "Visible Product"
|
| 6863 |
msgstr ""
|
| 6864 |
|
| 6865 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:472
|
| 6866 |
msgid "Rotate"
|
| 6867 |
msgstr ""
|
| 6868 |
|
| 6869 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:490
|
| 6870 |
msgid "Depth"
|
| 6871 |
msgstr ""
|
| 6872 |
|
| 6873 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:527
|
| 6874 |
msgid "Items Gap"
|
| 6875 |
msgstr ""
|
| 6876 |
|
| 6877 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:544
|
| 6878 |
msgid "Speed"
|
| 6879 |
msgstr ""
|
| 6880 |
|
| 6881 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:657, ../includes/Elements/Woo_Product_Carousel.php:2083
|
| 6882 |
msgid "Dots"
|
| 6883 |
msgstr ""
|
| 6884 |
|
| 6885 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:669
|
| 6886 |
msgid "Image Dots"
|
| 6887 |
msgstr ""
|
| 6888 |
|
| 6889 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:684
|
| 6890 |
msgid "Image Dots Visibility"
|
| 6891 |
msgstr ""
|
| 6892 |
|
| 6893 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:718, ../includes/Traits/Controls.php:59, ../includes/Traits/Controls.php:210
|
| 6894 |
msgid "Query"
|
| 6895 |
msgstr ""
|
| 6896 |
|
| 6897 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:911
|
| 6898 |
msgid "Use opacity color for overlay design."
|
| 6899 |
msgstr ""
|
| 6900 |
|
| 6901 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:1110
|
| 6902 |
msgid "Product Price Color"
|
| 6903 |
msgstr ""
|
| 6904 |
|
| 6905 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:1208, ../includes/Elements/Woo_Product_Gallery.php:869
|
| 6906 |
msgid "Sale Badge"
|
| 6907 |
msgstr ""
|
| 6908 |
|
| 6909 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:1613
|
| 6910 |
msgid "Review Color"
|
| 6911 |
msgstr ""
|
| 6912 |
|
| 6913 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2112, ../includes/Traits/Controls.php:614
|
| 6914 |
msgid "Inside"
|
| 6915 |
msgstr ""
|
| 6916 |
|
| 6917 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2113, ../includes/Traits/Controls.php:615
|
| 6918 |
msgid "Outside"
|
| 6919 |
msgstr ""
|
| 6920 |
|
| 6921 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2122
|
| 6922 |
msgid "Use Custom Width/Height?"
|
| 6923 |
msgstr ""
|
| 6924 |
|
| 6925 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2406
|
| 6926 |
msgid "Images Dots"
|
| 6927 |
msgstr ""
|
| 6928 |
|
| 6929 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2471
|
| 6930 |
msgid "Image Size"
|
| 6931 |
msgstr ""
|
| 6932 |
|
| 6933 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2539
|
| 6934 |
msgid "Choose Arrow"
|
| 6935 |
msgstr ""
|
| 6936 |
|
| 6937 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2544
|
| 6938 |
msgid "Angle"
|
| 6939 |
msgstr ""
|
| 6940 |
|
| 6941 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2545
|
| 6942 |
msgid "Double Angle"
|
| 6943 |
msgstr ""
|
| 6944 |
|
| 6945 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2546
|
| 6946 |
msgid "Chevron"
|
| 6947 |
msgstr ""
|
| 6948 |
|
| 6949 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2547
|
| 6950 |
msgid "Chevron Circle"
|
| 6951 |
msgstr ""
|
| 6952 |
|
| 6953 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2548, ../includes/Extensions/Table_of_Content.php:862
|
| 6954 |
msgid "Arrow"
|
| 6955 |
msgstr ""
|
| 6956 |
|
| 6957 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2549
|
| 6958 |
msgid "Long Arrow"
|
| 6959 |
msgstr ""
|
| 6960 |
|
| 6961 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2551
|
| 6962 |
msgid "Caret Square"
|
| 6963 |
msgstr ""
|
| 6964 |
|
| 6965 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2552
|
| 6966 |
msgid "Arrow Circle"
|
| 6967 |
msgstr ""
|
| 6968 |
|
| 6969 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2553
|
| 6970 |
msgid "Arrow Circle O"
|
| 6971 |
msgstr ""
|
| 6972 |
|
| 6973 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2555
|
| 6974 |
msgid "Hand"
|
| 6975 |
msgstr ""
|
| 6976 |
|
| 6977 |
+
#: ../includes/Elements/Woo_Product_Carousel.php:2914
|
| 6978 |
msgid "<p class=\"eael-no-posts-found\">No layout found!</p>"
|
| 6979 |
msgstr ""
|
| 6980 |
|
| 7018 |
msgid "Show Link?"
|
| 7019 |
msgstr ""
|
| 7020 |
|
| 7021 |
+
#: ../includes/Elements/Woo_Product_Gallery.php:2594
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7022 |
msgid "<p class=\"no-posts-found\">No Category Found!</p>"
|
| 7023 |
msgstr ""
|
| 7024 |
|
| 7138 |
msgid "Table of Contents"
|
| 7139 |
msgstr ""
|
| 7140 |
|
| 7141 |
+
#: ../includes/Extensions/Table_of_Content.php:125, ../includes/Traits/Controls.php:250
|
| 7142 |
msgid "Include"
|
| 7143 |
msgstr ""
|
| 7144 |
|
| 7154 |
msgid "Which content are searched for heading tag, Provide unique selector to replace default selector"
|
| 7155 |
msgstr ""
|
| 7156 |
|
| 7157 |
+
#: ../includes/Extensions/Table_of_Content.php:179, ../includes/Traits/Controls.php:140, ../includes/Traits/Controls.php:262
|
| 7158 |
msgid "Exclude"
|
| 7159 |
msgstr ""
|
| 7160 |
|
| 7186 |
msgid "Hide TOC in mobile"
|
| 7187 |
msgstr ""
|
| 7188 |
|
| 7189 |
+
#: ../includes/Extensions/Table_of_Content.php:307
|
| 7190 |
msgid "Sticky Scroll Effect"
|
| 7191 |
msgstr ""
|
| 7192 |
|
| 7193 |
+
#: ../includes/Extensions/Table_of_Content.php:330
|
| 7194 |
msgid "Sticky Top Offset"
|
| 7195 |
msgstr ""
|
| 7196 |
|
| 7197 |
+
#: ../includes/Extensions/Table_of_Content.php:356
|
| 7198 |
msgid "Main Page Offset"
|
| 7199 |
msgstr ""
|
| 7200 |
|
| 7201 |
+
#: ../includes/Extensions/Table_of_Content.php:379
|
| 7202 |
msgid "Z Index"
|
| 7203 |
msgstr ""
|
| 7204 |
|
| 7205 |
+
#: ../includes/Extensions/Table_of_Content.php:406
|
| 7206 |
msgid "Need more information about TOC <strong><a href=\"https://essential-addons.com/elementor/docs/table-of-content/\" class=\"eael-btn\" target=\"_blank\">Visit documentation</a></strong>"
|
| 7207 |
msgstr ""
|
| 7208 |
|
| 7209 |
+
#: ../includes/Extensions/Table_of_Content.php:420
|
| 7210 |
msgid "EA TOC"
|
| 7211 |
msgstr ""
|
| 7212 |
|
| 7213 |
+
#: ../includes/Extensions/Table_of_Content.php:480, ../includes/Traits/Controls.php:745
|
| 7214 |
msgid "Bullet"
|
| 7215 |
msgstr ""
|
| 7216 |
|
| 7217 |
+
#: ../includes/Extensions/Table_of_Content.php:518
|
| 7218 |
msgid "Top Position"
|
| 7219 |
msgstr ""
|
| 7220 |
|
| 7221 |
+
#: ../includes/Extensions/Table_of_Content.php:602
|
| 7222 |
msgid "EA TOC Header"
|
| 7223 |
msgstr ""
|
| 7224 |
|
| 7225 |
+
#: ../includes/Extensions/Table_of_Content.php:660
|
| 7226 |
msgid "Collapse"
|
| 7227 |
msgstr ""
|
| 7228 |
|
| 7229 |
+
#: ../includes/Extensions/Table_of_Content.php:683
|
| 7230 |
msgid "Text Orientation"
|
| 7231 |
msgstr ""
|
| 7232 |
|
| 7233 |
+
#: ../includes/Extensions/Table_of_Content.php:688
|
| 7234 |
msgid "Bottom to Top"
|
| 7235 |
msgstr ""
|
| 7236 |
|
| 7237 |
+
#: ../includes/Extensions/Table_of_Content.php:696
|
| 7238 |
msgid "Close Button"
|
| 7239 |
msgstr ""
|
| 7240 |
|
| 7241 |
+
#: ../includes/Extensions/Table_of_Content.php:812
|
| 7242 |
msgid "EA TOC Body"
|
| 7243 |
msgstr ""
|
| 7244 |
|
| 7245 |
+
#: ../includes/Extensions/Table_of_Content.php:857
|
| 7246 |
msgid "Indicator Style"
|
| 7247 |
msgstr ""
|
| 7248 |
|
| 7249 |
+
#: ../includes/Extensions/Table_of_Content.php:871
|
| 7250 |
msgid "Indicator Size"
|
| 7251 |
msgstr ""
|
| 7252 |
|
| 7253 |
+
#: ../includes/Extensions/Table_of_Content.php:897
|
| 7254 |
msgid "Indicator Position"
|
| 7255 |
msgstr ""
|
| 7256 |
|
| 7257 |
+
#: ../includes/Extensions/Table_of_Content.php:1014
|
| 7258 |
msgid "Top Level Space"
|
| 7259 |
msgstr ""
|
| 7260 |
|
| 7261 |
+
#: ../includes/Extensions/Table_of_Content.php:1040
|
| 7262 |
msgid "Sub Item Space"
|
| 7263 |
msgstr ""
|
| 7264 |
|
| 7402 |
msgid "Posts Per Page"
|
| 7403 |
msgstr ""
|
| 7404 |
|
| 7405 |
+
#: ../includes/Traits/Controls.php:223
|
| 7406 |
msgid "Knowledge Bases"
|
| 7407 |
msgstr ""
|
| 7408 |
|
| 7409 |
+
#: ../includes/Traits/Controls.php:230
|
| 7410 |
msgid "All Knowledge Base"
|
| 7411 |
msgstr ""
|
| 7412 |
|
| 7413 |
+
#: ../includes/Traits/Controls.php:241
|
| 7414 |
msgid "Category Grid"
|
| 7415 |
msgstr ""
|
| 7416 |
|
| 7417 |
+
#: ../includes/Traits/Controls.php:284
|
| 7418 |
msgid "Box Per Page"
|
| 7419 |
msgstr ""
|
| 7420 |
|
| 7421 |
+
#: ../includes/Traits/Controls.php:275
|
| 7422 |
msgid "Grid Per Page"
|
| 7423 |
msgstr ""
|
| 7424 |
|
| 7425 |
+
#: ../includes/Traits/Controls.php:307
|
| 7426 |
msgid "Slug"
|
| 7427 |
msgstr ""
|
| 7428 |
|
| 7429 |
+
#: ../includes/Traits/Controls.php:308
|
| 7430 |
msgid "Term Group"
|
| 7431 |
msgstr ""
|
| 7432 |
|
| 7433 |
+
#: ../includes/Traits/Controls.php:309
|
| 7434 |
msgid "Term ID"
|
| 7435 |
msgstr ""
|
| 7436 |
|
| 7437 |
+
#: ../includes/Traits/Controls.php:310
|
| 7438 |
msgid "ID"
|
| 7439 |
msgstr ""
|
| 7440 |
|
| 7441 |
+
#: ../includes/Traits/Controls.php:312
|
| 7442 |
msgid "Parent"
|
| 7443 |
msgstr ""
|
| 7444 |
|
| 7445 |
+
#: ../includes/Traits/Controls.php:336
|
| 7446 |
msgid "Grid List Posts"
|
| 7447 |
msgstr ""
|
| 7448 |
|
| 7449 |
+
#: ../includes/Traits/Controls.php:345
|
| 7450 |
msgid "Post Per Page"
|
| 7451 |
msgstr ""
|
| 7452 |
|
| 7453 |
+
#: ../includes/Traits/Controls.php:377
|
| 7454 |
msgid "Enable Nested Subcategory"
|
| 7455 |
msgstr ""
|
| 7456 |
|
| 7457 |
+
#: ../includes/Traits/Controls.php:412
|
| 7458 |
msgid "Tiled"
|
| 7459 |
msgstr ""
|
| 7460 |
|
| 7461 |
+
#: ../includes/Traits/Controls.php:439
|
| 7462 |
msgid "Note: Use 5 posts per page from Content » Query » Posts Per Page, to view this layout perfectly."
|
| 7463 |
msgstr ""
|
| 7464 |
|
| 7465 |
+
#: ../includes/Traits/Controls.php:451
|
| 7466 |
msgid "Note: Use 3 posts per page from Content » Query » Posts Per Page, to view this layout perfectly."
|
| 7467 |
msgstr ""
|
| 7468 |
|
| 7469 |
+
#: ../includes/Traits/Controls.php:462
|
| 7470 |
msgid "Note: Use 4 posts per page from Content » Query » Posts Per Page, to view this layout perfectly."
|
| 7471 |
msgstr ""
|
| 7472 |
|
| 7473 |
+
#: ../includes/Traits/Controls.php:473
|
| 7474 |
msgid "Note: Use 2 posts per page from Content » Query » Posts Per Page, to view this layout perfectly."
|
| 7475 |
msgstr ""
|
| 7476 |
|
| 7477 |
+
#: ../includes/Traits/Controls.php:489
|
| 7478 |
msgid "Column 2"
|
| 7479 |
msgstr ""
|
| 7480 |
|
| 7481 |
+
#: ../includes/Traits/Controls.php:490
|
| 7482 |
msgid "Column 3"
|
| 7483 |
msgstr ""
|
| 7484 |
|
| 7485 |
+
#: ../includes/Traits/Controls.php:491
|
| 7486 |
msgid "Column 4"
|
| 7487 |
msgstr ""
|
| 7488 |
|
| 7489 |
+
#: ../includes/Traits/Controls.php:493
|
| 7490 |
msgid "Note: Column layout will be applied from second row."
|
| 7491 |
msgstr ""
|
| 7492 |
|
| 7493 |
+
#: ../includes/Traits/Controls.php:552
|
| 7494 |
msgid "Post Block Style Preset"
|
| 7495 |
msgstr ""
|
| 7496 |
|
| 7497 |
+
#: ../includes/Traits/Controls.php:565
|
| 7498 |
msgid "Fallback Image"
|
| 7499 |
msgstr ""
|
| 7500 |
|
| 7501 |
+
#: ../includes/Traits/Controls.php:610
|
| 7502 |
msgid "Date Position"
|
| 7503 |
msgstr ""
|
| 7504 |
|
| 7505 |
+
#: ../includes/Traits/Controls.php:657
|
| 7506 |
msgid "Show Image"
|
| 7507 |
msgstr ""
|
| 7508 |
|
| 7509 |
+
#: ../includes/Traits/Controls.php:733
|
| 7510 |
msgid "Show Circle Image / Icon"
|
| 7511 |
msgstr ""
|
| 7512 |
|
| 7513 |
+
#: ../includes/Traits/Controls.php:759
|
| 7514 |
msgid "Icon Image"
|
| 7515 |
msgstr ""
|
| 7516 |
|
| 7517 |
+
#: ../includes/Traits/Controls.php:772
|
| 7518 |
msgid "Icon Image Size"
|
| 7519 |
msgstr ""
|
| 7520 |
|
| 7521 |
+
#: ../includes/Traits/Controls.php:861
|
| 7522 |
msgid "Show excerpt"
|
| 7523 |
msgstr ""
|
| 7524 |
|
| 7525 |
+
#: ../includes/Traits/Controls.php:918, ../includes/Traits/Controls.php:891
|
| 7526 |
msgid "..."
|
| 7527 |
msgstr ""
|
| 7528 |
|
| 7529 |
+
#: ../includes/Traits/Controls.php:964
|
| 7530 |
msgid "Show Read More Button"
|
| 7531 |
msgstr ""
|
| 7532 |
|
| 7533 |
+
#: ../includes/Traits/Controls.php:995
|
| 7534 |
msgid "Show Post Terms"
|
| 7535 |
msgstr ""
|
| 7536 |
|
| 7537 |
+
#: ../includes/Traits/Controls.php:1042
|
| 7538 |
msgid "Show Meta"
|
| 7539 |
msgstr ""
|
| 7540 |
|
| 7541 |
+
#: ../includes/Traits/Controls.php:1058
|
| 7542 |
msgid "Entry Header"
|
| 7543 |
msgstr ""
|
| 7544 |
|
| 7545 |
+
#: ../includes/Traits/Controls.php:1059
|
| 7546 |
msgid "Entry Footer"
|
| 7547 |
msgstr ""
|
| 7548 |
|
| 7549 |
+
#: ../includes/Traits/Controls.php:1086
|
| 7550 |
msgid "Show Author Name"
|
| 7551 |
msgstr ""
|
| 7552 |
|
| 7553 |
+
#: ../includes/Traits/Controls.php:1204
|
| 7554 |
msgid "Read More Button Style"
|
| 7555 |
msgstr ""
|
| 7556 |
|
| 7557 |
+
#: ../includes/Traits/Controls.php:1574
|
| 7558 |
msgid "Absolute"
|
| 7559 |
msgstr ""
|
| 7560 |
|
| 7561 |
+
#: ../includes/Traits/Controls.php:1588
|
| 7562 |
msgid "Horizontal Orientation"
|
| 7563 |
msgstr ""
|
| 7564 |
|
| 7565 |
+
#: ../includes/Traits/Controls.php:1691
|
| 7566 |
msgid "Vertical Orientation"
|
| 7567 |
msgstr ""
|
| 7568 |
|
| 7569 |
+
#: ../includes/Traits/Controls.php:1810
|
| 7570 |
msgid "<strong>Ninja Tables</strong> is not installed/activated on your site. Please install and activate <a href=\"plugin-install.php?s=Ninja+Tables&tab=search&type=term\" target=\"_blank\">Ninja Tables</a> first."
|
| 7571 |
msgstr ""
|
| 7572 |
|
| 7573 |
+
#: ../includes/Traits/Controls.php:1797
|
| 7574 |
msgid "Table ID"
|
| 7575 |
msgstr ""
|
| 7576 |
|
| 7577 |
+
#: ../includes/Traits/Controls.php:1831
|
| 7578 |
msgid "EventON (Pro) "
|
| 7579 |
msgstr ""
|
| 7580 |
|
| 7581 |
+
#: ../includes/Traits/Controls.php:1829
|
| 7582 |
msgid "EventON"
|
| 7583 |
msgstr ""
|
| 7584 |
|
| 7585 |
+
#: ../includes/Traits/Controls.php:1848
|
| 7586 |
msgid "Style the message when no posts are found."
|
| 7587 |
msgstr ""
|
| 7588 |
|
| 7758 |
msgid "Post ID is missing"
|
| 7759 |
msgstr ""
|
| 7760 |
|
| 7761 |
+
#: ../includes/Traits/Facebook_Feed.php:41, ../includes/Traits/Helper.php:57, ../includes/Traits/Helper.php:940, ../includes/Traits/Login_Registration.php:62, ../includes/Traits/Login_Registration.php:227, ../includes/Traits/Woo_Product_Comparable.php:2133
|
| 7762 |
msgid "Widget ID is missing"
|
| 7763 |
msgstr ""
|
| 7764 |
|
| 7765 |
+
#: ../includes/Traits/Helper.php:29, ../includes/Traits/Helper.php:912, ../includes/Traits/Login_Registration.php:79, ../includes/Traits/Login_Registration.php:200
|
| 7766 |
msgid "Insecure form submitted without security token"
|
| 7767 |
msgstr ""
|
| 7768 |
|
| 7769 |
+
#: ../includes/Traits/Helper.php:37, ../includes/Traits/Helper.php:920, ../includes/Traits/Login_Registration.php:92, ../includes/Traits/Login_Registration.php:210, ../includes/Traits/Woo_Product_Comparable.php:2170
|
| 7770 |
msgid "Security token did not match"
|
| 7771 |
msgstr ""
|
| 7772 |
|
| 7773 |
+
#: ../includes/Traits/Helper.php:47, ../includes/Traits/Helper.php:930, ../includes/Traits/Login_Registration.php:55, ../includes/Traits/Login_Registration.php:222, ../includes/Traits/Woo_Product_Comparable.php:2128
|
| 7774 |
msgid "Page ID is missing"
|
| 7775 |
msgstr ""
|
| 7776 |
|
| 7777 |
+
#: ../includes/Traits/Helper.php:67, ../includes/Traits/Helper.php:949
|
| 7778 |
msgid "Widget settings are not found. Did you save the widget before using load more??"
|
| 7779 |
msgstr ""
|
| 7780 |
|
| 7781 |
+
#: ../includes/Traits/Helper.php:203
|
| 7782 |
msgid "Essential Addons for Elementor"
|
| 7783 |
msgstr ""
|
| 7784 |
|
| 7785 |
+
#: ../includes/Traits/Helper.php:382, ../includes/Traits/Twitter_Feed.php:120
|
| 7786 |
msgid "%s ago"
|
| 7787 |
msgstr ""
|
| 7788 |
|
| 7789 |
+
#: ../includes/Traits/Helper.php:786
|
| 7790 |
msgid "1,000+ Stunning Templates"
|
| 7791 |
msgstr ""
|
| 7792 |
|
| 7793 |
+
#: ../includes/Traits/Helper.php:787
|
| 7794 |
msgid "Supports Elementor & Gutenberg"
|
| 7795 |
msgstr ""
|
| 7796 |
|
| 7797 |
+
#: ../includes/Traits/Helper.php:788
|
| 7798 |
msgid "Powering up 17,000+ Websites"
|
| 7799 |
msgstr ""
|
| 7800 |
|
| 7801 |
+
#: ../includes/Traits/Helper.php:789
|
| 7802 |
msgid "Cloud Collaboration with Team"
|
| 7803 |
msgstr ""
|
| 7804 |
|
| 7805 |
+
#: ../includes/Traits/Helper.php:798
|
| 7806 |
msgid "Don’t Show This Again"
|
| 7807 |
msgstr ""
|
| 7808 |
|
| 7809 |
+
#: ../includes/Traits/Helper.php:810, ../includes/templates/admin/general.php:19, ../includes/templates/admin/general.php:121
|
| 7810 |
msgid "Activate Templately"
|
| 7811 |
msgstr ""
|
| 7812 |
|
| 7813 |
+
#: ../includes/Traits/Helper.php:807
|
| 7814 |
msgid "Activated Templately"
|
| 7815 |
msgstr ""
|
| 7816 |
|
| 7817 |
+
#: ../includes/Traits/Helper.php:804, ../includes/templates/admin/general.php:17, ../includes/templates/admin/general.php:119
|
| 7818 |
msgid "Install Templately"
|
| 7819 |
msgstr ""
|
| 7820 |
|
| 7821 |
+
#: ../includes/Traits/Helper.php:813
|
| 7822 |
msgid "Submit"
|
| 7823 |
msgstr ""
|
| 7824 |
|
| 8282 |
msgid "No products found!"
|
| 8283 |
msgstr ""
|
| 8284 |
|
| 8285 |
+
#: ../includes/Template/Content/Product_Grid.php:63, ../includes/Template/Content/Product_Grid.php:29, ../includes/Template/Eicon-Woocommerce/default.php:46
|
| 8286 |
msgid "Sale!"
|
| 8287 |
msgstr ""
|
| 8288 |
|
| 8289 |
+
#: ../includes/Template/Content/Product_Grid.php:27, ../includes/Template/Eicon-Woocommerce/default.php:47
|
| 8290 |
msgid "Stock <br/> Out"
|
| 8291 |
msgstr ""
|
| 8292 |
|
| 8293 |
+
#: ../includes/Template/Eicon-Woocommerce/default.php:454
|
| 8294 |
msgid "Stock "
|
| 8295 |
msgstr ""
|
| 8296 |
|
| 8297 |
+
#: ../includes/Template/Eicon-Woocommerce/default.php:454
|
| 8298 |
msgid "Out"
|
| 8299 |
msgstr ""
|
| 8300 |
|
| 8546 |
msgid "Lost your password?"
|
| 8547 |
msgstr ""
|
| 8548 |
|
| 8549 |
+
#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:546
|
| 8550 |
msgid "You must be logged in to checkout."
|
| 8551 |
msgstr ""
|
| 8552 |
|
| 8553 |
+
#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:592
|
| 8554 |
msgid "Billing & Shipping"
|
| 8555 |
msgstr ""
|
| 8556 |
|
| 8557 |
+
#: ../includes/Template/Woocommerce/Checkout/Woo_Checkout_Helper.php:621
|
| 8558 |
msgid "Create an account?"
|
| 8559 |
msgstr ""
|
readme.txt
CHANGED
|
@@ -2,9 +2,9 @@
|
|
| 2 |
Contributors: wpdevteam, Codetic, re_enter_rupok, Asif2BD, priyomukul, manzurahammed
|
| 3 |
Tags: elementor, elements, addons, elementor addons, elementor widget, elementor form, woocommerce elementor, page builder, builder, visual editor, wordpress page builder
|
| 4 |
Requires at least: 5.0
|
| 5 |
-
Tested up to: 5.8
|
| 6 |
Requires PHP: 5.6
|
| 7 |
-
Stable tag: 4.9.
|
| 8 |
License: GPLv3
|
| 9 |
License URI: https://opensource.org/licenses/GPL-3.0
|
| 10 |
|
|
@@ -185,7 +185,6 @@ If you like Essential Addons, then consider checking out our other WordPress Plu
|
|
| 185 |
|
| 186 |
⏰ **[SchedulePress](https://wordpress.org/plugins/wp-scheduled-posts/)** – Complete solution for WordPress Post Scheduling to manage schedules through an editorial calendar & Social Share.
|
| 187 |
|
| 188 |
-
|
| 189 |
⭐ **[ReviewX](https://wordpress.org/plugins/reviewx/)** – Advanced multi criteria Rating & Reviews for WooCommerce that allows users to submit product review for multiple criteria.
|
| 190 |
|
| 191 |
|
|
@@ -226,6 +225,19 @@ Your existing elements/content will work with premium version. So you won't lose
|
|
| 226 |
|
| 227 |
== Changelog ==
|
| 228 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 229 |
= 4.9.1 - 14/09/2021 =
|
| 230 |
|
| 231 |
- Improved: EA Woo Product Gallery | Added options to change category tab icon & button hover control
|
| 2 |
Contributors: wpdevteam, Codetic, re_enter_rupok, Asif2BD, priyomukul, manzurahammed
|
| 3 |
Tags: elementor, elements, addons, elementor addons, elementor widget, elementor form, woocommerce elementor, page builder, builder, visual editor, wordpress page builder
|
| 4 |
Requires at least: 5.0
|
| 5 |
+
Tested up to: 5.8
|
| 6 |
Requires PHP: 5.6
|
| 7 |
+
Stable tag: 4.9.2
|
| 8 |
License: GPLv3
|
| 9 |
License URI: https://opensource.org/licenses/GPL-3.0
|
| 10 |
|
| 185 |
|
| 186 |
⏰ **[SchedulePress](https://wordpress.org/plugins/wp-scheduled-posts/)** – Complete solution for WordPress Post Scheduling to manage schedules through an editorial calendar & Social Share.
|
| 187 |
|
|
|
|
| 188 |
⭐ **[ReviewX](https://wordpress.org/plugins/reviewx/)** – Advanced multi criteria Rating & Reviews for WooCommerce that allows users to submit product review for multiple criteria.
|
| 189 |
|
| 190 |
|
| 225 |
|
| 226 |
== Changelog ==
|
| 227 |
|
| 228 |
+
= 4.9.2 - 26/09/2021 =
|
| 229 |
+
|
| 230 |
+
- Fixed: EA Fliterable Gallery | Images not displaying under each filter until Load More button is hit
|
| 231 |
+
- Fixed: EA Post Grid | Load More button not working with Random sorting
|
| 232 |
+
- Fixed: EA Advanced Data Table | removed data reappearing
|
| 233 |
+
- Fixed: EA Feature List | showing warning in browser console
|
| 234 |
+
- Fixed: EA Advanced Tabs | 'Active as Default' getting priority over custom ID
|
| 235 |
+
- Fixed: EA Filterable Gallery | PHP 8 Error
|
| 236 |
+
- Fixed: EA Woo Product Gallery | Out of Stock Badge not showing
|
| 237 |
+
- Improved: EA Table of Contents | Added Height controller
|
| 238 |
+
- Improved: EA WooCommerce elements | Added option to make product images clickable
|
| 239 |
+
- Few minor bug fix & improvements
|
| 240 |
+
|
| 241 |
= 4.9.1 - 14/09/2021 =
|
| 242 |
|
| 243 |
- Improved: EA Woo Product Gallery | Added options to change category tab icon & button hover control
|
