/**handles:wc_cart_addons_styles**/
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="https://bigbitebaits.com/xmlrpc.php">

<title>Page not found &#8211; Big Bite Baits</title>
<meta name='robots' content='max-image-preview:large' />
<script>                function apbct_attach_event_handler__backend(elem, event, callback) {                    if(typeof window.addEventListener === "function") elem.addEventListener(event, callback);                    else                                                elem.attachEvent(event, callback);                }                apbct_attach_event_handler__backend(window, 'DOMContentLoaded', function(){                    if (typeof apbctLocalStorage === "object") {                        apbctLocalStorage.set('ct_checkjs', '800d9b6e6989bee87d052a04bc70d4e96eeb219af93f4677bbc14c1f09a9787f', true );                    } else {                        console.log('APBCT ERROR: apbctLocalStorage object is not loaded.');                    }                  });    </script>
<!-- Google Tag Manager for WordPress by gtm4wp.com -->
<script data-cfasync="false" data-pagespeed-no-defer>
	var gtm4wp_datalayer_name = "dataLayer";
	var dataLayer = dataLayer || [];
</script>
<!-- End Google Tag Manager for WordPress by gtm4wp.com --><link rel='dns-prefetch' href='//poynt.net' />


<link rel='dns-prefetch' href='//ajax.googleapis.com' />
<link rel='dns-prefetch' href='//apis.google.com' />
<link rel='dns-prefetch' href='//google-analytics.com' />
<link rel='dns-prefetch' href='//www.google-analytics.com' />
<link rel='dns-prefetch' href='//ssl.google-analytics.com' />
<link rel='dns-prefetch' href='//youtube.com' />
<link rel='dns-prefetch' href='//s.gravatar.com' />
<link rel='dns-prefetch' href='//hb.wpmucdn.com' />

<link rel="alternate" type="application/rss+xml" title="Big Bite Baits &raquo; Feed" href="https://bigbitebaits.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Big Bite Baits &raquo; Comments Feed" href="https://bigbitebaits.com/comments/feed/" />
		<!-- This site uses the Google Analytics by ExactMetrics plugin v7.8.2 - Using Analytics tracking - https://www.exactmetrics.com/ -->
							<script
				src="//www.googletagmanager.com/gtag/js?id=UA-6888322-1"  data-cfasync="false" data-wpfc-render="false" async></script>
			<script data-cfasync="false" data-wpfc-render="false">
				var em_version = '7.8.2';
				var em_track_user = true;
				var em_no_track_reason = '';
				
								var disableStrs = [
															'ga-disable-UA-6888322-1',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.ExactMetricsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (em_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
							
														parameters.send_to = exactmetrics_frontend.ua;
							__gtagDataLayer(type, name, parameters);
													} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dNDMyYj': true,
											});
															__gtagTracker('config', 'UA-6888322-1', {"forceSSL":"true","page_path":'\/404.html?page=' + document.location.pathname + document.location.search + '&from=' + document.referrer} );
										window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}
			</script>
				<!-- / Google Analytics by ExactMetrics -->
		<link rel='stylesheet' id='wp-block-library-css'  href='https://bigbitebaits.com/wp-includes/css/dist/block-library/style.min.css' media='all' />
<style id='wp-block-library-theme-inline-css'>
.wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.wp-block-pullquote{border-top:4px solid;border-bottom:4px solid;margin-bottom:1.75em;color:currentColor}.wp-block-pullquote__citation,.wp-block-pullquote cite,.wp-block-pullquote footer{color:currentColor;text-transform:uppercase;font-size:.8125em;font-style:normal}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;position:relative;font-style:normal}.wp-block-quote.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{border:none}.wp-block-search .wp-block-search__label{font-weight:700}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{padding:.5em;border:1px solid;word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-template-part.has-background{padding:1.25em 2.375em;margin-top:0;margin-bottom:0}
</style>
<link rel='stylesheet' id='wc-blocks-vendors-style-css'  href='https://bigbitebaits.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-vendors-style.css' media='all' />
<link rel='stylesheet' id='wc-blocks-style-css'  href='https://bigbitebaits.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-style.css' media='all' />
<link rel='stylesheet' id='storefront-gutenberg-blocks-css'  href='https://bigbitebaits.com/wp-content/themes/storefront/assets/css/base/gutenberg-blocks.css' media='all' />
<style id='storefront-gutenberg-blocks-inline-css'>

				.wp-block-button__link:not(.has-text-color) {
					color: #ffffff;
				}

				.wp-block-button__link:not(.has-text-color):hover,
				.wp-block-button__link:not(.has-text-color):focus,
				.wp-block-button__link:not(.has-text-color):active {
					color: #ffffff;
				}

				.wp-block-button__link:not(.has-background) {
					background-color: #2eb343;
				}

				.wp-block-button__link:not(.has-background):hover,
				.wp-block-button__link:not(.has-background):focus,
				.wp-block-button__link:not(.has-background):active {
					border-color: #159a2a;
					background-color: #159a2a;
				}

				.wp-block-quote footer,
				.wp-block-quote cite,
				.wp-block-quote__citation {
					color: #2b2b2b;
				}

				.wp-block-pullquote cite,
				.wp-block-pullquote footer,
				.wp-block-pullquote__citation {
					color: #2b2b2b;
				}

				.wp-block-image figcaption {
					color: #2b2b2b;
				}

				.wp-block-separator.is-style-dots::before {
					color: #2b2b2b;
				}

				.wp-block-file a.wp-block-file__button {
					color: #ffffff;
					background-color: #2eb343;
					border-color: #2eb343;
				}

				.wp-block-file a.wp-block-file__button:hover,
				.wp-block-file a.wp-block-file__button:focus,
				.wp-block-file a.wp-block-file__button:active {
					color: #ffffff;
					background-color: #159a2a;
				}

				.wp-block-code,
				.wp-block-preformatted pre {
					color: #2b2b2b;
				}

				.wp-block-table:not( .has-background ):not( .is-style-stripes ) tbody tr:nth-child(2n) td {
					background-color: #fdfdfd;
				}

				.wp-block-cover .wp-block-cover__inner-container h1:not(.has-text-color),
				.wp-block-cover .wp-block-cover__inner-container h2:not(.has-text-color),
				.wp-block-cover .wp-block-cover__inner-container h3:not(.has-text-color),
				.wp-block-cover .wp-block-cover__inner-container h4:not(.has-text-color),
				.wp-block-cover .wp-block-cover__inner-container h5:not(.has-text-color),
				.wp-block-cover .wp-block-cover__inner-container h6:not(.has-text-color) {
					color: #000000;
				}

				.wc-block-components-price-slider__range-input-progress,
				.rtl .wc-block-components-price-slider__range-input-progress {
					--range-color: #2eb343;
				}

				/* Target only IE11 */
				@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
					.wc-block-components-price-slider__range-input-progress {
						background: #2eb343;
					}
				}

				.wc-block-components-button:not(.is-link) {
					background-color: #3a7bce;
					color: #ffffff;
				}

				.wc-block-components-button:not(.is-link):hover,
				.wc-block-components-button:not(.is-link):focus,
				.wc-block-components-button:not(.is-link):active {
					background-color: #2162b5;
					color: #ffffff;
				}

				.wc-block-components-button:not(.is-link):disabled {
					background-color: #3a7bce;
					color: #ffffff;
				}

				.wc-block-cart__submit-container {
					background-color: #ffffff;
				}

				.wc-block-cart__submit-container::before {
					color: rgba(220,220,220,0.5);
				}

				.wc-block-components-order-summary-item__quantity {
					background-color: #ffffff;
					border-color: #2b2b2b;
					box-shadow: 0 0 0 2px #ffffff;
					color: #2b2b2b;
				}
			
</style>
<style id='global-styles-inline-css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('https://bigbitebaits.com/wp-content/plugins/woocommerce-cart-add-ons/assets/css/#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('https://bigbitebaits.com/wp-content/plugins/woocommerce-cart-add-ons/assets/css/#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('https://bigbitebaits.com/wp-content/plugins/woocommerce-cart-add-ons/assets/css/#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('https://bigbitebaits.com/wp-content/plugins/woocommerce-cart-add-ons/assets/css/#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('https://bigbitebaits.com/wp-content/plugins/woocommerce-cart-add-ons/assets/css/#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('https://bigbitebaits.com/wp-content/plugins/woocommerce-cart-add-ons/assets/css/#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('https://bigbitebaits.com/wp-content/plugins/woocommerce-cart-add-ons/assets/css/#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('https://bigbitebaits.com/wp-content/plugins/woocommerce-cart-add-ons/assets/css/#wp-duotone-blue-orange');--wp--preset--font-size--small: 14px;--wp--preset--font-size--medium: 23px;--wp--preset--font-size--large: 26px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--normal: 16px;--wp--preset--font-size--huge: 37px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
</style>
<link rel='stylesheet' id='ct_public_css-css'  href='https://bigbitebaits.com/wp-content/plugins/cleantalk-spam-protect/css/cleantalk-public.min.css' media='all' />
<style id='woocommerce-inline-inline-css'>
.woocommerce form .form-row .required { visibility: visible; }
</style>
<link rel='stylesheet' id='wc_cart_addons_styles-css'  href='https://bigbitebaits.com/wp-content/plugins/woocommerce-cart-add-ons/assets/css/frontend.css' media='all' />
<link rel='stylesheet' id='hint-css'  href='https://bigbitebaits.com/wp-content/plugins/woo-fly-cart-premium/assets/hint/hint.min.css' media='all' />
<link rel='stylesheet' id='perfect-scrollbar-css'  href='https://bigbitebaits.com/wp-content/plugins/woo-fly-cart-premium/assets/perfect-scrollbar/css/perfect-scrollbar.min.css' media='all' />
<link rel='stylesheet' id='perfect-scrollbar-wpc-css'  href='https://bigbitebaits.com/wp-content/plugins/woo-fly-cart-premium/assets/perfect-scrollbar/css/custom-theme.css' media='all' />
<link rel='stylesheet' id='slick-css'  href='https://bigbitebaits.com/wp-content/plugins/woo-fly-cart-premium/assets/slick/slick.css' media='all' />
<link rel='stylesheet' id='woofc-fonts-css'  href='https://bigbitebaits.com/wp-content/plugins/woo-fly-cart-premium/assets/css/fonts.css' media='all' />
<link rel='stylesheet' id='woofc-frontend-css'  href='https://bigbitebaits.com/wp-content/plugins/woo-fly-cart-premium/assets/css/frontend.css' media='all' />
<style id='woofc-frontend-inline-css'>
.woofc-area.woofc-style-01, .woofc-area.woofc-style-03, .woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover, .woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
                            background-color: #d12027;
                        }

                        .woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div a, .woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a, .woofc-area.woofc-style-03 .woofc-area-bot .woofc-action .woofc-action-inner > div a, .woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
                            outline: none;
                            color: #d12027;
                        }

                        .woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a, .woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
                            border-color: #d12027;
                        }

                        .woofc-area.woofc-style-05 {
                            background-color: #d12027;
                            background-image: url('https://bigbitebaits.com/wp-content/plugins/woocommerce-cart-add-ons/assets/css/');
                            background-size: cover;
                            background-position: center;
                            background-repeat: no-repeat;
                        }
                        
                        .woofc-count span {
                            background-color: #d12027;
                        }
</style>
<link rel='stylesheet' id='storefront-style-css'  href='https://bigbitebaits.com/wp-content/themes/storefront/style.css' media='all' />
<style id='storefront-style-inline-css'>

			.main-navigation ul li a,
			.site-title a,
			ul.menu li a,
			.site-branding h1 a,
			button.menu-toggle,
			button.menu-toggle:hover,
			.handheld-navigation .dropdown-toggle {
				color: #ffffff;
			}

			button.menu-toggle,
			button.menu-toggle:hover {
				border-color: #ffffff;
			}

			.main-navigation ul li a:hover,
			.main-navigation ul li:hover > a,
			.site-title a:hover,
			.site-header ul.menu li.current-menu-item > a {
				color: #ffffff;
			}

			table:not( .has-background ) th {
				background-color: #f8f8f8;
			}

			table:not( .has-background ) tbody td {
				background-color: #fdfdfd;
			}

			table:not( .has-background ) tbody tr:nth-child(2n) td,
			fieldset,
			fieldset legend {
				background-color: #fbfbfb;
			}

			.site-header,
			.secondary-navigation ul ul,
			.main-navigation ul.menu > li.menu-item-has-children:after,
			.secondary-navigation ul.menu ul,
			.storefront-handheld-footer-bar,
			.storefront-handheld-footer-bar ul li > a,
			.storefront-handheld-footer-bar ul li.search .site-search,
			button.menu-toggle,
			button.menu-toggle:hover {
				background-color: #2eb343;
			}

			p.site-description,
			.site-header,
			.storefront-handheld-footer-bar {
				color: #ffffff;
			}

			button.menu-toggle:after,
			button.menu-toggle:before,
			button.menu-toggle span:before {
				background-color: #ffffff;
			}

			h1, h2, h3, h4, h5, h6, .wc-block-grid__product-title {
				color: #2b2b2b;
			}

			.widget h1 {
				border-bottom-color: #2b2b2b;
			}

			body,
			.secondary-navigation a {
				color: #2b2b2b;
			}

			.widget-area .widget a,
			.hentry .entry-header .posted-on a,
			.hentry .entry-header .post-author a,
			.hentry .entry-header .post-comments a,
			.hentry .entry-header .byline a {
				color: #303030;
			}

			a {
				color: #2eb343;
			}

			a:focus,
			button:focus,
			.button.alt:focus,
			input:focus,
			textarea:focus,
			input[type="button"]:focus,
			input[type="reset"]:focus,
			input[type="submit"]:focus,
			input[type="email"]:focus,
			input[type="tel"]:focus,
			input[type="url"]:focus,
			input[type="password"]:focus,
			input[type="search"]:focus {
				outline-color: #2eb343;
			}

			button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
				background-color: #2eb343;
				border-color: #2eb343;
				color: #ffffff;
			}

			button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .widget a.button:hover {
				background-color: #159a2a;
				border-color: #159a2a;
				color: #ffffff;
			}

			button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .widget-area .widget a.button.alt {
				background-color: #3a7bce;
				border-color: #3a7bce;
				color: #ffffff;
			}

			button.alt:hover, input[type="button"].alt:hover, input[type="reset"].alt:hover, input[type="submit"].alt:hover, .button.alt:hover, .widget-area .widget a.button.alt:hover {
				background-color: #2162b5;
				border-color: #2162b5;
				color: #ffffff;
			}

			.pagination .page-numbers li .page-numbers.current {
				background-color: #e6e6e6;
				color: #212121;
			}

			#comments .comment-list .comment-content .comment-text {
				background-color: #f8f8f8;
			}

			.site-footer {
				background-color: #f9f9f9;
				color: #2b2b2b;
			}

			.site-footer a:not(.button):not(.components-button) {
				color: #2eb343;
			}

			.site-footer .storefront-handheld-footer-bar a:not(.button):not(.components-button) {
				color: #ffffff;
			}

			.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer .widget .widget-title, .site-footer .widget .widgettitle {
				color: #2b2b2b;
			}

			.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title {
				color: #000000;
			}

			.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content {
				color: #000000;
			}

			@media screen and ( min-width: 768px ) {
				.secondary-navigation ul.menu a:hover {
					color: #ffffff;
				}

				.secondary-navigation ul.menu a {
					color: #ffffff;
				}

				.main-navigation ul.menu ul.sub-menu,
				.main-navigation ul.nav-menu ul.children {
					background-color: #1fa434;
				}

				.site-header {
					border-bottom-color: #1fa434;
				}
			}

				.sp-fixed-width .site {
					background-color:#ffffff;
				}
			

				.checkout-slides .sp-checkout-control-nav li a:after {
					background-color:#ffffff;
					border: 4px solid #d7d7d7;
				}

				.checkout-slides .sp-checkout-control-nav li:nth-child(2) a.flex-active:after {
					border: 4px solid #d7d7d7;
				}

				.checkout-slides .sp-checkout-control-nav li a:before,
				.checkout-slides .sp-checkout-control-nav li:nth-child(2) a.flex-active:before  {
					background-color:#d7d7d7;
				}

				.checkout-slides .sp-checkout-control-nav li:nth-child(2) a:before {
					background-color:#ebebeb;
				}

				.checkout-slides .sp-checkout-control-nav li:nth-child(2) a:after {
					border: 4px solid #ebebeb;
				}
			
</style>
<link rel='stylesheet' id='storefront-icons-css'  href='https://bigbitebaits.com/wp-content/themes/storefront/assets/css/base/icons.css' media='all' />
<link rel='stylesheet' id='storefront-fonts-css'  href='https://bigbitebaits.com/wp-content/uploads/omgf/storefront-fonts/storefront-fonts.css?ver=1648073925' media='all' />
<link rel='stylesheet' id='wpdesk_wc_shipping_notices_ups-css'  href='https://bigbitebaits.com/wp-content/plugins/flexible-shipping-ups/vendor_prefixed/wpdesk/wp-woocommerce-shipping/assets/css/notices.min.css' media='all' />
<link rel='stylesheet' id='mwc-payments-payment-form-css'  href='https://bigbitebaits.com/wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/assets/css/payment-form.css' media='all' />
<link rel='stylesheet' id='wc-pb-checkout-blocks-css'  href='https://bigbitebaits.com/wp-content/plugins/woocommerce-product-bundles/assets/css/frontend/checkout-blocks.css' media='all' />
<link rel='stylesheet' id='storefront-woocommerce-style-css'  href='https://bigbitebaits.com/wp-content/themes/storefront/assets/css/woocommerce/woocommerce.css' media='all' />
<style id='storefront-woocommerce-style-inline-css'>
@font-face {
				font-family: star;
				src: url(https://bigbitebaits.com/wp-content/plugins/woocommerce/assets/fonts/star.eot);
				src:
					url(https://bigbitebaits.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"),
					url(https://bigbitebaits.com/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"),
					url(https://bigbitebaits.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),
					url(https://bigbitebaits.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
				font-weight: 400;
				font-style: normal;
			}
			@font-face {
				font-family: WooCommerce;
				src: url(https://bigbitebaits.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);
				src:
					url(https://bigbitebaits.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),
					url(https://bigbitebaits.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),
					url(https://bigbitebaits.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"),
					url(https://bigbitebaits.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
				font-weight: 400;
				font-style: normal;
			}

			a.cart-contents,
			.site-header-cart .widget_shopping_cart a {
				color: #ffffff;
			}

			a.cart-contents:hover,
			.site-header-cart .widget_shopping_cart a:hover,
			.site-header-cart:hover > li > a {
				color: #ffffff;
			}

			table.cart td.product-remove,
			table.cart td.actions {
				border-top-color: #ffffff;
			}

			.storefront-handheld-footer-bar ul li.cart .count {
				background-color: #ffffff;
				color: #2eb343;
				border-color: #2eb343;
			}

			.woocommerce-tabs ul.tabs li.active a,
			ul.products li.product .price,
			.onsale,
			.wc-block-grid__product-onsale,
			.widget_search form:before,
			.widget_product_search form:before {
				color: #2b2b2b;
			}

			.woocommerce-breadcrumb a,
			a.woocommerce-review-link,
			.product_meta a {
				color: #303030;
			}

			.wc-block-grid__product-onsale,
			.onsale {
				border-color: #2b2b2b;
			}

			.star-rating span:before,
			.quantity .plus, .quantity .minus,
			p.stars a:hover:after,
			p.stars a:after,
			.star-rating span:before,
			#payment .payment_methods li input[type=radio]:first-child:checked+label:before {
				color: #2eb343;
			}

			.widget_price_filter .ui-slider .ui-slider-range,
			.widget_price_filter .ui-slider .ui-slider-handle {
				background-color: #2eb343;
			}

			.order_details {
				background-color: #f8f8f8;
			}

			.order_details > li {
				border-bottom: 1px dotted #e3e3e3;
			}

			.order_details:before,
			.order_details:after {
				background: -webkit-linear-gradient(transparent 0,transparent 0),-webkit-linear-gradient(135deg,#f8f8f8 33.33%,transparent 33.33%),-webkit-linear-gradient(45deg,#f8f8f8 33.33%,transparent 33.33%)
			}

			#order_review {
				background-color: #ffffff;
			}

			#payment .payment_methods > li .payment_box,
			#payment .place-order {
				background-color: #fafafa;
			}

			#payment .payment_methods > li:not(.woocommerce-notice) {
				background-color: #f5f5f5;
			}

			#payment .payment_methods > li:not(.woocommerce-notice):hover {
				background-color: #f0f0f0;
			}

			.woocommerce-pagination .page-numbers li .page-numbers.current {
				background-color: #e6e6e6;
				color: #212121;
			}

			.wc-block-grid__product-onsale,
			.onsale,
			.woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
				color: #2b2b2b;
			}

			p.stars a:before,
			p.stars a:hover~a:before,
			p.stars.selected a.active~a:before {
				color: #2b2b2b;
			}

			p.stars.selected a.active:before,
			p.stars:hover a:before,
			p.stars.selected a:not(.active):before,
			p.stars.selected a.active:before {
				color: #2eb343;
			}

			.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
				background-color: #2eb343;
				color: #ffffff;
			}

			.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
				background-color: #159a2a;
				border-color: #159a2a;
				color: #ffffff;
			}

			.button.added_to_cart:focus,
			.button.wc-forward:focus {
				outline-color: #2eb343;
			}

			.added_to_cart,
			.site-header-cart .widget_shopping_cart a.button,
			.wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
				background-color: #2eb343;
				border-color: #2eb343;
				color: #ffffff;
			}

			.added_to_cart:hover,
			.site-header-cart .widget_shopping_cart a.button:hover,
			.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover {
				background-color: #159a2a;
				border-color: #159a2a;
				color: #ffffff;
			}

			.added_to_cart.alt, .added_to_cart, .widget a.button.checkout {
				background-color: #3a7bce;
				border-color: #3a7bce;
				color: #ffffff;
			}

			.added_to_cart.alt:hover, .added_to_cart:hover, .widget a.button.checkout:hover {
				background-color: #2162b5;
				border-color: #2162b5;
				color: #ffffff;
			}

			.button.loading {
				color: #2eb343;
			}

			.button.loading:hover {
				background-color: #2eb343;
			}

			.button.loading:after {
				color: #ffffff;
			}

			@media screen and ( min-width: 768px ) {
				.site-header-cart .widget_shopping_cart,
				.site-header .product_list_widget li .quantity {
					color: #ffffff;
				}

				.site-header-cart .widget_shopping_cart .buttons,
				.site-header-cart .widget_shopping_cart .total {
					background-color: #24a939;
				}

				.site-header-cart .widget_shopping_cart {
					background-color: #1fa434;
				}
			}
				.storefront-product-pagination a {
					color: #2b2b2b;
					background-color: #ffffff;
				}
				.storefront-sticky-add-to-cart {
					color: #2b2b2b;
					background-color: #ffffff;
				}

				.storefront-sticky-add-to-cart a:not(.button) {
					color: #ffffff;
				}

				.woocommerce-message {
					background-color: #0f834d !important;
					color: #ffffff !important;
				}

				.woocommerce-message a,
				.woocommerce-message a:hover,
				.woocommerce-message .button,
				.woocommerce-message .button:hover {
					color: #ffffff !important;
				}

				.woocommerce-info {
					background-color: #3D9CD2 !important;
					color: #ffffff !important;
				}

				.woocommerce-info a,
				.woocommerce-info a:hover,
				.woocommerce-info .button,
				.woocommerce-info .button:hover {
					color: #ffffff !important;
				}

				.woocommerce-error {
					background-color: #e2401c !important;
					color: #ffffff !important;
				}

				.woocommerce-error a,
				.woocommerce-error a:hover,
				.woocommerce-error .button,
				.woocommerce-error .button:hover {
					color: #ffffff !important;
				}

			

				.star-rating span:before,
				.star-rating:before {
					color: #FFA200 !important;
				}

				.star-rating:before {
					opacity: 0.25 !important;
				}
			
</style>
<link rel='stylesheet' id='storefront-child-style-css'  href='https://bigbitebaits.com/wp-content/themes/pharmacy/style.css' media='all' />
<style id='storefront-child-style-inline-css'>

			.woocommerce-tabs ul.tabs li.active a,
			.woocommerce-tabs ul.tabs li a:focus,
			.page-template-template-homepage-php ul.tabs li a.active,
			.page-template-template-homepage-php ul.tabs li a:focus {
				color: #2eb343;
			}

			.woocommerce-tabs ul.tabs li.active a:before,
			.page-template-template-homepage-php ul.tabs li a.active:before {
				background-color: #2eb343;
			}

			.woocommerce-tabs ul.tabs li.active a:after {
				background-color: #ffffff;
			}

			.page-template-template-homepage-php ul.tabs li a.active {
				box-shadow: 0 1px #ffffff;
			}

			.site-header {
				color: #ffffff;
			}

			.site-branding h1 a {
				color: #ffffff;
			}

			.site-branding h1 a:hover {
				color: #ffffff;
			}

			.main-navigation ul li.smm-active ul li .widget h3.widget-title {
				color: #2b2b2b;
			}

			.main-navigation ul li.smm-active li a,
			.main-navigation ul li.smm-active li:hover a {
				color: #2b2b2b!important;
			}

			.main-navigation ul.menu li.current_page_item > a,
			.main-navigation ul.menu li.current-menu-item > a,
			.main-navigation ul.menu li.current_page_ancestor > a,
			.main-navigation ul.menu li.current-menu-ancestor > a,
			.main-navigation ul.nav-menu li.current_page_item > a,
			.main-navigation ul.nav-menu li.current-menu-item > a,
			.main-navigation ul.nav-menu li.current_page_ancestor > a,
			.main-navigation ul.nav-menu li.current-menu-ancestor > a {
				color: #2eb343;
			}

			.main-navigation ul li.smm-active,
			.main-navigation ul li.smm-active li:hover a:active,
			.main-navigation ul li.smm-active li:hover a:focus,
			.main-navigation ul li.smm-active li:hover a:hover {
				color: #2b2b2b!important;
			}

			.site-search .widget_product_search,
			.header-widget-region .widget_product_search {
				color: #2b2b2b;
			}

			.pharmacy-product-section {
				border-color: #3a7bce;
			}

			.single-product div.product .summary .price {
				color: #2eb343;
			}

			.header-widget-region {
				color: #2b2b2b;
			}

			.header-widget-region a:not(.button) {
				color: #2eb343;
			}

			.single-product div.product .summary .price,
			#infinite-handle span button,
			#infinite-handle span button:active,
			#infinite-handle span button:focus,
			#infinite-handle span button:hover {
				color: #ffffff;
				background-color: #2eb343;
			}

			#infinite-handle span button:active,
			#infinite-handle span button:focus,
			#infinite-handle span button:hover {
				background-color: #1fa434;
			}

			.onsale,
			.site-header-cart a.cart-contents:after,
			.main-navigation ul.products li.product.product-category h3,
			.main-navigation ul.products li.product.product-category .category-description,
			.site-main ul.products li.product.product-category h3,
			.site-main ul.products li.product.product-category .category-description {
				color: #ffffff;
				background-color: #3a7bce;
			}

			.main-navigation ul.products li.product.product-category a:before,
			.site-main ul.products li.product.product-category a:before {
				border-color: #3a7bce;
			}

			.site-header-cart a.cart-contents .count {
				color: #ffffff;
				background-color: #1c5db0;
			}

			.header-widget-region h1,
			.header-widget-region h2,
			.header-widget-region h3,
			.header-widget-region h4,
			.header-widget-region h5,
			.header-widget-region h6 {
				color: #2b2b2b;
			}

			@media screen and (min-width: 768px) {
				.pharmacy-primary-navigation,
				.sticky-wrapper,
				.sd-sticky-navigation,
				.sd-sticky-navigation:before,
				.sd-sticky-navigation:after,
				.site-header-cart .widget_shopping_cart, .main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children {
					background-color: #ffffff;
				}

				.smm-mega-menu {
					background-color: #ffffff !important;
				}

				.main-navigation ul li a,
				ul.menu li a {
					color: #2b2b2b;
				}

				.main-navigation ul.menu a:active,
				.main-navigation ul.menu a:focus,
				.main-navigation ul.menu a:hover,
				.main-navigation ul.menu li:hover > a,
				.main-navigtaion ul.nav-menu li:hover > a,
				.main-navigation ul.nav-menu a:active,
				.main-navigation ul.nav-menu a:focus,
				.main-navigation ul.nav-menu a:hover,
				.main-navigation ul.menu > li.current-menu-item > a,
				.main-navigation ul.nav-menu > li.current-menu-item > a,
				.main-navigation ul.menu > li:hover > a,
				.main-navigation ul.nav-menu > li:hover > a,
				.site-header-cart:hover > li > a,
				a.cart-contents:hover,
				.site-header-cart:hover > li > a,
				ul.menu li.current-menu-item > a {
					color: #2eb343;
				}

				.main-navigation ul.menu a:before:active,
				.main-navigation ul.menu a:before:focus,
				.main-navigation ul.menu a:before:hover,
				.main-navigation ul.nav-menu a:before:active,
				.main-navigation ul.nav-menu a:before:focus,
				.main-navigation ul.nav-menu a:before:hover,
				.main-navigation ul.menu > li.current-menu-item > a:before,
				.main-navigation ul.nav-menu > li.current-menu-item > a:before,
				.main-navigation ul.menu > li:hover > a:before,
				.main-navigation ul.nav-menu > li:hover > a:before {
					background-color: #2eb343;
				}

				.main-navigation ul.menu ul li a:hover,
				.main-navigation ul.nav-menu ul li a:hover {
					color: #2eb343;
				}

				.main-navigation ul.menu ul,
				.main-navigation ul.nav-menu ul {
					background-color: #ffffff;
				}

				.site-header-cart .widget_shopping_cart {
					background-color: #ffffff;
					border-color: #3a7bce;
				}

				.site-header-cart .widget_shopping_cart,
				.site-header .product_list_widget li .quantity {
					color: #2b2b2b;
				}

				.site-header-cart .widget_shopping_cart a {
					color: #2eb343;
				}

				a.cart-contents:hover {
					color: #3a7bce;
				}

				.site-header-cart .widget_shopping_cart a:hover {
					color: #2b2b2b;
				}

				#order_review,
				#payment .payment_methods li .payment_box {
					background-color: #fafafa;
				}

				#payment .payment_methods li {
					background-color: #f6f6f6;
				}

				#payment .payment_methods li:hover {
					background-color: #f3f3f3;
				}
			}
</style>
<link rel='stylesheet' id='select2-css'  href='https://bigbitebaits.com/wp-content/plugins/woocommerce/assets/css/select2.css' media='all' />
<link rel='stylesheet' id='wwlc_RegistrationForm_css-css'  href='https://bigbitebaits.com/wp-content/plugins/woocommerce-wholesale-lead-capture/css/RegistrationForm.css' media='all' />
<link rel='stylesheet' id='karla-css'  href='https://bigbitebaits.com/wp-content/uploads/omgf/karla/karla.css?ver=1648073925' media='all' />
<link rel='stylesheet' id='oxygen-css'  href='https://bigbitebaits.com/wp-content/uploads/omgf/oxygen/oxygen.css?ver=1648073925' media='all' />
<link rel='stylesheet' id='storefront-woocommerce-bundles-style-css'  href='https://bigbitebaits.com/wp-content/themes/storefront/assets/css/woocommerce/extensions/bundles.css' media='all' />
<link rel='stylesheet' id='sp-header-frontend-css'  href='https://bigbitebaits.com/wp-content/plugins/storefront-powerpack/includes/customizer/header/assets/css/sp-header-frontend.css' media='all' />
<link rel='stylesheet' id='sp-styles-css'  href='https://bigbitebaits.com/wp-content/plugins/storefront-powerpack/assets/css/style.css' media='all' />
<link rel='stylesheet' id='__EPYT__style-css'  href='https://bigbitebaits.com/wp-content/plugins/youtube-embed-plus/styles/ytprefs.min.css' media='all' />
<style id='__EPYT__style-inline-css'>

                .epyt-gallery-thumb {
                        width: 33.333%;
                }
                
                         @media (min-width:0px) and (max-width: 767px) {
                            .epyt-gallery-rowbreak {
                                display: none;
                            }
                            .epyt-gallery-allthumbs[class*="epyt-cols"] .epyt-gallery-thumb {
                                width: 100% !important;
                            }
                          }
</style>
<link rel='stylesheet' id='woo_discount_pro_style-css'  href='https://bigbitebaits.com/wp-content/plugins/woo-discount-rules-pro/Assets/Css/awdr_style.css' media='all' />
<link rel='stylesheet' id='wc-bundle-style-css'  href='https://bigbitebaits.com/wp-content/plugins/woocommerce-product-bundles/assets/css/frontend/woocommerce.css' media='all' />
<link rel='stylesheet' id='pharmacy-woo-customizer-styles-css'  href='https://bigbitebaits.com/wp-content/plugins/pws-customizer-master.bak/custom/assets/css/style.min.css' media='all' />
<style id='pharmacy-woo-customizer-styles-inline-css'>
/* General Section -->> Body Background */
			.pharmacy-site-info-wrapper .social-iconbox,
			.row.copyright,
			body { 
				background-color: #FFFFFF; 
			}
			/* General Section -->> Comment Background */
			#comments .comment-list .comment-content .comment-text {
				background-color: #FFFFFF;
			}
			/* General Section -->> Table Background */
			table tbody td,
			table tbody tr:nth-child(2n) td,
			#order_review,
			#payment .payment_methods > li .payment_box,
			#payment .payment_methods > li,
			#payment .payment_methods > li:hover,
			table.cart td.product-remove,
			table.cart td.actions,
			.order_details,
			.order_details > li,
			.order_details:before,
			.order_details:after,
			.woocommerce-tabs ul.tabs li.active a:after,
			.page-template-template-homepage-php ul.tabs li a.active {
				background-color: #FFFFFF; 
			}
			/* General Section -->> Table Heading Background */
			table th {
				background-color: #F8F8F8; 
			}
			/* General Section -->> Widget Background */
			.widget .widget-title::after,
			.widget-area .widget {
				background-color: #FFFFFF; 
			}
			/* General Section -->> Back to Top Icon */
			.scroll-top i {
				color: #e5f900;
			}
			/* General Section -->> Back to Top Icon Hover */
			.scroll-top:hover i {
				color: #d12027;
			}
			/* General Section -->> Back to Top Background */
			.scroll-top {
				background-color: #262626;
			}
			/* General Section -->> Back to Top Hover Background */
			.scroll-top:hover {
				background-color: #d12027;
			}
			/*Header Section -->> Header Background */
			.site-header {
				background-color: #0a0a0a;
			}
			/*Header Section -->> Transparent Header Background */
			@media (min-width: 769px) {
				.page-template-homepage2 #masthead:not(.sticky-header) .navbar-inner-wrapper:after,
				.page-template-template-homepage #masthead:not(.sticky-header) .navbar-inner-wrapper:after,
				.page-template-transparent-menu #masthead:not(.sticky-header) .navbar-inner-wrapper:after {
					background: #0a0a0a;
				}
				/*Header Section -->> Sticky Header Background */
				.stuck {
					background: #ffffff !important;
				}
			}
			@media (max-width: 769px) {
				.page-template-homepage2 #masthead.site-header,
				.page-template-transparent-menu #masthead.site-header,
				.page-template-template-homepage #masthead.site-header,
				.site-header, 
				.secondary-navigation ul ul, 
				.main-navigation ul.menu > li.menu-item-has-children:after, 
				.secondary-navigation ul.menu ul, .storefront-handheld-footer-bar, 
				.storefront-handheld-footer-bar ul li > a, 
				.storefront-handheld-footer-bar ul li.search .site-search {
					background-color: #0a0a0a;
				}
				.storefront-handheld-footer-bar ul li.cart .count {
					color: #0a0a0a;
				}
			}
			/* Header Section -->> Site Title Color */
			.site-branding .site-title a {
					color: #262626;
			}
			/* Header Section -->> Site Title Hover Color */
			.site-title a:hover {
					color: #585858 !important;
			}
			/* Header Section -->> Site Title Transparent Color */
			@media (min-width: 769px) {
				.page-template-transparent-menu .site-header:not(.sticky-header) .site-title a, 
				.page-template-homepage2 .site-header:not(.sticky-header) .site-title a, 
				.page-template-template-homepage .site-header:not(.sticky-header) .site-title a {
					color: #000000 !important;
				}
			}
			/* Header Section -->> Site Title Transparent Hover Color */
			@media (min-width: 769px) {
				.page-template-transparent-menu .site-header:not(.sticky-header) .site-title a:hover, 
				.page-template-homepage2 .site-header:not(.sticky-header) .site-title a:hover, 
				.page-template-template-homepage .site-header:not(.sticky-header) .site-title a:hover {
					color: #FFFFFF;
				}
			}
			/* Header Section -->> Site Description Color */
			.site-branding p.site-description {
				color: #FFFFFF;
			}
			/* Header Section -->> Social Icons Color */
			.above-navigation .sc-icons li a i {
				color: #FFFFFF;
			}
			/* Header Section -->> Search Field Background Color */
			.site-search .widget_product_search input[type=search], 
			.site-search .widget_product_search input[type=text], 
			.header-widget-region .widget_product_search input[type=search], 
			.header-widget-region .widget_product_search input[type=text] {
				background-color: #FFFFFF;
			}
			/* Header Section -->> Search Field Border Color */
			.site-search .widget_product_search input[type=search], 
			.site-search .widget_product_search input[type=text], 
			.header-widget-region .widget_product_search input[type=search], 
			.header-widget-region .widget_product_search input[type=text] {
				border-color: #FFFFFF;
			}
			/* Header Section -->> Search Field Text Color */
			input[type=search]:focus, 
			input[type=search] {
				color: #333333;
			}
			/* Navigation Section -->> Secondary Menu Link and Border and Background Color */
			@media (min-width: 769px) {
				.pharmacy-secondary-navigation {
					background: #0a0002;
					border-bottom: 1px solid rgba(255, 255, 255, 0.25);
				}
				.secondary-navigation ul.menu a,
				.secondary-navigation ul.menu a:hover {
					color: #0a0a0a;
				}
			}
			/* Navigation Section -->> Secondary Menu Link Active Color */
			.site-header ul.menu li.current-menu-item > a {
				color: #d12027;
			}
			/* Navigation Section -->> Main Menu Link Transparent Color */
			@media (min-width: 769px) {
				.page-template-template-homepage .site-header:not(.sticky-header) .main-navigation ul.nav-menu > li > a,
				.page-template-template-homepage .site-header:not(.sticky-header) .site-header-cart > li > a,
				.page-template-transparent-menu .site-header:not(.sticky-header) .main-navigation ul.nav-menu > li > a,
				.page-template-transparent-menu .site-header:not(.sticky-header)  .site-header-cart > li > a,
				.page-template-homepage2 .site-header:not(.sticky-header) .main-navigation ul.nav-menu > li > a,
				.page-template-homepage2 .site-header:not(.sticky-header) .site-header-cart > li > a {
					color: #FFFFFF;
				}
				/* Navigation Section -->> Main Menu Background Color */
				.storefront-primary-navigation {
					background: #0a0a0a;
				}
			}
			/* Navigation Section -->> Main Menu Link Transparent Hover Color */
			@media (min-width: 769px) {
				.page-template-homepage2 .site-header:not(.sticky-header) .main-navigation ul.menu li.current-menu-ancestor > a,
				.page-template-transparent-menu .site-header:not(.sticky-header) .main-navigation ul.menu li.current-menu-ancestor > a,
				.page-template-template-homepage .site-header:not(.sticky-header) .main-navigation ul.menu li.current-menu-ancestor > a,
				.page-template-transparent-menu .site-header:not(.sticky-header) .main-navigation ul.nav-menu li.current-menu-ancestor > a,
				.page-template-homepage2 .site-header:not(.sticky-header) .main-navigation ul.nav-menu li.current-menu-ancestor > a,
				.page-template-template-homepage .site-header:not(.sticky-header) .main-navigation ul.nav-menu li.current-menu-ancestor > a,
				.page-template-template-homepage .site-header:not(.sticky-header) .main-navigation ul.nav-menu > li.current-menu-ancestor > a,
				.page-template-template-homepage .site-header:not(.sticky-header) .main-navigation ul.nav-menu > li.current_page_item > a,
				.page-template-template-homepage .site-header:not(.sticky-header) .site-header-cart > li.current_page_item > a,
				.page-template-transparent-menu .site-header:not(.sticky-header) .main-navigation ul.nav-menu > li.current-menu-ancestor > a,
				.page-template-transparent-menu .site-header:not(.sticky-header) .main-navigation ul.nav-menu > li.current_page_item > a,
				.page-template-transparent-menu .site-header:not(.sticky-header) .site-header-cart > li.current_page_item > a,
				.page-template-homepage2 .site-header:not(.sticky-header) .main-navigation ul.nav-menu > li.current_page_item > a,
				.page-template-homepage2 .site-header:not(.sticky-header) .main-navigation ul.nav-menu > li.current-menu-ancestor > a,
				.page-template-homepage2 .site-header:not(.sticky-header) .site-header-cart > li.current_page_item > a,
				.page-template-template-homepage .site-header:not(.sticky-header) .main-navigation ul.nav-menu > li:hover > a,
				.page-template-template-homepage .site-header:not(.sticky-header) .site-header-cart > li:hover > a,
				.page-template-transparent-menu .site-header:not(.sticky-header) .main-navigation ul.nav-menu > li:hover > a,
				.page-template-transparent-menu .site-header:not(.sticky-header)  .site-header-cart > li:hover > a,
				.page-template-homepage2 .site-header:not(.sticky-header) .main-navigation ul.nav-menu > li:hover > a,
				.page-template-homepage2 .site-header:not(.sticky-header) .site-header-cart > li:hover > a	{
					color: #d12027;
				}
			}
			/* Navigation Section -->> Main Menu Link Color */
			.main-navigation ul li a, ul.menu li a {
				color: #2B2B2B;
			}
			/* Navigation Section -->> Main Menu Link Hover Color */
			.main-navigation ul.menu li.current-menu-ancestor > a,
			.main-navigation ul.nav-menu li.current-menu-ancestor > a,
			.main-navigation ul.nav-menu li.current-menu-ancestor>a, 
			.main-navigation ul.nav-menu li.current_page_item>a, 
			.main-navigation ul.nav-menu>li:hover>a {
				color: #d12027;
			}
			@media (max-width: 769px) {
				.main-navigation ul.menu li:hover > a,
				.main-navigation ul.nav-menu ul li.current_page_item > a,
				.main-navigation ul.menu ul li a:hover,
				.main-navigation ul.nav-menu ul li a:hover,
				.main-navigation ul li.smm-active li:hover a:active, 
				.main-navigation ul li.smm-active li:hover a:focus, 
				.main-navigation ul li.smm-active li:hover a:hover,
				.main-navigation ul li.smm-active ul.sub-menu li .widget ul:not(.products) li:hover a {
					color: #d12027 !important;
				}
			}
			/* Navigation Section -->> Submenu Top Border Color */
			.menu-item-has-children .sub-menu,
			.main-navigation ul li.smm-active ul.sub-menu .smm-mega-menu {
				border-top-color: #ffffff;
			}
			@media (min-width: 769px){
				.main-navigation ul.menu ul, 
				.main-navigation ul.nav-menu ul {
					background-color: #ffffff !important;
				}
				/* Navigation Section -->> Submenu Background Color */
				.main-navigation ul.menu ul li a,
				.main-navigation ul.nav-menu ul li a,
				.smm-mega-menu {
					background-color: #ffffff !important;
				}
			}
			/* Navigation Section -->> Submenu Background Hover Color */
			@media (min-width: 769px) { 
				.main-navigation ul.menu ul li:hover>a, 
				.main-navigation ul.nav-menu ul li:hover>a,
				.smm-mega-menu li:hover {
					background-color: #ffffff !important;
				}
			}
			/* Navigation Section -->> Submenu Divider Color */
			@media (min-width: 769px){
				.main-navigation ul.menu ul li, .main-navigation ul.nav-menu ul li {
					border-color: #0a0a0a;
				}
			}
			/* Navigation Section -->> Submenu Text Color */
			.main-navigation ul.menu ul li a,
			.main-navigation ul.nav-menu ul li a {
				color: #262626;
			}
			/* Navigation Section -->> Submenu Text Hover Color */
			@media (min-width: 769px) {
				.main-navigation ul.nav-menu ul li.current_page_item > a,
				.main-navigation ul.menu ul li a:hover,
				.main-navigation ul.nav-menu ul li a:hover,
				.main-navigation ul li.smm-active li:hover a:active, 
				.main-navigation ul li.smm-active li:hover a:focus, 
				.main-navigation ul li.smm-active li:hover a:hover,
				.main-navigation ul li.smm-active ul.sub-menu li .widget ul:not(.products) li:hover a {
					color: #d12027 !important;
				}
			}
			/* Navigation Section -->> Menu Toggle Color */
			@media (max-width: 769px) {
				button.menu-toggle {
					background-color: #fffa00;
					color: #262626;
					border-color: #262626 !important;
				}
				button.menu-toggle:hover {
					background-color: #fffa00;
					color: #262626;
					border-color: #262626 !important;
				}
				button.menu-toggle:after,
				button.menu-toggle:before,
				button.menu-toggle span:before {
					background-color: #262626;
				}
				button.menu-toggle:hover:after,
				button.menu-toggle:hover:before,
				button.menu-toggle:hover span:before {
					background-color: #262626;
				}
				/* Mobile Menu Submenu Background Color */
				.main-navigation ul.menu ul.sub-menu,
				.main-navigation ul.menu ul li:hover>a,
				.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a, .smm-mega-menu {
					background-color: #ffffff;
				}
			}
			/* Parallax Section -->> Heading Color */
			.sph-hero h1 span {
				color: #FFFFFF;
			}
			/* Parallax Section -->> Description Color */
			.sph-hero-content {
				color: #FFFFFF;
			}
			/* Parallax Section -->> Button Background Color */
			.sph-hero .mysph-btn {
				background-color: #FFFFFF;
			}
			/* Parallax Section -->> Button Background Hover Color */
			.sph-hero .mysph-btn:hover {
				background-color: #08BDDD;
			}
			/* Parallax Section -->> Button Border Color */
			.sph-hero .mysph-btn:before {
				border-color: #FFFFFF;
			}
			/* Parallax Section -->> Button Border Hover Color */
			.sph-hero .mysph-btn:hover:before  {
				border-color: #08BDDD;
			}
			/* Parallax Section -->> Button Text Color */
			.sph-hero .mysph-btn .middle  {
				color: #242424;
			}
			/* Parallax Section -->> Button Text Hover Color */
			.sph-hero .mysph-btn:hover .middle  {
				color: #242424;
			}
			/* WooCommerce Section -->> Mini Cart Count Text Color */
			.site-header-cart a.cart-contents .count  {
				color: #ffffff;
			}
			/* WooCommerce Section -->> Mini Cart Count Background Color */
			.site-header-cart a.cart-contents .count,
			.widget a.button.checkout:hover	{
				background-color: #d12027;
			}
			/* WooCommerce Section -->> Mini Cart Price Text Transparent Color */
			@media (min-width: 768px){ 
				.page-template-homepage2 .site-header-cart>li>a,
				.page-template-template-homepage .site-header-cart>li>a, 
				.page-template-transparent-menu .site-header-cart>li>a  {
					color: #FFFFFF;
				}
			}
			/* WooCommerce Section -->> Mini Cart Price Text Color */
			@media(min-width: 768px){  
				.site-header-cart a.cart-contents {
					color: #2B2B2B;
				}
			}
			/* WooCommerce Section -->> Mini Cart Price Text Hover Color */
			@media (min-width: 768px){  
				.site-header-cart:hover > li > a,
				.page-template-homepage2 .site-header-cart:hover>li>a, 
				.page-template-template-homepage .site-header-cart:hover>li>a, 
				.page-template-transparent-menu .site-header-cart:hover>li>a {
					color: #d12027;
				}
			}
			/* WooCommerce Section -->> Mini Cart Icon Color */
			.site-header-cart a.cart-contents:after {
				color: #ffffff;
			}
			/* WooCommerce Section -->> Mini Cart Icon Background Color */
			.site-header-cart a.cart-contents:after,
			.widget a.button.checkout {
				background-color: #d12027;
			}
			/* WooCommerce Section -->> Mini Cart Background Color */
			@media (min-width: 768px){
				.site-header-cart .widget_shopping_cart {
					background-color: #FFFFFF;
				}
			}
			/* WooCommerce Section -->> Mini Cart Border Color */
			@media (min-width: 768px){
				.site-header-cart .widget_shopping_cart {
					border-color: #ffffff;
				}
			}
			/* WooCommerce Section -->> Mini Cart Text Color */
			.site-header-cart .widget_shopping_cart_content, 
			.site-header .product_list_widget li .quantity,
			.site-header-cart .widget_shopping_cart a.button,
			.site-header-cart .widget_shopping_cart a.button:hover,
			.widget a.button.checkout:hover {
				color: #ffffff;
			} 
			.site-header-cart .widget_shopping_cart a.button {
				border-color: #ffffff !important;
			}
			/* WooCommerce Section -->> Section Title Color */
			.pharmacy-product-section .section-title, 
			.storefront-product-section .section-title,
			.storefront-product-categories ul.products li.product .myshbc-box .img-box .text-box h5,
			.page-template-template-homepage-php ul.tabs li {
				color: #2B2B2B;
			}
			/* WooCommerce Section -->> Shop by Category Box Background Color */
			.storefront-product-categories ul.products li.product {
				background-color: #FAFAFA;
			}
			/* WooCommerce Section -->> Shop by Category Content Background Color */
			.storefront-product-categories ul.products li.product .myshbc-box .img-box .text-box {
				background-color: #FFFFFF;
			}
			/* WooCommerce Section -->> Product Title Color */
			ul.products li.product .woocommerce-loop-product__title, 
			ul.products li.product h2,
			.woocommerce-LoopProduct-link h3,
			h1.product_title {
				color: #2B2B2B;
			}
			/* WooCommerce Section -->> Product Title Divider Color */
			.storefront-product-categories ul.products li.product .myshbc-box .img-box .text-box .title-line,
			ul.products li.product .woocommerce-LoopProduct-link h2:after,
			.woocommerce-tabs ul.tabs li.active a:before, 
			.page-template-template-homepage-php ul.tabs li a.active:before {
				background-color: #d12027;
			}
			/* WooCommerce Section -->> Product Thumbnail Border Color */
			ul.products li.product .woocommerce-LoopProduct-link .product-thumbnail:before,
			ul.products li.product .woocommerce-LoopProduct-link .product-thumbnail:after {
				border-color: #d12027;
			}
			/* WooCommerce Section -->> Product Button Text Color */
			.added_to_cart, 
			.btn-special,
			.added_to_cart:hover, 
			.btn-special:hover,
			.wc-proceed-to-checkout .checkout-button,
			#place_order,
			.wc-proceed-to-checkout .checkout-button:hover,
			#place_order:hover{
				color: #2B2B2B !important;
			}
			/* WooCommerce Section -->> Product Button Background Color */
			.btn-special, 
			.added_to_cart.alt, 
			.added_to_cart,
			.wc-proceed-to-checkout .checkout-button,
			#place_order {
				background-color: #FFFFFF !important;
			}
			/* WooCommerce Section -->> Product Button Background Hover Color */
			.btn-special:hover::after,
			.added_to_cart.alt:hover, 
			.added_to_cart:hover,
			.wc-proceed-to-checkout .checkout-button:hover,
			#place_order:hover {
				background-color: #d12027 !important;
			}
			/* WooCommerce Section -->> Product Button Border Color */
			.added_to_cart,
			.btn-special,
			.wc-proceed-to-checkout .checkout-button,
			#place_order,
			.wc-proceed-to-checkout .checkout-button:hover,
			#place_order:hover				{
				border-color: #353535 !important;
			}
			/* WooCommerce Section -->> Product Button Border Hover Color */
			.added_to_cart:hover,
			.btn-special:hover,
			.main-navigation ul.products li.product.product-category a:before, 
			.site-main ul.products li.product.product-category a:before {
				border-color: #d12027 !important;
			}
			/* WooCommerce Section -->> Sale Badge Text Color */
			.onsale {
				color: #353535;
			}
			/* WooCommerce Section -->> Sale Badge Background Color */
			.onsale {
				background-color: #d12027;
			}
			/* WooCommerce Section -->> Product Price Color */
			ul.products li.product .woocommerce-LoopProduct-link .price span.amount {
				color: #2b2b2b;
			}
			/* WooCommerce Section -->> Product Price Border Color */
			ul.products li.product .woocommerce-LoopProduct-link .price span.amount:after {
				border-color: #d12027;
			}
			/* WooCommerce Section -->> Product Price Background color */
			ul.products li.product .woocommerce-LoopProduct-link .price span.amount {
				background-color: #FFFFFF;
			}
			/* WooCommerce Section -->> Breadcrumbs Link Color */
			.woocommerce-breadcrumb a:not(.btn-special) {
				color: #5D5D5D;
			}
			/* WooCommerce Section -->> Breadcrumbs Separator Color */
			.woocommerce-breadcrumb {
				border-bottom-color: rgba(0, 0, 0, 0.08);
			}
			/* WooCommerce Section -->> Breadcrumbs Background Color */
			.woocommerce-breadcrumb {
				background-color: rgba(0, 0, 0, 0.025);
			}
			/* WooCommerce Section -->> Review Background Color */
			#reviews .commentlist li .comment_container {
				background-color: #F8F8F8;
			}
			/* WooCommerce Section -->> Success Message Color */
			.woocommerce-message,
			.woocommerce-message .button,
			.woocommerce-message a:hover,
			.woocommerce-message a,
			.woocommerce-message .button:hover {
				color: #FFFFFF !important;					
			}
			/* WooCommerce Section -->> Success Message Background Color */
			.woocommerce-message {
				background-color: #0F834D !important;					
			}
			/* WooCommerce Section -->> Info Message Color */
			.woocommerce-info,
			.woocommerce-info a, 
			.woocommerce-info a:hover, 
			.woocommerce-info .button, 
			.woocommerce-info .button:hover	{
				color: #FFFFFF !important;					
			}
			/* WooCommerce Section -->> Info Message Background Color */
			.woocommerce-info {
				background-color: #d12027 !important;					
			}
			/* WooCommerce Section -->> Info Message Color */
			.woocommerce-error,
			.woocommerce-error a, 
			.woocommerce-error a:hover, 
			.woocommerce-error .button, 
			.woocommerce-error .button:hover	{
				color: #FFFFFF !important;					
			}
			/* WooCommerce Section -->> Info Message Background Color */
			.woocommerce-error {
				background-color: #3D9CD2 !important;					
			}
			/* WooCommerce Section -->> Star Rating Color */
			p.stars.selected a.active:before, 
			p.stars:hover a:before, 
			p.stars.selected a:not(.active):before, 
			p.stars.selected a.active:before,
			.star-rating span:before, 
			.star-rating:before {
				color: #FFA200;
			}
			/* WooCommerce Section -->> Single Product Price */
			.single-product ins,
			.single-product del,
			.single-product .price {
				color: #FFFFFF;
			}
			/* WooCommerce Section -->> Single Product Price Background Color */
			.single-product div.product .summary .price {
				background-color: #d12027;
			}
			/* WooCommerce Section -->> Product Zoom Icon */
			.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
				color: #FFFFFF;
			}
			/* WooCommerce Section -->> Product Zoom Icon */
			.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover,
			.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
				background-color: #d12027;
				border-color: #d12027;
			}
			/* Typography Section -->> Heading 1 */
 -			h1 {
 -				color: #2B2B2B;
 -			}
 -			/* Typography Section -->> Heading 2 */
 -			h2 {
 -				color: #2B2B2B;
 -			}
 -			/* Typography Section -->> Heading 3 */
 -			h3 {
 -				color: #2B2B2B;
 -			}
 -			/* Typography Section -->> Heading 4 */
 -			h4 {
 -				color: #2B2B2B;
 -			}
 -			/* Typography Section -->> Heading 5 */
 -			h5 {
 -				color: #2B2B2B;
 -			}
 -			/* Typography Section -->> Heading 6 */
 -			h6 {
 -				color: #2B2B2B;
 -			}
 -			/* Typography Section -->> Paragraph */
 -			.page-template-homepage2 .woocommerce-LoopProduct-link p,
 -			body {
 -				color: #2B2B2B;
 -			}
 -			/* Typography Section -->> Link */
 -			.page-template-template-homepage-php ul.tabs li a:focus,
 -			.hentry .entry-header .posted-on a,
 -			a:not(.btn-special) {
 -				color: #2B2B2B;
 -			}
 -			/* Typography Section -->> Link Hover */
 -			.hentry .entry-header .posted-on a:hover, 
 -			a:not(.btn-special):hover {
 -				color: #d60838;
 -			}
			/* Forms Section -->> Input Text Color */
			input[type="text"],
			input[type="password"],
			input[type="email"],
			input[type="tel"],
			input[type="url"],
			textarea,
			input[type="text"]:focus, 
			input[type="password"]:focus, 
			input[type="email"]:focus, 
			input[type="tel"]:focus, 
			input[type="url"]:focus, 
			input[type="number"]:focus, 
			input[type="date"]:focus, 
			.w-text-light input[type="file"]:hover, 
			textarea:focus {
				color: #333333;
			}
			/* Forms Section -->> Input Border Color */
			input[type="text"],
			input[type="password"],
			input[type="email"],
			input[type="tel"],
			input[type="url"],
			textarea {
				border-color: #999999;
			}
			/* Forms Section -->> Input Border Focus Color */
			input[type="text"]:focus,
			input[type="password"]:focus,
			input[type="email"]:focus,
			input[type="tel"]:focus,
			input[type="url"]:focus,
			input[type="number"]:focus,
			input[type="date"]:focus,
			.w-text-light input[type="file"]:hover,
			textarea:focus {
				border-color: #d12027;
			}
			input[type="text"]:focus,
			input[type="password"]:focus,
			input[type="email"]:focus,
			input[type="tel"]:focus,
			input[type="url"]:focus,
			input[type="number"]:focus,
			input[type="date"]:focus,
			.w-text-light input[type="file"]:hover,
			textarea:focus {
				box-shadow: 0px 1px 0 #d12027;
				-webkit-box-shadow: 0px 1px 0 #d12027;
				-ms-box-shadow: 0px 1px 0 #d12027;
				-o-box-shadow: 0px 1px 0 #d12027;
				-moz-box-shadow: 0px 1px 0 #d12027;
			}
			/* Forms Section -->> Input Background Color */
			input[type="text"], 
			input[type="email"], 
			input[type="url"], 
			input[type="password"],
			textarea, .input-text {
				background-color: rgba(0, 0, 0, 0);
			}
			/* Forms Section -->> Button Text Color */
			button,
			input[type="button"],
			input[type="reset"],
			input[type="submit"],
			.button,
			.widget a.button  {
				color: #353535;
			}
			/* Forms Section -->> Button Text Hover Color */
			button:hover, 
			input[type="button"]:hover, 
			input[type="reset"]:hover, 
			input[type="submit"]:hover, 
			.button:hover,
			.widget a.button:hover {
				color: #353535;
			}
			/* Forms Section -->> Button Border Color */
			button,
			input[type="button"],
			input[type="reset"],
			input[type="submit"],
			.button,
			.widget a.button {
				border-color: #353535 !important;
			}
			/* Forms Section -->> Button Border Hover Color */
			button:hover, 
			input[type="button"]:hover, 
			input[type="reset"]:hover, 
			input[type="submit"]:hover, 
			.button:hover,
			.widget a.button:hover {
				border-color: #d12027 !important;
			}
			/* Forms Section -->> Button Background Color */
			button,
			input[type="button"],
			input[type="reset"],
			input[type="submit"],
			.button,
			.widget a.button {
				background-color: #FFFFFF;
			}
			/* Forms Section -->> Button Background Hover Color */
			button:hover, 
			input[type="button"]:hover, 
			input[type="reset"]:hover, 
			input[type="submit"]:hover, 
			.button:hover,
			.widget a.button:hover {
				background-color: #d12027;
			}
			/* Footer Bar Section -->> Heading Color */
			.sfb-footer-bar .widget h1, 
			.sfb-footer-bar .widget h2, 
			.sfb-footer-bar .widget h3, 
			.sfb-footer-bar .widget h4, 
			.sfb-footer-bar .widget h5, 
			.sfb-footer-bar .widget h6 {
				color: #141414;
			}
			/* Footer Bar Section -->> Content Color */
			.sfb-footer-bar .widget p {
				color: #141414;
			}
			/* Footer Bar Section -->> Link Color */
			.sfb-footer-bar .widget a {
				color: #141414;
			}
			/* Footer Bar Section -->> Link Hover Color */
			.sfb-footer-bar .widget a:hover {
				color: #08BDDD;
			}
			/* Footer Bar Section -->> Border Color */
			.sfb-footer-bar .promotion-box .text {
				border-color: #141414;
			}
			/* Footer Bar Section -->> Background Color */
			.sfb-footer-bar {
				background-color: #FFFFFF;
			}
			/* Footer Section -->> Contact Us Widget Color */
			.footer-contact-us-detail-box h5,
			.footer-contact-us-detail-box p {
				color: #262626;
			}
			/* Footer Section -->> Contact Us Widget Link Color */
			.footer-contact-us-detail-box p a {
				color: #262626 !important;
			}
			/* Footer Section -->> Contact Us Widget Link Hover Color */
			.footer-contact-us-detail-box a:hover {
				color: #FFFFFF !important;
			}
			/* Footer Section -->> Contact Us Widget Border Color */
			@media (min-width: 768px) {
				.footer-contact-us:after, .footer-contact-us:before {
					border-bottom-color: #d12027;
				}
			}
			/* Footer Section -->> Contact Us Widget Background Color */
			.footer-contact-us {
				background-color: #d12027;	
			}
			/* Footer Section -->> Widget Title Color */
			.site-footer .widget .widget-title {
				color: #888888;
			}
			/* Footer Section -->> Widget Title Icon Color */
			.site-footer .widget .widget-title {
				border-left-color: rgba(255, 255, 255, 0.89);
			}
			/* Footer Section -->> Widget Text Color */
			.site-footer,
			.site-footer .widget_nav_menu ul li:before {
				color: #888888;
			}
			/* Footer Section -->> Widget Link Color */
			.site-footer a:not(.button) {
				color: #d12027;
			}
			/* Footer Section -->> Widget Link Color */
			.site-footer a:not(.button):hover {
				color: #FFFFFF;
			}
			/* Footer Section -->> Background Color */
			.site-footer,
			.site-footer .widget .widget-title::after {
				background-color: #262626;
			}
			/* Footer Section -->> Social Icon Color */
			.pharmacy-site-info-wrapper .sc-icons li a {
				color: #000000;
			}
			/* Footer Section -->> Social Icon Color */
			.pharmacy-site-info-wrapper .sc-icons li:hover a {
				color: #d12027;
			}
			/* Footer Section -->> Copyright Color */
			.site-footer .site-info .copyright {
				color: #ffffff !important;
			}
			/* Beaver Builder Section -->> Link Color */
			.fl-builder-content a:not(.btn-special) {
				color: #585858;
			}
			/* Beaver Builder Section -->> Link Hover Color */
			.fl-builder-content a:not(.btn-special):not(.added_to_cart):hover,
			.fl-builder-content a:not(.btn-special):not(.added_to_cart):hover {
				color: #d12027;
			}
			/* Beaver Builder Section -->> Accordion Icon Color */
			.pws-accordion-circle-left .fl-accordion-button-icon,
			.pws-accordion-square-left .fl-accordion-button-icon,
			.pws-accordion-circle-right .fl-accordion-button-icon,
			.pws-accordion-square-right .fl-accordion-button-icon,
			.fl-accordion-button-icon,
			.fl-accordion-button-icon,
			.fl-accordion-button-icon,
			.fl-accordion-button-icon {
				color: #FFFFFF;
			}
			/* Beaver Builder Section -->> Accordion Icon Border Color */
			.pws-accordion-circle-left .fl-accordion-button-icon,
			.pws-accordion-square-left .fl-accordion-button-icon,
			.pws-accordion-circle-right .fl-accordion-button-icon,
			.pws-accordion-square-right .fl-accordion-button-icon,
			.fl-accordion-button-icon,
			.fl-accordion-button-icon,
			.fl-accordion-button-icon,
			.fl-accordion-button-icon {
				border-color: #d12027;
			}
			/* Beaver Builder Section -->> Accordion Icon Background Color */
			.pws-accordion-circle-left .fl-accordion-button-icon,
			.pws-accordion-square-left .fl-accordion-button-icon,
			.pws-accordion-circle-right .fl-accordion-button-icon,
			.pws-accordion-square-right .fl-accordion-button-icon,
			.fl-accordion-button-icon,
			.fl-accordion-button-icon,
			.fl-accordion-button-icon,
			.fl-accordion-button-icon {
				background-color: #d12027;
			}
			/* Beaver Builder Section -->> Accordion Active Background Color */
			.pws-accordion-square-right .fl-accordion-item-active,
			.pws-accordion-circle-right .fl-accordion-item-active,
			.pws-accordion-circle-left .fl-accordion-item-active,
			.pws-accordion-square-left .fl-accordion-item-active,
			.fl-accordion-item-active,
			.fl-accordion-item-active,
			.fl-accordion-item-active, 
			.fl-accordion-item-active {
				background-color: #EDEDED;
			}
			/* Beaver Builder Section -->> CTA Stunning Border Color */
			.pws-stunning-cta .fl-cta-wrap:before,
			.pws-stunning-cta .fl-cta-wrap:after,
			.pws-stunning-cta .fl-cta-text:before,
			.pws-stunning-cta .fl-cta-text:after,
			.pws-stunning-cta .fl-cta-button:before,
			.pws-stunning-cta .fl-cta-button:after,
			.pws-stunning-cta .fl-cta-button .fl-button-wrap:before,
			.pws-stunning-cta .fl-cta-button .fl-button-wrap:after {
				background-color: #609CEC;
			}
			/* Beaver Builder Section -->> Callout Icon Next Generation Box Shadow Color */
			.pws-right-next-generation-callout-icon .fl-callout-content {
				box-shadow: 0 0 #d12027,35px -40px 0 0 #d12027;
				-webkit-box-shadow: 0 0 #d12027,35px -40px 0 0 #d12027;
				-ms-box-shadow: 0 0 #d12027,35px -40px 0 0 #d12027;
				-o-box-shadow: 0 0 #d12027,35px -40px 0 0 #d12027;
				-moz-box-shadow: 0 0 #d12027,35px -40px 0 0 #d12027;
			}
			.pws-left-next-generation-callout-icon .fl-callout-content {
				box-shadow: 0 0 #d12027,-35px -40px 0 0 #d12027;
				-webkit-box-shadow: 0 0 #d12027,-35px -40px 0 0 #d12027;
				-ms-box-shadow: 0 0 #d12027,-35px -40px 0 0 #d12027;
				-o-box-shadow: 0 0 #d12027,-35px -40px 0 0 #d12027;
				-moz-box-shadow: 0 0 #d12027,-35px -40px 0 0 #d12027;
			}
			/* Beaver Builder Section -->> Callout Next Generation Border Color */
			.pws-left-next-generation-callout-icon .fl-callout-content,
			.pws-right-next-generation-callout-icon .fl-callout-content {
				border-color: rgba(0, 0, 0, 0.1);
			}
			/* Beaver Builder Section -->> Callout Stylish Background Color */
			.pws-left-next-generation-callout-icon .fl-callout-content,
			.pws-right-next-generation-callout-icon .fl-callout-content,
			.pws-left-stylish-callout-icon .fl-callout,
			.pws-right-stylish-callout-icon .fl-callout {
				background-color: #FFFFFF;
			}
			/* Beaver Builder Section -->> Callout Border Color */
			.pws-color-border-callout-icon .fl-callout,
			.pws-right-border-callout-icon .fl-callout,
			.pws-left-border-callout-icon .fl-callout {
				border-color: #d12027;
			}
			.pws-top-border-callout-icon .fl-callout {
				border-top-color: #d12027;
			}
			/* Beaver Builder Section -->> Callout Image Color Box Background Color */
			.pws-callout-image-color-box .fl-callout-has-photo:before,
			.pws-callout-image-below-head  .fl-callout-photo-below-title {
				background-color: #d12027;
			}
			/* Beaver Builder Section -->> Callout Image Color Content Background Color */
			.pws-callout-image-color-box .fl-callout-has-photo .fl-callout-content:before,
			.pws-callout-image-boxed .fl-callout-has-photo:before {
				background-color: #FFFFFF;
			}
			/* Beaver Builder Section -->> Callout Image Below Head Link Color */
			.pws-callout-image-below-head .fl-callout-photo-below-title .fl-callout-title a,
			.pws-callout-image-below-head .fl-callout-photo-below-title .fl-callout-title {
				color: #FFFFFF;
			}
			/* Beaver Builder Section -->> Flipbox Colorful Background Color */
			.pws-colorful-flipbox .pp-flipbox-wrap:before,
			.pws-colorful-flipbox .pp-flipbox-wrap:after,
			.pws-colorful-flipbox .uabb-flip-box:not(.uabb-flip-box-outter):before,
			.pws-colorful-flipbox .uabb-flip-box:not(.uabb-flip-box-outter):after {
				background-color: #d12027;
			}
			/* Beaver Builder Section -->> Tab Active Border Color */
			.pp-tabs .pp-tabs-label.pp-tab-active,
			.fl-tabs-label.fl-tab-active,
			.fl-tabs-panel,
			.fl-tabs-panels,
			.pp-tabs-default .pp-tabs-panel,
			.pp-tabs-default .pp-tabs-panels,
			.pp-tabs .pp-tabs-label.pp-tab-active:hover {
				border-color: #333333 !important;
			}
			/* Beaver Builder Section -->> Tab Active Background Color */
			.pp-tabs .pp-tabs-label.pp-tab-active,
			.pp-tabs .pp-tabs-label.pp-tab-active:hover,
			.fl-tabs-label.fl-tab-active,
			.pp-tabs-panels .pp-tabs-panel-content,
			.fl-tabs-panel-content.fl-tab-active {
				background-color: #FFFFFF !important;
			}
			.pp-tabs .pp-tabs-label.pp-tab-active,
			.pp-tabs .pp-tabs-label.pp-tab-active:hover {
				border-bottom-color: #FFFFFF !important;
			}
			/* Beaver Builder Section -->> Post Heading Color */
			.fl-post-grid-text h2.fl-post-grid-title a {
				color: #6C6C6C;
			}
			/* Beaver Builder Section -->> Post Heading Hover Color */
			.fl-post-grid-text h2.fl-post-grid-title a:hover {
				color: #d12027;
			}
			/* Beaver Builder Section -->> Pagination Border Color */
			.fl-builder-pagination li a.page-numbers, 
			.fl-builder-pagination li span.page-numbers {
				border-color: #E6E6E6;
			}
			/* Beaver Builder Section -->> Pagination Background Color */
			.fl-builder-pagination li a.page-numbers:hover,
			.fl-builder-pagination li span.current {
				background: #F5F5F5;
			}
			/* Beaver Builder Section -->> Button Text Color */
			.uabb-creative-button-wrap a .uabb-creative-button-icon,
			.uabb-creative-button-wrap a span,
			.uabb-creative-button-wrap a:visited span,
			a.pp-button span, 
			a.pp-button:visited span,
			.fl-builder-content a.fl-button span,			
			.fl-builder-content a.fl-button:visited span {
				color: #333333 !important;
			}
			/* Beaver Builder Section -->> Button Text Hover Color */
			.uabb-creative-button-wrap a:hover span,
			a.uabb-button:hover i, 
			a.pp-button:hover span, 
			a.pp-button:focus span,
			.fl-builder-content a.fl-button:hover span, 
			.fl-builder-content a.fl-button:focus span {
				color: #FFFFFF !important;
			}
			/* Beaver Builder Section -->> Button Border Color */
			.uabb-creative-button-wrap a, 
			.uabb-creative-button-wrap a:visited,
			.pp-button-wrap a.pp-button, 
			.pp-button-wrap a.pp-button:visited,
			.fl-builder-content a.fl-button, 
			.fl-builder-content a.fl-button:visited {
				border-color: #333333 !important;
			}
			/* Beaver Builder Section -->> Button Border Hover Color */
			.uabb-creative-button-wrap a:hover,
			.pp-button-wrap a.pp-button:hover, 
			.pp-button-wrap a.pp-button:focus,
			.fl-builder-content a.fl-button:hover, 
			.fl-builder-content a.fl-button:focus {
				border-color: #d12027 !important;
			}
			/* Beaver Builder Section -->> Button Background Color */
			.uabb-creative-button-wrap a, 
			.uabb-creative-button-wrap a:visited,
			.pp-button-wrap a.pp-button, 
			.pp-button-wrap a.pp-button:visited,
			.fl-builder-content a.fl-button, 
			.fl-builder-content a.fl-button:visited {
				background-color: #FFFFFF !important;
			}
			/* Beaver Builder Section -->> Button Background Color */
			.uabb-creative-button-wrap a:hover,
			.pp-button-wrap a.pp-button:hover, 
			.pp-button-wrap a.pp-button:focus,
			.fl-builder-content a.fl-button:hover, 
			.fl-builder-content a.fl-button:focus {
				background-color: #d12027 !important;
			}/* Beaver Builder Section -->> Button 3D Boxshadow */
			a.uabb-creative-threed-btn.uabb-threed_down-btn {
				box-shadow: #969696 0px 6px !important;
			}
			a.uabb-creative-threed-btn.uabb-threed_up-btn {
				box-shadow: 0 -6px #969696 !important;
			}
			a.uabb-creative-threed-btn.uabb-threed_left-btn {
				box-shadow: -6px 0 #969696 !important;
			}
			.fl-node-58bbcd2ea128b a.uabb-creative-threed-btn.uabb-threed_right-btn {
				box-shadow: 6px 0 #969696 !important;
			}
			/* Beaver Builder Section -->> Button 3D Boxshadow Hover */
			a.uabb-creative-threed-btn.uabb-threed_down-btn:hover {
				box-shadow: #d12027 0px 4px !important;
			}
			a.uabb-creative-threed-btn.uabb-threed_up-btn:hover {
				box-shadow: 0 -4px #d12027 !important;
			}
			a.uabb-creative-threed-btn.uabb-threed_left-btn:hover {
				box-shadow: -4px 0 #d12027 !important;
			}
			.fl-node-58bbcd2ea128b a.uabb-creative-threed-btn.uabb-threed_right-btn:hover {
				box-shadow: 4px 0 #d12027 !important;
			}
			/* Beaver Builder Section -->> Dual Button 1 Text Color */
			.uabb-btn-one .uabb-btn-one-text,
			.uabb-btn-one .uabb-imgicon-wrap .uabb-icon i:before {
				color: #353535 !important;
			}
			/* Beaver Builder Section -->> Dual Button 1 Text Hover Color */
			.uabb-btn.uabb-btn-one.uabb-gradient:hover .uabb-btn-one-text {
				color: #353535 !important;
			}
			/* Beaver Builder Section -->> Dual Button 1 Background Color */
			.uabb-btn-one {
				background-color: #FFFFFF !important;
			}
			/* Beaver Builder Section -->> Dual Button Gradient Background Color */
			.uabb-btn.uabb-btn-one.uabb-gradient {
				background: linear-gradient(#d12027 0%, rgba(7, 168, 197, 1) 100%) !important;
			}
			/* Beaver Builder Section -->> Dual Button 1 Linear Gradient Background Hover Color */
			.uabb-btn.uabb-btn-one.uabb-gradient:hover {
				background: linear-gradient(rgba(7, 168, 197, 1) 0%, rgba(8, 189, 221, 1) 100%) !important;
			}
			/* Beaver Builder Section -->> Dual Button 2 Text Color */
			.uabb-btn-two .uabb-btn-two-text, 
			.uabb-btn-two .uabb-imgicon-wrap .uabb-icon i:before {
				color: #353535 !important;
			}
			/* Beaver Builder Section -->> Dual Button 2 Text Hover Color */
			.uabb-btn.uabb-btn-two.uabb-gradient:hover .uabb-btn-two-text {
				color: #353535 !important;
			}
			/* Beaver Builder Section -->> Dual Button 2 Background Color */
			.uabb-btn-two {
				background-color: #FFFFFF !important;
			}
			/* Beaver Builder Section -->> Dual Button Gradient Background Color */
			.uabb-btn.uabb-btn-two.uabb-gradient {
				background: linear-gradient(rgba(8, 189, 221, 1) 0%, rgba(7, 168, 197, 1) 100%) !important;
			}
			/* Beaver Builder Section -->> Dual Button 2 Linear Gradient Background Hover Color */
			.uabb-btn.uabb-btn-two.uabb-gradient:hover {
				background: linear-gradient(rgba(7, 168, 197, 1) 0%, rgba(8, 189, 221, 1) 100%) !important;
			}
			/* Beaver Builder Section -->> Dual Button Border Color */
			.uabb-btn.uabb-btn-one, 
			.uabb-btn.uabb-btn-two {
				border-color: #08BDDD !important;
			}
			/* Beaver Builder Section -->> Dual Button Middle Text Color */
			.uabb-middle-text .uabb-icon i:before,
			.uabb-middle-text {
				color: #08BDDD !important;
			}
			/* Beaver Builder Section -->> Dual Button Middle Border Color */
			.uabb-middle-text {
				border-color: rgba(117, 156, 196, 1) !important;
			}
			/* Beaver Builder Section -->> Dual Button Middle Background Color */
			.uabb-middle-text {
				background-color: rgba(255, 255, 255, 1) !important;
			}
			/* Beaver Builder Section -->> Dual Button PP 1 Text Color */
			.pp-dual-button-content .pp-dual-button-1 a.pp-button span {
				color: #f8f8f8 !important;
			}
			/* Beaver Builder Section -->> Dual Button PP 1 Text Hover Color */
			.pp-dual-button-content .pp-dual-button-1 a.pp-button:hover span {
				color: #f8f8f8 !important;
			}
			/* Beaver Builder Section -->> Dual Button PP 1 Border Color */
			.pp-dual-button-content .pp-dual-button-1 a.pp-button {
				border-color: #f8f8f8 !important;
			}
			/* Beaver Builder Section -->> Dual Button PP 1 Border Hover Color */
			.pp-dual-button-content .pp-dual-button-1 a.pp-button:hover {
				border-color: #f8f8f8 !important;
			}
			/* Beaver Builder Section -->> Dual Button PP 1 Icon Color */
			.pp-dual-button-content .pp-dual-button-1 .pp-font-icon:before {
				color: #f8f8f8 !important;
			}
			/* Beaver Builder Section -->> Dual Button PP 1 Icon Hover Color */
			.pp-dual-button-content .pp-dual-button-1 a.pp-button:hover .pp-font-icon:before {
				color: #f8f8f8 !important;
			}
			/* Beaver Builder Section -->> Dual Button PP 1 Background Color */
			.pp-dual-button-content .pp-dual-button-1 a.pp-button {
				background-color: #99ccff !important;
			}
			/* Beaver Builder Section -->> Dual Button PP 1 Background Hover Color */
			.pp-dual-button-content .pp-dual-button-1 a.pp-button:hover {
				background-color: #759cc4 !important;
			}
			/* Beaver Builder Section -->> Dual Button PP 2 Text Color */
			.pp-dual-button-content .pp-dual-button-2 a.pp-button span {
				color: #f8f8f8 !important;
			}
			/* Beaver Builder Section -->> Dual Button PP 2 Text Hover Color */
			.pp-dual-button-content .pp-dual-button-2 a.pp-button:hover span {
				color: #f8f8f8 !important;
			}
			/* Beaver Builder Section -->> Dual Button PP 2 Border Color */
			.pp-dual-button-content .pp-dual-button-2 a.pp-button {
				border-color: #f8f8f8 !important;
			}
			/* Beaver Builder Section -->> Dual Button PP 2 Border Hover Color */
			.pp-dual-button-content .pp-dual-button-2 a.pp-button:hover {
				border-color: #f8f8f8 !important;
			}
			/* Beaver Builder Section -->> Dual Button PP 2 Icon Color */
			.pp-dual-button-content .pp-dual-button-2 .pp-font-icon:before {
				color: #f8f8f8 !important;
			}
			/* Beaver Builder Section -->> Dual Button PP 2 Icon Hover Color */
			.pp-dual-button-content .pp-dual-button-2 a.pp-button:hover .pp-font-icon:before {
				color: #f8f8f8 !important;
			}
			/* Beaver Builder Section -->> Dual Button PP 2 Background Color */
			.pp-dual-button-content .pp-dual-button-2 a.pp-button {
				background-color: #759cc4 !important;
			}
			/* Beaver Builder Section -->> Dual Button PP 2 Background Hover Color */
			.pp-dual-button-content .pp-dual-button-2 a.pp-button:hover {
				background-color: #99ccff !important;
			}
			
			/* Above Navigation Widget Area Alignment */
			.above-navigation {
				float: left;
			}
			.single-product div.product .woocommerce-product-gallery .zoomImg {
				top: auto !important;
				left: auto !important;
			}
</style>
<link rel='stylesheet' id='ih2.css-css'  href='https://bigbitebaits.com/wp-content/plugins/pws-customizer-master.bak/custom/assets/css/ih2.css' media='all' />
<link rel='stylesheet' id='pp-animate-css'  href='https://bigbitebaits.com/wp-content/plugins/bbpowerpack/assets/css/animate.min.css' media='all' />
<link rel='stylesheet' id='storefront-mega-menus-frontend-css'  href='https://bigbitebaits.com/wp-content/plugins/storefront-mega-menus/assets/css/frontend.css' media='all' />
<style id='storefront-mega-menus-frontend-inline-css'>

			.smm-mega-menu {
				background-color: #2eb343;
			}

			.main-navigation ul li.smm-active .smm-mega-menu a.button {
				background-color: #2eb343 !important;
				border-color: #2eb343 !important;
				color: #ffffff !important;
			}

			.main-navigation ul li.smm-active .smm-mega-menu a.button:hover {
				background-color: #159a2a !important;
				border-color: #159a2a !important;
				color: #ffffff !important;
			}

			.main-navigation ul li.smm-active .smm-mega-menu a.added_to_cart {
				background-color: #3a7bce !important;
				border-color: #3a7bce !important;
				color: #ffffff !important;
			}

			.main-navigation ul li.smm-active .smm-mega-menu a.added_to_cart:hover {
				background-color: #2162b5 !important;
				border-color: #2162b5 !important;
				color: #ffffff !important;
			}

			.main-navigation ul li.smm-active .widget h3.widget-title,
			.main-navigation ul li.smm-active li ul.products li.product h3 {
				color: #ffffff;
			}

			.main-navigation ul li.smm-active ul.sub-menu li a {
				color: #ffffff;
			}
</style>
<style id='rocket-lazyload-inline-css'>
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;cursor:pointer;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:72px;width:72px;left:50%;top:50%;margin-left:-36px;margin-top:-36px;position:absolute;background:url(https://bigbitebaits.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat;cursor:pointer}.wp-has-aspect-ratio .rll-youtube-player{position:absolute;padding-bottom:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0}
</style>
<script type="text/template" id="tmpl-variation-template">
	<div class="woocommerce-variation-description">{{{ data.variation.variation_description }}}</div>
	<div class="woocommerce-variation-price">{{{ data.variation.price_html }}}</div>
	<div class="woocommerce-variation-availability">{{{ data.variation.availability_html }}}</div>
</script>
<script type="text/template" id="tmpl-unavailable-variation-template">
	<p>Sorry, this product is unavailable. Please choose a different combination.</p>
</script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js' id='exactmetrics-frontend-script-js'></script>
<script data-cfasync="false" data-wpfc-render="false" id='exactmetrics-frontend-script-js-extra'>var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/bigbitebaits.com","hash_tracking":"false","ua":"UA-6888322-1","v4_id":""};</script>
<script type='text/javascript' id='jquery-core-js-extra'>
/* <![CDATA[ */
var uabb = {"ajax_url":"https:\/\/bigbitebaits.com\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-includes/js/jquery/jquery.min.js' id='jquery-core-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-includes/js/jquery/jquery-migrate.min.js' id='jquery-migrate-js'></script>
<script type='text/javascript' id='ct_public_functions-js-extra'>
/* <![CDATA[ */
var ctPublicFunctions = {"_ajax_nonce":"a0831f208d","_rest_nonce":"f446f0eafd","_ajax_url":"\/wp-admin\/admin-ajax.php","_rest_url":"https:\/\/bigbitebaits.com\/wp-json\/","data__cookies_type":"native","data__ajax_type":"rest","text__wait_for_decoding":"Decoding the contact data, let us a few seconds to finish. Anti-Spam by CleanTalk.","cookiePrefix":""};
var ctPublic = {"settings__forms__check_internal":"0","settings__forms__check_external":"0","blog_home":"https:\/\/bigbitebaits.com\/","pixel__setting":"0","pixel__enabled":"","pixel__url":null,"data__email_check_before_post":"1","data__cookies_type":"native","data__visible_fields_required":"1"};
/* ]]> */
</script>
<script type='text/javascript' data-cfasync="false" data-pagespeed-no-defer src='https://bigbitebaits.com/wp-content/plugins/cleantalk-spam-protect/js/apbct-public-bundle.min.js' id='ct_public_functions-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/pws-customizer-master.bak/custom/assets/js/jquery.waypoints.min.js' id='waypoints-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/pws-customizer-master.bak/custom/assets/js/waypoints.sticky.min.js' id='waypoints-sticky-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/pws-customizer-master.bak/custom/assets/js/jquery.sticky-kit.min.js' id='sticky-kit-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/pws-customizer-master.bak/custom/assets/js/custom.js' id='pharmacy-woo-customizer-scripts-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/pws-customizer-master.bak/custom/assets/js/bb-custom.js' id='pharmacy-woo-customizer-bb-scripts-js'></script>
<script type='text/javascript' id='pw-gift-cards-js-extra'>
/* <![CDATA[ */
var pwgc = {"ajaxurl":"\/wp-admin\/admin-ajax.php","denomination_attribute_slug":"gift-card-amount","other_amount_prompt":"Other amount","reload_key":"pw_gift_card_reload_number","decimal_places":"2","decimal_separator":".","thousand_separator":",","max_message_characters":"500","balance_check_icon":"<i class=\"fas fa-cog fa-spin fa-3x\"><\/i>","allow_multiple_recipients":"yes","pikaday":{"format":"YYYY-MM-DD","firstDay":0},"i18n":{"custom_amount_required_error":"Required","debit_amount_prompt":"Amount to debit?","debit_note_prompt":"Note","min_amount_error":"Minimum amount is &#36;","max_amount_error":"Maximum amount is &#36;","invalid_recipient_error":"The \"To\" field should only contain email addresses. The following recipients do not look like valid email addresses:","previousMonth":"","nextMonth":"","jan":"January","feb":"February","mar":"March","apr":"April","may":"May","jun":"June","jul":"July","aug":"August","sep":"September","oct":"October","nov":"November","dec":"December","sun":"Sun","mon":"Mon","tue":"Tue","wed":"Wed","thu":"Thu","fri":"Fri","sat":"Sat","sunday":"Sunday","monday":"Monday","tuesday":"Tuesday","wednesday":"Wednesday","thursday":"Thursday","friday":"Friday","saturday":"Saturday"},"nonces":{"check_balance":"324f00e265","debit_balance":"bd62940990","apply_gift_card":"bbb6b97e35","remove_card":"8e31accdf0"},"preview_email_url":"https:\/\/bigbitebaits.com?pwgc=1662652023","preview_email_pdf":"","example_gift_card_number":"1234-WXYZ-5678-ABCD","auto_focus_other_amount":"1"};
/* ]]> */
</script>
<script src="https://bigbitebaits.com/wp-content/plugins/pw-gift-cards/assets/js/pw-gift-cards.js" defer="defer" type="text/javascript"></script>
<script type='text/javascript' src='https://poynt.net/snippet/poynt-collect/bundle.js' id='poynt-collect-sdk-js'></script>
<script type='text/javascript' id='mwc-payments-poynt-payment-form-js-extra'>
/* <![CDATA[ */
var poyntPaymentFormI18n = {"errorMessages":{"genericError":"An error occurred, please try again or try an alternate form of payment.","missingCardDetails":"Missing card details.","missingBillingDetails":"Missing billing details."}};
/* ]]> */
</script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/mu-plugins/gd-system-plugin/plugins/mwc-core/assets/js/payments/frontend/poynt.js' id='mwc-payments-poynt-payment-form-js'></script>
<script type='text/javascript' id='__ytprefs__-js-extra'>
/* <![CDATA[ */
var _EPYT_ = {"ajaxurl":"https:\/\/bigbitebaits.com\/wp-admin\/admin-ajax.php","security":"58c89d6955","gallery_scrolloffset":"20","eppathtoscripts":"https:\/\/bigbitebaits.com\/wp-content\/plugins\/youtube-embed-plus\/scripts\/","eppath":"https:\/\/bigbitebaits.com\/wp-content\/plugins\/youtube-embed-plus\/","epresponsiveselector":"[\"iframe.__youtube_prefs__\",\"iframe[src*='youtube.com']\",\"iframe[src*='youtube-nocookie.com']\",\"iframe[data-ep-src*='youtube.com']\",\"iframe[data-ep-src*='youtube-nocookie.com']\",\"iframe[data-ep-gallerysrc*='youtube.com']\"]","epdovol":"1","version":"14.1.2","evselector":"iframe.__youtube_prefs__[src], iframe[src*=\"youtube.com\/embed\/\"], iframe[src*=\"youtube-nocookie.com\/embed\/\"]","ajax_compat":"","ytapi_load":"light","pause_others":"","stopMobileBuffer":"1","facade_mode":"","not_live_on_channel":"","vi_active":"","vi_js_posttypes":[]};
/* ]]> */
</script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/youtube-embed-plus/scripts/ytprefs.min.js' id='__ytprefs__-js'></script>
<link rel="https://api.w.org/" href="https://bigbitebaits.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://bigbitebaits.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://bigbitebaits.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 6.0.2" />
<meta name="generator" content="WooCommerce 6.8.2" />
		<script>
			var bb_powerpack = {
				ajaxurl: 'https://bigbitebaits.com/wp-admin/admin-ajax.php'
			};
		</script>
		<meta name="wwp" content="yes" />
<!-- Google Tag Manager for WordPress by gtm4wp.com -->
<!-- GTM Container placement set to automatic -->
<script data-cfasync="false" data-pagespeed-no-defer type="text/javascript">
	var dataLayer_content = {"visitorEmail":"","visitorEmailHash":"","pageTitle":"Page not found |","pagePostType":"404-error"};
	dataLayer.push( dataLayer_content );
</script>
<script data-cfasync="false">
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.'+'js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5Q2RDKF');
</script>
<!-- End Google Tag Manager -->
<!-- End Google Tag Manager for WordPress by gtm4wp.com -->		<script>
			document.documentElement.className = document.documentElement.className.replace( 'no-js', 'js' );
		</script>
			<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
	<link rel="icon" href="https://bigbitebaits.com/wp-content/uploads/2019/07/cropped-new-site-icon-32x32.png" sizes="32x32" />
<link rel="icon" href="https://bigbitebaits.com/wp-content/uploads/2019/07/cropped-new-site-icon-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://bigbitebaits.com/wp-content/uploads/2019/07/cropped-new-site-icon-180x180.png" />
<meta name="msapplication-TileImage" content="https://bigbitebaits.com/wp-content/uploads/2019/07/cropped-new-site-icon-270x270.png" />
		<style id="wp-custom-css">
			.site-header-cart {
    display:none;
 }		</style>
		<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head>

<body class="error404 wp-custom-logo wp-embed-responsive theme-storefront wc-braintree-body woocommerce-no-js storefront-2-3 storefront-full-width-content storefront-align-wide left-sidebar woocommerce-active sp-designer sp-shop-alignment-center">

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0.49803921568627" /><feFuncG type="table" tableValues="0 0.49803921568627" /><feFuncB type="table" tableValues="0 0.49803921568627" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 0.27843137254902" /><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0" /><feFuncG type="table" tableValues="0 0.64705882352941" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.78039215686275 1" /><feFuncG type="table" tableValues="0 0.94901960784314" /><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.44705882352941 0.4" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.098039215686275 1" /><feFuncG type="table" tableValues="0 0.66274509803922" /><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg>
<!-- GTM Container placement set to automatic -->
<!-- Google Tag Manager (noscript) -->
				<noscript><iframe  height="0" width="0" style="display:none;visibility:hidden" aria-hidden="true" data-src="https://www.googletagmanager.com/ns.html?id=GTM-5Q2RDKF" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<div id="page" class="hfeed site">
	
	<header id="masthead" class="site-header" role="banner" style="">

		<div class="col-full">		<a class="skip-link screen-reader-text" href="#site-navigation">Skip to navigation</a>
		<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
		<section class="pharmacy-secondary-navigation"></section>		<div class="site-branding">
			<a href="https://bigbitebaits.com/" class="custom-logo-link" rel="home"><img width="470" height="125"   alt="Big Bite Baits" data-srcset="https://bigbitebaits.com/wp-content/uploads/2021/09/bbb-logo-2-white-small.png 470w, https://bigbitebaits.com/wp-content/uploads/2021/09/bbb-logo-2-white-small-300x80.png 300w"  data-src="https://bigbitebaits.com/wp-content/uploads/2021/09/bbb-logo-2-white-small.png" data-sizes="(max-width: 470px) 100vw, 470px" class="custom-logo lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="470" height="125" src="https://bigbitebaits.com/wp-content/uploads/2021/09/bbb-logo-2-white-small.png" class="custom-logo" alt="Big Bite Baits" srcset="https://bigbitebaits.com/wp-content/uploads/2021/09/bbb-logo-2-white-small.png 470w, https://bigbitebaits.com/wp-content/uploads/2021/09/bbb-logo-2-white-small-300x80.png 300w" sizes="(max-width: 470px) 100vw, 470px" /></noscript></a>		</div>
					<div class="site-search">
				<div class="widget woocommerce widget_product_search"><form role="search" method="get" class="woocommerce-product-search" action="https://bigbitebaits.com/">
	<label class="screen-reader-text" for="woocommerce-product-search-field-0">Search for:</label>
	<input type="search" id="woocommerce-product-search-field-0" class="search-field" placeholder="Search products&hellip;" value="" name="s" />
	<button type="submit" value="Search">Search</button>
	<input type="hidden" name="post_type" value="product" />
</form>
</div>			</div>
			</div><div class="storefront-primary-navigation"><div class="col-full"><section class="pharmacy-primary-navigation">		<nav id="site-navigation" class="main-navigation" role="navigation" aria-label="Primary Navigation">
		<button class="menu-toggle" aria-controls="site-navigation" aria-expanded="false"><span>Menu</span></button>
			<div class="primary-navigation"><ul id="menu-main" class="menu"><li id="menu-item-80054" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-80054"><a href="https://bigbitebaits.com/product-category/baits">Baits</a>
<ul class="sub-menu">
	<li id="menu-item-80055" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-80055"><a href="https://bigbitebaits.com/product-category/baits">All Baits</a></li>
	<li id="menu-item-80056" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-80056"><a href="https://bigbitebaits.com/product-category/terminal-tackle">Terminal Tackle</a></li>
	<li id="menu-item-80057" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-80057"><a href="https://bigbitebaits.com/shop-by-rig/">Shop By Rig</a></li>
	<li id="menu-item-80143" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-80143"><a href="https://bigbitebaits.com/bulk/">Bulk</a></li>
</ul>
</li>
<li id="menu-item-80059" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-80059"><a href="https://bigbitebaits.com/product-category/gear/">Gear</a></li>
<li id="menu-item-80060" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-80060"><a href="https://bigbitebaits.com/shop-by-rig/">Rigs</a></li>
<li id="menu-item-89710" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-89710"><a href="https://bigbitebaits.com/scentsation/">Scentsation</a></li>
<li id="menu-item-80058" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-has-children menu-item-80058"><a href="https://bigbitebaits.com/">More</a>
<ul class="sub-menu">
	<li id="menu-item-100915" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-100915"><a href="https://bigbitebaits.com/fishathlon/">Fishathlon</a></li>
	<li id="menu-item-16544" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16544"><a href="https://bigbitebaits.com/videos/">Videos</a></li>
	<li id="menu-item-89755" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-89755"><a href="https://bigbitebaits.com/testing-grounds">Testing Grounds</a></li>
	<li id="menu-item-30" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30"><a href="https://bigbitebaits.com/catalog/">Catalog</a></li>
	<li id="menu-item-27" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27"><a href="https://bigbitebaits.com/retailers/">Retailers</a></li>
	<li id="menu-item-29" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29"><a href="https://bigbitebaits.com/newsletter/">Newsletter/Blog</a></li>
	<li id="menu-item-28" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28"><a href="https://bigbitebaits.com/our-pros/">Our Pros</a></li>
	<li id="menu-item-39564" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39564"><a href="https://bigbitebaits.com/sponsorship/">Sponsorship</a></li>
	<li id="menu-item-80417" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-80417"><a href="https://bigbitebaits.com/license-registration/">Fishing License &#038; Boat Registration</a></li>
	<li id="menu-item-13352" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13352"><a href="https://bigbitebaits.com/my-account/">My account</a></li>
</ul>
</li>
<li class="menu-item woofc-menu-item menu-item-type-woofc"><a href="https://bigbitebaits.com/cart/"><span class="woofc-menu-item-inner" data-count="0"><i class="woofc-icon-cart4"></i> <span class="woofc-menu-item-inner-subtotal"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">&#36;</span>0.00</bdi></span></span></span></a></li></ul></div><div class="handheld-navigation"><ul id="menu-main-1" class="menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-80054"><a href="https://bigbitebaits.com/product-category/baits">Baits</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-80055"><a href="https://bigbitebaits.com/product-category/baits">All Baits</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-80056"><a href="https://bigbitebaits.com/product-category/terminal-tackle">Terminal Tackle</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-80057"><a href="https://bigbitebaits.com/shop-by-rig/">Shop By Rig</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-80143"><a href="https://bigbitebaits.com/bulk/">Bulk</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-80059"><a href="https://bigbitebaits.com/product-category/gear/">Gear</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-80060"><a href="https://bigbitebaits.com/shop-by-rig/">Rigs</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-89710"><a href="https://bigbitebaits.com/scentsation/">Scentsation</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-has-children menu-item-80058"><a href="https://bigbitebaits.com/">More</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-100915"><a href="https://bigbitebaits.com/fishathlon/">Fishathlon</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16544"><a href="https://bigbitebaits.com/videos/">Videos</a></li>
	<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-89755"><a href="https://bigbitebaits.com/testing-grounds">Testing Grounds</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30"><a href="https://bigbitebaits.com/catalog/">Catalog</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-27"><a href="https://bigbitebaits.com/retailers/">Retailers</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-29"><a href="https://bigbitebaits.com/newsletter/">Newsletter/Blog</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28"><a href="https://bigbitebaits.com/our-pros/">Our Pros</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39564"><a href="https://bigbitebaits.com/sponsorship/">Sponsorship</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-80417"><a href="https://bigbitebaits.com/license-registration/">Fishing License &#038; Boat Registration</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13352"><a href="https://bigbitebaits.com/my-account/">My account</a></li>
</ul>
</li>
<li class="menu-item woofc-menu-item menu-item-type-woofc"><a href="https://bigbitebaits.com/cart/"><span class="woofc-menu-item-inner" data-count="0"><i class="woofc-icon-cart4"></i> <span class="woofc-menu-item-inner-subtotal"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">&#36;</span>0.00</bdi></span></span></span></a></li></ul></div>		</nav><!-- #site-navigation -->
				<ul id="site-header-cart" class="site-header-cart menu">
			<li class="">
							<a class="cart-contents" href="https://bigbitebaits.com/cart/" title="View your shopping cart">
				<span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">&#036;</span>0.00</bdi></span> <span class="count">0</span>
			</a>
					</li>
			<li>
				<div class="widget woocommerce widget_shopping_cart"><div class="widget_shopping_cart_content"></div></div>			</li>
		</ul>
			</section></div></div>
	</header><!-- #masthead -->

	
	<div id="content" class="site-content" tabindex="-1">
		<div class="col-full">

		<div class="woocommerce"></div><div class="woocommerce"></div>
	<div id="primary" class="content-area">

		<main id="main" class="site-main" role="main">

			<div class="error-404 not-found">

				<div class="page-content">

					<header class="page-header">
						<h1 class="page-title">Oops! That page can&rsquo;t be found.</h1>
					</header><!-- .page-header -->

					<p>Nothing was found at this location. Try searching, or check out the links below.</p>

					<section aria-label="Search"><div class="widget woocommerce widget_product_search"><form role="search" method="get" class="woocommerce-product-search" action="https://bigbitebaits.com/">
	<label class="screen-reader-text" for="woocommerce-product-search-field-1">Search for:</label>
	<input type="search" id="woocommerce-product-search-field-1" class="search-field" placeholder="Search products&hellip;" value="" name="s" />
	<button type="submit" value="Search">Search</button>
	<input type="hidden" name="post_type" value="product" />
</form>
</div></section><div class="fourohfour-columns-2"><section class="col-1" aria-label="Promoted Products"><h2>Featured Products</h2><div class="woocommerce columns-2 "><ul class="products columns-2">
<li class="product type-product post-41557 status-publish first instock product_cat-sale-gear product_cat-sale-baits product_tag-1993 product_tag-bass-boat product_tag-best product_tag-boat product_tag-christmas product_tag-christmas-boat product_tag-christmas-truck product_tag-comfort-color product_tag-fishermen product_tag-for product_tag-gift product_tag-guide product_tag-her product_tag-him product_tag-holiday product_tag-outdoors product_tag-presents product_tag-truck-with-tree has-post-thumbnail sale featured taxable shipping-taxable purchasable product-type-variable">
	<a href="https://bigbitebaits.com/product/holiday-shirt/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="192" height="96"   alt="Holiday shirt in santa hat sitting" data-src="https://bigbitebaits.com/wp-content/uploads/2020/11/santa1-324x162.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="192" height="96" src="https://bigbitebaits.com/wp-content/uploads/2020/11/santa1-324x162.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Holiday shirt in santa hat sitting" /></noscript><h2 class="woocommerce-loop-product__title">Holiday Shirt</h2>
	<span class="onsale">Sale!</span>
	</a></li>
<li class="product type-product post-15246 status-publish last instock product_cat-hats-and-caps product_cat-sale-gear product_tag-american product_tag-baits product_tag-big product_tag-bite product_tag-blue product_tag-cap product_tag-custom product_tag-fishing product_tag-flag product_tag-hat product_tag-july-4 product_tag-oc product_tag-outdoors product_tag-patch product_tag-red product_tag-sports product_tag-white has-post-thumbnail sale featured taxable shipping-taxable purchasable product-type-variable">
	<a href="https://bigbitebaits.com/product/flag-patch-hats/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="192" height="96"   alt="" data-srcset="https://bigbitebaits.com/wp-content/uploads/2019/05/both-300x150.jpg 300w, https://bigbitebaits.com/wp-content/uploads/2019/05/both-1024x512.jpg 1024w, https://bigbitebaits.com/wp-content/uploads/2019/05/both-768x384.jpg 768w, https://bigbitebaits.com/wp-content/uploads/2019/05/both-1536x768.jpg 1536w, https://bigbitebaits.com/wp-content/uploads/2019/05/both-324x162.jpg 324w, https://bigbitebaits.com/wp-content/uploads/2019/05/both-416x208.jpg 416w, https://bigbitebaits.com/wp-content/uploads/2019/05/both.jpg 2000w"  data-src="https://bigbitebaits.com/wp-content/uploads/2019/05/both-300x150.jpg" data-sizes="(max-width: 192px) 100vw, 192px" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="192" height="96" src="https://bigbitebaits.com/wp-content/uploads/2019/05/both-300x150.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" srcset="https://bigbitebaits.com/wp-content/uploads/2019/05/both-300x150.jpg 300w, https://bigbitebaits.com/wp-content/uploads/2019/05/both-1024x512.jpg 1024w, https://bigbitebaits.com/wp-content/uploads/2019/05/both-768x384.jpg 768w, https://bigbitebaits.com/wp-content/uploads/2019/05/both-1536x768.jpg 1536w, https://bigbitebaits.com/wp-content/uploads/2019/05/both-324x162.jpg 324w, https://bigbitebaits.com/wp-content/uploads/2019/05/both-416x208.jpg 416w, https://bigbitebaits.com/wp-content/uploads/2019/05/both.jpg 2000w" sizes="(max-width: 192px) 100vw, 192px" /></noscript><h2 class="woocommerce-loop-product__title">Flag Patch Hats</h2>
	<span class="onsale">Sale!</span>
	</a></li>
</ul>
</div></section><nav class="col-2" aria-label="Product Categories"><h2>Product Categories</h2><div class="widget woocommerce widget_product_categories"><h2 class="widgettitle">Product categories</h2><ul class="product-categories"><li class="cat-item cat-item-53 cat-parent"><a href="https://bigbitebaits.com/product-category/baits/">BAITS</a> <span class="count">(126)</span><ul class='children'>
<li class="cat-item cat-item-59"><a href="https://bigbitebaits.com/product-category/baits/crappie-panfish-baits/">Crappie &amp; Panfish Baits</a> <span class="count">(23)</span></li>
<li class="cat-item cat-item-58"><a href="https://bigbitebaits.com/product-category/baits/craws-and-creatures/">Craws and Creatures</a> <span class="count">(24)</span></li>
<li class="cat-item cat-item-237"><a href="https://bigbitebaits.com/product-category/baits/kits/">Kits</a> <span class="count">(14)</span></li>
<li class="cat-item cat-item-1780"><a href="https://bigbitebaits.com/product-category/baits/multi-species/">Multi Species</a> <span class="count">(10)</span></li>
<li class="cat-item cat-item-985"><a href="https://bigbitebaits.com/product-category/baits/new/">New Products</a> <span class="count">(12)</span></li>
<li class="cat-item cat-item-401"><a href="https://bigbitebaits.com/product-category/baits/sale-baits/">Sale Items</a> <span class="count">(17)</span></li>
<li class="cat-item cat-item-69"><a href="https://bigbitebaits.com/product-category/baits/saltwater/">Saltwater</a> <span class="count">(6)</span></li>
<li class="cat-item cat-item-2121"><a href="https://bigbitebaits.com/product-category/baits/scentsation/">Scentsation</a> <span class="count">(7)</span></li>
<li class="cat-item cat-item-62"><a href="https://bigbitebaits.com/product-category/baits/soft-jerk-baits/">Soft Jerk Baits</a> <span class="count">(8)</span></li>
<li class="cat-item cat-item-70"><a href="https://bigbitebaits.com/product-category/baits/stick-baits/">Stick Baits</a> <span class="count">(8)</span></li>
<li class="cat-item cat-item-64"><a href="https://bigbitebaits.com/product-category/baits/swimbaits/">Swimbaits</a> <span class="count">(11)</span></li>
<li class="cat-item cat-item-1660"><a href="https://bigbitebaits.com/product-category/baits/topwaters/">Topwaters</a> <span class="count">(7)</span></li>
<li class="cat-item cat-item-1779"><a href="https://bigbitebaits.com/product-category/baits/tour-series/">Tour Series</a> <span class="count">(16)</span></li>
<li class="cat-item cat-item-67"><a href="https://bigbitebaits.com/product-category/baits/tubes/">Tubes</a> <span class="count">(7)</span></li>
<li class="cat-item cat-item-68"><a href="https://bigbitebaits.com/product-category/baits/worms/">Worms</a> <span class="count">(16)</span></li>
</ul>
</li>
<li class="cat-item cat-item-1990"><a href="https://bigbitebaits.com/product-category/black-friday/">Black Friday 2020</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-55 cat-parent"><a href="https://bigbitebaits.com/product-category/gear/">GEAR</a> <span class="count">(94)</span><ul class='children'>
<li class="cat-item cat-item-1794"><a href="https://bigbitebaits.com/product-category/gear/accessories/">Accessories</a> <span class="count">(5)</span></li>
<li class="cat-item cat-item-93"><a href="https://bigbitebaits.com/product-category/gear/face-masks/">Face Masks &amp; Sun Covers</a> <span class="count">(5)</span></li>
<li class="cat-item cat-item-502"><a href="https://bigbitebaits.com/product-category/gear/gift-cards/">Gift Cards</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-90 cat-parent"><a href="https://bigbitebaits.com/product-category/gear/hats/">Hats</a> <span class="count">(35)</span>	<ul class='children'>
<li class="cat-item cat-item-920"><a href="https://bigbitebaits.com/product-category/gear/hats/beanies/">Beanies</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-919"><a href="https://bigbitebaits.com/product-category/gear/hats/hats-and-caps/">Hats &amp; Caps</a> <span class="count">(26)</span></li>
<li class="cat-item cat-item-918"><a href="https://bigbitebaits.com/product-category/gear/hats/visors/">Visors</a> <span class="count">(7)</span></li>
	</ul>
</li>
<li class="cat-item cat-item-1793"><a href="https://bigbitebaits.com/product-category/gear/outerwear/">Outerwear</a> <span class="count">(8)</span></li>
<li class="cat-item cat-item-242"><a href="https://bigbitebaits.com/product-category/gear/sale-gear/">Sale Items</a> <span class="count">(30)</span></li>
<li class="cat-item cat-item-91"><a href="https://bigbitebaits.com/product-category/gear/shirts/">Shirts</a> <span class="count">(18)</span></li>
<li class="cat-item cat-item-402"><a href="https://bigbitebaits.com/product-category/gear/shorts/">Shorts</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-95"><a href="https://bigbitebaits.com/product-category/gear/stickers/">Stickers</a> <span class="count">(17)</span></li>
</ul>
</li>
<li class="cat-item cat-item-54 cat-parent"><a href="https://bigbitebaits.com/product-category/terminal-tackle/">TERMINAL TACKLE</a> <span class="count">(39)</span><ul class='children'>
<li class="cat-item cat-item-1776"><a href="https://bigbitebaits.com/product-category/terminal-tackle/bass/">Bass</a> <span class="count">(25)</span></li>
<li class="cat-item cat-item-1778"><a href="https://bigbitebaits.com/product-category/terminal-tackle/crappie/">Crappie &amp; Panfish</a> <span class="count">(12)</span></li>
<li class="cat-item cat-item-448"><a href="https://bigbitebaits.com/product-category/terminal-tackle/minnow-head-jigs/">Minnow Head Jigs</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-1777"><a href="https://bigbitebaits.com/product-category/terminal-tackle/other/">Saltwater &amp; Other Species</a> <span class="count">(6)</span></li>
</ul>
</li>
<li class="cat-item cat-item-2014"><a href="https://bigbitebaits.com/product-category/testing-grounds/">Testing Grounds</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-56"><a href="https://bigbitebaits.com/product-category/uncategorized/">Uncategorized</a> <span class="count">(3)</span></li>
</ul></div></nav></div><section aria-label="Popular Products"><h2>Popular Products</h2><div class="woocommerce columns-4 "><ul class="products columns-4">
<li class="product type-product post-15662 status-publish first instock product_cat-craws-and-creatures product_cat-tour-series product_tag-baits product_tag-big product_tag-bite product_tag-bladed product_tag-chatterbait product_tag-icast product_tag-jackhammer product_tag-jig product_tag-new product_tag-plastic product_tag-soft product_tag-trailer has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">
	<a href="https://bigbitebaits.com/product/kamikaze-swimon/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="192" height="96"   alt="" data-srcset="https://bigbitebaits.com/wp-content/uploads/2020/02/kamikaze-swimon-09-flamethrower-300x150.jpg 300w, https://bigbitebaits.com/wp-content/uploads/2020/02/kamikaze-swimon-09-flamethrower-1024x512.jpg 1024w, https://bigbitebaits.com/wp-content/uploads/2020/02/kamikaze-swimon-09-flamethrower-768x384.jpg 768w, https://bigbitebaits.com/wp-content/uploads/2020/02/kamikaze-swimon-09-flamethrower-1536x768.jpg 1536w, https://bigbitebaits.com/wp-content/uploads/2020/02/kamikaze-swimon-09-flamethrower-324x162.jpg 324w, https://bigbitebaits.com/wp-content/uploads/2020/02/kamikaze-swimon-09-flamethrower-416x208.jpg 416w, https://bigbitebaits.com/wp-content/uploads/2020/02/kamikaze-swimon-09-flamethrower.jpg 2000w"  data-src="https://bigbitebaits.com/wp-content/uploads/2020/02/kamikaze-swimon-09-flamethrower-300x150.jpg" data-sizes="(max-width: 192px) 100vw, 192px" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="192" height="96" src="https://bigbitebaits.com/wp-content/uploads/2020/02/kamikaze-swimon-09-flamethrower-300x150.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" srcset="https://bigbitebaits.com/wp-content/uploads/2020/02/kamikaze-swimon-09-flamethrower-300x150.jpg 300w, https://bigbitebaits.com/wp-content/uploads/2020/02/kamikaze-swimon-09-flamethrower-1024x512.jpg 1024w, https://bigbitebaits.com/wp-content/uploads/2020/02/kamikaze-swimon-09-flamethrower-768x384.jpg 768w, https://bigbitebaits.com/wp-content/uploads/2020/02/kamikaze-swimon-09-flamethrower-1536x768.jpg 1536w, https://bigbitebaits.com/wp-content/uploads/2020/02/kamikaze-swimon-09-flamethrower-324x162.jpg 324w, https://bigbitebaits.com/wp-content/uploads/2020/02/kamikaze-swimon-09-flamethrower-416x208.jpg 416w, https://bigbitebaits.com/wp-content/uploads/2020/02/kamikaze-swimon-09-flamethrower.jpg 2000w" sizes="(max-width: 192px) 100vw, 192px" /></noscript><h2 class="woocommerce-loop-product__title">Kamikaze Swimon</h2></a></li>
<li class="product type-product post-35094 status-publish instock product_cat-craws-and-creatures product_cat-tour-series product_tag-bass product_tag-best product_tag-bfe product_tag-bradley product_tag-btl product_tag-ever product_tag-flipper product_tag-flipping product_tag-hallman product_tag-live product_tag-matt product_tag-pangrac product_tag-pitching product_tag-punching product_tag-talk has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">
	<a href="https://bigbitebaits.com/product/bfe/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="192" height="96"   alt="Big bite baits best flipper ever plastic fishing bait" data-src="https://bigbitebaits.com/wp-content/uploads/2020/07/best-flipper-ever-freshwater-fishing-plastic-btl-192x96.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="192" height="96" src="https://bigbitebaits.com/wp-content/uploads/2020/07/best-flipper-ever-freshwater-fishing-plastic-btl-192x96.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Big bite baits best flipper ever plastic fishing bait" /></noscript><h2 class="woocommerce-loop-product__title">BFE</h2></a></li>
<li class="product type-product post-24221 status-publish instock product_cat-craws-and-creatures product_tag-bass product_tag-best product_tag-big product_tag-cover product_tag-dean product_tag-ewg product_tag-flipping product_tag-grass product_tag-lure product_tag-pitching product_tag-rojas product_tag-tips has-post-thumbnail sale taxable shipping-taxable purchasable product-type-variable">
	<a href="https://bigbitebaits.com/product/fighting-frog/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="192" height="96"   alt="" data-srcset="https://bigbitebaits.com/wp-content/uploads/2021/07/4RFF-34-magician-top-192x96.jpg 192w, https://bigbitebaits.com/wp-content/uploads/2021/07/4RFF-34-magician-top-300x150.jpg 300w, https://bigbitebaits.com/wp-content/uploads/2021/07/4RFF-34-magician-top-1024x512.jpg 1024w, https://bigbitebaits.com/wp-content/uploads/2021/07/4RFF-34-magician-top-768x384.jpg 768w, https://bigbitebaits.com/wp-content/uploads/2021/07/4RFF-34-magician-top-1536x768.jpg 1536w, https://bigbitebaits.com/wp-content/uploads/2021/07/4RFF-34-magician-top-525x263.jpg 525w, https://bigbitebaits.com/wp-content/uploads/2021/07/4RFF-34-magician-top.jpg 2000w"  data-src="https://bigbitebaits.com/wp-content/uploads/2021/07/4RFF-34-magician-top-192x96.jpg" data-sizes="(max-width: 192px) 100vw, 192px" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="192" height="96" src="https://bigbitebaits.com/wp-content/uploads/2021/07/4RFF-34-magician-top-192x96.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="" srcset="https://bigbitebaits.com/wp-content/uploads/2021/07/4RFF-34-magician-top-192x96.jpg 192w, https://bigbitebaits.com/wp-content/uploads/2021/07/4RFF-34-magician-top-300x150.jpg 300w, https://bigbitebaits.com/wp-content/uploads/2021/07/4RFF-34-magician-top-1024x512.jpg 1024w, https://bigbitebaits.com/wp-content/uploads/2021/07/4RFF-34-magician-top-768x384.jpg 768w, https://bigbitebaits.com/wp-content/uploads/2021/07/4RFF-34-magician-top-1536x768.jpg 1536w, https://bigbitebaits.com/wp-content/uploads/2021/07/4RFF-34-magician-top-525x263.jpg 525w, https://bigbitebaits.com/wp-content/uploads/2021/07/4RFF-34-magician-top.jpg 2000w" sizes="(max-width: 192px) 100vw, 192px" /></noscript><h2 class="woocommerce-loop-product__title">Fighting Frog</h2>
	<span class="onsale">Sale!</span>
	</a></li>
<li class="product type-product post-16886 status-publish last instock product_cat-saltwater product_cat-swimbaits product_cat-tour-series product_tag-alabama product_tag-body product_tag-hollow product_tag-hook product_tag-rig product_tag-semi product_tag-shad product_tag-suicide product_tag-swimbait product_tag-texas has-post-thumbnail sale taxable shipping-taxable purchasable product-type-variable">
	<a href="https://bigbitebaits.com/product/suicide-shad/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="192" height="96"   alt="Big bite baits suicide shad swimbait" data-srcset="https://bigbitebaits.com/wp-content/uploads/2020/04/plastic-fresh-water-fishing-bait-suicide-shad-citrus-shad-192x96.jpg 192w, https://bigbitebaits.com/wp-content/uploads/2020/04/plastic-fresh-water-fishing-bait-suicide-shad-citrus-shad-300x150.jpg 300w, https://bigbitebaits.com/wp-content/uploads/2020/04/plastic-fresh-water-fishing-bait-suicide-shad-citrus-shad-1024x512.jpg 1024w, https://bigbitebaits.com/wp-content/uploads/2020/04/plastic-fresh-water-fishing-bait-suicide-shad-citrus-shad-768x384.jpg 768w, https://bigbitebaits.com/wp-content/uploads/2020/04/plastic-fresh-water-fishing-bait-suicide-shad-citrus-shad-1536x768.jpg 1536w, https://bigbitebaits.com/wp-content/uploads/2020/04/plastic-fresh-water-fishing-bait-suicide-shad-citrus-shad-525x263.jpg 525w, https://bigbitebaits.com/wp-content/uploads/2020/04/plastic-fresh-water-fishing-bait-suicide-shad-citrus-shad.jpg 2000w"  data-src="https://bigbitebaits.com/wp-content/uploads/2020/04/plastic-fresh-water-fishing-bait-suicide-shad-citrus-shad-192x96.jpg" data-sizes="(max-width: 192px) 100vw, 192px" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="192" height="96" src="https://bigbitebaits.com/wp-content/uploads/2020/04/plastic-fresh-water-fishing-bait-suicide-shad-citrus-shad-192x96.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Big bite baits suicide shad swimbait" srcset="https://bigbitebaits.com/wp-content/uploads/2020/04/plastic-fresh-water-fishing-bait-suicide-shad-citrus-shad-192x96.jpg 192w, https://bigbitebaits.com/wp-content/uploads/2020/04/plastic-fresh-water-fishing-bait-suicide-shad-citrus-shad-300x150.jpg 300w, https://bigbitebaits.com/wp-content/uploads/2020/04/plastic-fresh-water-fishing-bait-suicide-shad-citrus-shad-1024x512.jpg 1024w, https://bigbitebaits.com/wp-content/uploads/2020/04/plastic-fresh-water-fishing-bait-suicide-shad-citrus-shad-768x384.jpg 768w, https://bigbitebaits.com/wp-content/uploads/2020/04/plastic-fresh-water-fishing-bait-suicide-shad-citrus-shad-1536x768.jpg 1536w, https://bigbitebaits.com/wp-content/uploads/2020/04/plastic-fresh-water-fishing-bait-suicide-shad-citrus-shad-525x263.jpg 525w, https://bigbitebaits.com/wp-content/uploads/2020/04/plastic-fresh-water-fishing-bait-suicide-shad-citrus-shad.jpg 2000w" sizes="(max-width: 192px) 100vw, 192px" /></noscript><h2 class="woocommerce-loop-product__title">Suicide Shad</h2>
	<span class="onsale">Sale!</span>
	</a></li>
</ul>
</div></section>
				</div><!-- .page-content -->
			</div><!-- .error-404 -->

		</main><!-- #main -->
	</div><!-- #primary -->


		</div><!-- .col-full -->
	</div><!-- #content -->

	
	<footer id="colophon" class="site-footer" role="contentinfo">
		<div class="col-full">

			<div class="widget_text col-full contact-us-wrapper"><div class="textwidget custom-html-widget"><link rel='stylesheet' id='wc-braintree-styles-css'  href='https://bigbitebaits.com/wp-content/plugins/woo-payment-gateway/assets/css/braintree.min.css' media='all' />
<link rel='stylesheet' id='fl-builder-google-fonts-3f15dd7b58ddde603eaeb94f42c77dd1-css'  href='https://bigbitebaits.com/wp-content/uploads/omgf/fl-builder-google-fonts-3f15dd7b58ddde603eaeb94f42c77dd1/fl-builder-google-fonts-3f15dd7b58ddde603eaeb94f42c77dd1.css?ver=1648073925' media='all' />
<style id='fl-builder-layout-1342-inline-css'>
.fl-builder-content *,.fl-builder-content *:before,.fl-builder-content *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.fl-row:before,.fl-row:after,.fl-row-content:before,.fl-row-content:after,.fl-col-group:before,.fl-col-group:after,.fl-col:before,.fl-col:after,.fl-module:before,.fl-module:after,.fl-module-content:before,.fl-module-content:after {display: table;content: " ";}.fl-row:after,.fl-row-content:after,.fl-col-group:after,.fl-col:after,.fl-module:after,.fl-module-content:after {clear: both;}.fl-clear {clear: both;}.fl-clearfix:before,.fl-clearfix:after {display: table;content: " ";}.fl-clearfix:after {clear: both;}.sr-only {position: absolute;width: 1px;height: 1px;padding: 0;overflow: hidden;clip: rect(0,0,0,0);white-space: nowrap;border: 0;}.fl-visible-medium,.fl-visible-medium-mobile,.fl-visible-mobile,.fl-col-group .fl-visible-medium.fl-col,.fl-col-group .fl-visible-medium-mobile.fl-col,.fl-col-group .fl-visible-mobile.fl-col {display: none;}.fl-row,.fl-row-content {margin-left: auto;margin-right: auto;}.fl-row-content-wrap {position: relative;}.fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap {background-attachment: scroll;}.fl-row-bg-video,.fl-row-bg-video .fl-row-content,.fl-row-bg-embed,.fl-row-bg-embed .fl-row-content {position: relative;}.fl-row-bg-video .fl-bg-video,.fl-row-bg-embed .fl-bg-embed-code {bottom: 0;left: 0;overflow: hidden;position: absolute;right: 0;top: 0;}.fl-row-bg-video .fl-bg-video video,.fl-row-bg-embed .fl-bg-embed-code video {bottom: 0;left: 0px;max-width: none;position: absolute;right: 0;top: 0px;}.fl-row-bg-video .fl-bg-video iframe,.fl-row-bg-embed .fl-bg-embed-code iframe {pointer-events: none;width: 100vw;height: 56.25vw; max-width: none;min-height: 100vh;min-width: 177.77vh; position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }.fl-bg-video-fallback {background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;bottom: 0px;left: 0px;position: absolute;right: 0px;top: 0px;}.fl-row-bg-slideshow,.fl-row-bg-slideshow .fl-row-content {position: relative;}.fl-row .fl-bg-slideshow {bottom: 0;left: 0;overflow: hidden;position: absolute;right: 0;top: 0;z-index: 0;}.fl-builder-edit .fl-row .fl-bg-slideshow * {bottom: 0;height: auto !important;left: 0;position: absolute !important;right: 0;top: 0;}.fl-row-bg-overlay .fl-row-content-wrap:after {border-radius: inherit;content: '';display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 0;}.fl-row-bg-overlay .fl-row-content {position: relative;z-index: 1;}.fl-row-custom-height .fl-row-content-wrap {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;min-height: 100vh;}.fl-row-overlap-top .fl-row-content-wrap {display: -webkit-inline-box;display: -webkit-inline-flex;display: -moz-inline-box;display: -ms-inline-flexbox;display: inline-flex;width: 100%;}.fl-row-custom-height .fl-row-content-wrap {min-height: 0;}.fl-row-full-height .fl-row-content,.fl-row-custom-height .fl-row-content {-webkit-box-flex: 1 1 auto; -moz-box-flex: 1 1 auto;-webkit-flex: 1 1 auto;-ms-flex: 1 1 auto;flex: 1 1 auto;}.fl-row-full-height .fl-row-full-width.fl-row-content,.fl-row-custom-height .fl-row-full-width.fl-row-content {max-width: 100%;width: 100%;}.fl-builder-ie-11 .fl-row.fl-row-full-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile),.fl-builder-ie-11 .fl-row.fl-row-custom-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile) {display: flex;flex-direction: column;height: 100%;}.fl-builder-ie-11 .fl-row-full-height .fl-row-content-wrap,.fl-builder-ie-11 .fl-row-custom-height .fl-row-content-wrap {height: auto;}.fl-builder-ie-11 .fl-row-full-height .fl-row-content,.fl-builder-ie-11 .fl-row-custom-height .fl-row-content {flex: 0 0 auto;flex-basis: 100%;margin: 0;}.fl-builder-ie-11 .fl-row-full-height.fl-row-align-top .fl-row-content,.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content,.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-top .fl-row-content,.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content {margin: 0 auto;}.fl-builder-ie-11 .fl-row-full-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height),.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height) {display: flex;align-items: center;justify-content: center;-webkit-align-items: center;-webkit-box-align: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-align: center;-ms-flex-pack: center;}.fl-row-full-height.fl-row-align-center .fl-row-content-wrap,.fl-row-custom-height.fl-row-align-center .fl-row-content-wrap {align-items: center;justify-content: center;-webkit-align-items: center;-webkit-box-align: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-align: center;-ms-flex-pack: center;}.fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,.fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {align-items: flex-end;justify-content: flex-end;-webkit-align-items: flex-end;-webkit-justify-content: flex-end;-webkit-box-align: end;-webkit-box-pack: end;-ms-flex-align: end;-ms-flex-pack: end;}.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {justify-content: flex-start;-webkit-justify-content: flex-start;}.fl-col-group-equal-height,.fl-col-group-equal-height .fl-col,.fl-col-group-equal-height .fl-col-content{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}.fl-col-group-equal-height{-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;width: 100%;}.fl-col-group-equal-height.fl-col-group-has-child-loading {-webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap;flex-wrap: nowrap;}.fl-col-group-equal-height .fl-col,.fl-col-group-equal-height .fl-col-content{-webkit-box-flex: 1 1 auto; -moz-box-flex: 1 1 auto;-webkit-flex: 1 1 auto;-ms-flex: 1 1 auto;flex: 1 1 auto;}.fl-col-group-equal-height .fl-col-content{-webkit-box-orient: vertical; -webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column; flex-shrink: 1; min-width: 1px; max-width: 100%;width: 100%;}.fl-col-group-equal-height:before,.fl-col-group-equal-height .fl-col:before,.fl-col-group-equal-height .fl-col-content:before,.fl-col-group-equal-height:after,.fl-col-group-equal-height .fl-col:after,.fl-col-group-equal-height .fl-col-content:after{content: none;}.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-top .fl-col-content,.fl-col-group-equal-height.fl-col-group-align-top .fl-col-content {justify-content: flex-start;-webkit-justify-content: flex-start;}.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content,.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {align-items: center;justify-content: center;-webkit-align-items: center;-webkit-box-align: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-align: center;-ms-flex-pack: center;}.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content,.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {justify-content: flex-end;-webkit-justify-content: flex-end;-webkit-box-align: end;-webkit-box-pack: end;-ms-flex-pack: end;}.fl-col-group-equal-height.fl-col-group-align-center .fl-module,.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {width: 100%;}.fl-builder-ie-11 .fl-col-group-equal-height,.fl-builder-ie-11 .fl-col-group-equal-height .fl-col,.fl-builder-ie-11 .fl-col-group-equal-height .fl-col-content,.fl-builder-ie-11 .fl-col-group-equal-height .fl-module,.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {min-height: 1px;}.fl-col {float: left;min-height: 1px;}.fl-col-bg-overlay .fl-col-content {position: relative;}.fl-col-bg-overlay .fl-col-content:after {border-radius: inherit;content: '';display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 0;}.fl-col-bg-overlay .fl-module {position: relative;z-index: 2;}.fl-module img {max-width: 100%;}.fl-builder-module-template {margin: 0 auto;max-width: 1100px;padding: 20px;}.fl-builder-content a.fl-button,.fl-builder-content a.fl-button:visited {border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;display: inline-block;font-size: 16px;font-weight: normal;line-height: 18px;padding: 12px 24px;text-decoration: none;text-shadow: none;}.fl-builder-content .fl-button:hover {text-decoration: none;}.fl-builder-content .fl-button:active {position: relative;top: 1px;}.fl-builder-content .fl-button-width-full .fl-button {display: block;text-align: center;}.fl-builder-content .fl-button-width-custom .fl-button {display: inline-block;text-align: center;max-width: 100%;}.fl-builder-content .fl-button-left {text-align: left;}.fl-builder-content .fl-button-center {text-align: center;}.fl-builder-content .fl-button-right {text-align: right;}.fl-builder-content .fl-button i {font-size: 1.3em;height: auto;margin-right:8px;vertical-align: middle;width: auto;}.fl-builder-content .fl-button i.fl-button-icon-after {margin-left: 8px;margin-right: 0;}.fl-builder-content .fl-button-has-icon .fl-button-text {vertical-align: middle;}.fl-icon-wrap {display: inline-block;}.fl-icon {display: table-cell;vertical-align: middle;}.fl-icon a {text-decoration: none;}.fl-icon i {float: right;height: auto;width: auto;}.fl-icon i:before {border: none !important;height: auto;width: auto;}.fl-icon-text {display: table-cell;text-align: left;padding-left: 15px;vertical-align: middle;}.fl-icon-text-empty {display: none;}.fl-icon-text *:last-child {margin: 0 !important;padding: 0 !important;}.fl-icon-text a {text-decoration: none;}.fl-icon-text span {display: block;}.fl-icon-text span.mce-edit-focus {min-width: 1px;}.fl-photo {line-height: 0;position: relative;}.fl-photo-align-left {text-align: left;}.fl-photo-align-center {text-align: center;}.fl-photo-align-right {text-align: right;}.fl-photo-content {display: inline-block;line-height: 0;position: relative;max-width: 100%;}.fl-photo-img-svg {width: 100%;}.fl-photo-content img {display: inline;height: auto;max-width: 100%;}.fl-photo-crop-circle img {-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;}.fl-photo-caption {font-size: 13px;line-height: 18px;overflow: hidden;text-overflow: ellipsis;}.fl-photo-caption-below {padding-bottom: 20px;padding-top: 10px;}.fl-photo-caption-hover {background: rgba(0,0,0,0.7);bottom: 0;color: #fff;left: 0;opacity: 0;filter: alpha(opacity = 0);padding: 10px 15px;position: absolute;right: 0;-webkit-transition:opacity 0.3s ease-in;-moz-transition:opacity 0.3s ease-in;transition:opacity 0.3s ease-in;}.fl-photo-content:hover .fl-photo-caption-hover {opacity: 100;filter: alpha(opacity = 100);}.fl-builder-pagination,.fl-builder-pagination-load-more {padding: 40px 0;}.fl-builder-pagination ul.page-numbers {list-style: none;margin: 0;padding: 0;text-align: center;}.fl-builder-pagination li {display: inline-block;list-style: none;margin: 0;padding: 0;}.fl-builder-pagination li a.page-numbers,.fl-builder-pagination li span.page-numbers {border: 1px solid #e6e6e6;display: inline-block;padding: 5px 10px;margin: 0 0 5px;}.fl-builder-pagination li a.page-numbers:hover,.fl-builder-pagination li span.current {background: #f5f5f5;text-decoration: none;}.fl-slideshow,.fl-slideshow * {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}.fl-slideshow .fl-slideshow-image img {max-width: none !important;}.fl-slideshow-social {line-height: 0 !important;}.fl-slideshow-social * {margin: 0 !important;}.fl-builder-content .bx-wrapper .bx-viewport {background: transparent;border: none;box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;left: 0;}.mfp-wrap button.mfp-arrow,.mfp-wrap button.mfp-arrow:active,.mfp-wrap button.mfp-arrow:hover,.mfp-wrap button.mfp-arrow:focus {background: transparent !important;border: none !important;outline: none;position: absolute;top: 50%;box-shadow: none !important;-moz-box-shadow: none !important;-webkit-box-shadow: none !important;}.mfp-wrap .mfp-close,.mfp-wrap .mfp-close:active,.mfp-wrap .mfp-close:hover,.mfp-wrap .mfp-close:focus {background: transparent !important;border: none !important;outline: none;position: absolute;top: 0;box-shadow: none !important;-moz-box-shadow: none !important;-webkit-box-shadow: none !important;}.admin-bar .mfp-wrap .mfp-close,.admin-bar .mfp-wrap .mfp-close:active,.admin-bar .mfp-wrap .mfp-close:hover,.admin-bar .mfp-wrap .mfp-close:focus {top: 32px!important;}img.mfp-img {padding: 0;}.mfp-counter {display: none;}.mfp-wrap .mfp-preloader.fa {font-size: 30px;}.fl-form-field {margin-bottom: 15px;}.fl-form-field input.fl-form-error {border-color: #DD6420;}.fl-form-error-message {clear: both;color: #DD6420;display: none;padding-top: 8px;font-size: 12px;font-weight: lighter;}.fl-form-button-disabled {opacity: 0.5;}.fl-animation {opacity: 0;}.fl-builder-preview .fl-animation,.fl-builder-edit .fl-animation,.fl-animated {opacity: 1;}.fl-animated {animation-fill-mode: both;-webkit-animation-fill-mode: both;}.fl-button.fl-button-icon-animation i {width: 0 !important;opacity: 0;-ms-filter: "alpha(opacity=0)";transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;}.fl-button.fl-button-icon-animation:hover i {opacity: 1! important;-ms-filter: "alpha(opacity=100)";}.fl-button.fl-button-icon-animation i.fl-button-icon-after {margin-left: 0px !important;}.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {margin-left: 10px !important;}.fl-button.fl-button-icon-animation i.fl-button-icon-before {margin-right: 0 !important;}.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {margin-right: 20px !important;margin-left: -10px;}.single:not(.woocommerce).single-fl-builder-template .fl-content {width: 100%;}.fl-builder-layer {position: absolute;top:0;left:0;right: 0;bottom: 0;z-index: 0;pointer-events: none;overflow: hidden;}.fl-builder-shape-layer {z-index: 0;}.fl-builder-shape-layer.fl-builder-bottom-edge-layer {z-index: 1;}.fl-row-bg-overlay .fl-builder-shape-layer {z-index: 1;}.fl-row-bg-overlay .fl-builder-shape-layer.fl-builder-bottom-edge-layer {z-index: 2;}.fl-row-has-layers .fl-row-content {z-index: 1;}.fl-row-bg-overlay .fl-row-content {z-index: 2;}.fl-builder-layer > * {display: block;position: absolute;top:0;left:0;width: 100%;}.fl-builder-layer + .fl-row-content {position: relative;}.fl-builder-layer .fl-shape {fill: #aaa;stroke: none;stroke-width: 0;width:100%;}@supports (-webkit-touch-callout: inherit) {.fl-row.fl-row-bg-parallax .fl-row-content-wrap,.fl-row.fl-row-bg-fixed .fl-row-content-wrap {background-position: center !important;background-attachment: scroll !important;}}@supports (-webkit-touch-callout: none) {.fl-row.fl-row-bg-fixed .fl-row-content-wrap {background-position: center !important;background-attachment: scroll !important;}}.fl-builder-content a.fl-button,.fl-builder-content a.fl-button:visited {background: #fafafa;border: 1px solid #ccc;color: #333;}.fl-builder-content a.fl-button *,.fl-builder-content a.fl-button:visited * {color: #333;}.fl-row-content-wrap { margin: 0px; }.fl-row-content-wrap { padding: 20px; }.fl-row-fixed-width { max-width: 1100px; }.fl-col-content { margin: 0px; }.fl-col-content { padding: 0px; }.fl-module-content { margin: 20px; }@media (max-width: 992px) { body.fl-builder-ie-11 .fl-row.fl-row-full-height.fl-visible-desktop,body.fl-builder-ie-11 .fl-row.fl-row-custom-height.fl-visible-desktop {display: none !important;}.fl-visible-desktop,.fl-visible-mobile,.fl-col-group .fl-visible-desktop.fl-col,.fl-col-group .fl-visible-mobile.fl-col {display: none;}.fl-visible-desktop-medium,.fl-visible-medium,.fl-visible-medium-mobile,.fl-col-group .fl-visible-desktop-medium.fl-col,.fl-col-group .fl-visible-medium.fl-col,.fl-col-group .fl-visible-medium-mobile.fl-col {display: block;}.fl-col-group-equal-height .fl-visible-desktop-medium.fl-col,.fl-col-group-equal-height .fl-visible-medium.fl-col,.fl-col-group-equal-height .fl-visible-medium-mobile.fl-col {display: flex;} }@media (max-width: 768px) { body.fl-builder-ie-11 .fl-row.fl-row-full-height.fl-visible-desktop,body.fl-builder-ie-11 .fl-row.fl-row-custom-height.fl-visible-desktop,body.fl-builder-ie-11 .fl-row.fl-row-full-height.fl-visible-desktop-medium,body.fl-builder-ie-11 .fl-row.fl-row-custom-height.fl-visible-desktop-medium {display: none !important;}.fl-visible-desktop,.fl-visible-desktop-medium,.fl-visible-medium,.fl-col-group .fl-visible-desktop.fl-col,.fl-col-group .fl-visible-desktop-medium.fl-col,.fl-col-group .fl-visible-medium.fl-col,.fl-col-group-equal-height .fl-visible-desktop-medium.fl-col,.fl-col-group-equal-height .fl-visible-medium.fl-col {display: none;}.fl-visible-medium-mobile,.fl-visible-mobile,.fl-col-group .fl-visible-medium-mobile.fl-col,.fl-col-group .fl-visible-mobile.fl-col {display: block;}.fl-row-content-wrap {background-attachment: scroll !important;}.fl-row-bg-parallax .fl-row-content-wrap {background-attachment: scroll !important;background-position: center center !important;}.fl-col-group.fl-col-group-equal-height {display: block;}.fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}.fl-col-group.fl-col-group-responsive-reversed {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;flex-flow: row wrap;-ms-box-orient: horizontal;-webkit-flex-flow: row wrap;}.fl-col-group.fl-col-group-responsive-reversed .fl-col {-webkit-box-flex: 0 0 100%; -moz-box-flex: 0 0 100%;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%; min-width: 0;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(1) {-webkit-box-ordinal-group: 12; -moz-box-ordinal-group: 12;-ms-flex-order: 12;-webkit-order: 12; order: 12;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(2) {-webkit-box-ordinal-group: 11;-moz-box-ordinal-group: 11;-ms-flex-order: 11;-webkit-order: 11;order: 11;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(3) {-webkit-box-ordinal-group: 10;-moz-box-ordinal-group: 10;-ms-flex-order: 10;-webkit-order: 10;order: 10;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(4) {-webkit-box-ordinal-group: 9;-moz-box-ordinal-group: 9;-ms-flex-order: 9;-webkit-order: 9;order: 9;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(5) {-webkit-box-ordinal-group: 8;-moz-box-ordinal-group: 8;-ms-flex-order: 8;-webkit-order: 8;order: 8;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(6) {-webkit-box-ordinal-group: 7;-moz-box-ordinal-group: 7;-ms-flex-order: 7;-webkit-order: 7;order: 7;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(7) {-webkit-box-ordinal-group: 6;-moz-box-ordinal-group: 6;-ms-flex-order: 6;-webkit-order: 6;order: 6;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(8) {-webkit-box-ordinal-group: 5;-moz-box-ordinal-group: 5;-ms-flex-order: 5;-webkit-order: 5;order: 5;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(9) {-webkit-box-ordinal-group: 4;-moz-box-ordinal-group: 4;-ms-flex-order: 4;-webkit-order: 4;order: 4;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(10) {-webkit-box-ordinal-group: 3;-moz-box-ordinal-group: 3;-ms-flex-order: 3;-webkit-order: 3;order: 3;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(11) {-webkit-box-ordinal-group: 2;-moz-box-ordinal-group: 2;-ms-flex-order: 2;-webkit-order: 2;order: 2;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(12) {-webkit-box-ordinal-group: 1;-moz-box-ordinal-group: 1;-ms-flex-order: 1;-webkit-order: 1;order: 1;}.fl-col {clear: both;float: none;margin-left: auto;margin-right: auto;width: auto !important;}.fl-col-small:not(.fl-col-small-full-width) {max-width: 400px;}.fl-block-col-resize {display:none;}.fl-row[data-node] .fl-row-content-wrap {margin: 0;padding-left: 0;padding-right: 0;}.fl-row[data-node] .fl-bg-video,.fl-row[data-node] .fl-bg-slideshow {left: 0;right: 0;}.fl-col[data-node] .fl-col-content {margin: 0;padding-left: 0;padding-right: 0;} }.page .fl-post-header, .single-fl-builder-template .fl-post-header { display:none; }.fl-node-5a8f160b8ca86.fl-row-full-height > .fl-row-content-wrap, .fl-node-5a8f160b8ca86.fl-row-custom-height > .fl-row-content-wrap {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}.fl-node-5a8f160b8ca86.fl-row-full-height > .fl-row-content-wrap {min-height: 100vh;}.fl-node-5a8f160b8ca86.fl-row-custom-height > .fl-row-content-wrap {min-height: 0;}.fl-builder-edit .fl-node-5a8f160b8ca86.fl-row-full-height > .fl-row-content-wrap {min-height: calc( 100vh - 48px );}@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){.fl-node-5a8f160b8ca86.fl-row-full-height > .fl-row-content-wrap {min-height: 1024px;}}@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape){.fl-node-5a8f160b8ca86.fl-row-full-height > .fl-row-content-wrap {min-height: 768px;}}@media screen and (device-aspect-ratio: 40/71) {.fl-node-5a8f160b8ca86.fl-row-full-height > .fl-row-content-wrap {min-height: 500px;}}.fl-node-5a8f160b8ca86 > .fl-row-content-wrap {background-color: #f7f8f9;}.fl-node-5a8f160b8c9e4 {width: 100%;}.bb-heading-input.input-small {width: 46px !important;}.pp-heading-content {overflow: hidden;}.pp-heading-content .pp-heading-link {text-decoration: none;}.pp-heading-content span.heading-title {display: block;}.pp-heading-content .pp-heading.pp-separator-inline .heading-title {display: inline-block;}.pp-heading-content .pp-heading.pp-separator-inline .heading-title span {position: relative;display: inline-block;}.pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before,.pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {content: "";display: block;position: absolute;top: 50%;border-width: 0;}.pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before {right: 100%;}.pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {left: 100%;}.pp-heading-content .pp-heading.pp-separator-inline.pp-left .heading-title span {padding-left: 0 !important;}.pp-heading-content .pp-heading.pp-separator-inline.pp-right .heading-title span {padding-right: 0 !important;}.pp-heading-content .pp-heading.pp-separator-inline.pp-left .heading-title span:before {display: none;}.pp-heading-content .pp-heading.pp-separator-inline.pp-right .heading-title span:after {display: none;}.pp-heading-content .pp-heading-separator {margin: 0 auto;padding: 0;position: relative;overflow: hidden;}.pp-heading-content .pp-heading-separator.line_with_icon:before {right: 50%;left: auto;}.pp-heading-content .pp-heading-separator.line_with_icon.pp-left:before {display: none;}.pp-heading-content .pp-heading-separator.line_with_icon.pp-right:after {display: none;}.pp-heading-content .pp-heading-separator.line_with_icon:after {left: 50%;right: auto;}.pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {left: 1%;}.pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {right: 1%;}.pp-heading-content .pp-heading-separator.line_with_icon:before,.pp-heading-content .pp-heading-separator.line_with_icon:after {content: "";position: absolute;bottom: 50%;border-width: 0;top: 50%;}.pp-heading-content .pp-heading-separator img.heading-icon-image {vertical-align: middle;box-shadow: none !important;max-width: 100%;}.pp-heading-content .pp-heading-separator .pp-separator-line {max-width: 100%;display: block;}.pp-heading-content .pp-heading-separator .pp-heading-separator-icon {display: inline-block;text-align: center;}.pp-heading-content .pp-heading-separator.icon_only span {display: inline-block;}@media only screen and (max-width: 768px) {.pp-heading-content .pp-heading.pp-separator-inline.pp-tablet-left .heading-title span {padding-left: 0 !important;}.pp-heading-content .pp-heading.pp-separator-inline.pp-tablet-right .heading-title span {padding-right: 0 !important;}.pp-heading-content .pp-heading.pp-separator-inline.pp-tablet-left .heading-title span:before {display: none;}.pp-heading-content .pp-heading.pp-separator-inline.pp-tablet-right .heading-title span:after {display: none;}.pp-heading-content .pp-heading-separator.line_with_icon.pp-tablet-left:before {display: none;}.pp-heading-content .pp-heading-separator.line_with_icon.pp-tablet-right:after {display: none;}.pp-heading-content .pp-heading-separator.line_with_icon.pp-tablet-left:after {left: 2%;}.pp-heading-content .pp-heading-separator.line_with_icon.pp-tablet-right:before {right: 2%;}}@media only screen and (max-width: 480px) {.pp-heading-content .pp-heading.pp-separator-inline.pp-mobile-left .heading-title span {padding-left: 0 !important;}.pp-heading-content .pp-heading.pp-separator-inline.pp-mobile-right .heading-title span {padding-right: 0 !important;}.pp-heading-content .pp-heading.pp-separator-inline.pp-mobile-left .heading-title span:before {display: none;}.pp-heading-content .pp-heading.pp-separator-inline.pp-mobile-right .heading-title span:after {display: none;}.pp-heading-content .pp-heading-separator.line_with_icon.pp-mobile-left:before {display: none;}.pp-heading-content .pp-heading-separator.line_with_icon.pp-mobile-left:before {display: none;}.pp-heading-content .pp-heading-separator.line_with_icon.pp-mobile-right:after {display: none;}.pp-heading-content .pp-heading-separator.line_with_icon.pp-mobile-left:after {left: 2%;}.pp-heading-content .pp-heading-separator.line_with_icon.pp-mobile-right:before {right: 2%;}}@media (max-width: 768px) {}div.fl-node-5a8f160b8ca1a .pp-heading-content {text-align: center;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading {}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading .heading-title span.title-text {display: inline;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading .heading-title span.pp-primary-title {color: #000000;display: inline;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading .heading-title:hover span.pp-primary-title {}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {margin-left: 0px;display: inline;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading .heading-title:hover span.pp-secondary-title {}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading .heading-title {margin-top: 10px;margin-bottom: 10px;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading .heading-title.text-inline-block span.pp-primary-title,div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading .heading-title.text-inline-block span.pp-secondary-title {display: inline-block;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading .pp-heading-link {}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:before {width: 100px;border-style: solid;border-color: #000000;border-bottom-width: 1px;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading.pp-separator-inline .heading-title span:after {width: 100px;border-style: solid;border-color: #000000;border-bottom-width: 1px;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-sub-heading {margin-top: 0px;margin-bottom: 0px;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-sub-heading,div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-sub-heading p {color: #c7c8ca;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-sub-heading p:last-of-type {margin-bottom: 0;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator .pp-heading-separator-align {text-align: center;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator.line_with_icon {}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator.line_with_icon:before {margin-right: 20px;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator.line_with_icon:after {margin-left: 20px;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator.line_with_icon.pp-left:after {left: 1%;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator.line_with_icon.pp-right:before {right: 1%;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator.line_with_icon:before,div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator.line_with_icon:after {width: 100px;border-style: solid;border-color: #000000;border-bottom-width: 1px;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator img.heading-icon-image {}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator .pp-separator-line {border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #000000;width: 100px;margin: 0 auto;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator {color: #000000;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {display: inline-block;text-align: center;border-radius: 100px;border-width: 0px;border-style: none;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i,div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator .pp-heading-separator-icon i:before {font-size: 16px;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator.icon_only span {border-radius: 100px;border-width: 0px;border-style: none;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator.icon_only img,div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator.line_with_icon img {border-radius: 100px;}@media only screen and (max-width: 992px) {div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator .pp-heading-separator-align,div.fl-node-5a8f160b8ca1a .pp-heading-content {text-align: center;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator .pp-separator-line {margin: 0 auto;float: none;}}@media only screen and (max-width: 768px) {div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator .pp-heading-separator-align,div.fl-node-5a8f160b8ca1a .pp-heading-content {text-align: center;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator .pp-separator-line {margin: 0 auto;float: none;}}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading .heading-title span.pp-primary-title {border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading .heading-title span.pp-secondary-title {border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;line-height: 1.4;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading .heading-title {font-size: 30px;line-height: 1.4;}div.fl-node-5a8f160b8ca1a div.pp-heading-content .pp-heading.pp-separator-inline .heading-title span {padding-left: 20px;padding-right: 20px;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-sub-heading, div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-sub-heading p {font-family: Poppins, sans-serif;font-weight: 700;font-size: 18px;line-height: 1.6;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator {margin-top: 10px;margin-bottom: 10px;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator .pp-heading-separator-icon {padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}div.fl-node-5a8f160b8ca1a .pp-heading-content .pp-heading-separator.icon_only span {padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;} .fl-node-5a8f160b8ca1a > .fl-module-content {margin-top:0px;margin-bottom:0px;}.bb-gf-input.input-small {width: 46px !important;}.pp-gf-content {position: relative;}.pp-gf-content:before {content: "";display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}.pp-gf-content .pp-gf-inner {position: relative;}.pp-gf-content .form-title,.pp-gf-content .form-description {position: relative;}.pp-gf-content .gform_wrapper form {position: relative;}.pp-gf-content legend {border: 0;}.pp-gf-content .gform_wrapper .gform_body {width: 100% !important;}.pp-gf-content .gform_wrapper ul.gform_fields {padding: 0;}.pp-gf-content .gform_wrapper ul.gform_fields li.gfield {padding-right: 0;}.pp-gf-content .gform_wrapper ul.gform_fields li.gfield.gf_left_half {padding-right: 16px;}.pp-gf-content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {max-width: 100% !important;}.pp-gf-content .gform_wrapper .gfield input[type="checkbox"]:focus, .pp-gf-content .gform_wrapper .gfield input[type="radio"]:focus {width: auto;text-align: left !important;}.gform_wrapper .top_label li.gfield.gf_left_half input.medium,.gform_wrapper .top_label li.gfield.gf_right_half input.medium,.gform_wrapper .top_label li.gfield.gf_left_half select.medium,.gform_wrapper .top_label li.gfield.gf_right_half select.medium {width: 100% !important;}.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {width: 100% !important;}.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {margin-top: 0 !important;}div.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {margin-bottom: 0;}.pp-gf-content .gform_wrapper ul li.gfield {margin-top: 0;}.pp-gf-content .gform_wrapper ul.gfield_radio li input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {width: auto !important;display: inline-block;}.pp-gf-content .gform_wrapper .ginput_complex span.ginput_full {display: block;}.pp-gf-content .gform_wrapper .gfield .gfield_description {padding-top: 5px;}.pp-gf-content .gform_wrapper h2.gsection_title {margin-bottom: 0;}@media only screen and (max-width: 640px) {.pp-gf-content .gform_wrapper ul.gform_fields li.gfield.gf_left_half {padding-right: 0;}}@media (max-width: 768px) {}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper {max-width: 100%;}.fl-node-5a8f160b8ca50 .pp-gf-content {background-color: transparent;background-size: cover;background-repeat: no-repeat;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper ul li.gfield {list-style-type: none !important;margin-bottom: 0px;}.fl-builder-content .fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform_title,.fl-builder-content .fl-node-5a8f160b8ca50 .pp-gf-content .form-title {display: none;}.fl-builder-content .fl-node-5a8f160b8ca50 .pp-gf-content .form-title {display: none;}.fl-builder-content .fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform_title {}.fl-builder-content .fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper span.gform_description,.fl-builder-content .fl-node-5a8f160b8ca50 .pp-gf-content .form-description {display: none;}.fl-builder-content .fl-node-5a8f160b8ca50 .pp-gf-content .form-description {display: none;}.fl-builder-content .fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper span.gform_description {}.fl-builder-content .fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield .gfield_label {display: none;}.fl-builder-content .fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield_required {}.fl-builder-content .fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield .ginput_complex.ginput_container label {display: none;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .ginput_container label,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper table.gfield_list thead th,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper span.ginput_product_price,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper span.ginput_product_price_label,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper span.ginput_quantity_label,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield_html {}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper span.ginput_product_price {color: #900900 !important;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield .gfield_description {color: #000000;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gsection {border-bottom-width: 1px;border-bottom-color: #cccccc;margin-bottom: 0px;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper h2.gsection_title {color: #333333;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield select,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield textarea {color: #333333;background-color: rgba(239, 249, 255, 1);width: 100% !important;outline: none;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield select {}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .ginput_complex select {margin-bottom: 0px;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .ginput_complex span {margin-bottom: 0px;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield input::-webkit-input-placeholder {color: #ed1d24;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield input:-moz-placeholder {color: #ed1d24;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield input::-moz-placeholder {color: #ed1d24;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield input:-ms-input-placeholder {color: #ed1d24;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield textarea::-webkit-input-placeholder {color: #ed1d24;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield textarea:-moz-placeholder {color: #ed1d24;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield textarea::-moz-placeholder {color: #ed1d24;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield textarea:-ms-input-placeholder {color: #ed1d24;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield select:focus,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield textarea:focus {border-color: #719ece;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .top_label input.medium,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .top_label select.medium {width: 100% !important;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper textarea.medium {width: 100% !important;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .ginput_complex .ginput_full input[type="text"],.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .ginput_complexinput[type="text"] {width: 100% !important;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .ginput_complex .ginput_right {margin-left: 0 !important;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .ginput_complex .ginput_right input,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .ginput_complex .ginput_right select {width: 100% !important;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform_footer {text-align: left;justify-content: flex-start;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform-button,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform_footer .gform_button,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper.gf_browser_ie .gform_footer .gform_button,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform_page_footer .button,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper.gf_browser_ie .gform_page_footer .button {width: 100%;color: #ffffff;background-color: rgba(10, 10, 10, 1);padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;white-space: normal;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform_page_footer .button {margin-bottom: 5px !important;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform-button:hover,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform_footer .gform_button:hover,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform_page_footer .button:hover {color: #eeeeee;background: #ed1d24;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield input[type=file] {background-color: transparent;border-width: px;border-style: none;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .validation_error,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform_validation_errors,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform_validation_errors > h2,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper li.gfield.gfield_error,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {color: #790000 !important;border-color: #790000 !important;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .validation_error,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform_validation_errors,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform_validation_errors > h2 {display: block !important;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield.gfield_error {background-color: #ffdfe0;width: 100%;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield.gfield_error .gfield_label {color: #790000;margin-left: 0;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield_error .validation_message {display: block;color: #790000;border-color: #790000;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield_error .ginput_container select,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield_error .ginput_container textarea {border-color: #790000;border-width: 1px !important;}@media only screen and (max-width: 992px) {.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform-button,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform_footer .gform_button,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper.gf_browser_ie .gform_footer .gform_button,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform_page_footer .button,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper.gf_browser_ie .gform_page_footer .button {padding-top: px;padding-bottom: px;padding-left: px;padding-right: px;}}@media only screen and (max-width: 768px) {.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform-button,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform_footer .gform_button,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper.gf_browser_ie .gform_footer .gform_button,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform_page_footer .button,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper.gf_browser_ie .gform_page_footer .button {padding-top: px;padding-bottom: px;padding-left: px;padding-right: px;}}.fl-node-5a8f160b8ca50 .pp-gf-content {border-style: solid;border-width: 0;background-clip: border-box;border-color: #dddddd;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform-button, .fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform_footer .gform_button,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform_page_footer .button {border-color: #333333;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gform_title,.fl-node-5a8f160b8ca50 .form-title {text-align: left;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper span.gform_description,.fl-node-5a8f160b8ca50 .form-description {text-align: left;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield select,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield textarea {text-align: left;}.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield select,.fl-node-5a8f160b8ca50 .pp-gf-content .gform_wrapper .gfield textarea {border-style: solid;border-width: 0;background-clip: border-box;border-color: #000000;border-top-width: 2px;border-right-width: 2px;border-bottom-width: 2px;border-left-width: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;padding: 12px;} .fl-node-5a8f160b8ca50 > .fl-module-content {margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.fl-node-5a8f160b8ca86 .uabb-top-row-separator.uabb-has-svg svg {width: calc( 100% + 1.5px );}.fl-node-5a8f160b8ca86 .uabb-bottom-row-separator.uabb-has-svg svg {width: calc( 100% + 1.5px ) ;}.fl-node-5a8f160b8ca86 #uabb-top-slit2,.fl-node-5a8f160b8ca86 #uabb-top-slit3 {fill: #afafaf;}.fl-node-5a8f160b8ca86 #uabb-bottom-slit2,.fl-node-5a8f160b8ca86 #uabb-bottom-slit3 {fill: #afafaf;}.fl-node-5a8f160b8ca86 #uabb-top-pine-tree-separator2 {fill: #ffffff;stroke: #ffffff;}.fl-node-5a8f160b8ca86 #uabb-bottom-pine-tree-separator2 {fill: #ffffff;stroke: #ffffff;}.fl-node-5a8f160b8ca86 #uabb-top-pine-tree-bend-separator2 {fill: #ffffff;stroke: #ffffff;}.fl-node-5a8f160b8ca86 #uabb-bottom-pine-tree-bend-separator2 {fill: #ffffff;stroke: #ffffff;}.fl-node-5a8f160b8ca86 #uabb-top-slime-separator2 {fill: #ffffff;stroke: #ffffff;}.fl-node-5a8f160b8ca86 #uabb-bottom-slime-separator2 {fill: #ffffff;stroke: #ffffff;}.fl-node-5a8f160b8ca86 #uabb-top-wave-slide-separator2 {fill: #ffffff;stroke: #ffffff;}.fl-node-5a8f160b8ca86 #uabb-bottom-wave-slide-separator2 {fill: #ffffff;stroke: #ffffff;}.fl-node-5a8f160b8ca86 .uabb-top-row-separator {z-index: 9;}.fl-node-5a8f160b8ca86 .uabb-bottom-row-separator {z-index: 9;}@media(max-width: 992px) {.fl-node-5a8f160b8ca86 .uabb-top-row-separator.uabb-has-svg svg {width: 100%;}.fl-node-5a8f160b8ca86 .uabb-bottom-row-separator.uabb-has-svg svg {width: 100%;}}@media(max-width: 768px) {.fl-node-5a8f160b8ca86 .uabb-top-row-separator.uabb-has-svg svg {width: 100%;}.fl-node-5a8f160b8ca86 .uabb-bottom-row-separator.uabb-has-svg svg {width: 100%;}}.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {-webkit-justify-content: flex-end;justify-content: flex-end;-webkit-box-align: end; -webkit-box-pack: end;-ms-flex-pack: end;}.uabb-module-content h1,.uabb-module-content h2,.uabb-module-content h3,.uabb-module-content h4,.uabb-module-content h5,.uabb-module-content h6 {margin: 0;clear: both;}.fl-module-content a,.fl-module-content a:hover,.fl-module-content a:focus {text-decoration: none;}.uabb-row-separator {position: absolute;width: 100%;left: 0;}.uabb-top-row-separator {top: 0;bottom: auto}.uabb-bottom-row-separator {top: auto;bottom: 0;}.fl-builder-content-editing .fl-visible-medium.uabb-row,.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,.fl-builder-content-editing .fl-visible-mobile.uabb-row {display: none !important;}@media (max-width: 992px) {.fl-builder-content-editing .fl-visible-desktop.uabb-row,.fl-builder-content-editing .fl-visible-mobile.uabb-row {display: none !important;}.fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,.fl-builder-content-editing .fl-visible-medium.uabb-row,.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row {display: block !important;}}@media (max-width: 768px) {.fl-builder-content-editing .fl-visible-desktop.uabb-row,.fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,.fl-builder-content-editing .fl-visible-medium.uabb-row {display: none !important;}.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,.fl-builder-content-editing .fl-visible-mobile.uabb-row {display: block !important;}}.fl-responsive-preview-content .fl-builder-content-editing {overflow-x: hidden;overflow-y: visible;}.uabb-row-separator svg {width: 100%;}.uabb-top-row-separator.uabb-has-svg svg {position: absolute;padding: 0;margin: 0;left: 50%;top: -1px;bottom: auto;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}.uabb-bottom-row-separator.uabb-has-svg svg {position: absolute;padding: 0;margin: 0;left: 50%;bottom: -1px;top: auto;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}.uabb-bottom-row-separator.uabb-has-svg .uasvg-wave-separator {bottom: 0;}.uabb-top-row-separator.uabb-has-svg .uasvg-wave-separator {top: 0;}.uabb-bottom-row-separator.uabb-svg-triangle svg,.uabb-bottom-row-separator.uabb-xlarge-triangle svg,.uabb-top-row-separator.uabb-xlarge-triangle-left svg,.uabb-bottom-row-separator.uabb-svg-circle svg,.uabb-top-row-separator.uabb-slime-separator svg,.uabb-top-row-separator.uabb-grass-separator svg,.uabb-top-row-separator.uabb-grass-bend-separator svg,.uabb-bottom-row-separator.uabb-mul-triangles-separator svg,.uabb-top-row-separator.uabb-wave-slide-separator svg,.uabb-top-row-separator.uabb-pine-tree-separator svg,.uabb-top-row-separator.uabb-pine-tree-bend-separator svg,.uabb-bottom-row-separator.uabb-stamp-separator svg,.uabb-bottom-row-separator.uabb-xlarge-circle svg,.uabb-top-row-separator.uabb-wave-separator svg{left: 50%;-webkit-transform: translateX(-50%) scaleY(-1); -moz-transform: translateX(-50%) scaleY(-1);-ms-transform: translateX(-50%) scaleY(-1); -o-transform: translateX(-50%) scaleY(-1);transform: translateX(-50%) scaleY(-1);}.uabb-bottom-row-separator.uabb-big-triangle svg {left: 50%;-webkit-transform: scale(1) scaleY(-1) translateX(-50%); -moz-transform: scale(1) scaleY(-1) translateX(-50%);-ms-transform: scale(1) scaleY(-1) translateX(-50%); -o-transform: scale(1) scaleY(-1) translateX(-50%);transform: scale(1) scaleY(-1) translateX(-50%);}.uabb-top-row-separator.uabb-big-triangle svg {left: 50%;-webkit-transform: translateX(-50%) scale(1); -moz-transform: translateX(-50%) scale(1);-ms-transform: translateX(-50%) scale(1); -o-transform: translateX(-50%) scale(1);transform: translateX(-50%) scale(1);}.uabb-top-row-separator.uabb-xlarge-triangle-right svg {left: 50%;-webkit-transform: translateX(-50%) scale(-1); -moz-transform: translateX(-50%) scale(-1);-ms-transform: translateX(-50%) scale(-1); -o-transform: translateX(-50%) scale(-1);transform: translateX(-50%) scale(-1);}.uabb-bottom-row-separator.uabb-xlarge-triangle-right svg {left: 50%;-webkit-transform: translateX(-50%) scaleX(-1); -moz-transform: translateX(-50%) scaleX(-1);-ms-transform: translateX(-50%) scaleX(-1); -o-transform: translateX(-50%) scaleX(-1);transform: translateX(-50%) scaleX(-1);}.uabb-top-row-separator.uabb-curve-up-separator svg {left: 50%; -webkit-transform: translateX(-50%) scaleY(-1); -moz-transform: translateX(-50%) scaleY(-1);-ms-transform: translateX(-50%) scaleY(-1); -o-transform: translateX(-50%) scaleY(-1);transform: translateX(-50%) scaleY(-1);}.uabb-top-row-separator.uabb-curve-down-separator svg {left: 50%;-webkit-transform: translateX(-50%) scale(-1); -moz-transform: translateX(-50%) scale(-1);-ms-transform: translateX(-50%) scale(-1); -o-transform: translateX(-50%) scale(-1);transform: translateX(-50%) scale(-1);}.uabb-bottom-row-separator.uabb-curve-down-separator svg {left: 50%;-webkit-transform: translateX(-50%) scaleX(-1); -moz-transform: translateX(-50%) scaleX(-1);-ms-transform: translateX(-50%) scaleX(-1); -o-transform: translateX(-50%) scaleX(-1);transform: translateX(-50%) scaleX(-1);}.uabb-top-row-separator.uabb-tilt-left-separator svg {left: 50%;-webkit-transform: translateX(-50%) scale(-1); -moz-transform: translateX(-50%) scale(-1);-ms-transform: translateX(-50%) scale(-1); -o-transform: translateX(-50%) scale(-1);transform: translateX(-50%) scale(-1);}.uabb-top-row-separator.uabb-tilt-right-separator svg{left: 50%;-webkit-transform: translateX(-50%) scaleY(-1); -moz-transform: translateX(-50%) scaleY(-1);-ms-transform: translateX(-50%) scaleY(-1); -o-transform: translateX(-50%) scaleY(-1);transform: translateX(-50%) scaleY(-1);}.uabb-bottom-row-separator.uabb-tilt-left-separator svg {left: 50%;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform: translateX(-50%);transform: translateX(-50%);}.uabb-bottom-row-separator.uabb-tilt-right-separator svg {left: 50%;-webkit-transform: translateX(-50%) scaleX(-1); -moz-transform: translateX(-50%) scaleX(-1);-ms-transform: translateX(-50%) scaleX(-1); -o-transform: translateX(-50%) scaleX(-1);transform: translateX(-50%) scaleX(-1);}.uabb-top-row-separator.uabb-tilt-left-separator,.uabb-top-row-separator.uabb-tilt-right-separator {top: 0;}.uabb-bottom-row-separator.uabb-tilt-left-separator,.uabb-bottom-row-separator.uabb-tilt-right-separator {bottom: 0;}.uabb-top-row-separator.uabb-arrow-outward-separator svg,.uabb-top-row-separator.uabb-arrow-inward-separator svg,.uabb-top-row-separator.uabb-cloud-separator svg,.uabb-top-row-separator.uabb-multi-triangle svg {left: 50%;-webkit-transform: translateX(-50%) scaleY(-1); -moz-transform: translateX(-50%) scaleY(-1);-ms-transform: translateX(-50%) scaleY(-1); -o-transform: translateX(-50%) scaleY(-1);transform: translateX(-50%) scaleY(-1);}.uabb-bottom-row-separator.uabb-multi-triangle svg {bottom: -2px;}.uabb-row-separator.uabb-round-split:after,.uabb-row-separator.uabb-round-split:before {left: 0;width: 50%;background: inherit inherit/inherit inherit inherit inherit;content: '';position: absolute}.uabb-button-wrap a,.uabb-button-wrap a:visited {display: inline-block;font-size: 16px;line-height: 18px;text-decoration: none;text-shadow: none;}.uabb-button-wrap a *,.uabb-button-wrap a:visited * {}.fl-builder-content .uabb-button:hover {text-decoration: none;}.fl-builder-content .uabb-button-width-full .uabb-button {display: block;text-align: center;}.uabb-button-width-custom .uabb-button {display: inline-block;text-align: center;max-width: 100%;}.fl-builder-content .uabb-button-left {text-align: left;}.fl-builder-content .uabb-button-center {text-align: center;}.fl-builder-content .uabb-button-right {text-align: right;}.fl-builder-content .uabb-button i,.fl-builder-content .uabb-button i:before {font-size: 1em;height: 1em;line-height: 1em;width: 1em;}.uabb-button .uabb-button-icon-after {margin-left: 8px;margin-right: 0;}.uabb-button .uabb-button-icon-before {margin-left: 0;margin-right: 8px;}.uabb-button .uabb-button-icon-no-text {margin: 0;}.uabb-button-has-icon .uabb-button-text {vertical-align: middle;}.uabb-icon-wrap {display: inline-block;}.uabb-icon a {text-decoration: none;}.uabb-icon i {display: block;}.uabb-icon i:before {border: none !important;background: none !important;}.uabb-icon-text {display: table-cell;text-align: left;padding-left: 15px;vertical-align: middle;}.uabb-icon-text *:last-child {margin: 0 !important;padding: 0 !important;}.uabb-icon-text a {text-decoration: none;}.uabb-photo {line-height: 0;position: relative;z-index: 2;}.uabb-photo-align-left {text-align: left;}.uabb-photo-align-center {text-align: center;}.uabb-photo-align-right {text-align: right;}.uabb-photo-content {border-radius: 0;display: inline-block;line-height: 0;position: relative;max-width: 100%;overflow: hidden;}.uabb-photo-content img {border-radius: inherit;display: inline;height: auto;max-width: 100%;width: auto;}.fl-builder-content .uabb-photo-crop-circle img {-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;}.fl-builder-content .uabb-photo-crop-square img {-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}.uabb-photo-caption {font-size: 13px;line-height: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}.uabb-photo-caption-below {padding-bottom: 20px;padding-top: 10px;}.uabb-photo-caption-hover {background: rgba(0,0,0,0.7);bottom: 0;color: #fff;left: 0;opacity: 0;visibility: hidden;filter: alpha(opacity = 0);padding: 10px 15px;position: absolute;right: 0;-webkit-transition:visibility 200ms linear;-moz-transition:visibility 200ms linear;transition:visibility 200ms linear;}.uabb-photo-content:hover .uabb-photo-caption-hover {opacity: 100;visibility: visible;}.uabb-active-btn {background: #1e8cbe;border-color: #0074a2;-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);box-shadow: inset 0 1px 0 rgba(120,200,230,.6);color: white;}.fl-builder-bar .fl-builder-add-content-button {display: block !important;opacity: 1 !important;}.uabb-imgicon-wrap .uabb-icon {display: block;}.uabb-imgicon-wrap .uabb-icon i{float: none;}.uabb-imgicon-wrap .uabb-image {line-height: 0;position: relative;}.uabb-imgicon-wrap .uabb-image-align-left {text-align: left;}.uabb-imgicon-wrap .uabb-image-align-center {text-align: center;}.uabb-imgicon-wrap .uabb-image-align-right {text-align: right;}.uabb-imgicon-wrap .uabb-image-content {display: inline-block;border-radius: 0;line-height: 0;position: relative;max-width: 100%;}.uabb-imgicon-wrap .uabb-image-content img {display: inline;height: auto !important;max-width: 100%;width: auto;border-radius: inherit;box-shadow: none;box-sizing: content-box;}.fl-builder-content .uabb-imgicon-wrap .uabb-image-crop-circle img {-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;}.fl-builder-content .uabb-imgicon-wrap .uabb-image-crop-square img {-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}.uabb-creative-button-wrap a,.uabb-creative-button-wrap a:visited {background: #fafafa;border: 1px solid #ccc;color: #333;display: inline-block;vertical-align: middle;text-align: center;overflow: hidden;text-decoration: none;text-shadow: none;box-shadow: none;position: relative;-webkit-transition: all 200ms linear; -moz-transition: all 200ms linear;-ms-transition: all 200ms linear; -o-transition: all 200ms linear;transition: all 200ms linear;}.uabb-creative-button-wrap a:focus {text-decoration: none;text-shadow: none;box-shadow: none;}.uabb-creative-button-wrap a .uabb-creative-button-text,.uabb-creative-button-wrap a .uabb-creative-button-icon,.uabb-creative-button-wrap a:visited .uabb-creative-button-text,.uabb-creative-button-wrap a:visited .uabb-creative-button-icon {-webkit-transition: all 200ms linear; -moz-transition: all 200ms linear;-ms-transition: all 200ms linear; -o-transition: all 200ms linear;transition: all 200ms linear;}.uabb-creative-button-wrap a:hover {text-decoration: none;}.uabb-creative-button-wrap .uabb-creative-button-width-full .uabb-creative-button {display: block;text-align: center;}.uabb-creative-button-wrap .uabb-creative-button-width-custom .uabb-creative-button {display: inline-block;text-align: center;max-width: 100%;}.uabb-creative-button-wrap .uabb-creative-button-left {text-align: left;}.uabb-creative-button-wrap .uabb-creative-button-center {text-align: center;}.uabb-creative-button-wrap .uabb-creative-button-right {text-align: right;}.uabb-creative-button-wrap .uabb-creative-button i {font-size: 1.3em;height: auto;vertical-align: middle;width: auto;}.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-after {margin-left: 8px;margin-right: 0;}.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-before {margin-right: 8px;margin-left: 0;}.uabb-creative-button-wrap.uabb-creative-button-icon-no-text .uabb-creative-button i {margin: 0;}.uabb-creative-button-wrap .uabb-creative-button-has-icon .uabb-creative-button-text {vertical-align: middle;}.uabb-creative-button.uabb-creative-transparent-btn {background: transparent;}.uabb-creative-button.uabb-creative-transparent-btn:after {content: '';position: absolute;z-index: 1;-webkit-transition: all 200ms linear; -moz-transition: all 200ms linear;-ms-transition: all 200ms linear; -o-transition: all 200ms linear;transition: all 200ms linear;}.uabb-transparent-fill-top-btn:after,.uabb-transparent-fill-bottom-btn:after {width: 100%;height: 0;left: 0;}.uabb-transparent-fill-top-btn:after {top: 0;}.uabb-transparent-fill-bottom-btn:after {bottom: 0;}.uabb-transparent-fill-left-btn:after,.uabb-transparent-fill-right-btn:after {width: 0;height: 100%;top: 0;}.uabb-transparent-fill-left-btn:after {left: 0;}.uabb-transparent-fill-right-btn:after {right: 0;}.uabb-transparent-fill-center-btn:after{width: 0;height: 100%;top: 50%;left: 50%;-webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);}.uabb-transparent-fill-diagonal-btn:after,.uabb-transparent-fill-horizontal-btn:after {width: 100%;height: 0;top: 50%;left: 50%;}.uabb-transparent-fill-diagonal-btn{overflow: hidden;}.uabb-transparent-fill-diagonal-btn:after{-webkit-transform: translateX(-50%) translateY(-50%) rotate( 45deg ); -moz-transform: translateX(-50%) translateY(-50%) rotate( 45deg );-ms-transform: translateX(-50%) translateY(-50%) rotate( 45deg ); -o-transform: translateX(-50%) translateY(-50%) rotate( 45deg );transform: translateX(-50%) translateY(-50%) rotate( 45deg );}.uabb-transparent-fill-horizontal-btn:after{-webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);}.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_down-btn,.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_up-btn,.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_left-btn,.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_right-btn {-webkit-transition: none; -moz-transition: none;-ms-transition: none; -o-transition: none;transition: none;}.perspective {-webkit-perspective: 800px; -moz-perspective: 800px;perspective: 800px;margin: 0;}.uabb-creative-button.uabb-creative-threed-btn:after {content: '';position: absolute;z-index: -1;-webkit-transition: all 200ms linear; -moz-transition: all 200ms linear;transition: all 200ms linear;}.uabb-creative-button.uabb-creative-threed-btn {outline: 1px solid transparent;-webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d;transform-style: preserve-3d;}.uabb-creative-threed-btn.uabb-animate_top-btn:after {height: 40%;left: 0;top: -40%;width: 100%;-webkit-transform-origin: 0% 100%; -moz-transform-origin: 0% 100%;transform-origin: 0% 100%;-webkit-transform: rotateX(90deg); -moz-transform: rotateX(90deg);transform: rotateX(90deg);}.uabb-creative-threed-btn.uabb-animate_bottom-btn:after {width: 100%;height: 40%;left: 0;top: 100%;-webkit-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%;-ms-transform-origin: 0% 0%;transform-origin: 0% 0%;-webkit-transform: rotateX(-90deg); -moz-transform: rotateX(-90deg);-ms-transform: rotateX(-90deg);transform: rotateX(-90deg);}.uabb-creative-threed-btn.uabb-animate_left-btn:after {width: 20%;height: 100%;left: -20%;top: 0;-webkit-transform-origin: 100% 0%; -moz-transform-origin: 100% 0%;-ms-transform-origin: 100% 0%;transform-origin: 100% 0%;-webkit-transform: rotateY(-60deg); -moz-transform: rotateY(-60deg);-ms-transform: rotateY(-60deg);transform: rotateY(-60deg);}.uabb-creative-threed-btn.uabb-animate_right-btn:after {width: 20%;height: 100%;left: 104%;top: 0;-webkit-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%;-ms-transform-origin: 0% 0%;transform-origin: 0% 0%;-webkit-transform: rotateY(120deg); -moz-transform: rotateY(120deg);-ms-transform: rotateY(120deg);transform: rotateY(120deg);}.uabb-animate_top-btn:hover{-webkit-transform: rotateX(-15deg); -moz-transform: rotateX(-15deg);-ms-transform: rotateX(-15deg); -o-transform: rotateX(-15deg);transform: rotateX(-15deg);}.uabb-animate_bottom-btn:hover{-webkit-transform: rotateX(15deg); -moz-transform: rotateX(15deg);-ms-transform: rotateX(15deg); -o-transform: rotateX(15deg);transform: rotateX(15deg);}.uabb-animate_left-btn:hover{-webkit-transform: rotateY(6deg); -moz-transform: rotateY(6deg);-ms-transform: rotateY(6deg); -o-transform: rotateY(6deg);transform: rotateY(6deg);}.uabb-animate_right-btn:hover{-webkit-transform: rotateY(-6deg); -moz-transform: rotateY(-6deg);-ms-transform: rotateY(-6deg); -o-transform: rotateY(-6deg);transform: rotateY(-6deg);}.uabb-creative-flat-btn.uabb-animate_to_right-btn,.uabb-creative-flat-btn.uabb-animate_to_left-btn,.uabb-creative-flat-btn.uabb-animate_from_top-btn,.uabb-creative-flat-btn.uabb-animate_from_bottom-btn {overflow: hidden;position: relative;}.uabb-creative-flat-btn.uabb-animate_to_right-btn i,.uabb-creative-flat-btn.uabb-animate_to_left-btn i,.uabb-creative-flat-btn.uabb-animate_from_top-btn i,.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i {bottom: 0;height: 100%;margin: 0;opacity: 1;position: absolute;right: 0;width: 100%;-webkit-transition: all 200ms linear; -moz-transition: all 200ms linear;transition: all 200ms linear;-webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}.uabb-creative-flat-btn.uabb-animate_to_right-btn .uabb-button-text,.uabb-creative-flat-btn.uabb-animate_to_left-btn .uabb-button-text,.uabb-creative-flat-btn.uabb-animate_from_top-btn .uabb-button-text,.uabb-creative-flat-btn.uabb-animate_from_bottom-btn .uabb-button-text {display: inline-block;width: 100%;height: 100%;-webkit-transition: all 200ms linear; -moz-transition: all 200ms linear;-ms-transition: all 200ms linear; -o-transition: all 200ms linear;transition: all 200ms linear;-webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;backface-visibility: hidden;}.uabb-creative-flat-btn.uabb-animate_to_right-btn i:before,.uabb-creative-flat-btn.uabb-animate_to_left-btn i:before,.uabb-creative-flat-btn.uabb-animate_from_top-btn i:before,.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i:before {position: absolute;top: 50%;left: 50%;-webkit-transform: translateX(-50%) translateY(-50%);-moz-transform: translateX(-50%) translateY(-50%);-o-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);}.uabb-creative-flat-btn.uabb-animate_to_right-btn:hover i,.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover i {left: 0;}.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover i,.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover i {top: 0;}.uabb-creative-flat-btn.uabb-animate_to_right-btn i {top: 0;left: -100%;}.uabb-creative-flat-btn.uabb-animate_to_right-btn:hover .uabb-button-text {-webkit-transform: translateX(200%); -moz-transform: translateX(200%);-ms-transform: translateX(200%); -o-transform: translateX(200%);transform: translateX(200%);}.uabb-creative-flat-btn.uabb-animate_to_left-btn i {top: 0;left: 100%;}.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover .uabb-button-text {-webkit-transform: translateX(-200%); -moz-transform: translateX(-200%);-ms-transform: translateX(-200%); -o-transform: translateX(-200%);transform: translateX(-200%);}.uabb-creative-flat-btn.uabb-animate_from_top-btn i {top: -100%;left: 0;}.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover .uabb-button-text {-webkit-transform: translateY(400px); -moz-transform: translateY(400px);-ms-transform: translateY(400px); -o-transform: translateY(400px);transform: translateY(400px);}.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i {top: 100%;left: 0;}.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover .uabb-button-text {-webkit-transform: translateY(-400px); -moz-transform: translateY(-400px);-ms-transform: translateY(-400px); -o-transform: translateY(-400px);transform: translateY(-400px);}.uabb-tab-acc-content .wp-video, .uabb-tab-acc-content video.wp-video-shortcode, .uabb-tab-acc-content .mejs-container:not(.mejs-audio), .uabb-tab-acc-content .mejs-overlay.load,.uabb-adv-accordion-content .wp-video, .uabb-adv-accordion-content video.wp-video-shortcode, .uabb-adv-accordion-content .mejs-container:not(.mejs-audio), .uabb-adv-accordion-content .mejs-overlay.load {width: 100% !important;height: 100% !important;}.uabb-tab-acc-content .mejs-container:not(.mejs-audio),.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) {padding-top: 56.25%;}.uabb-tab-acc-content .wp-video, .uabb-tab-acc-content video.wp-video-shortcode,.uabb-adv-accordion-content .wp-video, .uabb-adv-accordion-content video.wp-video-shortcode {max-width: 100% !important;}.uabb-tab-acc-content video.wp-video-shortcode,.uabb-adv-accordion-content video.wp-video-shortcode {position: relative;}.uabb-tab-acc-content .mejs-container:not(.mejs-audio) .mejs-mediaelement,.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) .mejs-mediaelement {position: absolute;top: 0;right: 0;bottom: 0;left: 0;}.uabb-tab-acc-content .mejs-overlay-play,.uabb-adv-accordion-content .mejs-overlay-play {top: 0;right: 0;bottom: 0;left: 0;width: auto !important;height: auto !important;}.fl-row-content-wrap .uabb-row-particles-background {width:100%;height:100%;position:absolute;left:0;top:0;}.uabb-col-particles-background {width:100%;height:100%;position:absolute;left:0;top:0;}.uabb-creative-button-wrap a,.uabb-creative-button-wrap a:visited {text-transform: none;}.uabb-dual-button .uabb-btn,.uabb-dual-button .uabb-btn:visited { text-transform: none;}.uabb-js-breakpoint { content:"default"; display:none;}@media screen and (max-width: 992px) {.uabb-js-breakpoint {content:"992";}}@media screen and (max-width: 768px) {.uabb-js-breakpoint {content:"768";}}.fl-builder-row-settings #fl-field-separator_position {display: none !important;}.fl-node-5a8f160b8ca86 .fl-row-content {min-width: 0px;}
</style>
<div class="fl-builder-content fl-builder-content-1342 fl-builder-template fl-builder-row-template fl-builder-global-templates-locked" data-post-id="1342"><div id="contformrow" class="fl-row fl-row-full-width fl-row-bg-color fl-node-5a8f160b8ca86" data-node="5a8f160b8ca86">
	<div class="fl-row-content-wrap">
		<div class="uabb-row-separator uabb-top-row-separator" >
</div>
						<div class="fl-row-content fl-row-fixed-width fl-node-content">
		
<div class="fl-col-group fl-node-5a8f160b8c9a8" data-node="5a8f160b8c9a8">
			<div class="fl-col fl-node-5a8f160b8c9e4" data-node="5a8f160b8c9e4">
	<div class="fl-col-content fl-node-content">
	<div class="fl-module fl-module-pp-heading fl-node-5a8f160b8ca1a" data-node="5a8f160b8ca1a">
	<div class="fl-module-content fl-node-content">
		<div class="pp-heading-content">
	<div class="pp-heading  pp-center">
		
		<h2 class="heading-title">

			
			<span class="title-text pp-primary-title">Contact</span>

			
			
		</h2>

		
	</div>

	
	</div>
	</div>
</div>
<div id="contform" class="fl-module fl-module-pp-gravity-form fl-node-5a8f160b8ca50" data-node="5a8f160b8ca50">
	<div class="fl-module-content fl-node-content">
		<div class="pp-gf-content">
	<div class="pp-gf-inner">
		
                <div class='gf_browser_safari gf_browser_iphone gform_wrapper' id='gform_wrapper_3' ><a id='gf_3' class='gform_anchor' ></a><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_3' id='gform_3'  action='/wp-content/plugins/woocommerce-cart-add-ons/assets/css/frontend.css#gf_3'>
                        <div class='gform_body'><ul id='gform_fields_3' class='gform_fields top_label form_sublabel_below description_below'><li id='field_3_1' class='gfield gf_left_third gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible' ><label class='gfield_label' for='input_3_1' >Name<span class='gfield_required'>*</span></label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_3_1' type='text' value='' class='medium'  tabindex='100'  placeholder='NAME *' aria-required="true" aria-invalid="false" /></div></li><li id='field_3_2' class='gfield gf_middle_third gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible' ><label class='gfield_label' for='input_3_2' >Email<span class='gfield_required'>*</span></label><div class='ginput_container ginput_container_email'>
                            <input name='input_2' id='input_3_2' type='text' value='' class='medium' tabindex='101'   placeholder='EMAIL *' aria-required="true" aria-invalid="false"/>
                        </div></li><li id='field_3_3' class='gfield gf_right_third field_sublabel_below field_description_below gfield_visibility_visible' ><label class='gfield_label' for='input_3_3' >Phone</label><div class='ginput_container ginput_container_phone'><input name='input_3' id='input_3_3' type='text' value='' class='medium' tabindex='102'  placeholder='PHONE'  aria-invalid="false" /></div></li><li id='field_3_6' class='gfield field_sublabel_below field_description_below gfield_visibility_visible' ><label class='gfield_label' for='input_3_6' >Address</label><div class='ginput_container ginput_container_textarea'><textarea name='input_6' id='input_3_6' class='textarea small' tabindex='103'  placeholder='ADDRESS'  aria-invalid="false"   rows='10' cols='50'></textarea></div></li><li id='field_3_4' class='gfield gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible' ><label class='gfield_label' for='input_3_4' >Message<span class='gfield_required'>*</span></label><div class='ginput_container ginput_container_textarea'><textarea name='input_4' id='input_3_4' class='textarea small' tabindex='104'  placeholder='MESSAGE *' aria-required="true" aria-invalid="false"   rows='10' cols='50'></textarea></div></li>
                            </ul></div>
        <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_3' class='gform_button button' value='Submit' tabindex='105' onclick='if(window["gf_submitting_3"]){return false;}  window["gf_submitting_3"]=true;  ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_3"]){return false;} window["gf_submitting_3"]=true;  jQuery("#gform_3").trigger("submit",[true]); }' /> <input type='hidden' name='gform_ajax' value='form_id=3&amp;title=&amp;description=&amp;tabindex=100' />
            <input type='hidden' class='gform_hidden' name='is_submit_3' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='3' />
            
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />
            <input type='hidden' class='gform_hidden' name='state_3' value='WyJbXSIsImM2MDgxMjI1ZTY0ODYyOTkzYzExOWQzNzY4MjIwMDc4Il0=' />
            <input type='hidden' class='gform_hidden' name='gform_target_page_number_3' id='gform_target_page_number_3' value='0' />
            <input type='hidden' class='gform_hidden' name='gform_source_page_number_3' id='gform_source_page_number_3' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                        <input type="hidden" id="ct_checkjs_2dace78f80bc92e6d7493423d729448e" name="ct_checkjs" value="0" /></form>
                        </div>
                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_3' id='gform_ajax_frame_3'>This iframe contains the logic required to handle Ajax powered Gravity Forms.</iframe>
                <script type='text/javascript'>jQuery(document).ready(function($){gformInitSpinner( 3, 'https://bigbitebaits.com/wp-content/plugins/gravity-forms/images/spinner.gif' );jQuery('#gform_ajax_frame_3').load( function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_3');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_3').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;if(is_form){jQuery('#gform_wrapper_3').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_3').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_3').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_3').offset().top); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_3').val();gformInitSpinner( 3, 'https://bigbitebaits.com/wp-content/plugins/gravity-forms/images/spinner.gif' );jQuery(document).trigger('gform_page_loaded', [3, current_page]);window['gf_submitting_3'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_3').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_3').offset().top);jQuery(document).trigger('gform_confirmation_loaded', [3]);window['gf_submitting_3'] = false;}, 50);}else{jQuery('#gform_3').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [3, current_page]);} );} );</script><script type='text/javascript'> if(typeof gf_global == 'undefined') var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2},"base_url":"https:\/\/bigbitebaits.com\/wp-content\/plugins\/gravity-forms","number_formats":[],"spinnerUrl":"https:\/\/bigbitebaits.com\/wp-content\/plugins\/gravity-forms\/images\/spinner.gif"};jQuery(document).bind('gform_post_render', function(event, formId, currentPage){if(formId == 3) {if(typeof Placeholders != 'undefined'){
                        Placeholders.enable();
                    }if(!/(android)/i.test(navigator.userAgent)){jQuery('#input_3_3').mask('(999) 999-9999').bind('keypress', function(e){if(e.which == 13){jQuery(this).blur();} } );}} } );jQuery(document).bind('gform_post_conditional_logic', function(event, formId, fields, isInit){} );</script><script type='text/javascript'> jQuery(document).ready(function(){jQuery(document).trigger('gform_post_render', [3, 1]) } ); </script>	</div>
</div>
	</div>
</div>
	</div>
</div>
	</div>
		</div>
	</div>
</div>
</div><div class="uabb-js-breakpoint" style="display: none;"></div></div></div><div class="widget_text col-full contact-us-wrapper"><div class="textwidget custom-html-widget"><link rel='stylesheet' id='gforms_reset_css-css'  href='https://bigbitebaits.com/wp-content/plugins/gravity-forms/css/formreset.min.css' media='all' />
<link rel='stylesheet' id='gforms_formsmain_css-css'  href='https://bigbitebaits.com/wp-content/plugins/gravity-forms/css/formsmain.min.css' media='all' />
<link rel='stylesheet' id='gforms_ready_class_css-css'  href='https://bigbitebaits.com/wp-content/plugins/gravity-forms/css/readyclass.min.css' media='all' />
<link rel='stylesheet' id='gforms_browsers_css-css'  href='https://bigbitebaits.com/wp-content/plugins/gravity-forms/css/browsers.min.css' media='all' />
<link rel='stylesheet' id='font-awesome-5-css'  href='https://bigbitebaits.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/css/all.min.css' media='all' />
<link rel='stylesheet' id='font-awesome-css'  href='https://bigbitebaits.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/css/v4-shims.min.css' media='all' />
<link rel='stylesheet' id='ultimate-icons-css'  href='https://bigbitebaits.com/wp-content/uploads/bb-plugin/icons/ultimate-icons/style.css' media='all' />
<link rel='stylesheet' id='fl-builder-layout-1356-css'  href='https://bigbitebaits.com/wp-content/uploads/bb-plugin/cache/1356-layout-partial.css' media='all' />
<div class="fl-builder-content fl-builder-content-1356 fl-builder-template fl-builder-row-template fl-builder-global-templates-locked" data-post-id="1356"><div id="popupicons" class="fl-row fl-row-full-width fl-row-bg-color fl-node-5a8f1cd681e1e" data-node="5a8f1cd681e1e">
	<div class="fl-row-content-wrap">
		<div class="uabb-row-separator uabb-top-row-separator" >
</div>
						<div class="fl-row-content fl-row-fixed-width fl-node-content">
		
<div class="fl-col-group fl-node-5a8f1cd681c9d" data-node="5a8f1cd681c9d">
			<div class="fl-col fl-node-5a8f1cd681cd6 fl-col-has-cols" data-node="5a8f1cd681cd6">
	<div class="fl-col-content fl-node-content">
	
<div class="fl-col-group fl-node-5a8f1cd681d0c fl-col-group-nested fl-col-group-equal-height fl-col-group-align-center" data-node="5a8f1cd681d0c">
			<div class="fl-col fl-node-5a8f1cd681d44 fl-col-small" data-node="5a8f1cd681d44">
	<div class="fl-col-content fl-node-content">
	<div class="fl-module fl-module-modal-popup fl-node-5a8f1cd681db2" data-node="5a8f1cd681db2">
	<div class="fl-module-content fl-node-content">
		
<div  class="uabb-modal-parent-wrapper uabb-module-content uamodal-5a8f1cd681db2 ">
	<div class="uabb-modal uabb-drag-fix uabb-center-modal uabb-modal-content uabb-modal-custom uabb-effect-1 uabb-aspect-ratio-16_9" id="modal-5a8f1cd681db2" data-content="content">
		<div class="uabb-content ">
						<span class="uabb-modal-close uabb-close-custom-popup-top-right" >
				<i class="uabb-close-icon fa fa-close"></i>			</span>
			
						<div class="uabb-modal-text uabb-modal-content-data uabb-text-editor fl-clearfix">
			<p><a href="/wp-content/uploads/2018/02/PROP_65_Warning.pdf" target="_blank" rel="noopener"><img   alt="" width="2387" height="1847" data-srcset="https://bigbitebaits.com/wp-content/uploads/2018/02/PROP_65_Warning.png 2387w, https://bigbitebaits.com/wp-content/uploads/2018/02/PROP_65_Warning-300x232.png 300w, https://bigbitebaits.com/wp-content/uploads/2018/02/PROP_65_Warning-1024x792.png 1024w, https://bigbitebaits.com/wp-content/uploads/2018/02/PROP_65_Warning-768x594.png 768w, https://bigbitebaits.com/wp-content/uploads/2018/02/PROP_65_Warning-1536x1189.png 1536w, https://bigbitebaits.com/wp-content/uploads/2018/02/PROP_65_Warning-2048x1585.png 2048w, https://bigbitebaits.com/wp-content/uploads/2018/02/PROP_65_Warning-416x322.png 416w, https://bigbitebaits.com/wp-content/uploads/2018/02/PROP_65_Warning-600x464.png 600w"  data-src="https://bigbitebaits.com/wp-content/uploads/2018/02/PROP_65_Warning.png" data-sizes="(max-width: 2387px) 100vw, 2387px" class="aligncenter wp-image-1211 size-full lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img class="aligncenter wp-image-1211 size-full" src="https://bigbitebaits.com/wp-content/uploads/2018/02/PROP_65_Warning.png" alt="" width="2387" height="1847" srcset="https://bigbitebaits.com/wp-content/uploads/2018/02/PROP_65_Warning.png 2387w, https://bigbitebaits.com/wp-content/uploads/2018/02/PROP_65_Warning-300x232.png 300w, https://bigbitebaits.com/wp-content/uploads/2018/02/PROP_65_Warning-1024x792.png 1024w, https://bigbitebaits.com/wp-content/uploads/2018/02/PROP_65_Warning-768x594.png 768w, https://bigbitebaits.com/wp-content/uploads/2018/02/PROP_65_Warning-1536x1189.png 1536w, https://bigbitebaits.com/wp-content/uploads/2018/02/PROP_65_Warning-2048x1585.png 2048w, https://bigbitebaits.com/wp-content/uploads/2018/02/PROP_65_Warning-416x322.png 416w, https://bigbitebaits.com/wp-content/uploads/2018/02/PROP_65_Warning-600x464.png 600w" sizes="(max-width: 2387px) 100vw, 2387px" /></noscript></a></p>
			</div>

		</div>
	</div>

		<div class="uabb-overlay"></div>
</div>

<div class="uabb-modal-action-wrap">
	<div class="uabb-modal-action uabb-trigger" data-modal="5a8f1cd681db2"><u><b>Click Here</b></u> for California's Proposition 65 Warning</div>
</div>
	</div>
</div>
	</div>
</div>
			<div class="fl-col fl-node-5a8f1cd681d7b fl-col-small" data-node="5a8f1cd681d7b">
	<div class="fl-col-content fl-node-content">
	<div class="fl-module fl-module-pp-social-icons fl-node-5a8f1cd681de8" data-node="5a8f1cd681de8">
	<div class="fl-module-content fl-node-content">
		<div class="pp-social-icons pp-social-icons-right pp-social-icons-horizontal pp-responsive-center">
	<span class="pp-social-icon" itemscope itemtype="http://schema.org/Organization">
		<link itemprop="url" href="https://bigbitebaits.com">
		<a itemprop="sameAs" href="https://www.facebook.com/BigBiteBaits/" target="_blank" title="" aria-label="" role="button" rel="noopener">
							<i class="ua-icon ua-icon-facebook22"></i>
					</a>
	</span>
		<span class="pp-social-icon" itemscope itemtype="http://schema.org/Organization">
		<link itemprop="url" href="https://bigbitebaits.com">
		<a itemprop="sameAs" href="https://twitter.com/bigbitebaits" target="_blank" title="" aria-label="" role="button" rel="noopener">
							<i class="fa fa-twitter"></i>
					</a>
	</span>
		<span class="pp-social-icon" itemscope itemtype="http://schema.org/Organization">
		<link itemprop="url" href="https://bigbitebaits.com">
		<a itemprop="sameAs" href="https://www.instagram.com/big_bite_baits/" target="_blank" title="" aria-label="" role="button" rel="noopener">
							<i class="fa fa-instagram"></i>
					</a>
	</span>
	</div>
	</div>
</div>
	</div>
</div>
	</div>
	</div>
</div>
	</div>
		</div>
	</div>
</div>
</div><div class="uabb-js-breakpoint" style="display: none;"></div></div></div>				<div class="footer-widgets row-1 col-1 fix">
									<div class="block footer-widget-1">
						<div id="block-5" class="widget widget_block">
<div class="wp-container-3 wp-block-columns">
<div class="wp-container-1 wp-block-column">
<p>Big Bite Baits, Inc.</p>



<p>PO Box 1375</p>



<p>Eufaula, AL 36027</p>



<p>(877) 222-7429</p>
</div>



<div class="wp-container-2 wp-block-column">
<p><a href="https://bigbitebaits.com/privacy-policy/" target="_blank" rel="noreferrer noopener">Privacy Policy</a></p>



<p><a href="https://bigbitebaits.com/refund_returns/" target="_blank" rel="noreferrer noopener">Return/Refund Policy</a></p>



<p><a href="https://bigbitebaits.com/terms-conditions/" target="_blank" rel="noreferrer noopener">Terms &amp; Conditions</a></p>
</div>
</div>
</div>					</div>
									</div><!-- .footer-widgets.row-1 -->
				<div class="pharmacy-site-info-wrapper">        <div class="site-info">
            <div class="copyright">
                &copy; Big Bite Baits 2022            </div>
            <div class="godaddy-badge">
                        </div>
        </div>
		</div><!-- .col-full -->
	</footer><!-- #colophon -->

	
</div><!-- #page -->

<script>				
                    window.addEventListener('DOMContentLoaded', function () {
                        setTimeout(function(){
                            if( document.querySelectorAll('[name^=ct_checkjs]').length > 0 ) {
                                apbct_public_sendREST(
                                    'js_keys__get',
                                    { callback: apbct_js_keys__set_input_value }
                                )
                            }
                        },0)					    
                    })				
                </script><div id="woofc-area" class="woofc-area woofc-effect-01 woofc-slide-yes woofc-style-01"><div class="woofc-area-top"><span>Shopping cart</span><div class="woofc-close hint--left" aria-label="Close"><i class="woofc-icon-icon10"></i></div></div><!-- woofc-area-top --><div class="woofc-area-mid woofc-items"><div class="woofc-no-item">There are no products in the cart!</div></div><!-- woofc-area-mid --><div class="woofc-area-bot"></div><!-- woofc-area-bot --></div><div id="woofc-count" class="woofc-count woofc-count-bottom-left"><i class="woofc-icon-cart4"></i><span id="woofc-count-number" class="woofc-count-number">0</span></div><div class="woofc-overlay"></div>	<script type="text/javascript">
		(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();
	</script>
	<style>.wp-container-1 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-1 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-1 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }</style>
<style>.wp-container-2 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-2 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-2 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }</style>
<style>.wp-container-3 {display: flex;gap: 2em;flex-wrap: nowrap;align-items: center;}.wp-container-3 > * { margin: 0; }</style>
<script type='text/javascript' src='https://bigbitebaits.com/wp-includes/js/underscore.min.js' id='underscore-js'></script>
<script type='text/javascript' id='wp-util-js-extra'>
/* <![CDATA[ */
var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}};
/* ]]> */
</script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-includes/js/wp-util.min.js' id='wp-util-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js' id='jquery-blockui-js'></script>
<script type='text/javascript' id='wc-add-to-cart-variation-js-extra'>
/* <![CDATA[ */
var wc_add_to_cart_variation_params = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"Sorry, no products matched your selection. Please choose a different combination.","i18n_make_a_selection_text":"Please select some product options before adding this product to your cart.","i18n_unavailable_text":"Sorry, this product is unavailable. Please choose a different combination."};
/* ]]> */
</script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js' id='wc-add-to-cart-variation-js'></script>
<script type='text/javascript' id='wc-add-to-cart-js-extra'>
/* <![CDATA[ */
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/bigbitebaits.com\/cart\/","is_cart":"","cart_redirect_after_add":"no"};
/* ]]> */
</script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js' id='wc-add-to-cart-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js' id='js-cookie-js'></script>
<script type='text/javascript' id='woocommerce-js-extra'>
/* <![CDATA[ */
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};
/* ]]> */
</script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js' id='woocommerce-js'></script>
<script type='text/javascript' id='wc_additional_variation_images_script-js-extra'>
/* <![CDATA[ */
var wc_additional_variation_images_local = {"ajax_url":"\/?wc-ajax=%%endpoint%%","ajaxImageSwapNonce":"43f60759a9","gallery_images_class":".product .images .flex-control-nav, .product .images .thumbnails","main_images_class":".woocommerce-product-gallery","lightbox_images":".product .images a.zoom"};
/* ]]> */
</script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/woocommerce-additional-variation-images/assets/js/variation-images-frontend.min.js' id='wc_additional_variation_images_script-js'></script>
<script type='text/javascript' id='awdr-main-js-extra'>
/* <![CDATA[ */
var awdr_params = {"ajaxurl":"https:\/\/bigbitebaits.com\/wp-admin\/admin-ajax.php","nonce":"1bb67af1ee","enable_update_price_with_qty":"show_when_matched","refresh_order_review":"0","custom_target_simple_product":"","custom_target_variable_product":"","js_init_trigger":"","awdr_opacity_to_bulk_table":"","awdr_dynamic_bulk_table_status":"0","awdr_dynamic_bulk_table_off":"on","custom_simple_product_id_selector":"","custom_variable_product_id_selector":""};
/* ]]> */
</script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/woo-discount-rules/v2/Assets/Js/site_main.js' id='awdr-main-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/woo-discount-rules/v2/Assets/Js/awdr-dynamic-price.js' id='awdr-dynamic-price-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/duracelltomi-google-tag-manager/js/gtm4wp-form-move-tracker.js' id='gtm4wp-form-move-tracker-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/woo-fly-cart-premium/assets/perfect-scrollbar/js/perfect-scrollbar.jquery.min.js' id='perfect-scrollbar-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/woo-fly-cart-premium/assets/slick/slick.min.js' id='slick-js'></script>
<script type='text/javascript' id='woofc-frontend-js-extra'>
/* <![CDATA[ */
var woofc_vars = {"ajaxurl":"https:\/\/bigbitebaits.com\/wp-admin\/admin-ajax.php","ajax_url":"https:\/\/bigbitebaits.com\/wp-admin\/admin-ajax.php","nonce":"2489c6ca8b","scrollbar":"yes","auto_show":"yes","undo_remove":"yes","confirm_remove":"no","confirm_remove_text":"Do you want to remove this item?","undo_remove_text":"Undo?","removed_text":"%s was removed.","manual_show":"","reload":"yes","is_cart":"","is_checkout":"","cart_url":"","hide_count_empty":"no","is_rtl":""};
/* ]]> */
</script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/woo-fly-cart-premium/assets/js/frontend.js' id='woofc-frontend-js'></script>
<script type='text/javascript' id='storefront-navigation-js-extra'>
/* <![CDATA[ */
var storefrontScreenReaderText = {"expand":"Expand child menu","collapse":"Collapse child menu"};
/* ]]> */
</script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/themes/storefront/assets/js/navigation.min.js' id='storefront-navigation-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/flexible-shipping-ups/vendor_prefixed/wpdesk/wp-woocommerce-shipping/assets/js/notices.min.js' id='wpdesk_wc_shipping_notices_ups-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/themes/storefront/assets/js/woocommerce/header-cart.min.js' id='storefront-header-cart-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/themes/storefront/assets/js/footer.min.js' id='storefront-handheld-footer-bar-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/wp-smush-pro/app/assets/js/smush-lazy-load.min.js' id='smush-lazy-load-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/themes/pharmacy/assets/js/pharmacy.min.js' id='pharmacy-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/woo-discount-rules-pro/Assets/Js/awdr_pro.js' id='woo_discount_pro_script-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/youtube-embed-plus/scripts/fitvids.min.js' id='__ytprefsfitvids__-js'></script>
<script type='text/javascript' src='https://js.braintreegateway.com/web/3.86.0/js/client.min.js' id='wc-braintree-client-v3-js'></script>
<script type='text/javascript' id='wc-braintree-message-handler-js-extra'>
/* <![CDATA[ */
var wc_braintree_message_handler_params = {"messages":{"INSTANTIATION_OPTION_REQUIRED":"Error initiating Braintree client. This error occurs when you haven't finished configuring your API keys.","INVALID_CLIENT_TOKEN":"Invalid client token supplied. Please check your API keys.","HOSTED_FIELDS_FIELDS_EMPTY":"Please fill out the payment form.","HOSTED_FIELDS_FIELDS_INVALID":"Some of your payment fields are invalid.","HOSTED_FIELDS_FAILED_TOKENIZATION":"Please check that your credit card is valid.","HOSTED_FIELDS_TOKENIZATION_NETWORK_ERROR":"There was a network error. Please try again.","VALIDATION":"Please check your payment method fields.","THREEDS_LOOKUP_VALIDATION_ERROR":"The address data passed to the 3D Secure provider was in an invalid format. Address fields can have a maximum length of 50 characters.","THREEDS_HTTPS_REQUIRED":"3D Secure requires HTTPS.","THREEDS_NOT_ENABLED":"3D Secure is not enabled for this merchant.","PAYPAL_INVALID_ADDRESS":"Provided shipping address failed PayPal validation. Please check your entries.","PAYPAL_INVALID_CLIENT":"Check your PayPal client ID and client secret in your Braintree Control Panel settings.","PAYPAL_TOKENIZATION_REQUEST_ACTIVE":"There is already a PayPal window open.","PAYPAL_FLOW_OPTION_REQUIRED":"PayPal vault flow is required.","PAYPAL_INVALID_PAYMENT_OPTION_ADDRESS":"PayPal validation of address failed. Please verify your shipping address.","PAYPAL_INVALID_PAYMENT_OPTION_CITY":"Invalid city entered for your shipping address.","PAYPAL_INVALID_PAYMENT_OPTION_STATE":"Invalid state entered for your shipping address.","PAYPAL_INVALID_PAYMENT_OPTION_ZIP":"Invalid zip code entered for shipping address.","PAYPAL_LINKED_ACCOUNT_PRODUCTION":"Please link your PayPal account in the Braintree control panel in order to use PayPal.","PAYPAL_LINKED_ACCOUNT_SANDBOX":"Please link your PayPal account in the Braintree control panel in order to use PayPal. <a href=\"https:\/\/developers.braintreepayments.com\/guides\/paypal\/testing-go-live\/php#linked-paypal-testing\" target=\"_blank\">How to link a sandbox PayPal account.<\/a>","DATA_COLLECTOR_KOUNT_NOT_ENABLED":"Please enable fraud tools within your Braintree Control Panel if you have enabled Advanced Fraud in the plugin settings. This setting can take several minutes to take affect.","LOCAL_GATEWAY_INVALID_MERCHANT_ACCOUNT":"No merchant account found for the requested currency.","NO_MERCHANT_ACCOUNT":"No merchant account found for the requested currency.","GOOGLE_PAYMENT_NOT_ENABLED":"Google Pay is not enabled for this merchant. Please enable Google Pay within your Braintree control panel.","DEVELOPER_ERROR_WHITELIST":"You have not been whitelisted by Google to use the paymentDataRequest.callbackIntent. Please contact Google's API team to request that your merchant ID be whitelisted. You can disable the plugin's dynamc price setting which will allow you to accept payments while you wait for Google to whitelist you.","PAYPAL_INVALID_LOCALE":"Please enter a locale that PayPal supports. You can change the locale in your Wordpress settings.","PAYPAL_MERCHANT_ACCOUNT_EMPTY":"PayPal requires that you configure your merchant accounts. Navigate to the Braintree Plugin's Advanced Settings &#62; <a target=\"_blank\" href=\"https:\/\/bigbitebaits.com\/wp-admin\/admin.php?page=wc-settings&tab=checkout&section=braintree_advanced\">Merchant Accounts<\/a> page and click <strong>Import Accounts<\/strong>.","LOCAL_PAYMENT_WINDOW_OPEN_FAILED":"LocalPayment window failed to open; please allow pop-ups for this site.","DropinError":"Please fill out the payment form.","avsPostalCodeResponseCode_N":"Postal code does not match.","avsStreetAddressResponseCode_N":"Street address does not match.","cvvResponseCode_N":"Card security code does not match.","avsPostalCodeResponseCode_U":"Postal code not verified.","avsStreetAddressResponseCode_U":"Street address not verified.","cvvResponseCode_U":"Card security code not verified.","avsPostalCodeResponseCode_I":"Postal code not provided.","avsStreetAddressResponseCode_I":"Street address not provided.","cvvResponseCode_I":"Card security code not provided.","gatewayRejectionReason_three_d_secure":"Your payment method was rejected due to 3D Secure.","2000":"Do Not Honor","2001":"Insufficient Funds","2002":"Limit Exceeded","2003":"Cardholder's Activity Limit Exceeded","2004":"Expired Card","2005":"Invalid Credit Card Number","2006":"Invalid Expiration Date","2007":"No Account","2008":"Card Account Length Error","2009":"No Such Issuer","2010":"Card Issuer Declined CVV","2011":"Voice Authorization Required","2012":"Processor Declined Possible Lost Card","2013":"Processor Declined - Possible Stolen Card","2014":"Processor Declined - Fraud Suspected","2015":"Transaction Not Allowed","2016":"Duplicate Transaction","2017":"Cardholder Stopped Billing","2018":"Cardholder Stopped All Billing","2019":"Invalid Transaction","2020":"Violation","2021":"Security Violation","2022":"Declined - Updated Cardholder Available","2023":"Processor Does Not Support This Feature","2024":"Card Type Not Enabled","2025":"Set Up Error - Merchant","2026":"Invalid Merchant ID","2027":"Set Up Error - Amount","2028":"Set Up Error - Hierarchy","2029":"Set Up Error - Card","2030":"Set Up Error - Terminal","2031":"Encryption Error","2032":"Surcharge Not Permitted","2033":"Inconsistent Data","2034":"No Action Taken","2035":"Partial Approval For Amount In Group III Version","2036":"Authorization could not be found to reverse","2037":"Already Reversed","2038":"Processor Declined","2039":"Invalid Authorization Code","2040":"Invalid Store","2041":"Declined - Call For Approval","2042":"Invalid Client ID","2043":"Error - Do Not Retry, Call Issuer","2044":"Declined - Call Issuer","2045":"Invalid Merchant Number","2046":"Declined","2047":"Call Issuer. Pick Up Card","2048":"Invalid Amount","2049":"Invalid SKU Number","2050":"Invalid Credit Plan","2051":"Credit Card Number does not match method of payment","2053":"Card reported as lost or stolen","2054":"Reversal amount does not match authorization amount","2055":"Invalid Transaction Division Number","2056":"Transaction amount exceeds the transaction division limit","2057":"Issuer or Cardholder has put a restriction on the card","2058":"Merchant not Mastercard SecureCode enabled","2059":"Address Verification Failed","2060":"Address Verification and Card Security Code Failed","2061":"Invalid Transaction Data","2062":"Invalid Tax Amount","2063":"PayPal Business Account preference resulted in the transaction failing","2064":"Invalid Currency Code","2065":"Refund Time Limit Exceeded","2066":"PayPal Business Account Restricted","2067":"Authorization Expired","2068":"PayPal Business Account Locked or Closed","2069":"PayPal Blocking Duplicate Order IDs","2070":"PayPal Buyer Revoked Future Payment Authorization","2071":"PayPal Payee Account Invalid Or Does Not Have a Confirmed Email","2072":"PayPal Payee Email Incorrectly Formatted","2073":"PayPal Validation Error","2074":"Funding Instrument In The PayPal Account Was Declined By The Processor Or Bank, Or It Can't Be Used For This Payment","2075":"Payer Account Is Locked Or Closed","2076":"Payer Cannot Pay For This Transaction With PayPal","2077":"Transaction Refused Due To PayPal Risk Model","2079":"PayPal Merchant Account Configuration Error","2081":"PayPal pending payments are not supported","2082":"PayPal Domestic Transaction Required","2083":"PayPal Phone Number Required","2084":"PayPal Tax Info Required","2085":"PayPal Payee Blocked Transaction","2086":"PayPal Transaction Limit Exceeded","2087":"PayPal reference transactions not enabled for your account","2088":"Currency not enabled for your PayPal seller account","2089":"PayPal payee email permission denied for this request","2090":"PayPal account not configured to refund more than settled amount","2091":"Currency of this transaction must match currency of your PayPal account","3000":"Processor Network Unavailable - Try Again","Braintree\\Exception\\NotFound":"Object was not found.","Braintree\\Exception\\Authentication":"Authentication failed, check your API key configuration.","Braintree\\Exception\\Authorization":"API Authorization check failed. Ensure you have entered your API keys correctly and the user associated with your API keys has the proper permissions.","81801":"Addresses must have at least one field filled in.","81802":"Company is too long.","81804":"Extended address is too long.","81805":"First name is too long.","81806":"Last name is too long.","81807":"Locality is too long.","81813":"Postal code can only contain letters, numbers, spaces, and hyphens.","81808":"Postal code is required.","81809":"Postal code may contain no more than 9 letter or number characters.","81810":"Region is too long.","81811":"Street address is required.","81812":"Street address is too long.","81827":"US state codes must be two characters to meet PayPal Seller Protection requirements.","91803":"Country name is not an accepted country.","91815":"Provided country information is inconsistent.","91816":"Country code (alpha3) is not an accepted country.","91817":"Country code (numeric) is not an accepted country.","91814":"Country code (alpha2) is not an accepted country.","91818":"Customer has already reached the maximum of 50 addresses.","91819":"First name must be a string.","91820":"Last name must be a string.","91821":"Company must be a string.","91822":"Street address must be a string.","91823":"Extended address must be a string.","91824":"Locality must be a string.","91825":"Region must be a string.","91826":"Postal code must be a string.","91828":"Address is invalid.","82602":"Applicant merchant id is too long.","82603":"Applicant merchant id format is invalid.","82604":"Applicant merchant id is in use.","82605":"Applicant merchant id is not allowed.","82606":"Master merchant account ID is required.","82607":"Master merchant account ID is invalid.","82608":"Master merchant account must be active.","82610":"Terms Of Service needs to be accepted. Applicant tos_accepted required.","82675":"Merchant account id can not be updated.","82676":"Master merchant account id can not be updated.","82674":"Merchant accounts with a status of pending or suspended cannot be updated.","82609":"Applicant first name is required.","82637":"Individual first name is required.","82611":"Applicant last name is required.","82638":"Individual last name is required.","82612":"Applicant date of birth is required.","82639":"Individual date of birth is required.","82613":"Applicant routing number is required.","82640":"Funding routing number is required.","82614":"Applicant account number is required.","82641":"Funding account number is required.","82615":"Applicant SSN must be blank, last 4 digits, or full 9 digits.","82642":"Individual SSN must be blank, last 4 digits, or full 9 digits.","82616":"Applicant email is invalid.","82643":"Individual email is invalid.","82627":"Applicant first name is invalid.","82644":"Individual first name is invalid.","82628":"Applicant last name is invalid.","82645":"Individual last name is invalid.","82631":"Applicant company name is invalid.","82632":"Applicant tax ID is invalid.","82688":"Business params provided in an invalid format.","82647":"Business tax ID is invalid.","82633":"Applicant company name is required with tax ID.","82634":"Applicant tax ID is required with company name.","82635":"Applicant routing number is invalid.","82649":"Funding routing number is invalid.","82650":"An unexpected error occurred trying to save the merchant account; support has been notified and is looking into the issue. You may safely retry this request","82621":"Applicant declined due to OFAC.","82622":"Applicant declined due to MasterCard MATCH.","82623":"Applicant declined due to failed KYC.","82624":"Applicant declined due to invalid SSN.","82625":"Applicant declined due to SSN matching that of a deceased person.","82626":"Applicant declined after review.","82617":"Applicant street address is required.","82657":"Individual street address is required.","82618":"Applicant locality is required.","82658":"Individual locality is required.","82619":"Applicant postal code is required.","82659":"Individual postal code is required.","82620":"Applicant region is required.","82660":"Individual region is required.","82629":"Applicant street address is invalid.","82661":"Individual street address is invalid.","82664":"Applicant region is invalid.","82668":"Individual region is invalid.","82630":"Applicant postal code is invalid.","82662":"Individual postal code is invalid.","82636":"Applicant phone is invalid.","82656":"Individual phone is invalid.","82663":"Applicant date of birth is invalid","82666":"Individual date of birth is invalid.","82670":"Applicant account number is invalid.","82671":"Funding account number is invalid.","82665":"Applicant email is required.","82667":"Individual email is required.","82672":"Business tax ID must be blank unless business legal name is present.","82673":"Applicant tax ID must be blank unless company name present.","82646":"Business DBA name is invalid.","82677":"Business legal name is invalid.","82669":"Business legal name is required with tax ID.","82648":"Business tax ID is required with business legal name.","82685":"Business street address is invalid.","82686":"Business postal code is invalid.","82684":"Business region is invalid.","82679":"Funding destination is invalid.","82678":"Funding destination is required.","82681":"Funding email is invalid.","82680":"Funding email is required when destination is email.","82683":"Funding mobile phone is invalid.","82682":"Funding mobile phone is required when destination is mobile phone.","82687":"Individual params provided in an invalid format.","82689":"Business locality is invalid.","82690":"Individual locality is invalid.","82691":"Applicant locality is invalid.","92801":"Cannot specify make_default without a customer_id","92802":"Cannot specify verify_card without a customer_id","92803":"Cannot specify fail_on_duplicate_payment_method without a customer_id","92804":"Customer specified by customer_id does not exist","92806":"Unsupported client token version","92807":"Merchant Account specified by merchant_account_id does not exist","91602":"Custom field is invalid:","91609":"Customer ID has already been taken.","91610":"Customer ID is invalid (use only letters, numbers, '-', and '_').","91611":"Customer ID is not an allowed ID.","91612":"Customer ID is too long.","91613":"Customer ID is required.","91617":"Nonce references a vaulted payment instrument - cannot be transferred between customers","91618":"Customer attribute must be a map of keys and values representing a customer.","91619":"Ambiguous usage of default payment method token.","81601":"Company is too long.","81603":"Custom field is too long:","81604":"Email is an invalid format.","81605":"Email is too long.","81606":"Email is required if sending a receipt.","81607":"Fax is too long.","81608":"First name is too long.","81613":"Last name is too long.","81614":"Phone is too long.","81615":"Website is too long.","81616":"Website is an invalid format.","93101":"Payment method params are required.","93102":"Nonce is invalid.","93103":"Nonce is required.","93104":"Customer ID is required.","93105":"Customer ID is invalid.","93106":"Cannot forward a payment method of this type.","93107":"Cannot use a payment_method_nonce more than once.","93108":"Unknown or expired payment_method_nonce.","93109":"Nonce is not vaultable.","83501":"Apple Pay cards are not accepted by this merchant account.","83502":"A customer ID is required to vault an Apple Pay Card.","93503":"Apple Pay token is taken.","93504":"Cannot use a payment_method_nonce more than once.","93505":"Unknown or expired payment_method_nonce.","93506":"Payment method nonce locked.","83518":"Credit card type is not accepted by this merchant account.","93507":"Payment method nonces cannot be used to update an existing Apple Pay Card.","93508":"Number is required for Apple Pay Card","93509":"Expiration Month is required for Apple Pay Card","93510":"Expiration Year is required for Apple Pay Card","93511":"Cryptogram is required for Apple Pay Card","83512":"Apple Pay payment data decryption failed","93513":"Apple Pay is disabled for this merchant","93514":"Apple Pay certificate, private key or merchant ID not configured","93517":"Certificate provided is not valid","93519":"Public key used to sign payment data does not match stored certificate","83520":"Payment data is malformed","93521":"Private key stored does not match private key used to encrypt payment data","93522":"Certificate does not match stored key pair","91701":"Cannot provide both a billing address and a billing address ID.","91702":"Billing address ID is invalid.","91704":"Customer ID is required.","91705":"Customer ID is invalid.","91708":"Cannot provide expirationdate if you are also providing expiration_month and expiration_year.","91718":"Token is invalid (use only letters, numbers, \" - \", and '').","91719":"Credit card token is taken.","91720":"Credit card token is too long.","91721":"Token is not an allowed token.","91722":"Payment Method token is required.","91744":"Billing address format is invalid.","81723":"Cardholder name is too long.","81703":"Credit card type is not accepted by this merchant account.","81718":"Credit card number cannot be updated to an unsupported card type when it is associated to subscriptions.","81706":"CVV is required.","81707":"CVV must be 4 digits for American Express and 3 digits for other card types.","81709":"Expiration date is required.","81710":"Expiration date is invalid.","81711":"Expiration date year is invalid. It must be between 1975 and 2200.","81712":"Expiration month is invalid.","81713":"Expiration year is invalid.","81714":"Credit card number is required.","81715":"Credit card number is invalid.","81716":"Credit card number must be 12-19 digits.","81717":"Credit card number is not an accepted test number.","91723":"Update Existing Token is invalid.","81724":"Duplicate card exists in the vault.","81725":"Credit card must include number, payment_method_nonce, or venmo_sdk_payment_method_code.","91726":"Credit card type is not accepted by this merchant account.","91727":"Invalid VenmoSDK payment method code","91728":"Verification Merchant Account ID is invalid.","91729":"Update Existing Token is not allowed when creating a customer.","91730":"Verifications are not supported on this merchant account","91731":"Cannot use a payment_method_nonce more than once.","91732":"Unknown or expired payment_method_nonce.","91733":"Payment method nonce locked.","91734":"Credit card type is not accepted by this merchant account.","91735":"Payment method nonces cannot be used to update an existing card.","91738":"Payment method is not a credit card payment method.","91742":"Verification Merchant Account is suspended.","91743":"The current user does not have access to the specified verification_merchant_account_id","81736":"CVV verification failed.","81737":"Postal code verification failed.","91739":"Verification amount cannot be negative.","91740":"Verification amount is invalid.","91741":"Verification amount not supported by processor.","91745":"Payment method params supplied are not valid for updating a credit card.","81750":"Credit card number is prohibited.","91752":"Verification amount is too large.","91755":"Verification Merchant Account ID cannot be a sub-merchant account.","93401":"Industry type is invalid.","93402":"Lodging data is empty.","93403":"Folio number is invalid.","93404":"Check in date is invalid.","93405":"Check out date is invalid.","93406":"Check out date must occur during or after the check in date.","93407":"Data fields are unknown.","93408":"Travel and Cruise data is empty.","93409":"Data fields are unknown.","93410":"Travel Package is invalid.","93411":"Departure date is invalid.","93412":"Lodging check in date is invalid.","93413":"Lodging check out date is invalid.","82901":"Incomplete PayPal account information.","82902":"Pre-Approved Payment enabled PayPal account required for vaulting.","82903":"Invalid PayPal account information.","82904":"PayPal Accounts are not accepted by this merchant account.","82905":"A customer ID is required to vault a PayPal Account.","92906":"PayPal Account token is taken.","92907":"Cannot use a payment_method_nonce more than once.","92908":"Unknown or expired payment_method_nonce.","92909":"Payment method nonce locked.","92910":"Error communicating with PayPal.","92911":"PayPal authentication expired.","92912":"Funding source selection was given without an access token.","92913":"Funding source object is invalid or missing required fields.","92914":"Payment method nonces cannot be used to update an existing PayPal account.","92915":"Payment method params supplied are not valid for updating a PayPal account.","84101":"Common ID is required.","84102":"Username is required.","84103":"Venmo user ID is required.","84104":"Customer ID is required.","84105":"Venmo accounts are not accepted by this merchant account.","84106":"Customer ID is invalid.","92001":"Quantity is invalid.","92002":"Amount is invalid.","92003":"Amount cannot be blank.","92004":"Quantity cannot be blank.","92005":"Number of billing cycles is invalid.","92010":"Quantity must be greater than zero.","92011":"Existing ID is invalid.","92012":"Existing ID is required.","92013":"Inherited From ID is invalid.","92014":"Inherited From ID is required.","92015":"Cannot update a removed add-on or discount.","92016":"Cannot remove add-on or discount if not already associated with subscription.","92017":"Number of billing cycles cannot be blank.","92018":"Cannot specify both number of billing cycles and never expires as true.","92019":"Number of billing cycles must be greater than zero.","92020":"Existing ID is not of the correct kind.","92021":"ID to remove is incorrect kind.","92022":"Cannot edit add-on or discount on a past due subscription.","92023":"Amount is too large.","92024":"Cannot pass null modification.","92025":"ID to remove is invalid.","81901":"Cannot edit a canceled subscription.","81902":"ID has already been taken.","81903":"Price cannot be blank.","81904":"Price is an invalid format.","81905":"Subscription has already been canceled.","81906":"ID is invalid (use only letters, numbers, '-', and '').","81907":"Trial Duration is an invalid format.","81908":"Trial Duration is required.","81909":"Trial Duration Unit is invalid.","81910":"Cannot edit an expired subscription.","81923":"Price is too large.","91901":"Merchant Account ID is invalid.","91902":"Payment method token payment instrument type is not accepted by this merchant account.","91903":"Payment method token is invalid.","91904":"Plan ID is invalid.","91905":"Payment method token does not belong to the subscription's customer.","91906":"Number Of Billing Cycles must be numeric.","91907":"Number Of Billing Cycles must be greater than zero.","91908":"Cannot specify both number of billing cycles and never expires as true.","91909":"Number Of Billing Cycles is less than the current billing cycle.","91911":"Cannot add duplicate add-on or discount.","91912":"Number Of Billing Cycles cannot be blank if the subscription expires.","91913":"Billing Day of Month must be numeric.","91914":"Billing Day of Month must be between 1 and 28, or 31.","91915":"First Billing Date is invalid.","91916":"First Billing Date cannot be in the past.","91917":"Cannot specify more than one type of start date.","91918":"Billing Day of Month cannot be updated.","91919":"First Billing Date cannot be updated.","91920":"Can only edit id, merchant account id, payment method token, and descriptor on a past due subscription.","91921":"Invalid request format.","91922":"Cannot update subscription to a plan with a different billing frequency.","91923":"Subscription Plan currency must be the same as the merchant account's currency.","91924":"Payment method nonce payment instrument type is not accepted by this merchant account.","91925":"Payment method nonce is invalid.","91926":"Payment method nonce does not belong to the subscription's customer.","91927":"Payment method nonce represents an un-vaulted payment instrument.","91928":"Payment instrument type is not valid for subscriptions.","91929":"Payment instrument type is not valid for subscriptions.","91930":"Merchant Account does not support the given payment instrument type.","82301":"Settlement Date is required","82302":"Settlement Date is invalid","82303":"Group By Custom Field is not a valid custom field","81501":"Amount cannot be negative.","81502":"Amount is required.","81503":"Amount is an invalid format.","81528":"Amount is too large.","81509":"Credit card type is not accepted by this merchant account.","81527":"Custom field is too long:","91501":"Order ID is too long.","91530":"Cannot provide a billing address unless also providing a credit card.","91504":"Transaction can only be voided if status is authorized or submitted_for_settlement.","91505":"Credit transactions cannot be refunded.","91506":"Cannot refund a transaction unless it is settled.","91507":"Cannot submit for settlement unless status is authorized.","91508":"Cannot determine payment method.","91526":"Custom field is invalid:","91510":"Customer ID is invalid.","91511":"Customer does not have any credit cards.","91512":"Transaction has already been completely refunded.","91513":"Merchant account ID is invalid.","91514":"Merchant account is suspended.","91515":"Cannot provide both payment_method_token and credit_card attributes.","91516":"Cannot provide both payment_method_token and customer_id unless the payment_method belongs to the customer.","91527":"Cannot provide both payment_method_token and subscription_id unless the payment_method belongs to the subscription.","91517":"Payment instrument type is not accepted by this merchant account.","91518":"Payment method token is invalid.","91519":"Processor authorization code cannot be set unless for a voice authorization.","91521":"Refund amount is too large.","91538":"Cannot refund a transaction with a suspended merchant account.","91522":"Settlement amount is too large.","91529":"Cannot provide both subscription_id and customer_id unless the subscription belongs to the customer.","91528":"Subscription ID is invalid.","91523":"Transaction type is invalid.","91524":"Transaction type is required.","91525":"Vault is disabled.","91531":"Subscription status must be Past Due in order to retry.","91547":"Merchant account does not support refunds.","81531":"Amount must be greater than zero.","81534":"Tax amount cannot be negative.","81535":"Tax amount is an invalid format.","81536":"Tax amount is too large.","81571":"Failed to authenticate, please try a different form of payment.","91537":"Purchase order number is too long.","91539":"Voice Authorization is not allowed for this card type","91540":"Transaction cannot be cloned if payment method is stored in vault.","91541":"Cannot clone voice authorization transactions.","91542":"Unsuccessful transaction cannot be cloned.","91543":"Credits cannot be cloned.","91544":"Cannot clone transaction without submit_for_settlement flag.","91545":"Voice Authorizations are not supported for this processor.","91546":"Credits are not supported by this processor.","91548":"Purchase order number is invalid.","81520":"Processor authorization code must be 6 characters.","91549":"Cannot provide more than one of payment_method_token, payment_method_nonce, credit_card, and venmo_sdk_payment_method_code attributes.","91550":"Channel is too long.","91551":"Settlement amount cannot be less than the service fee amount.","91552":"Credits not allowed with service fee.","91553":"Sub-merchant account requires a service fee.","91554":"Amount cannot be negative.","91555":"Amount is an invalid format.","91556":"Service fee amount is larger than transaction amount.","91557":"Service fee not supported on master merchant account.","91558":"Merchant account does not support MOTO transactions unless configured by processor.","91559":"Cannot refund a transaction with a pending merchant account.","91560":"Transaction could not be held in escrow.","91561":"Cannot release a transaction that is not escrowed.","91562":"Release can only be cancelled if the transaction is submitted for release.","91563":"Escrowed transactions cannot be partially refunded.","91564":"Cannot use a payment_method_nonce more than once.","91565":"Unknown or expired payment_method_nonce.","91567":"Payment instrument type is not accepted by this merchant account.","91568":"Three D Secure Token is invalid.","91569":"payment_method_nonce does not contain a valid payment instrument type.","91572":"Current payment method does not support use_billing_for_shipping flag.","91575":"Cannot transition transaction to settled, settlement_confirmed, or settlement_declined","91576":"PayPal is not enabled for your merchant account.","91577":"Merchant account does not support payment instrument.","91570":"Transaction data does not match data from Three D Secure verify call.","91573":"Transaction cannot be cloned if payment method is a PayPal account.","91574":"Cannot refund a transaction transaction in settling status on this merchant account. Try again after the transaction has settled.","91578":"Service fee can not be applied on PayPal transactions.","91580":"PayPal custom fields must be less than 256 characters in length.","91581":"Shipping address customer does not match customer in request.","91582":"PayPal unilateral transactions must also be submitted for settlement.","91583":"This PayPal account was not vaulted with the required data","91584":"Merchant account must match the 3D Secure authorization merchant account.","91585":"Amount must match the 3D Secure authorization amount.","91586":"Shared billing address ID cannot be used in the same call as a standard billing address ID","91587":"Shared customer ID cannot be used in the same call as a standard customer ID","91588":"Shared payment method token cannot be used in the same call as a standard payment method token","91589":"Shared payment method token cannot be used in the same call as a non-shared identifier param","91590":"Shared identifier param cannot be used with non-shared payment method token","91591":"Shared shipping address ID cannot be used in the same call as a standard shipping address ID","91592":"Shared payment methods cannot be vaulted","91593":"Shared payment methods cannot be vaulted","91594":"Shared shipping addresses cannot be vaulted","91595":"Shared payment methods cannot be updated","91597":"Cannot provide both shared_payment_method_token and shared_customer_id unless the payment_method belongs to the customer.","91598":"Payment instrument type is not accepted by this merchant account.","91599":"Shared Shipping address customer does not match customer in request.","91596":"Shared payment method token is invalid.","915100":"Shared Customer ID is invalid.","915103":"Cannot submit for partial settlement.","915101":"Payment instrument type is not accepted.","915102":"Partial settlements are not supported by this processor.","915104":"Delayed settlements are not supported for this processor. The submit for settlement option is required.","915105":"Merchant account does not support Amex rewards.","915106":"Points amount is too large.","915107":"Updating order_id on submit_for_settlement is not supported by this processor.","915108":"Updating descriptor on submit_for_settlement is not supported by this processor.","915109":"PayPal supplementary data fields must be less than 4001 characters in length:","915110":"Cannot clone facilitated transactions.","915111":"PayPal supplementary data field count must be less than 101.","915112":"Shared payment method token originated from another merchant and is not allowed to be shared","915113":"EciFlag is required.","915114":"EciFlag is invalid.","915115":"Xid is required for specified EciFlag.","915116":"Cavv is required for specified EciFlag.","915131":"Merchant account does not support 3D Secure transactions for card type.","915133":"Transaction source must be either 'moto' or 'recurring'.","915134":"submit_for_settlement is required and must be true.","915135":"shared_payment_method_nonce does not contain valid payment instrument type.","915136":"Payment instrument type is not accepted by this merchant.","915137":"Cannot clone Braintree Marketplace transactions via the API.","92201":"Company name\/DBA section is invalid.","92202":"Phone number is invalid.","92203":"Dynamic descriptors have not been enabled for this account. Please contact support@braintreepayments.com.","92204":"Descriptor format is invalid.","92205":"International phone number is invalid.","92206":"URL must be 13 characters or shorter.","94201":"Verification amount cannot be negative.","94202":"Verification amount is invalid.","94203":"Verification amount not supported by processor.","94204":"Verification Merchant Account ID is invalid.","94205":"Verification Merchant Account is suspended.","94206":"The current user does not have access to the specified merchant_account_id","94207":"Verification amount is too large.","94208":"Verification Merchant Account ID cannot be a sub-merchant account.","95817":"Product unit amount is in an invalid format.","95820":"Unit amount for transaction line item must be greater than zero. If this error continues, please disable the line items option in the plugin settings.","gateway_rejected:_avs":"Invalid postal code or street address.","gateway_rejected:_postal_code":"Postal code.","gateway_rejected:_cvv":"CVV.","gateway_rejected:_avs_and_cvv":"Invalid postal code and cvv","gateway_rejected:_three_d_secure":"Your payment method was rejected due to 3D Secure."}};
/* ]]> */
</script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/woo-payment-gateway/assets/js/frontend/message-handler.min.js' id='wc-braintree-message-handler-js'></script>
<script type='text/javascript' id='wc-braintree-payment-methods-js-extra'>
/* <![CDATA[ */
var wc_braintree_payment_methods_params = {"cards":["Visa","MasterCard","AmericanExpress","Discover","DinersClub","JCB","Maestro","PayPal","GooglePay","UnionPay","ApplePay","Venmo"],"no_results":"Not matches found"};
/* ]]> */
</script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/woo-payment-gateway/assets/js/frontend/payment-methods.min.js' id='wc-braintree-payment-methods-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/woo-payment-gateway/assets/js/frontend/form-handler.min.js' id='wc-braintree-form-handler-js'></script>
<script type='text/javascript' id='wc-braintree-global-js-extra'>
/* <![CDATA[ */
var wc_braintree_global_params = {"page":""};
var wc_braintree_checkout_fields = {"billing_first_name":{"label":"First name","required":true,"class":["form-row-first"],"autocomplete":"given-name","priority":10,"value":null},"billing_last_name":{"label":"Last name","required":true,"class":["form-row-last"],"autocomplete":"family-name","priority":20,"value":null},"billing_company":{"label":"Company name","class":["form-row-wide"],"autocomplete":"organization","priority":30,"required":false,"value":null},"billing_country":{"type":"country","label":"Country \/ Region","required":true,"class":["form-row-wide","address-field","update_totals_on_change"],"autocomplete":"country","priority":40,"value":"US"},"billing_address_1":{"label":"Street address","placeholder":"House number and street name","required":true,"class":["form-row-wide","address-field"],"autocomplete":"address-line1","priority":50,"value":null},"billing_address_2":{"label":"Apartment, suite, unit, etc.","label_class":["screen-reader-text"],"placeholder":"Apartment, suite, unit, etc. (optional)","class":["form-row-wide","address-field"],"autocomplete":"address-line2","priority":60,"required":false,"value":null},"billing_city":{"label":"Town \/ City","required":true,"class":["form-row-wide","address-field"],"autocomplete":"address-level2","priority":70,"value":null},"billing_state":{"type":"state","label":"State","required":true,"class":["form-row-wide","address-field"],"validate":["state"],"autocomplete":"address-level1","priority":80,"country_field":"billing_country","country":"US","value":"GA"},"billing_postcode":{"label":"ZIP Code","required":true,"class":["form-row-wide","address-field"],"validate":["postcode"],"autocomplete":"postal-code","priority":90,"value":null},"billing_phone":{"label":"Phone","required":true,"type":"tel","class":["form-row-wide"],"validate":["phone"],"autocomplete":"tel","priority":100,"value":null},"billing_email":{"label":"Email address","required":true,"type":"email","class":["form-row-wide"],"validate":["email"],"autocomplete":"email username","priority":110,"value":null},"wc_apbct_email_id":{"id":"wc_apbct_email_id","type":"text","label":"","placeholder":"","required":false,"class":["form-row-wide","wc_apbct_email_id"],"clear":true,"autocomplete":"off","value":null},"shipping_first_name":{"label":"First name","required":true,"class":["form-row-first"],"autocomplete":"given-name","priority":10,"value":null},"shipping_last_name":{"label":"Last name","required":true,"class":["form-row-last"],"autocomplete":"family-name","priority":20,"value":null},"shipping_company":{"label":"Company name","class":["form-row-wide"],"autocomplete":"organization","priority":30,"required":false,"value":null},"shipping_country":{"type":"country","label":"Country \/ Region","required":true,"class":["form-row-wide","address-field","update_totals_on_change"],"autocomplete":"country","priority":40,"value":"US"},"shipping_address_1":{"label":"Street address","placeholder":"House number and street name","required":true,"class":["form-row-wide","address-field"],"autocomplete":"address-line1","priority":50,"value":null},"shipping_address_2":{"label":"Apartment, suite, unit, etc.","label_class":["screen-reader-text"],"placeholder":"Apartment, suite, unit, etc. (optional)","class":["form-row-wide","address-field"],"autocomplete":"address-line2","priority":60,"required":false,"value":null},"shipping_city":{"label":"Town \/ City","required":true,"class":["form-row-wide","address-field"],"autocomplete":"address-level2","priority":70,"value":null},"shipping_state":{"type":"state","label":"State","required":true,"class":["form-row-wide","address-field"],"validate":["state"],"autocomplete":"address-level1","priority":80,"country_field":"shipping_country","country":"US","value":"GA"},"shipping_postcode":{"label":"ZIP Code","required":true,"class":["form-row-wide","address-field"],"validate":["postcode"],"autocomplete":"postal-code","priority":90,"value":null}};
/* ]]> */
</script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/woo-payment-gateway/assets/js/frontend/wc-braintree.min.js' id='wc-braintree-global-js'></script>
<script type='text/javascript' id='wc-braintree-client-manager-js-extra'>
/* <![CDATA[ */
var wc_braintree_client_manager_params = {"url":"\/?wc-ajax=wc_braintree_frontend_request&path=\/wc-braintree\/v1\/client-token\/create","_wpnonce":"f446f0eafd","page_id":"","currency":"USD","merchant_account":"bigbitebaitsinc_instant","version":"3.2.39"};
var wc_braintree_client_token = ["eyJ2ZXJzaW9uIjoyLCJhdXRob3JpemF0aW9uRmluZ2VycHJpbnQiOiJleUowZVhBaU9pSktWMVFpTENKaGJHY2lPaUpGVXpJMU5pSXNJbXRwWkNJNklqSXdNVGd3TkRJMk1UWXRjSEp2WkhWamRHbHZiaUlzSW1semN5STZJbWgwZEhCek9pOHZZWEJwTG1KeVlXbHVkSEpsWldkaGRHVjNZWGt1WTI5dEluMC5leUpsZUhBaU9qRTJOakkzTXpnME5UTXNJbXAwYVNJNkltRXhZV1EwWlRKbExUWTBORGt0TkRkaVpTMWlabVJtTFdSbU5URXdabUV5WVRkak5DSXNJbk4xWWlJNkluZDRORE5pYTNGNE5uSm5NelZ1Y0RZaUxDSnBjM01pT2lKb2RIUndjem92TDJGd2FTNWljbUZwYm5SeVpXVm5ZWFJsZDJGNUxtTnZiU0lzSW0xbGNtTm9ZVzUwSWpwN0luQjFZbXhwWTE5cFpDSTZJbmQ0TkROaWEzRjRObkpuTXpWdWNEWWlMQ0oyWlhKcFpubGZZMkZ5WkY5aWVWOWtaV1poZFd4MElqcG1ZV3h6Wlgwc0luSnBaMmgwY3lJNld5SnRZVzVoWjJWZmRtRjFiSFFpWFN3aWMyTnZjR1VpT2xzaVFuSmhhVzUwY21WbE9sWmhkV3gwSWwwc0ltOXdkR2x2Ym5NaU9uc2liV1Z5WTJoaGJuUmZZV05qYjNWdWRGOXBaQ0k2SW1KcFoySnBkR1ZpWVdsMGMybHVZMTlwYm5OMFlXNTBJbjE5LmdrOEhHTllfMFZGemxONkRlcUNicGlhT2JKS1lYOWxxMG1aU2lWYmZpWUdZenE2NGt1N3dmQ1paMlVNclJwUzdtYjNtZk5kYkVqbm4xczlnRXppbjB3IiwiY29uZmlnVXJsIjoiaHR0cHM6Ly9hcGkuYnJhaW50cmVlZ2F0ZXdheS5jb206NDQzL21lcmNoYW50cy93eDQzYmtxeDZyZzM1bnA2L2NsaWVudF9hcGkvdjEvY29uZmlndXJhdGlvbiIsIm1lcmNoYW50QWNjb3VudElkIjoiYmlnYml0ZWJhaXRzaW5jX2luc3RhbnQiLCJncmFwaFFMIjp7InVybCI6Imh0dHBzOi8vcGF5bWVudHMuYnJhaW50cmVlLWFwaS5jb20vZ3JhcGhxbCIsImRhdGUiOiIyMDE4LTA1LTA4IiwiZmVhdHVyZXMiOlsidG9rZW5pemVfY3JlZGl0X2NhcmRzIl19LCJjbGllbnRBcGlVcmwiOiJodHRwczovL2FwaS5icmFpbnRyZWVnYXRld2F5LmNvbTo0NDMvbWVyY2hhbnRzL3d4NDNia3F4NnJnMzVucDYvY2xpZW50X2FwaSIsImVudmlyb25tZW50IjoicHJvZHVjdGlvbiIsIm1lcmNoYW50SWQiOiJ3eDQzYmtxeDZyZzM1bnA2IiwiYXNzZXRzVXJsIjoiaHR0cHM6Ly9hc3NldHMuYnJhaW50cmVlZ2F0ZXdheS5jb20iLCJhdXRoVXJsIjoiaHR0cHM6Ly9hdXRoLnZlbm1vLmNvbSIsInZlbm1vIjoib2ZmIiwiY2hhbGxlbmdlcyI6W10sInRocmVlRFNlY3VyZUVuYWJsZWQiOmZhbHNlLCJhbmFseXRpY3MiOnsidXJsIjoiaHR0cHM6Ly9jbGllbnQtYW5hbHl0aWNzLmJyYWludHJlZWdhdGV3YXkuY29tL3d4NDNia3F4NnJnMzVucDYifSwicGF5cGFsRW5hYmxlZCI6dHJ1ZSwicGF5cGFsIjp7ImJpbGxpbmdBZ3JlZW1lbnRzRW5hYmxlZCI6dHJ1ZSwiZW52aXJvbm1lbnROb05ldHdvcmsiOmZhbHNlLCJ1bnZldHRlZE1lcmNoYW50IjpmYWxzZSwiYWxsb3dIdHRwIjpmYWxzZSwiZGlzcGxheU5hbWUiOiJCaWcgQml0ZSBCYWl0cywgSW5jLiIsImNsaWVudElkIjoiQWNRWVY4cml6b1JoeWtCZk42Q0RjSDNTbzRKZ0VEUGV5Y1hqdEdqVE43eVYxaTllb25OendzUTlQYkoxVTAzM0pKeG54NFVWdTlLRGZiVkwiLCJwcml2YWN5VXJsIjoiaHR0cHM6Ly9iaWdiaXRlYmFpdHMuY29tL3ByaXZhY3ktcG9saWN5LyIsInVzZXJBZ3JlZW1lbnRVcmwiOiJodHRwczovL2JpZ2JpdGViYWl0cy5jb20vdGVybXMtY29uZGl0aW9ucy8iLCJiYXNlVXJsIjoiaHR0cHM6Ly9hc3NldHMuYnJhaW50cmVlZ2F0ZXdheS5jb20iLCJhc3NldHNVcmwiOiJodHRwczovL2NoZWNrb3V0LnBheXBhbC5jb20iLCJkaXJlY3RCYXNlVXJsIjpudWxsLCJlbnZpcm9ubWVudCI6ImxpdmUiLCJicmFpbnRyZWVDbGllbnRJZCI6IkFSS3JZUkRoM0FHWER6VzdzT18zYlNrcS1VMUM3SEdfdVdOQy16NTdMallTRE5VT1NhT3RJYTlxNlZwVyIsIm1lcmNoYW50QWNjb3VudElkIjoiYmlnYml0ZWJhaXRzaW5jX2luc3RhbnQiLCJjdXJyZW5jeUlzb0NvZGUiOiJVU0QifX0="];
/* ]]> */
</script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/woo-payment-gateway/assets/js/frontend/client-manager.min.js' id='wc-braintree-client-manager-js'></script>
<script type='text/javascript' id='wc-braintree-client-manager-js-after'>
(function(){
				if(window.navigator.userAgent.match(/MSIE|Trident/)){
					var script = document.createElement('script');
					script.setAttribute('src', 'https://bigbitebaits.com/wp-content/plugins/woo-payment-gateway/assets/js/frontend/promise-polyfill.js');
					document.head.appendChild(script);
				}
			}());
</script>
<script type='text/javascript' src='https://js.braintreegateway.com/web/3.86.0/js/data-collector.min.js' id='wc-braintree-data-collector-v3-js'></script>
<script type='text/javascript' data-partner-attribution-id="PaymentPlugins_BT" src='https://www.paypal.com/sdk/js?client-id=AcQYV8rizoRhykBfN6CDcH3So4JgEDPeycXjtGjTN7yV1i9eonNzwsQ9PbJ1U033JJxnx4UVu9KDfbVL&#038;components=buttons,messages&#038;currency=USD&#038;enable-funding=paylater&#038;vault=false&#038;intent=authorize' id='wc-braintree-paypal-checkout-js'></script>
<script type='text/javascript' src='https://js.braintreegateway.com/web/3.86.0/js/paypal-checkout.js' id='wc-braintree-paypal-checkout-v3-js'></script>
<script type='text/javascript' id='wc-braintree-mini-cart-js-extra'>
/* <![CDATA[ */
var wc_braintree_paypal_mini_cart_params = {"gateway":"braintree_paypal","environment":"production","advanced_fraud":{"enabled":true},"token_selector":"braintree_paypal_token_key","nonce_selector":"braintree_paypal_nonce_key","device_data_selector":"braintree_paypal_device_data","payment_type_selector":"braintree_paypal_payment_type","tokenized_response_selector":"braintree_paypal_tokenized_response","roles":{"admin":false},"_wp_rest_nonce":"f446f0eafd","user_id":"0","messages":{"terms":"Please read and accept the terms and conditions to proceed with your order.","required_field":"Please fill out all required fields."},"locale":"en_US","routes":{"checkout":"\/?wc-ajax=wc_braintree_frontend_request&path=\/wc-braintree\/v1\/checkout","add_to_cart":"\/?wc-ajax=wc_braintree_frontend_request&path=\/wc-braintree\/v1\/cart","shipping":"\/?wc-ajax=wc_braintree_frontend_request&path=\/wc-braintree\/v1\/cart\/shipping","shipping_address":"\/?wc-ajax=wc_braintree_frontend_request&path=\/wc-braintree\/v1\/cart\/shipping-address","shipping_method":"\/?wc-ajax=wc_braintree_frontend_request&path=\/wc-braintree\/v1\/cart\/shipping-method","paypal_shipping":"\/?wc-ajax=wc_braintree_frontend_request&path=\/wc-braintree\/v1\/paypal\/shipping"},"button_style":{"label":"paypal","color":"gold","shape":"rect","height":40},"card_icons":"1","tokenize_response":null,"banner_enabled":"","options":{"flow":"checkout","intent":"authorize","currency":"USD","displayName":"Big Bite Baits"},"credit_button":{"color":""},"bnpl":{"enabled":true,"button":{"color":"gold"},"sections":["checkout"],"msg":{"can_show":true,"sections":["cart","checkout"]},"txt_color":"black"},"card_button":{"color":"black"},"button_sorting":["paypal","credit","paylater","card"]};
/* ]]> */
</script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/woo-payment-gateway/assets/js/frontend/mini-cart.js' id='wc-braintree-mini-cart-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/gravity-forms/js/jquery.json.min.js' id='gform_json-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/gravity-forms/js/gravityforms.min.js' id='gform_gravityforms-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/gravity-forms/js/jquery.maskedinput.min.js' id='gform_masked_input-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/gravity-forms/js/placeholders.jquery.min.js' id='gform_placeholder-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/bb-plugin/js/jquery.fitvids.min.js' id='jquery-fitvids-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/plugins/bb-ultimate-addon/modules/modal-popup/js/js_cookie.js' id='uabbpopup-cookies-js'></script>
<script type='text/javascript' src='https://bigbitebaits.com/wp-content/uploads/bb-plugin/cache/1356-layout-partial.js' id='fl-builder-layout-1356-js'></script>
<!-- WooCommerce JavaScript -->
<script type="text/javascript">
jQuery(function($) { 
window.mwc_payments_poynt_payment_form_handler = new MWCPaymentsPoyntPaymentFormHandler({"appId":"","businessId":"","customerAddress":{"firstName":"","lastName":"","line1":"","postcode":""},"isLoggingEnabled":false});
 });
</script>
<script>window.lazyLoadOptions={elements_selector:"iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://bigbitebaits.com/wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img  alt="" width="480" height="360" data-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<div class="play"></div>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.dataset.query.length?'':'&'+this.dataset.query;e.setAttribute("src",t.replace("ID",this.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.replaceChild(e,this)}document.addEventListener("DOMContentLoaded",function(){var e,t,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),e.onclick=lazyLoadYoutubeIframe,a[t].appendChild(e)});</script><script>!function(name,definition){if(typeof module!='undefined'&&module.exports)module.exports=definition()
else if(typeof define=='function'&&define.amd)define(name,definition)
else this[name]=definition()}('bowser',function(){var t=true
function detect(ua){function getFirstMatch(regex){var match=ua.match(regex);return(match&&match.length>1&&match[1])||'';}
function getSecondMatch(regex){var match=ua.match(regex);return(match&&match.length>1&&match[2])||'';}
var iosdevice=getFirstMatch(/(ipod|iphone|ipad)/i).toLowerCase(),likeAndroid=/like android/i.test(ua),android=!likeAndroid&&/android/i.test(ua),nexusMobile=/nexus\s*[0-6]\s*/i.test(ua),nexusTablet=!nexusMobile&&/nexus\s*[0-9]+/i.test(ua),chromeos=/CrOS/.test(ua),silk=/silk/i.test(ua),sailfish=/sailfish/i.test(ua),tizen=/tizen/i.test(ua),webos=/(web|hpw)os/i.test(ua),windowsphone=/windows phone/i.test(ua),windows=!windowsphone&&/windows/i.test(ua),mac=!iosdevice&&!silk&&/macintosh/i.test(ua),linux=!android&&!sailfish&&!tizen&&!webos&&/linux/i.test(ua),edgeVersion=getFirstMatch(/edge\/(\d+(\.\d+)?)/i),versionIdentifier=getFirstMatch(/version\/(\d+(\.\d+)?)/i),tablet=/tablet/i.test(ua),mobile=!tablet&&/[^-]mobi/i.test(ua),xbox=/xbox/i.test(ua),result
if(/opera|opr|opios/i.test(ua)){result={name:'Opera',opera:t,version:versionIdentifier||getFirstMatch(/(?:opera|opr|opios)[\s\/](\d+(\.\d+)?)/i)}}
else if(/coast/i.test(ua)){result={name:'Opera Coast',coast:t,version:versionIdentifier||getFirstMatch(/(?:coast)[\s\/](\d+(\.\d+)?)/i)}}
else if(/yabrowser/i.test(ua)){result={name:'Yandex Browser',yandexbrowser:t,version:versionIdentifier||getFirstMatch(/(?:yabrowser)[\s\/](\d+(\.\d+)?)/i)}}
else if(/ucbrowser/i.test(ua)){result={name:'UC Browser',ucbrowser:t,version:getFirstMatch(/(?:ucbrowser)[\s\/](\d+(?:\.\d+)+)/i)}}
else if(/mxios/i.test(ua)){result={name:'Maxthon',maxthon:t,version:getFirstMatch(/(?:mxios)[\s\/](\d+(?:\.\d+)+)/i)}}
else if(/epiphany/i.test(ua)){result={name:'Epiphany',epiphany:t,version:getFirstMatch(/(?:epiphany)[\s\/](\d+(?:\.\d+)+)/i)}}
else if(/puffin/i.test(ua)){result={name:'Puffin',puffin:t,version:getFirstMatch(/(?:puffin)[\s\/](\d+(?:\.\d+)?)/i)}}
else if(/sleipnir/i.test(ua)){result={name:'Sleipnir',sleipnir:t,version:getFirstMatch(/(?:sleipnir)[\s\/](\d+(?:\.\d+)+)/i)}}
else if(/k-meleon/i.test(ua)){result={name:'K-Meleon',kMeleon:t,version:getFirstMatch(/(?:k-meleon)[\s\/](\d+(?:\.\d+)+)/i)}}
else if(windowsphone){result={name:'Windows Phone',windowsphone:t}
if(edgeVersion){result.msedge=t
result.version=edgeVersion}
else{result.msie=t
result.version=getFirstMatch(/iemobile\/(\d+(\.\d+)?)/i)}}
else if(/msie|trident/i.test(ua)){result={name:'Internet Explorer',msie:t,version:getFirstMatch(/(?:msie |rv:)(\d+(\.\d+)?)/i)}}else if(chromeos){result={name:'Chrome',chromeos:t,chromeBook:t,chrome:t,version:getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)}}else if(/chrome.+? edge/i.test(ua)){result={name:'Microsoft Edge',msedge:t,version:edgeVersion}}
else if(/vivaldi/i.test(ua)){result={name:'Vivaldi',vivaldi:t,version:getFirstMatch(/vivaldi\/(\d+(\.\d+)?)/i)||versionIdentifier}}
else if(sailfish){result={name:'Sailfish',sailfish:t,version:getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i)}}
else if(/seamonkey\//i.test(ua)){result={name:'SeaMonkey',seamonkey:t,version:getFirstMatch(/seamonkey\/(\d+(\.\d+)?)/i)}}
else if(/firefox|iceweasel|fxios/i.test(ua)){result={name:'Firefox',firefox:t,version:getFirstMatch(/(?:firefox|iceweasel|fxios)[ \/](\d+(\.\d+)?)/i)}
if(/\((mobile|tablet);[^\)]*rv:[\d\.]+\)/i.test(ua)){result.firefoxos=t}}
else if(silk){result={name:'Amazon Silk',silk:t,version:getFirstMatch(/silk\/(\d+(\.\d+)?)/i)}}
else if(/phantom/i.test(ua)){result={name:'PhantomJS',phantom:t,version:getFirstMatch(/phantomjs\/(\d+(\.\d+)?)/i)}}
else if(/slimerjs/i.test(ua)){result={name:'SlimerJS',slimer:t,version:getFirstMatch(/slimerjs\/(\d+(\.\d+)?)/i)}}
else if(/blackberry|\bbb\d+/i.test(ua)||/rim\stablet/i.test(ua)){result={name:'BlackBerry',blackberry:t,version:versionIdentifier||getFirstMatch(/blackberry[\d]+\/(\d+(\.\d+)?)/i)}}
else if(webos){result={name:'WebOS',webos:t,version:versionIdentifier||getFirstMatch(/w(?:eb)?osbrowser\/(\d+(\.\d+)?)/i)};if(/touchpad\//i.test(ua)){result.touchpad=t;}}
else if(/bada/i.test(ua)){result={name:'Bada',bada:t,version:getFirstMatch(/dolfin\/(\d+(\.\d+)?)/i)};}
else if(tizen){result={name:'Tizen',tizen:t,version:getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.\d+)?)/i)||versionIdentifier};}
else if(/qupzilla/i.test(ua)){result={name:'QupZilla',qupzilla:t,version:getFirstMatch(/(?:qupzilla)[\s\/](\d+(?:\.\d+)+)/i)||versionIdentifier}}
else if(/chromium/i.test(ua)){result={name:'Chromium',chromium:t,version:getFirstMatch(/(?:chromium)[\s\/](\d+(?:\.\d+)?)/i)||versionIdentifier}}
else if(/chrome|crios|crmo/i.test(ua)){result={name:'Chrome',chrome:t,version:getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)}}
else if(android){result={name:'Android',version:versionIdentifier}}
else if(/safari|applewebkit/i.test(ua)){result={name:'Safari',safari:t}
if(versionIdentifier){result.version=versionIdentifier}}
else if(iosdevice){result={name:iosdevice=='iphone'?'iPhone':iosdevice=='ipad'?'iPad':'iPod'}
if(versionIdentifier){result.version=versionIdentifier}}
else if(/googlebot/i.test(ua)){result={name:'Googlebot',googlebot:t,version:getFirstMatch(/googlebot\/(\d+(\.\d+))/i)||versionIdentifier}}
else{result={name:getFirstMatch(/^(.*)\/(.*) /),version:getSecondMatch(/^(.*)\/(.*) /)};}
if(!result.msedge&&/(apple)?webkit/i.test(ua)){if(/(apple)?webkit\/537\.36/i.test(ua)){result.name=result.name||"Blink"
result.blink=t}else{result.name=result.name||"Webkit"
result.webkit=t}
if(!result.version&&versionIdentifier){result.version=versionIdentifier}}else if(!result.opera&&/gecko\//i.test(ua)){result.name=result.name||"Gecko"
result.gecko=t
result.version=result.version||getFirstMatch(/gecko\/(\d+(\.\d+)?)/i)}
if(!result.msedge&&(android||result.silk)){result.android=t}else if(iosdevice){result[iosdevice]=t
result.ios=t}else if(mac){result.mac=t}else if(xbox){result.xbox=t}else if(windows){result.windows=t}else if(linux){result.linux=t}
var osVersion='';if(result.windowsphone){osVersion=getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i);}else if(iosdevice){osVersion=getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i);osVersion=osVersion.replace(/[_\s]/g,'.');}else if(android){osVersion=getFirstMatch(/android[ \/-](\d+(\.\d+)*)/i);}else if(result.webos){osVersion=getFirstMatch(/(?:web|hpw)os\/(\d+(\.\d+)*)/i);}else if(result.blackberry){osVersion=getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i);}else if(result.bada){osVersion=getFirstMatch(/bada\/(\d+(\.\d+)*)/i);}else if(result.tizen){osVersion=getFirstMatch(/tizen[\/\s](\d+(\.\d+)*)/i);}
if(osVersion){result.osversion=osVersion;}
var osMajorVersion=osVersion.split('.')[0];if(tablet||nexusTablet||iosdevice=='ipad'||(android&&(osMajorVersion==3||(osMajorVersion>=4&&!mobile)))||result.silk){result.tablet=t}else if(mobile||iosdevice=='iphone'||iosdevice=='ipod'||android||nexusMobile||result.blackberry||result.webos||result.bada){result.mobile=t}
if(result.msedge||(result.msie&&result.version>=10)||(result.yandexbrowser&&result.version>=15)||(result.vivaldi&&result.version>=1.0)||(result.chrome&&result.version>=20)||(result.firefox&&result.version>=20.0)||(result.safari&&result.version>=6)||(result.opera&&result.version>=10.0)||(result.ios&&result.osversion&&result.osversion.split(".")[0]>=6)||(result.blackberry&&result.version>=10.1)||(result.chromium&&result.version>=20)){result.a=t;}
else if((result.msie&&result.version<10)||(result.chrome&&result.version<20)||(result.firefox&&result.version<20.0)||(result.safari&&result.version<6)||(result.opera&&result.version<10.0)||(result.ios&&result.osversion&&result.osversion.split(".")[0]<6)||(result.chromium&&result.version<20)){result.c=t}else result.x=t
return result}
var bowser=detect(typeof navigator!=='undefined'?navigator.userAgent:'')
bowser.test=function(browserList){for(var i=0;i<browserList.length;++i){var browserItem=browserList[i];if(typeof browserItem==='string'){if(browserItem in bowser){return true;}}}
return false;}
function getVersionPrecision(version){return version.split(".").length;}
function map(arr,iterator){var result=[],i;if(Array.prototype.map){return Array.prototype.map.call(arr,iterator);}
for(i=0;i<arr.length;i++){result.push(iterator(arr[i]));}
return result;}
function compareVersions(versions){var precision=Math.max(getVersionPrecision(versions[0]),getVersionPrecision(versions[1]));var chunks=map(versions,function(version){var delta=precision-getVersionPrecision(version);version=version+new Array(delta+1).join(".0");return map(version.split("."),function(chunk){return new Array(20-chunk.length).join("0")+chunk;}).reverse();});while(--precision>=0){if(chunks[0][precision]>chunks[1][precision]){return 1;}
else if(chunks[0][precision]===chunks[1][precision]){if(precision===0){return 0;}}
else{return-1;}}}
function isUnsupportedBrowser(minVersions,strictMode,ua){var _bowser=bowser;if(typeof strictMode==='string'){ua=strictMode;strictMode=void(0);}
if(strictMode===void(0)){strictMode=false;}
if(ua){_bowser=detect(ua);}
var version=""+_bowser.version;for(var browser in minVersions){if(minVersions.hasOwnProperty(browser)){if(_bowser[browser]){return compareVersions([version,minVersions[browser]])<0;}}}
return strictMode;}
function check(minVersions,strictMode,ua){return!isUnsupportedBrowser(minVersions,strictMode,ua);}
bowser.isUnsupportedBrowser=isUnsupportedBrowser;bowser.compareVersions=compareVersions;bowser.check=check;bowser._detect=detect;return bowser});(function($){UABBTrigger={triggerHook:function(hook,args)
{$('body').trigger('uabb-trigger.'+hook,args);},addHook:function(hook,callback)
{$('body').on('uabb-trigger.'+hook,callback);},removeHook:function(hook,callback)
{$('body').off('uabb-trigger.'+hook,callback);},};})(jQuery);jQuery(document).ready(function($){if(typeof bowser!=='undefined'&&bowser!==null){var uabb_browser=bowser.name,uabb_browser_v=bowser.version,uabb_browser_class=uabb_browser.replace(/\s+/g,'-').toLowerCase(),uabb_browser_v_class=uabb_browser_class+parseInt(uabb_browser_v);$('html').addClass(uabb_browser_class).addClass(uabb_browser_v_class);}
$('.uabb-row-separator').parents('html').css('overflow-x','hidden');});var wpAjaxUrl='https://bigbitebaits.com/wp-admin/admin-ajax.php';var flBuilderUrl='https://bigbitebaits.com/wp-content/plugins/bb-plugin/';var FLBuilderLayoutConfig={anchorLinkAnimations:{duration:1000,easing:'swing',offset:100},paths:{pluginUrl:'https://bigbitebaits.com/wp-content/plugins/bb-plugin/',wpAjaxUrl:'https://bigbitebaits.com/wp-admin/admin-ajax.php'},breakpoints:{small:768,medium:992},waypoint:{offset:80}};(function($){if(typeof FLBuilderLayout!='undefined'){return;}
FLBuilderLayout={init:function()
{FLBuilderLayout._destroy();FLBuilderLayout._initClasses();FLBuilderLayout._initBackgrounds();FLBuilderLayout._initRowShapeLayerHeight();if(0===$('.fl-builder-edit').length){FLBuilderLayout._initModuleAnimations();FLBuilderLayout._initAnchorLinks();FLBuilderLayout._initHash();FLBuilderLayout._initForms();}},refreshGalleries:function(element)
{var $element='undefined'==typeof element?$('body'):$(element),mfContent=$element.find('.fl-mosaicflow-content'),wmContent=$element.find('.fl-gallery'),mfObject=null;if(mfContent){mfObject=mfContent.data('mosaicflow');if(mfObject){mfObject.columns=$([]);mfObject.columnsHeights=[];mfContent.data('mosaicflow',mfObject);mfContent.mosaicflow('refill');}}
if(wmContent){wmContent.trigger('refreshWookmark');}},refreshGridLayout:function(element)
{var $element='undefined'==typeof element?$('body'):$(element),msnryContent=$element.find('.masonry');if(msnryContent.length){msnryContent.masonry('layout');}},reloadSlider:function(element)
{var $element='undefined'==typeof element?$('body'):$(element),bxContent=$element.find('.bx-viewport > div').eq(0),bxObject=null;if(bxContent.length){bxObject=bxContent.data('bxSlider');if(bxObject){bxObject.reloadSlider();}}},resizeAudio:function(element)
{var $element='undefined'==typeof element?$('body'):$(element),audioPlayers=$element.find('.wp-audio-shortcode.mejs-audio'),player=null,mejsPlayer=null,rail=null,railWidth=400;if(audioPlayers.length&&typeof mejs!=='undefined'){audioPlayers.each(function(){player=$(this);mejsPlayer=mejs.players[player.attr('id')];rail=player.find('.mejs-controls .mejs-time-rail');var innerMejs=player.find('.mejs-inner'),total=player.find('.mejs-controls .mejs-time-total');if(typeof mejsPlayer!=='undefined'){railWidth=Math.ceil(player.width()*0.8);if(innerMejs.length){rail.css('width',railWidth+'px!important');mejsPlayer.options.autosizeProgress=true;setTimeout(function(){mejsPlayer.setControlsSize();},50);player.find('.mejs-inner').css({visibility:'visible',height:'inherit'});}}});}},preloadAudio:function(element)
{var $element='undefined'==typeof element?$('body'):$(element),contentWrap=$element.closest('.fl-accordion-item'),audioPlayers=$element.find('.wp-audio-shortcode.mejs-audio');if(!contentWrap.hasClass('fl-accordion-item-active')&&audioPlayers.find('.mejs-inner').length){audioPlayers.find('.mejs-inner').css({visibility:'hidden',height:0});}},resizeSlideshow:function(){if(typeof YUI!=='undefined'){YUI().use('node-event-simulate',function(Y){Y.one(window).simulate("resize");});}},reloadGoogleMap:function(element){var $element='undefined'==typeof element?$('body'):$(element),googleMap=$element.find('iframe[src*="google.com/maps"]');if(googleMap.length){googleMap.attr('src',function(i,val){return val;});}},_destroy:function()
{var win=$(window);win.off('scroll.fl-bg-parallax');win.off('resize.fl-bg-video');},_isTouch:function()
{if(('ontouchstart'in window)||(window.DocumentTouch&&document instanceof DocumentTouch)){return true;}
return false;},_isMobile:function()
{return/Mobile|Android|Silk\/|Kindle|BlackBerry|Opera Mini|Opera Mobi|webOS/i.test(navigator.userAgent);},_initClasses:function()
{var body=$('body'),ua=navigator.userAgent;if(!body.hasClass('archive')&&$('.fl-builder-content-primary').length>0){body.addClass('fl-builder');}
if(FLBuilderLayout._isTouch()){body.addClass('fl-builder-touch');}
if(FLBuilderLayout._isMobile()){body.addClass('fl-builder-mobile');}
if($(window).width()<FLBuilderLayoutConfig.breakpoints.small){body.addClass('fl-builder-breakpoint-small');}
if($(window).width()>FLBuilderLayoutConfig.breakpoints.small&&$(window).width()<FLBuilderLayoutConfig.breakpoints.medium){body.addClass('fl-builder-breakpoint-medium');}
if($(window).width()>FLBuilderLayoutConfig.breakpoints.medium){body.addClass('fl-builder-breakpoint-large');}
if(ua.indexOf('Trident/7.0')>-1&&ua.indexOf('rv:11.0')>-1){body.addClass('fl-builder-ie-11');}},_initBackgrounds:function()
{var win=$(window);if($('.fl-row-bg-parallax').length>0&&!FLBuilderLayout._isMobile()){FLBuilderLayout._scrollParallaxBackgrounds();FLBuilderLayout._initParallaxBackgrounds();win.on('resize.fl-bg-parallax',FLBuilderLayout._initParallaxBackgrounds);win.on('scroll.fl-bg-parallax',FLBuilderLayout._scrollParallaxBackgrounds);}
if($('.fl-bg-video').length>0){FLBuilderLayout._initBgVideos();FLBuilderLayout._resizeBgVideos();win.on('resize.fl-bg-video',FLBuilderLayout._resizeBgVideos);}},_initParallaxBackgrounds:function()
{$('.fl-row-bg-parallax').each(FLBuilderLayout._initParallaxBackground);},_initParallaxBackground:function()
{var row=$(this),content=row.find('> .fl-row-content-wrap'),winWidth=$(window).width(),screenSize='',imageSrc={default:'',medium:'',responsive:'',};imageSrc.default=row.data('parallax-image')||'';imageSrc.medium=row.data('parallax-image-medium')||imageSrc.default;imageSrc.responsive=row.data('parallax-image-responsive')||imageSrc.medium;if(winWidth>FLBuilderLayoutConfig.breakpoints.medium){screenSize='default';}else if(winWidth>FLBuilderLayoutConfig.breakpoints.small&&winWidth<=FLBuilderLayoutConfig.breakpoints.medium){screenSize='medium';}else if(winWidth<=FLBuilderLayoutConfig.breakpoints.small){screenSize='responsive';}
content.css('background-image','url('https://bigbitebaits.com/wp-content/plugins/woocommerce-cart-add-ons/assets/css/+imageSrc[screenSize]+')');row.data('current-image-loaded',screenSize);},_scrollParallaxBackgrounds:function()
{$('.fl-row-bg-parallax').each(FLBuilderLayout._scrollParallaxBackground);},_scrollParallaxBackground:function()
{var win=$(window),row=$(this),content=row.find('> .fl-row-content-wrap'),speed=row.data('parallax-speed'),offset=content.offset(),yPos=-((win.scrollTop()-offset.top)/speed),initialOffset=(row.data('parallax-offset')!=null)?row.data('parallax-offset'):0,totalOffset=yPos-initialOffset;content.css('background-position','center '+totalOffset+'px');},_initBgVideos:function()
{$('.fl-bg-video').each(FLBuilderLayout._initBgVideo);},_initBgVideo:function()
{var wrap=$(this),width=wrap.data('width'),height=wrap.data('height'),mp4=wrap.data('mp4'),youtube=wrap.data('youtube'),vimeo=wrap.data('vimeo'),mp4Type=wrap.data('mp4-type'),webm=wrap.data('webm'),webmType=wrap.data('webm-type'),fallback=wrap.data('fallback'),loaded=wrap.data('loaded'),videoMobile=wrap.data('video-mobile'),fallbackTag='',videoTag=null,mp4Tag=null,webmTag=null;if(loaded){return;}
videoTag=$('<video autoplay loop muted playsinline></video>');if('undefined'!=typeof fallback&&''!=fallback){videoTag.attr('poster','data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7')
videoTag.css('background','transparent url("https://bigbitebaits.com/wp-content/plugins/woocommerce-cart-add-ons/assets/css/'+fallback+'") no-repeat center center')
videoTag.css('background-size','cover')
videoTag.css('height','100%')}
if('undefined'!=typeof mp4&&''!=mp4){mp4Tag=$('<source />');mp4Tag.attr('src',mp4);mp4Tag.attr('type',mp4Type);videoTag.append(mp4Tag);}
if('undefined'!=typeof webm&&''!=webm){webmTag=$('<source />');webmTag.attr('src',webm);webmTag.attr('type',webmType);videoTag.append(webmTag);}
if(!FLBuilderLayout._isMobile()||(FLBuilderLayout._isMobile()&&"yes"==videoMobile)){if('undefined'!=typeof youtube){FLBuilderLayout._initYoutubeBgVideo.apply(this);}
else if('undefined'!=typeof vimeo){FLBuilderLayout._initVimeoBgVideo.apply(this);}
else{wrap.append(videoTag);}}
else{videoTag.attr('src','')
wrap.append(videoTag);}
wrap.data('loaded',true);},_initYoutubeBgVideo:function()
{var playerWrap=$(this),videoId=playerWrap.data('video-id'),videoPlayer=playerWrap.find('.fl-bg-video-player'),enableAudio=playerWrap.data('enable-audio'),audioButton=playerWrap.find('.fl-bg-video-audio'),startTime='undefined'!==typeof playerWrap.data('start')?playerWrap.data('start'):0,startTime='undefined'!==typeof playerWrap.data('t')&&startTime===0?playerWrap.data('t'):startTime,endTime='undefined'!==typeof playerWrap.data('end')?playerWrap.data('end'):0,loop='undefined'!==typeof playerWrap.data('loop')?playerWrap.data('loop'):1,stateCount=0,player,fallback_showing;if(videoId){fallback=playerWrap.data('fallback')||false
if(fallback){playerWrap.find('iframe').remove()
fallbackTag=$('<div></div>');fallbackTag.addClass('fl-bg-video-fallback');fallbackTag.css('background-image','url('https://bigbitebaits.com/wp-content/plugins/woocommerce-cart-add-ons/assets/css/+playerWrap.data('fallback')+')');fallbackTag.css('background-size','cover');fallbackTag.css('transition','background-image 1s')
playerWrap.append(fallbackTag);fallback_showing=true;}
FLBuilderLayout._onYoutubeApiReady(function(YT){setTimeout(function(){player=new YT.Player(videoPlayer[0],{videoId:videoId,events:{onReady:function(event){if("no"===enableAudio||FLBuilderLayout._isMobile()){event.target.mute();}
else if("yes"===enableAudio&&event.target.isMuted){event.target.unMute();}
playerWrap.data('YTPlayer',player);FLBuilderLayout._resizeYoutubeBgVideo.apply(playerWrap);event.target.playVideo();if(audioButton.length>0&&!FLBuilderLayout._isMobile()){audioButton.on('click',{button:audioButton,player:player},FLBuilderLayout._toggleBgVideoAudio);}},onStateChange:function(event){if(event.data===1){if(fallback_showing){$('.fl-bg-video-fallback').css('background-image','url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)')}}
if(stateCount<4){stateCount++;}
if(stateCount>1&&(-1===event.data||2===event.data)&&"yes"===enableAudio){player.mute();player.playVideo();audioButton.show();}
if(event.data===YT.PlayerState.ENDED&&1===loop){if(startTime>0){player.seekTo(startTime);}
else{player.playVideo();}}},onError:function(event){console.info('YT Error: '+event.data)
FLBuilderLayout._onErrorYoutubeVimeo(playerWrap)}},playerVars:{playsinline:FLBuilderLayout._isMobile()?1:0,controls:0,showinfo:0,rel:0,start:startTime,end:endTime,}});},1);});}},_onErrorYoutubeVimeo:function(playerWrap){fallback=playerWrap.data('fallback')||false
if(!fallback){return false;}
playerWrap.find('iframe').remove()
fallbackTag=$('<div></div>');fallbackTag.addClass('fl-bg-video-fallback');fallbackTag.css('background-image','url('https://bigbitebaits.com/wp-content/plugins/woocommerce-cart-add-ons/assets/css/+playerWrap.data('fallback')+')');playerWrap.append(fallbackTag);},_onYoutubeApiReady:function(callback){if(window.YT&&YT.loaded){callback(YT);}else{setTimeout(function(){FLBuilderLayout._onYoutubeApiReady(callback);},350);}},_initVimeoBgVideo:function()
{var playerWrap=$(this),videoId=playerWrap.data('video-id'),videoPlayer=playerWrap.find('.fl-bg-video-player'),enableAudio=playerWrap.data('enable-audio'),audioButton=playerWrap.find('.fl-bg-video-audio'),player,width=playerWrap.outerWidth(),ua=navigator.userAgent;if(typeof Vimeo!=='undefined'&&videoId){player=new Vimeo.Player(videoPlayer[0],{id:videoId,loop:true,title:false,portrait:false,background:true,autopause:false,muted:true});playerWrap.data('VMPlayer',player);if("no"===enableAudio){player.setVolume(0);}
else if("yes"===enableAudio){if(ua.indexOf("Safari")>-1||ua.indexOf("Chrome")>-1||ua.indexOf("Firefox")>-1){player.setVolume(0);audioButton.show();}
else{player.setVolume(1);}}
player.play().catch(function(error){FLBuilderLayout._onErrorYoutubeVimeo(playerWrap)});if(audioButton.length>0){audioButton.on('click',{button:audioButton,player:player},FLBuilderLayout._toggleBgVideoAudio);}}},_toggleBgVideoAudio:function(e){var player=e.data.player,control=e.data.button.find('.fl-audio-control');if(control.hasClass('fa-volume-off')){control.removeClass('fa-volume-off').addClass('fa-volume-up');e.data.button.find('.fa-times').hide();if('function'===typeof player.unMute){player.unMute();}
else{player.setVolume(1);}}
else{control.removeClass('fa-volume-up').addClass('fa-volume-off');e.data.button.find('.fa-times').show();if('function'===typeof player.unMute){player.mute();}
else{player.setVolume(0);}}},_videoBgSourceError:function(e)
{var source=$(e.target),wrap=source.closest('.fl-bg-video'),vid=wrap.find('video'),fallback=wrap.data('fallback'),fallbackTag='';source.remove();if(vid.find('source').length){return;}else if(''!==fallback){fallbackTag=$('<div></div>');fallbackTag.addClass('fl-bg-video-fallback');fallbackTag.css('background-image','url('https://bigbitebaits.com/wp-content/plugins/woocommerce-cart-add-ons/assets/css/+fallback+')');wrap.append(fallbackTag);vid.remove();}},_resizeBgVideos:function()
{$('.fl-bg-video').each(function(){FLBuilderLayout._resizeBgVideo.apply(this);if($(this).parent().find('img').length>0){$(this).parent().imagesLoaded($.proxy(FLBuilderLayout._resizeBgVideo,this));}});},_resizeBgVideo:function()
{if(0===$(this).find('video').length&&0===$(this).find('iframe').length){return;}
var wrap=$(this),wrapHeight=wrap.outerHeight(),wrapWidth=wrap.outerWidth(),vid=wrap.find('video'),vidHeight=wrap.data('height'),vidWidth=wrap.data('width'),newWidth=wrapWidth,newHeight=Math.round(vidHeight*wrapWidth/vidWidth),newLeft=0,newTop=0,iframe=wrap.find('iframe');if(vid.length){if(vidHeight===''||typeof vidHeight==='undefined'||vidWidth===''||typeof vidWidth==='undefined'){vid.css({'left':'0px','top':'0px','width':newWidth+'px'});vid.on('loadedmetadata',FLBuilderLayout._resizeOnLoadedMeta);}
else{if(newHeight<wrapHeight){newHeight=wrapHeight;newLeft=-((newWidth-wrapWidth)/2);if(0!=vidHeight){newWidth=Math.round(vidWidth*wrapHeight/vidHeight);}}
else{newTop=-((newHeight-wrapHeight)/2);}
vid.css({'left':newLeft+'px','top':newTop+'px','height':newHeight+'px','width':newWidth+'px'});vid.on('loadedmetadata',FLBuilderLayout._resizeOnLoadedMeta);}}
else if(iframe.length){if(typeof wrap.data('youtube')!=='undefined'){FLBuilderLayout._resizeYoutubeBgVideo.apply(this);}}},_resizeOnLoadedMeta:function(){var video=$(this),wrapHeight=video.parent().outerHeight(),wrapWidth=video.parent().outerWidth(),vidWidth=video[0].videoWidth,vidHeight=video[0].videoHeight,newHeight=Math.round(vidHeight*wrapWidth/vidWidth),newWidth=wrapWidth,newLeft=0,newTop=0;if(newHeight<wrapHeight){newHeight=wrapHeight;newWidth=Math.round(vidWidth*wrapHeight/vidHeight);newLeft=-((newWidth-wrapWidth)/2);}
else{newTop=-((newHeight-wrapHeight)/2);}
video.parent().data('width',vidWidth);video.parent().data('height',vidHeight);video.css({'left':newLeft+'px','top':newTop+'px','width':newWidth+'px','height':newHeight+'px'});},_resizeYoutubeBgVideo:function()
{var wrap=$(this),wrapWidth=wrap.outerWidth(),wrapHeight=wrap.outerHeight(),player=wrap.data('YTPlayer'),video=player?player.getIframe():null,aspectRatioSetting='16:9',aspectRatioArray=aspectRatioSetting.split(':'),aspectRatio=aspectRatioArray[0]/aspectRatioArray[1],ratioWidth=wrapWidth/aspectRatio,ratioHeight=wrapHeight*aspectRatio,isWidthFixed=wrapWidth/wrapHeight>aspectRatio,width=isWidthFixed?wrapWidth:ratioHeight,height=isWidthFixed?ratioWidth:wrapHeight;if(video){$(video).width(width).height(height);}},_initModuleAnimations:function()
{if(typeof jQuery.fn.waypoint!=='undefined'){$('.fl-animation').each(function(){var node=$(this),nodeTop=node.offset().top,winHeight=$(window).height(),bodyHeight=$('body').height(),waypoint=FLBuilderLayoutConfig.waypoint,offset='80%';if(typeof waypoint.offset!==undefined){offset=FLBuilderLayoutConfig.waypoint.offset+'%';}
if(bodyHeight-nodeTop<winHeight*0.2){offset='100%';}
node.waypoint({offset:offset,handler:FLBuilderLayout._doModuleAnimation});});}},_doModuleAnimation:function()
{var module='undefined'==typeof this.element?$(this):$(this.element),delay=parseFloat(module.data('animation-delay')),duration=parseFloat(module.data('animation-duration'));if(!isNaN(duration)){module.css('animation-duration',duration+'s');}
if(!isNaN(delay)&&delay>0){setTimeout(function(){module.addClass('fl-animated');},delay*1000);}else{setTimeout(function(){module.addClass('fl-animated');},1);}},_initHash:function()
{var hash=window.location.hash.replace('#','').split('/').shift(),element=null,tabs=null,responsiveLabel=null,tabIndex=null,label=null;if(''!==hash){try{element=$('#'+hash);if(element.length>0){if(element.hasClass('fl-accordion-item')){setTimeout(function(){element.find('.fl-accordion-button').trigger('click');},100);}
if(element.hasClass('fl-tabs-panel')){setTimeout(function(){tabs=element.closest('.fl-tabs');responsiveLabel=element.find('.fl-tabs-panel-label');tabIndex=responsiveLabel.data('index');label=tabs.find('.fl-tabs-labels .fl-tabs-label[data-index='+tabIndex+']');if(responsiveLabel.is(':visible')){responsiveLabel.trigger('click');}
else{label[0].click();FLBuilderLayout._scrollToElement(element);}},100);}}}
catch(e){}}},_initAnchorLinks:function()
{$('a').each(FLBuilderLayout._initAnchorLink);},_initAnchorLink:function()
{var link=$(this),href=link.attr('href'),loc=window.location,id=null,element=null,flNode=false;if('undefined'!=typeof href&&href.indexOf('#')>-1&&link.closest('svg').length<1){if(loc.pathname.replace(/^\//,'')==this.pathname.replace(/^\//,'')&&loc.hostname==this.hostname){try{id=href.split('#').pop();if(!id){return;}
element=$('#'+id);if(element.length>0){flNode=element.hasClass('fl-row')||element.hasClass('fl-col')||element.hasClass('fl-module');if(!element.hasClass('fl-no-scroll')&&(link.hasClass('fl-scroll-link')||flNode)){$(link).on('click',FLBuilderLayout._scrollToElementOnLinkClick);}
if(element.hasClass('fl-accordion-item')){$(link).on('click',FLBuilderLayout._scrollToAccordionOnLinkClick);}
if(element.hasClass('fl-tabs-panel')){$(link).on('click',FLBuilderLayout._scrollToTabOnLinkClick);}}}
catch(e){}}}},_scrollToElementOnLinkClick:function(e,callback)
{var element=$('#'+$(this).attr('href').split('#').pop());FLBuilderLayout._scrollToElement(element,callback);e.preventDefault();},_scrollToElement:function(element,callback)
{var config=FLBuilderLayoutConfig.anchorLinkAnimations,dest=0,win=$(window),doc=$(document);if(element.length>0){if('fixed'===element.css('position')||'fixed'===element.parent().css('position')){dest=element.position().top;}
else if(element.offset().top>doc.height()-win.height()){dest=doc.height()-win.height();}
else{dest=element.offset().top-config.offset;}
$('html, body').animate({scrollTop:dest},config.duration,config.easing,function(){if('undefined'!=typeof callback){callback();}
if(undefined!=element.attr('id')){if(history.pushState){history.pushState(null,null,'#'+element.attr('id'));}
else{window.location.hash=element.attr('id');}}});}},_scrollToAccordionOnLinkClick:function(e)
{var element=$('#'+$(this).attr('href').split('#').pop());if(element.length>0){var callback=function(){if(element){element.find('.fl-accordion-button').trigger('click');element=false;}};FLBuilderLayout._scrollToElementOnLinkClick.call(this,e,callback);}},_scrollToTabOnLinkClick:function(e)
{var element=$('#'+$(this).attr('href').split('#').pop()),tabs=null,label=null,responsiveLabel=null;if(element.length>0){tabs=element.closest('.fl-tabs');responsiveLabel=element.find('.fl-tabs-panel-label');tabIndex=responsiveLabel.data('index');label=tabs.find('.fl-tabs-labels .fl-tabs-label[data-index='+tabIndex+']');if(responsiveLabel.is(':visible')){var callback=function(){if(element){responsiveLabel.trigger('click');element=false;}};FLBuilderLayout._scrollToElementOnLinkClick.call(this,e,callback);}
else{label[0].click();FLBuilderLayout._scrollToElement(element);}
e.preventDefault();}},_initForms:function()
{if(!FLBuilderLayout._hasPlaceholderSupport){$('.fl-form-field input').each(FLBuilderLayout._initFormFieldPlaceholderFallback);}
$('.fl-form-field input').on('focus',FLBuilderLayout._clearFormFieldError);},_hasPlaceholderSupport:function()
{var input=document.createElement('input');return'undefined'!=input.placeholder;},_initFormFieldPlaceholderFallback:function()
{var field=$(this),val=field.val(),placeholder=field.attr('placeholder');if('undefined'!=placeholder&&''===val){field.val(placeholder);field.on('focus',FLBuilderLayout._hideFormFieldPlaceholderFallback);field.on('blur',FLBuilderLayout._showFormFieldPlaceholderFallback);}},_hideFormFieldPlaceholderFallback:function()
{var field=$(this),val=field.val(),placeholder=field.attr('placeholder');if(val==placeholder){field.val('');}},_showFormFieldPlaceholderFallback:function()
{var field=$(this),val=field.val(),placeholder=field.attr('placeholder');if(''===val){field.val(placeholder);}},_clearFormFieldError:function()
{var field=$(this);field.removeClass('fl-form-error');field.siblings('.fl-form-error-message').hide();},_initRowShapeLayerHeight:function(){FLBuilderLayout._adjustRowShapeLayerHeight();$(window).on('resize',FLBuilderLayout._adjustRowShapeLayerHeight);},_adjustRowShapeLayerHeight:function(){var rowShapeLayers=$('.fl-builder-shape-layer');$(rowShapeLayers).each(function(index){var rowShapeLayer=$(this),shape=$(rowShapeLayer).find('svg'),height=shape.height(),excludeShapes='.fl-builder-shape-circle, .fl-builder-shape-dot-cluster, .fl-builder-shape-topography, .fl-builder-shape-rect';if(!rowShapeLayer.is(excludeShapes)){$(shape).css('height',Math.ceil(height));}});},_string_to_slug:function(str){str=str.replace(/^\s+|\s+$/g,'');var from="àáäâèéëêìíïîòóöôùúüûñçěščřžýúůďťň·";var to="aaaaeeeeiiiioooouuuuncescrzyuudtn-";for(var i=0,l=from.length;i<l;i++){str=str.replace(new RegExp(from.charAt(i),'g'),to.charAt(i));}
if('undefined'==typeof window._fl_string_to_slug_regex){regex=new RegExp('[^a-zA-Z0-9\'":() !.,-_|]','g');}else{regex=new RegExp('[^'+window._fl_string_to_slug_regex+'\'":\(\) !.,-_|]','g');}
str=str.replace(regex,'').replace(/\s+/g,' ').replace(/\//g,'');return str;}};$(function(){FLBuilderLayout.init();});})(jQuery);(function($){if($(window).width()<=768&&$(window).width()>=481){$('.fl-node-5a8f160b8ca1a .pp-heading-separator, .fl-node-5a8f160b8ca1a .pp-heading').removeClass('pp-center');$('.fl-node-5a8f160b8ca1a .pp-heading-separator, .fl-node-5a8f160b8ca1a .pp-heading').addClass('pp-tablet-center');}
if($(window).width()<=480){$('.fl-node-5a8f160b8ca1a .pp-heading-separator, .fl-node-5a8f160b8ca1a .pp-heading').removeClass('pp-center');$('.fl-node-5a8f160b8ca1a .pp-heading-separator, .fl-node-5a8f160b8ca1a .pp-heading').addClass('pp-mobile-center');}})(jQuery);;(function($){var form=$('.fl-builder-settings'),gradient_type=form.find('input[name=uabb_row_gradient_type]');$(document).on('change','input[name=uabb_row_radial_advance_options], input[name=uabb_row_linear_advance_options], input[name=uabb_row_gradient_type], select[name=bg_type]',function(){var form=$('.fl-builder-settings'),background_type=form.find('select[name=bg_type]').val(),linear_direction=form.find('select[name=uabb_row_uabb_direction]').val(),linear_advance_option=form.find('input[name=uabb_row_linear_advance_options]:checked').val(),radial_advance_option=form.find('input[name=uabb_row_radial_advance_options]:checked').val(),gradient_type=form.find('input[name=uabb_row_gradient_type]:checked').val();if(background_type=='uabb_gradient'){if(gradient_type=='radial'){setTimeout(function(){form.find('#fl-field-uabb_row_linear_direction').hide();form.find('#fl-field-uabb_row_linear_gradient_primary_loc').hide();form.find('#fl-field-uabb_row_linear_gradient_secondary_loc').hide();},1);if(radial_advance_option=='yes'){form.find('#fl-field-uabb_row_radial_gradient_primary_loc').show();form.find('#fl-field-uabb_row_radial_gradient_secondary_loc').show();}}
if(gradient_type=='linear'){setTimeout(function(){form.find('#fl-field-uabb_row_radial_gradient_primary_loc').hide();form.find('#fl-field-uabb_row_radial_gradient_secondary_loc').hide();},1);if(linear_direction=='custom'){form.find('#fl-field-uabb_row_linear_direction').show();}
if(linear_advance_option=='yes'){form.find('#fl-field-uabb_row_linear_gradient_primary_loc').show();form.find('#fl-field-uabb_row_linear_gradient_secondary_loc').show();}}}});})(jQuery);;(function($){var url='https://bigbitebaits.com/wp-content/plugins/bb-ultimate-addon/assets/js/particles.min.js';window.particle_js_loaded=0;$.cachedScript=function(url,options){options=$.extend(options||{},{dataType:"script",cache:true,url:url});return $.ajax(options);};if($('.uabb-row-particles-background').length){$.cachedScript(url).done(function(script,textStatus){window.particle_js_loaded=1;init_particles_row_background_script();});}
function init_particles_row_background_script(){row_id='5a8f160b8ca86';nodeclass='.fl-node-'+row_id;var nodeClass=jQuery('.fl-node-'+row_id);particle_selector=nodeClass.find('.uabb-row-particles-background');if(particle_selector.length>0){data_particles=particle_selector.data('particle');enable_particles=data_particles.enable_particles;particles_style=data_particles.particles_style;particles_dot_color=data_particles.particles_dot_color;number_particles=data_particles.number_particles;particles_size=data_particles.particles_size;particles_speed=data_particles.particles_speed;interactive_settings=data_particles.interactive_settings;advanced_settings=data_particles.advanced_settings;particles_opacity=data_particles.particles_opacity;particles_direction=data_particles.particles_direction;if('yes'===enable_particles){if('custom'===particles_style){}else{var number_value=150,shape_type='circle',shape_nb_sides=5,opacity_value=0.6,opacity_random=true,opacity_anim_enable=false,line_linked=false,move_speed=4,move_random=true,size_value=2,size_random=true,size_anim_enable=false,onhover='repulse',move_direction='none',interactive=false;if('default'===particles_style){line_linked=true;opacity_random=false;move_random=false;move_speed=6;}else if('nasa'==particles_style){number_value=160;shape_type='circle';opacity_value=1;opacity_anim_enable=true;move_speed=1;size_value=3;onhover='bubble';}else if('snow'==particles_style){opacity_value=0.5;size_value=4;move_speed=3;move_direction=particles_direction;number_value=200;opacity_random=false;}else if('flow'==particles_style){number_value=14;shape_type='polygon';shape_nb_sides=6;opacity_value=0.3;move_speed=5;size_value=40;size_random=false;size_anim_enable=true;}else if('bubble'==particles_style){move_speed=5;move_direction='top';number_value=500;size_value=1;size_random=false;opacity_value=0.6;opacity_random=false;}
if(particles_dot_color==''){particles_dot_color='#bdbdbd';}
if(particles_opacity!=''||particles_opacity=='0'){opacity_value=particles_opacity;}
if('yes'===advanced_settings){if(number_particles!=''){number_value=number_particles;}
if(particles_size!==''){size_value=particles_size;}
if(particles_speed!==''){move_speed=particles_speed;}}
if(interactive_settings=='yes'){interactive=true;}
var config={"particles":{"number":{"value":number_value,"density":{"enable":true,"value_area":800}},"color":{"value":particles_dot_color},"shape":{"type":shape_type,"stroke":{"width":0,"color":"#ffffff"},"polygon":{"nb_sides":shape_nb_sides},},"opacity":{"value":opacity_value,"random":opacity_random,"anim":{"enable":opacity_anim_enable,"speed":1,"opacity_min":0.1,"sync":false}},"size":{"value":size_value,"random":size_random,"anim":{"enable":size_anim_enable,"speed":5,"size_min":35,"sync":false}},"line_linked":{"enable":line_linked,"distance":150,"color":particles_dot_color,"opacity":0.4,"width":1},"move":{"enable":true,"speed":move_speed,"direction":move_direction,"random":move_random,"straight":false,"out_mode":"out","attract":{"enable":false,"rotateX":600,"rotateY":1200}}},"interactivity":{"detect_on":"canvas","events":{"onhover":{"enable":interactive,"mode":onhover,},"onclick":{"enable":false,"mode":"push"},"resize":true},"modes":{"grab":{"distance":400,"line_linked":{"opacity":1}},"bubble":{"distance":200,"size":0,"duration":2,"opacity":0,"speed":2},"repulse":{"distance":150},"push":{"particles_nb":4},"remove":{"particles_nb":2}}},"retina_detect":true}
particlesJS('uabb-particle-'+row_id,config);}}}}})(jQuery);;(function($){$(document).on('change','select[name=uabb_row_particles_style]',function(){_hideFields();});$(document).on('change','select[name=enable_particles]',function(){_hideFields();});$(document).on('change','select[name=uabb_row_particles_settings]',function(){_hideFields();});$(document).on('init','.fl-builder-settings',function(){_hideFields();});function _hideFields(){var form=$('.fl-builder-settings');var branding='no';if(form.length>0){enable_particle=form.find('select[name=enable_particles]').val();if('no'===enable_particle){form.find('#fl-field-uabb_particles_direction').hide();form.find('#fl-field-uabb_particles_custom_code').hide();form.find('#fl-field-uabb_row_particles_style').hide();form.find('#fl-field-uabb_row_particles_color').hide();form.find('#fl-field-uabb_row_particles_color_opacity').hide();form.find('#fl-field-uabb_row_particles_settings').hide();form.find('#fl-field-uabb_row_particles_interactive_settings').hide();form.find('#fl-field-uabb_row_particles_size').hide();form.find('#fl-field-uabb_row_particles_speed').hide();form.find('#fl-field-uabb_row_number_particles').hide();}else{if('snow'===form.find('select[name=uabb_row_particles_style]').val()){form.find('#fl-field-uabb_row_particles_style').show();form.find('#fl-field-uabb_row_particles_color').show();form.find('#fl-field-uabb_row_particles_color_opacity').show();form.find('#fl-field-uabb_row_particles_settings').show();form.find('#fl-field-uabb_particles_direction').show();form.find('#fl-field-uabb_particles_custom_code').hide();if('yes'===form.find('select[name=uabb_row_particles_settings]').val()){form.find('#fl-field-uabb_row_particles_size').show();form.find('#fl-field-uabb_row_particles_speed').show();form.find('#fl-field-uabb_row_number_particles').show();form.find('#fl-field-uabb_row_particles_interactive_settings').show();}else{form.find('#fl-field-uabb_row_particles_size').hide();form.find('#fl-field-uabb_row_particles_speed').hide();form.find('#fl-field-uabb_row_particles_interactive_settings').hide();form.find('#fl-field-uabb_row_number_particles').hide();}}
if('custom'===form.find('select[name=uabb_row_particles_style]').val()){form.find('#fl-field-uabb_particles_custom_code').show();form.find('#fl-field-uabb_particles_direction').hide();form.find('#fl-field-uabb_row_particles_style').show();form.find('#fl-field-uabb_row_particles_color').hide();form.find('#fl-field-uabb_row_particles_color_opacity').hide();form.find('#fl-field-uabb_row_particles_settings').hide();form.find('#fl-field-uabb_row_particles_interactive_settings').hide();form.find('#fl-field-uabb_row_particles_size').hide();form.find('#fl-field-uabb_row_particles_speed').hide();form.find('#fl-field-uabb_row_number_particles').hide();}
if('nasa'===form.find('select[name=uabb_row_particles_style]').val()||'default'===form.find('select[name=uabb_row_particles_style]').val()){form.find('#fl-field-uabb_row_particles_style').show();form.find('#fl-field-uabb_row_particles_color').show();form.find('#fl-field-uabb_row_particles_color_opacity').show();form.find('#fl-field-uabb_row_particles_settings').show();form.find('#fl-field-uabb_row_particles_interactive_settings').show();form.find('#fl-field-uabb_particles_custom_code').hide();form.find('#fl-field-uabb_particles_direction').hide();if('yes'===form.find('select[name=uabb_row_particles_settings]').val()){form.find('#fl-field-uabb_row_particles_size').show();form.find('#fl-field-uabb_row_particles_speed').show();form.find('#fl-field-uabb_row_number_particles').show();form.find('#fl-field-uabb_row_particles_interactive_settings').show();}else{form.find('#fl-field-uabb_row_particles_size').hide();form.find('#fl-field-uabb_row_particles_speed').hide();form.find('#fl-field-uabb_row_number_particles').hide();form.find('#fl-field-uabb_row_particles_interactive_settings').hide();}}
if('custom'===form.find('select[name=uabb_row_particles_style]').val()){style_selector=form.find('#fl-field-uabb_row_particles_style');wrapper=style_selector.find('.fl-field-control-wrapper');if(wrapper.find('.fl-field-description').length===0){if('no'===branding){style_selector.find('.fl-field-control-wrapper').append('<span class="fl-field-description uabb-particle-docs-list"><div class="uabb-docs-particle"> Add custom JSON for the Particles Background below. To generate a completely customized background style follow steps below - </div><div class="uabb-docs-particle">1. Visit a link <a class="uabb-docs-particle-link" href="https://vincentgarreau.com/particles.js/" target="_blank"> here </a> and choose required attributes for particles</div><div class="uabb-docs-particle">2. Once a custom style is created, download JSON from "Download current config (json)" link</div><div class="uabb-docs-particle">3. Copy JSON code from the above file and paste it below</div><div class="uabb-docs-particle">To know more about creating a custom style, refer to a document <a class="uabb-docs-particle-link" href="https://www.ultimatebeaver.com/docs/custom-particle-backgrounds/?utm_source=uabb-pro-backend&utm_medium=row-editor-screen&utm_campaign=particle-backgrounds-row" target="_blank" rel="noopener"> here. </a></div></span>');}else{style_selector.find('.fl-field-control-wrapper').append('<span class="fl-field-description uabb-particle-docs-list"><div class="uabb-docs-particle"> Add custom JSON for the Particles Background below. To generate a completely customized background style follow steps below - </div><div class="uabb-docs-particle">1. Visit a link <a class="uabb-docs-particle-link" href="https://vincentgarreau.com/particles.js/" target="_blank"> here </a> and choose required attributes for particles</div><div class="uabb-docs-particle">2. Once a custom style is created, download JSON from "Download current config (json)" link</div><div class="uabb-docs-particle">3. Copy JSON code from the above file and paste it below</div></span>');}}else{wrapper.find('.fl-field-description').show();}}else{style_selector=form.find('#fl-field-uabb_row_particles_style');wrapper=style_selector.find('.fl-field-control-wrapper');wrapper.find('.fl-field-description').hide();}}}}})(jQuery);;(function($){var form=$('.fl-builder-settings'),gradient_type=form.find('input[name=uabb_col_gradient_type]');$(document).on('change',' input[name=uabb_col_radial_advance_options], input[name=uabb_col_linear_advance_options], input[name=uabb_col_gradient_type], select[name=bg_type]',function(){var form=$('.fl-builder-settings'),background_type=form.find('select[name=bg_type]').val(),linear_direction=form.find('select[name=uabb_col_uabb_direction]').val(),linear_advance_option=form.find('input[name=uabb_col_linear_advance_options]:checked').val(),radial_advance_option=form.find('input[name=uabb_col_radial_advance_options]:checked').val(),gradient_type=form.find('input[name=uabb_col_gradient_type]:checked').val();if(background_type=='uabb_gradient'){if(gradient_type=='radial'){setTimeout(function(){form.find('#fl-field-uabb_col_linear_direction').hide();form.find('#fl-field-uabb_col_linear_gradient_primary_loc').hide();form.find('#fl-field-uabb_col_linear_gradient_secondary_loc').hide();},1);if(radial_advance_option=='yes'){form.find('#fl-field-uabb_col_radial_gradient_primary_loc').show();form.find('#fl-field-uabb_col_radial_gradient_secondary_loc').show();}}
if(gradient_type=='linear'){setTimeout(function(){form.find('#fl-field-uabb_col_radial_gradient_primary_loc').hide();form.find('#fl-field-uabb_col_radial_gradient_secondary_loc').hide();},1);if(linear_direction=='custom'){form.find('#fl-field-uabb_col_linear_direction').show();}
if(linear_advance_option=='yes'){form.find('#fl-field-uabb_col_linear_gradient_primary_loc').show();form.find('#fl-field-uabb_col_linear_gradient_secondary_loc').show();}}}});})(jQuery);</script>
</body>
</html>